MongoDB Swift Driver 1.0.1 Released

I’m pleased to announce our 1.0.1 release.

This release contains a single bug fix for the issue raised in #387. Due to a bug in Xcode, cSettings defined in our Package.swift file were not being correctly applied to the driver when attempting to build it via Xcode’s SwiftPM integration.
We have now removed the need for the driver to use cSettings at all via #513 and the driver should build with Xcode + SwiftPM as expected. (See also: SWIFT-952)

1 Like