Skip to content

Module stability #453

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

Merged
merged 1 commit into from
Oct 27, 2019
Merged

Module stability #453

merged 1 commit into from
Oct 27, 2019

Conversation

kishikawakatsumi
Copy link
Owner

Swift 5.1 provides module stability. It means no longer needs to re-build binaries when compiler upgraded. BUILD_LIBRARY_FOR_DISTRIBUTION = YES; generates .moduleinterface to provide module stability.

@codecov
Copy link

codecov bot commented Oct 27, 2019

Codecov Report

Merging #453 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #453      +/-   ##
==========================================
- Coverage   90.43%   90.43%   -0.01%     
==========================================
  Files           1        1              
  Lines        1767     1766       -1     
==========================================
- Hits         1598     1597       -1     
  Misses        169      169
Impacted Files Coverage Δ
Lib/KeychainAccess/Keychain.swift 90.43% <0%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b46f18f...e20f21f. Read the comment docs.

@kishikawakatsumi kishikawakatsumi merged commit 8be43df into master Oct 27, 2019
@kishikawakatsumi kishikawakatsumi deleted the module-stability branch October 27, 2019 16:15
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 this pull request may close these issues.

1 participant