orlandos-nl / BSON

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

Deprecated method warning in Document+Mutation.swift #52

Closed mbmshafraz closed 5 years ago

mbmshafraz commented 5 years ago

Document+Mutations.swift:6:17: 'changeCapacity(to:)' is deprecated: changeCapacity has been replaced by reserveCapacity

Joannis commented 5 years ago

Yeah, it's a silly issue. SwiftNIO changes that signature in a minor release. I think we can get away with requiring the recent SwiftNIO version now. What do you think @Obbut ?

Joannis commented 5 years ago

Thanks for bringing it to our attention again!

Obbut commented 5 years ago

I think it's fine to require a more recent version of NIO in our Package.swift