lukaskubanek / OrderedDictionary

Ordered dictionary data structure implementation in Swift
MIT License
201 stars 63 forks source link

Xcode 13 Build Issues #74

Closed willm132 closed 3 years ago

willm132 commented 3 years ago
Screen Shot 2021-09-21 at 8 04 53 AM
lukaskubanek commented 3 years ago

Hi @willm132, which version of OrderedDictionary are you using? This issue should be fixed as of 4.0.1 AFAIK.

willm132 commented 3 years ago

I am using SPM

4.0.0 -> Next Major

Issue is fixed with 4.0.1, just needed to manually update the minimum version via SPM.