github apple/swift-collections 1.0.6
Swift Collections 1.0.6

latest releases: 1.1.1, 1.1.0
6 months ago

This bugfix release adds Sendable conformances to all public types (fixing compatibility with Swift's strict concurrency checking), and speeds up equality checks (==) of identical collection values.

What's Changed

  • Fix typos: OrderedSet Documentation by @kati-kms in #322
  • [1.0] build: support building in Debug mode on Windows by @compnerd in #337
  • build: tweak search path for embedding by @compnerd in #338
  • [OrderedDictionary] forward ordered dictionary values equality to values property by @vanvoorden in #335
  • [OrderedSet] forward ordered set equality to elements property by @vanvoorden in #340
  • [Deque] check deque equality with buffer identity by @vanvoorden in #341
  • [OrderedDictionary] Fix usage of deprecated API in index(forKey:) docs by @lorentey in #342
  • [1.0] Backport Sendable conformances on all public types by @lorentey in #343
  • OrderedSet: Fix sendable conformance on old swifts by @lorentey in #346
  • Update CMake configuration by @lorentey in #347

New Contributors

Full Changelog: 1.0.5...1.0.6

Thank you to everyone who contributed to this release!

Don't miss a new swift-collections release

NewReleases is sending notifications on new releases.