attaswift / BTree

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTree is not buildable with the Swift Package Manager

timvermeulen opened this issue · comments

If I try to import this package using SPM, I get an error saying that the test folder has an unsupported layout, and that it can be fixed by moving those files inside a module. So, moving the test files into a separate folder (e.g. Tests/BTreeTests/... should fix it. :)

Interesting; this still worked a couple of weeks ago. It looks like I'll need to release 4.0.1 soon!

Thanks for reporting this! 👍🏼