attaswift / BTree

Fast sorted collections for Swift using in-memory B-trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix warnings in Swift 2.2

lorentey opened this issue · comments

The project compiles and runs under Swift 2.2 (with -DSwift22), but it produces a lot of warnings about renamed/deprecated API.

These should all be fixed by updating the code to use the new names for things. This is a relatively straightforward change, so doing this would be a nice starting point for someone who wants to start contributing to this project.

Note that an implementation of this ticket won't be merged on master until Swift 2.2 is released and support for Swift 2.1 is retired.