You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Swift installation instructions on swift.org contain the following:
./swiftly init --quiet-shell-followup
However, when run in environments where there is no tty (like a Docker container), it still prompts for confirmation. We should detect that there's no tty and continue anyways, so that the same instructions for installation work both for interactive and non-interactive use cases.