Skip to content

Bump github.com/apple/swift-collections from 1.5.0 to 1.6.0#25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/apple/swift-collections-1.6.0
Open

Bump github.com/apple/swift-collections from 1.5.0 to 1.6.0#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/apple/swift-collections-1.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/apple/swift-collections from 1.5.0 to 1.6.0.

Release notes

Sourced from github.com/apple/swift-collections's releases.

Swift Collections 1.6.0

This is a feature release adding several useful operations to ordered collections, as well as shipping bug fixes that landed since 1.5.1.

The list of supported Swift toolchain versions remains 6.0, 6.1, 6.2, and 6.3 for now. Note that we intend to retire support for Swift 6.0 and 6.1 in a subsequent release later this year.

New OrderedCollections operations

We now have several new operations that move existing elements in an OrderedSet or OrderedDictionary to a new position within the same collection:

  • OrderedSet.moveSubrange(_:to:) and OrderedDictionary.moveSubrange(_:to:) move items at a range of indices to just before the item at the specified destination index.
  • OrderedSet.move(members:to:) and OrderedDictionary.move(keys:to:) relocate elements identified by value (or key), preserving the order in which they're listed.
  • OrderedSet.move(indices:to:) and OrderedDictionary.move(indices:to:) relocate items at an arbitrary sequence of indices, preserving their listed order.

Bugfixes

  • SortedCollections [with the UnstableSortedCollections trait]: The default capacity of B-tree nodes is no longer clamped at 16, improving performance. (#257)
  • DequeModule: The ownership-aware RigidDeque and UniqueDeque types no longer hand out invalid spans to clients (#659)
  • ContainersPreview [with the UnstableContainersPreview trait]: The deprecated Borrow type alias is now declared with correct availability. (#655)

What's Changed

New Contributors

Full Changelog: apple/swift-collections@1.5.1...1.6.0

Swift Collections 1.5.1

This is a patch release resolving three issues uncovered since 1.5.0 was tagged, including a source breaking regression introduced in 1.4.0, affecting clients importing the Collections module.

What's Changed

Full Changelog: apple/swift-collections@1.5.0...1.5.1

Commits
  • a0cb095 Merge pull request #665 from lorentey/prerelease-cleanups
  • 9d0f2ad Update README
  • f3ede2e Delete unused test source
  • e31c041 Update CMake & Xcode build configurations
  • 5c8d97d Merge pull request #660 from apple/dn/ordered-set-move
  • 72f074a [OrderedCollections] Use pre-removal destination index for move APIs
  • 5a6af29 [OrderedCollections] Refine move APIs and simplify no-op check
  • a837733 [OrderedCollections] Rework move APIs and extend to OrderedDictionary
  • 9ade2f7 Merge pull request #664 from lorentey/benchmark-updates
  • c86ed20 [Benchmark] Shareable(Set|Dictionary)Benchmarks → Tree$1Benchmarks
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/apple/swift-collections](https://github.com/apple/swift-collections) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/apple/swift-collections/releases)
- [Commits](apple/swift-collections@1.5.0...a0cb095)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-collections
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants