We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f555a8b + 1a26634 commit 6b85bd2Copy full SHA for 6b85bd2
Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift
@@ -182,6 +182,7 @@ extension SwiftPMWorkspace {
182
183
let packageGraph = try self.workspace.loadPackageGraph(
184
rootInput: PackageGraphRootInput(packages: [AbsolutePath(packageRoot)]),
185
+ forceResolvedVersions: true,
186
observabilityScope: observabilitySystem.topScope
187
)
188
0 commit comments