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.
availableLibraries
1 parent b83bfbd commit 2f044f4Copy full SHA for 2f044f4
Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift
@@ -213,6 +213,7 @@ extension SwiftPMWorkspace {
213
let packageGraph = try self.workspace.loadPackageGraph(
214
rootInput: PackageGraphRootInput(packages: [AbsolutePath(packageRoot)]),
215
forceResolvedVersions: true,
216
+ availableLibraries: self.buildParameters.toolchain.providedLibraries,
217
observabilityScope: observabilitySystem.topScope
218
)
219
0 commit comments