Skip to content

Commit a1f57aa

Browse files
committed
Adopt to new package graph API
swiftlang/swift-package-manager#5806 adds an extra argument which requires a small change here.
1 parent 9597081 commit a1f57aa

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)