Skip to content

Commit 6fd2b0b

Browse files
authored
Export "PackageCollections" module to clients (#3049)
* Export "PackageCollections" module to clients To make the new module available to clients of the various versions of libSwiftPM, we need to add it to the corresponding products. * Fix indent
1 parent 02f2205 commit 6fd2b0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ let package = Package(
3838
targets: [
3939
"SourceControl",
4040
"SPMLLBuild",
41+
"PackageCollections",
4142
"LLBuildManifest",
4243
"PackageModel",
4344
"PackageLoading",
@@ -53,6 +54,7 @@ let package = Package(
5354
"SourceControl",
5455
"SPMLLBuild",
5556
"LLBuildManifest",
57+
"PackageCollections",
5658
"PackageModel",
5759
"PackageLoading",
5860
"PackageGraph",
@@ -66,6 +68,7 @@ let package = Package(
6668
type: .dynamic,
6769
targets: [
6870
"SourceControl",
71+
"PackageCollections",
6972
"PackageModel",
7073
"PackageLoading",
7174
"PackageGraph",

0 commit comments

Comments
 (0)