github apple/swift-collections 1.2.0
Swift Collections 1.2.0

latest releases: 1.1.6, 1.2.1, 1.1.5...
3 months ago

This feature release includes the following improvements:

  • The package now compiles without warnings using Swift 6.0 and 6.1.
  • New functionality:
    • Heap.removeAll(where:) (#454)
    • OrderedSet.appending(contentsOf:) (#452)
  • Bug fixes and performance improvements:
    • Heap operations now agree on the identity of the maximal element, even if it has duplicates (#439)
    • OrderedSet now runs faster in unspecialized generic contexts (#433)
    • Building on OpenBSD no longer requires ManagedBuffer.capacity (#456)

This version supports Swift toolchain versions 5.10, 6.0 and 6.1.

What's Changed

New Contributors

Full Changelog: 1.1.4...1.2.0

Don't miss a new swift-collections release

NewReleases is sending notifications on new releases.