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.
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 newestswift-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.