We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hitting compile issues when trying to build an iOS project with the v5 branch.
5.0.0-rc.2
iOS 18.0
Swift Package Manager - Swift 6.0.0-dev
Getting various issues around compressedRepresentation. The iOS project I'm building is targeting iOS 16 and above.
compressedRepresentation
Protocol 'ECDSAPublicKey' requires 'compressedRepresentation' to be available in iOS 15.0 and newer
It should build.
Not sure if it's the same issue but it's also failing for build for iOS over at SPI https://swiftpackageindex.com/builds/C2B4497A-C8DE-40AD-A273-A504A3D3F31D
The text was updated successfully, but these errors were encountered:
Could you check if #192 solves your issue?
Sorry, something went wrong.
(I would have thought adding iOS CI would prevent something like this but oh well)
Yes that solves the issue for me. Thanks
Successfully merging a pull request may close this issue.
Describe the issue
Hitting compile issues when trying to build an iOS project with the v5 branch.
Vapor version
5.0.0-rc.2
Operating system and version
iOS 18.0
Swift version
Swift Package Manager - Swift 6.0.0-dev
Steps to reproduce
Getting various issues around
compressedRepresentation
. The iOS project I'm building is targeting iOS 16 and above.Protocol 'ECDSAPublicKey' requires 'compressedRepresentation' to be available in iOS 15.0 and newer
Outcome
It should build.
Additional notes
Not sure if it's the same issue but it's also failing for build for iOS over at SPI https://swiftpackageindex.com/builds/C2B4497A-C8DE-40AD-A273-A504A3D3F31D
The text was updated successfully, but these errors were encountered: