Skip to content

Commit 2c89019

Browse files
authored
Merge pull request #656 from neonichu/adopt-to-new-packagegraph-api
Adopt to new package graph API
2 parents bf4c67b + f9ced14 commit 2c89019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public final class SwiftPMWorkspace {
136136
flags: buildSetup.flags
137137
)
138138

139-
self.packageGraph = try PackageGraph(rootPackages: [], dependencies: [])
139+
self.packageGraph = try PackageGraph(rootPackages: [], dependencies: [], binaryArtifacts: [:])
140140

141141
try reloadPackage()
142142
}

0 commit comments

Comments
 (0)