mongo-swift-driver
mongo-swift-driver copied to clipboard
The official MongoDB driver for Swift
Fixes https://github.com/mongodb/mongo-swift-driver/issues/768
## Describe the bug When attempting to create a `text` index with `name=nil`, the driver crashes on this [line](https://github.com/mongodb/mongo-swift-driver/blob/main/Sources/MongoSwift/MongoCollection%2BIndexes.swift#L21) because of the assumption that the value (`v`), must be an...
Need encryption feature present in the driver. The Swift driver does not supports encryption (both automatic and explicit) for the time being.
Add missing headers to umbrella header to resolve `umbrella header for module 'CLibMongoC' does not include header 'CLibMongoC_*.h'` warnings. Some things to make sure you have: - [ ] Read...