Closed tayloraswift closed 2 years ago
this package no longer compiles with swift 5.x
bson@7.0.25/.build/checkouts/bson/Sources/BSON/Document/DocumentSlice.swift:1:15: error: type 'DocumentSlice' does not conform to protocol 'RandomAccessCollection' public struct DocumentSlice: RandomAccessCollection { ^
fixed with 0.0.1 release
this package no longer compiles with swift 5.x