Stable ABI support #3423
Replies: 2 comments
-
Hi @mishashemin, the issue has been fixed (see pointfreeco/swift-issue-reporting#133), but just not released yet. We will do that later today. Also, just want to remind you that we do not guarantee ABI stability in any of our libraries. At the request of some of users we have made changes to our libraries to make sure it builds with library evolution turned on, but it's a "use at your own risk" kind of situation. You will need to recompile the library from scratch anytime you update. Just want to make sure that's clear. Since this isn't an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
-
@mishashemin Updates to our libraries have been released so just make sure you are on the newest versions. |
Beta Was this translation helpful? Give feedback.
-
Description
Hello, we are using
TCA
in our sdk for distribution.The SDK is being built into a single static framework with
swift-evolution
support.Until recently, everything was fine, but we had to update version
1.12.1
->1.15.0
to support xcode 16.After this update, our framework stopped being built due to
xctest-dynamic-overlay
Please fix this problem. As a temporary measure, we had to turn off support for
swift-evolution
, but we really want to bring it back.Checklist
main
branch of this package.Expected behavior
No errors when building the framework with the BUILD_LIBRARY_FOR_DISTRIBUTION flag enabled
Actual behavior
Errors when building a framework with the BUILD_LIBRARY_FOR_DISTRIBUTION flag enabled
Reproducing project
No response
The Composable Architecture version information
1.15.0
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information
No response
Beta Was this translation helpful? Give feedback.
All reactions