mongo-swift-driver icon indicating copy to clipboard operation
mongo-swift-driver copied to clipboard

The official MongoDB driver for Swift

Results 5 mongo-swift-driver issues
Sort by recently updated
recently updated
newest added

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

bug

Need encryption feature present in the driver. The Swift driver does not supports encryption (both automatic and explicit) for the time being.

tracked-in-jira

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