-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Improve Swift Build error formatting #8493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci test |
608db76
to
bdc6d0a
Compare
@swift-ci test |
1 similar comment
@swift-ci test |
@swift-ci test macOS |
bdc6d0a
to
d0ceaa2
Compare
@swift-ci test |
@swift-ci please test windows |
@swift-ci please test self hosted windows |
@swift-ci please test self hosted macOS |
@swift-ci test |
1 similar comment
@swift-ci test |
…ssue as intermittent now
@swift-ci test linux |
@swift-ci test windows |
@swift-ci test macos |
@swift-ci test windows |
@swift-ci test windows self hosted |
@swift-ci test windows nightly toolchain |
@swift-ci test self hosted windows |
@swift-ci test smoke test windows |
@swift-ci test windows |
Motivation:
This improves a bit the error/warning output when building with the new
--build-system swiftbuild
.This was the current output:
...and this is the improved one:
Eventually, we should consider adopting the error output style from the
--build-system native
instead, i.e.:Modifications:
These formatting changes are strictly local to the new
SwiftBuildSupport
target.Result:
Slightly better error formatting :-)