Skip to content

Xcode 10 and Swift 4.2#201

Merged
mattrubin merged 11 commits into
developfrom
next
Apr 27, 2019
Merged

Xcode 10 and Swift 4.2#201
mattrubin merged 11 commits into
developfrom
next

Conversation

@mattrubin

Copy link
Copy Markdown
Owner

Upgrade the project to build with Xcode 10 and Swift 4.2.

As of March 27, 2019, the App Store requires submissions to be built with the iOS 12.1 SDK, which was first available in Xcode 10.1, so requiring Xcode 10 doesn't exclude any library users who weren't already unable to submit builds to the App Store.

Upgrading the Xcode and Swift version requirements allows the removal of:

  • the CommonCrypto modulemap shims, which are now included as of Xcode 10
  • manual Equatable implementations, which are automatically synthesized as of Swift 4.1
  • several uses of deprecated APIs

@codecov

codecov Bot commented Apr 27, 2019

Copy link
Copy Markdown

Codecov Report

Merging #201 into develop will increase coverage by 2.11%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #201      +/-   ##
===========================================
+ Coverage    97.22%   99.34%   +2.11%     
===========================================
  Files            6        6              
  Lines          397      153     -244     
===========================================
- Hits           386      152     -234     
+ Misses          11        1      -10
Impacted Files Coverage Δ
Sources/Generator.swift 100% <ø> (ø) ⬆️
Sources/Crypto.swift 100% <ø> (ø) ⬆️
Sources/Token.swift 100% <ø> (ø) ⬆️
Sources/Keychain.swift 97.36% <100%> (+4.8%) ⬆️
Sources/PersistentToken.swift 100% <100%> (ø) ⬆️
Sources/Token+URL.swift 100% <0%> (+1.58%) ⬆️

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 8e32517...27308bd. Read the comment docs.

1 similar comment
@codecov

codecov Bot commented Apr 27, 2019

Copy link
Copy Markdown

Codecov Report

Merging #201 into develop will increase coverage by 2.11%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #201      +/-   ##
===========================================
+ Coverage    97.22%   99.34%   +2.11%     
===========================================
  Files            6        6              
  Lines          397      153     -244     
===========================================
- Hits           386      152     -234     
+ Misses          11        1      -10
Impacted Files Coverage Δ
Sources/Generator.swift 100% <ø> (ø) ⬆️
Sources/Crypto.swift 100% <ø> (ø) ⬆️
Sources/Token.swift 100% <ø> (ø) ⬆️
Sources/Keychain.swift 97.36% <100%> (+4.8%) ⬆️
Sources/PersistentToken.swift 100% <100%> (ø) ⬆️
Sources/Token+URL.swift 100% <0%> (+1.58%) ⬆️

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 8e32517...27308bd. Read the comment docs.

@funkitptent

Copy link
Copy Markdown

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.

2 participants