Commit 7f8c72e
authored
[6.0] Add support for swift-collections 1.1 (#7614)
Cherry pick of #7607
**Explanation:** SwiftPM fails to build against [email protected],
this change allows SwiftPM to be compatible with both
[email protected] and [email protected]
**Scope:** Isolated to one specific line where the build failure
occurred and initializes the return value to an `Array` explicitly
**Risk:** Low as the change is minimal and has been validated via
testing
**Testing:** Existing SwiftPM testing has passed and I have been able to
build a toolchain locally with the change
**Reviewer:** @MaxDesiatov1 parent aaeecec commit 7f8c72e
File tree
2 files changed
+2
-2
lines changed- Sources/PackageGraph/Resolution/PubGrub
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
| 805 | + | |
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
0 commit comments