Update swift-collections from 1.1.4 to 1.6.0#25817
Merged
Merged
Conversation
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 33342 | |
| Version | PR #25817 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 9de06bd | |
| Installation URL | 1svc2mm07fn48 |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 33342 | |
| Version | PR #25817 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 9de06bd | |
| Installation URL | 5vtv59s3s14ng |
jkmassel
enabled auto-merge
July 22, 2026 21:08
crazytonyli
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Bumps
swift-collectionsfrom1.1.4to1.6.0(latest) in the app dependency graph.swift-collectionsis constrainedfrom: "1.0.0"inModules/Package.swift, so this is a resolved-file-only change — no manifest edit. OnlyModules/Package.resolvedmoves; the root cross-platform harness (Package.resolved) already resolves it at1.6.0, so the app graph was behind.1.x) — no source changes. Consumed byAsyncImageKitvia theCollectionsproduct (OrderedSet/OrderedDictionary), API-stable across1.1→1.6.Changelog
Highlights across
1.1.5–1.6.0(full history):OrderedSet/OrderedDictionaryadditions:appending(contentsOf:)(1.2.0),replaceElement(at:withKey:value:)(1.5.0), and element-move operationsmoveSubrange(_:to:)/move(members:to:)/move(indices:to:)(1.6.0).Heap.removeAll(where:)(1.2.0);BitSet.makeIterator(from:)(1.5.0); new ownership-aware container modules (BasicContainerswithUniqueArray/RigidArray,UniqueDeque/RigidDeque) behind their own modules/traits — not imported here.Collectionsumbrella import introduced in 1.4.0 — resolved in 1.5.1 (#654); 1.6.0 is past it.Testing instructions
swift package updateresolves cleanly; the diff isswift-collections-only.AsyncImageKitTestsexercises the image cache that usesCollections.Related
SwiftSoupfrom2.7.5to2.13.6#25811 (SwiftSoup).