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
build-script: remove --verbose when building swiftpm
The SwiftPM stage added `--verbose` in swiftlang#79330 to help troubleshoot build
error that were occuring on Linux. These errors have since been
addresed, but the verbosity was not removed.
Remove the `--verbose` command line argument in the SwiftPM portion of
the `build-script`.
0 commit comments