You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build: fix dependencies
We need this to use the new initialiser `init(url:exact:)` for updating
the standalone build to match the CI build.
When building in CI, we would build against swift-crypto 2.5.0 as per
update-checkout-config.json in apple/swift. Adjust the standalone
builds to match.
When building on CI, we would build against swift-argument-parser 1.2.2
as per update-checkout-config.json in apple/swift. Make the standalone
builds match.
* - Update Package.swift for Swift 5.6 minimum (as already required by NIO).
- Remove deprecated usages and bump the dependency version requirements for NIO, ArgumentParser, and SwiftCrypto (most especially the latter so that updates in the 2.x series are available).
- Remove old #if swift conditionals no longer required
- Package.resolved now uses the version 2 format
* The platform-specific handling for conforming Array to LMDBData is still required.
---------
Co-authored-by: Gwynne Raskind <gwynne@vapor.codes>
0 commit comments