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

Update swift-collections dependency to 1.0.2 #32

Closed KaiOelfke closed 2 years ago

KaiOelfke commented 2 years ago

This PR updates the swift collections dependency to 1.0.2. This should fix #26.

More information:

"Fixed a value semantic violation in OrderedSet and OrderedDictionary that could result in some mutation methods corrupting shared copies of the same value, leading to subsequent crashes. (Issue #104)"

https://github.com/apple/swift-collections/releases/tag/1.0.2

stephencelis commented 2 years ago

Thanks!