-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Sema: Remove SwiftUI type witness matching compatibility hack #59795
Sema: Remove SwiftUI type witness matching compatibility hack #59795
Conversation
7d7cfb4
to
c3abc72
Compare
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.
No way! Big thanks to the SwiftUI folks!
|
@slavapestov Why the DNM? |
|
@slavapestov Any updates on this? What are we waiting for? |
|
@AnthonyLatsis The hack is now disabled on main, except when building swiftinterface files. We need to keep it around a while longer since swiftinterface files generated by older compilers don't have all the right synthesized typealiases. |
|
CI is now using Xcode 14.2. I suppose we are ready to proceed? Edit: Aargh! Apparently the fix didn’t make it to 14.2. |
c3abc72
to
cc5845f
Compare
|
@swift-ci Please smoke test |
|
@swift-ci please smoke test macOS |
1 similar comment
|
@swift-ci please smoke test macOS |
|
Ok, CI is still on 14.2. Bug is fixed in 14.3 |
|
@swift-ci please smoke test |
cc5845f
to
4ed1de5
Compare
|
@swift-ci please smoke test |
|
@swift-ci please test source compatibility |
Now that rdar://problem/91451771 is fixed, SwiftUI.swiftinterface should build
without this hack.