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) #301

Open
jrcmramos opened this issue Apr 1, 2020 · 3 comments · May be fixed by #303
Open

Module Stability (Swift 5.1) #301

jrcmramos opened this issue Apr 1, 2020 · 3 comments · May be fixed by #303

Comments

@jrcmramos
Copy link

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 the BUILD_LIBRARY_FOR_DISTRIBUTION build setting.

Are you open for PR with this change?

@DaveWoodCom
Copy link
Owner

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
@jrcmramos jrcmramos linked a pull request Apr 12, 2020 that will close this issue
@nick3389
Copy link

nick3389 commented Aug 4, 2020

@DaveWoodCom Is there any progress regarding this PR?

@yourshinsuke
Copy link

I hope Swift 5.3 support

スクリーンショット 2020-10-07 18 24 41

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

Successfully merging a pull request may close this issue.

4 participants