-
Notifications
You must be signed in to change notification settings - Fork 476
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) #301
Comments
Yes, of course. I've been so swamped with other projects I haven't had a chance to do any of my planned updates for XCGLogger in a while. |
jrcmramos
added a commit
to jrcmramos/XCGLogger
that referenced
this issue
Apr 12, 2020
@DaveWoodCom Is there any progress regarding this PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
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 theBUILD_LIBRARY_FOR_DISTRIBUTION
build setting.Are you open for PR with this change?
The text was updated successfully, but these errors were encountered: