orlandos-nl / BSON

Native Swift library for BSON (http://bsonspec.org)
https://orlandos.nl/docs/mongokitten/articles/bson
MIT License
109 stars 35 forks source link

package no longer compiles with current toolchain #70

Closed tayloraswift closed 2 years ago

tayloraswift commented 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 {
              ^
tayloraswift commented 2 years ago

fixed with 0.0.1 release