Skip to content

Commit 4dafb22

Browse files
committed
Dedicated product for all package collections stuff
1 parent 2431f04 commit 4dafb22

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Package.swift

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ let package = Package(
4040
"SPMLLBuild",
4141
"PackageCollections",
4242
"PackageCollectionsModel",
43-
"PackageCollectionsSigning",
4443
"LLBuildManifest",
4544
"PackageModel",
4645
"PackageLoading",
@@ -58,7 +57,6 @@ let package = Package(
5857
"LLBuildManifest",
5958
"PackageCollections",
6059
"PackageCollectionsModel",
61-
"PackageCollectionsSigning",
6260
"PackageModel",
6361
"PackageLoading",
6462
"PackageGraph",
@@ -97,6 +95,16 @@ let package = Package(
9795
name: "PackageCollectionsModel",
9896
targets: ["PackageCollectionsModel"]
9997
),
98+
99+
.library(
100+
name: "SwiftPMPackageCollections",
101+
targets: [
102+
"PackageCollections",
103+
"PackageCollectionsModel",
104+
"PackageCollectionsSigning",
105+
"PackageModel"
106+
]
107+
),
100108
],
101109
targets: [
102110
// The `PackageDescription` targets define the API which is available to

0 commit comments

Comments
 (0)