pointfreeco / swift-identified-collections

A library of data structures for working with collections of identifiable elements in an ergonomic, performant way.
MIT License
531 stars 45 forks source link

Eliminate platform requirement #37

Closed stephencelis closed 2 years ago

stephencelis commented 2 years ago

@mluisbrown I realized #8 was still open and was hoping to close it out.

A quick test and I can't get the array literal to compile when targeting iOS 11, which seems to indicate that the latest Xcode release has fixed the bug you were experiencing?

mluisbrown commented 2 years ago

Hey @stephencelis it's fine, I'm going to drop support for iOS 12 and below on the RAS fork so it's no longer a problem.

stephencelis commented 2 years ago

@mluisbrown Going to merge this anyway since I think it's better to not have the platform requirement at the package level. Hopefully it solves things for others!