-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Default to building the early SwiftSyntax package. #60815
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
Default to building the early SwiftSyntax package. #60815
Conversation
|
@swift-ci please test |
|
The failure here is because we're using implicit opening of existentials, but that's only supported in Swift 5.7 and newer. Trying to address this via swiftlang/swift-syntax#648 |
|
@swift-ci please test |
|
Well, the good news is that Swift-validation(macosx-x86_64) :: BuildSystem/core_lipo_and_non_core_epilogue_opts.test |
f732af1 to
fbb0f67
Compare
|
@swift-ci please test |
fbb0f67 to
6545830
Compare
|
@swift-ci please test |
1 similar comment
|
@swift-ci please test |
|
macOS failures: |
6545830 to
11bcb61
Compare
|
@swift-ci please test |
|
@swift-ci please test |
One can disable this with `build-script --skip-early-swiftsyntax`.
11bcb61 to
de35614
Compare
|
@swift-ci please test |
1 similar comment
|
@swift-ci please test |
Switch the polarity for early SwiftSyntax to build it by default (and embed it into Swift tools). One can use
build-script --skip-early-swiftsyntaxto disable this.