-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Track down "the textual interface may be broken by project issues or a compiler bug" (wip) #79738
base: main
Are you sure you want to change the base?
Track down "the textual interface may be broken by project issues or a compiler bug" (wip) #79738
Conversation
First, let's make sure this reproduces on mainline for the aarch64 SDK without my testing patches swiftlang/swift-testing#944 |
Yes, it reproduces the issue! Here is the last working state I found so far:
Newer versions of swift-corelibs-foundation suffered from the |
Let's see if swiftlang/swift-corelibs-foundation#5180 is effective. swiftlang/swift-testing#944 |
Update checkout failed. Let's try again. swiftlang/swift-testing#944 |
bisect shows that #79588 caused this issue
|
e21c74a
to
6935260
Compare
Test the workaround and see if we hit cmp0157 in swift-testing @swift-ci please test Windows |
They aren't installed yet. Delete them from the build-tree and try again. @swift-ci please test Windows |
The issue is tracked now in #79839 |
We don't yet build the Android SDK with the Windows toolchain continuously. This issue came up in a recent PR:
Attaching the full log here: swift-PR-windows-37178-android.log Let's try and track this down in isolation.