vapor / sql-kit

*️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
MIT License
248 stars 58 forks source link

Relax minimum dependency version for swift-collections #177

Closed gwynne closed 7 months ago

gwynne commented 7 months ago

These changes are now available in 3.29.3

Downstream users of SQLKit who also depend on SwiftPM currently experience a dependency conflict with swift-collections due to SwiftPM's restrictive allowed version range. Since SQLKit doesn't actually need the newest swift-collections, we can solve this by simply reducing SQLKit's minimum required version.

Also removes a spurious dependency on swift-docc-plugin which was accidentally left in place during the 3.29.0 release.