-
Notifications
You must be signed in to change notification settings - Fork 82
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
Library evolution support is broken #242
Comments
Thanks for filing. Which package manager are you using? If you build the framework from source or via SPM does it still raise this error? |
So the issue is that library evolution / module stability isn’t working even though it’s enabled for the framework; In the meantime, you should build the framework from source. If you’re using Carthage, you’ll need to run Edit: After additional investigation, it’s due to a known issue since Xcode 11.2:
Specifically, Mockingbird returns an |
Hello,
We are currently blocked when using XCode 13.2, with this message:
Failed to build module 'Mockingbird'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)', while this compiler is 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)'). Please select a toolchain which matches the SDK
.Do you have any plans to support XCode 13.2 in the future ?
Thank you !
The text was updated successfully, but these errors were encountered: