Skip to content
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

Module Stability (Swift 5.1) #186

Open
marksmanalo opened this issue Apr 23, 2020 · 1 comment
Open

Module Stability (Swift 5.1) #186

marksmanalo opened this issue Apr 23, 2020 · 1 comment

Comments

@marksmanalo
Copy link

Swift 5.1 introduces module stability which enables library compatibility at compile time (between different Swift versions). The stable module will have an additional swiftInterface which is the compiler’s representation of the public interfaces of a framework.

In order to active this feature the compiled framework will need to activate the BUILD_LIBRARY_FOR_DISTRIBUTION build setting.

@skythomp16
Copy link

Bumping this as it would be really nice to get a version built with this flag enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants