-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update the Xcode version to support Xcode 13 beta 4 #38721
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 new Xcode |
Build failed |
swiftlang/swift-driver#787 |
Build failed |
@swift-ci test new xcode |
swiftlang/swift-driver#787 |
Build failed |
swiftlang/swift-driver#787 |
Build failed |
swiftlang/swift-driver#787 |
Build failed |
swiftlang/swift-driver#787 |
@swift-ci test |
swiftlang/swift-driver#787 |
@swift-ci test |
swiftlang/swift-driver#787 |
Build failed |
(cherry picked from commit 5363a80)
* move all ObjC array tests into a separate file ArraysObjc.swift.gyb * merge the remaining Arrays.swift.gyb and ArrayNew.swift.gyb files * move the utilities from ArrayTypesAndHelpers.swift into its only use into ArraysObjc.swift.gyb (cherry picked from commit 6f41929)
COW checking needs that all libraries are consistently compiled with asserts enabled. This is not the case for the Foundation overlay anymore. Therefore it does not work with some tests which interop with Foundation. The solution here is to disable COW checking by default, but enable it for Array tests which do not interop with Foundation. (cherry picked from commit 0831240)
COW checking needs that all libraries are consistently compiled with asserts enabled. This is not the case for the Foundation overlay anymore. Therefore it does not work with some tests which interop with Foundation. The solution here is to disable COW checking by default, but enable it for Array tests which do not interop with Foundation. (cherry picked from commit 0831240)
Earlier, I accidentally marked Arrays.swift.gyb, however the test that is failing is ArraysObjc.swift.gyb. (cherry picked from commit c53d0eb)
Stopped validation-test/compiler_crashers_2_fixed/rdar79383990.swift from trying to call -[NSBackgroundActivityScheduler scheduleWithBlock:] async--that method is now annotated NS_SWIFT_DISABLE_ASYNC. (cherry picked from commit 4a8a647)
b23ea62
to
bdbf76a
Compare
swiftlang/swift-driver#787 |
1 similar comment
swiftlang/swift-driver#787 |
Build failed |
swiftlang/swift-driver#787 |
swiftlang/swift-driver#787 |
1 similar comment
swiftlang/swift-driver#787 |
swiftlang/swift-driver#787 |
swiftlang/swift-driver#787 |
swiftlang/swift-driver#787 |
macOS Toolchain Install command |
swiftlang/swift-driver#787 |
@swift-ci test windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@swift-ci test windows |
(cherry picked from commit 5363a80)
cherry-picked test fixes for COW checks from main branch (#37945)