Skip to content

Commit d69b762

Browse files
authored
Merge pull request #1248 from xedin/adopt-modulesgraph-api-change-6.0
[6.0] Adopt SwiftPM ModulesGraph initializer API adjustment
2 parents 778678f + 9f6021c commit d69b762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SKSwiftPMWorkspace/SwiftPMBuildSystem.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ public actor SwiftPMBuildSystem {
211211

212212
self.modulesGraph = try ModulesGraph(
213213
rootPackages: [],
214+
packages: IdentifiableSet(),
214215
dependencies: [],
215216
binaryArtifacts: [:]
216217
)

0 commit comments

Comments
 (0)