Kitura / BlueECC

Elliptic-curve cryptography for Swift
Apache License 2.0
94 stars 36 forks source link

Support Swift 5 #13

Closed djones6 closed 5 years ago

djones6 commented 5 years ago

Update to Swift 5, and use official Docker images for CI.

TODO: resolve Swift 5 warnings related to Data.withUnsafeBytes changes and Data.init(bytes:) -> Data.init(_:) - for reference, similar changes were required in https://github.com/IBM-Swift/BlueSocket/pull/170 and https://github.com/IBM-Swift/Kitura-net/pull/297