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
loadPackageGraph
1 parent 1dd429b commit bde432bCopy full SHA for bde432b
Sources/SKSwiftPMWorkspace/SwiftPMBuildSystem.swift
@@ -242,7 +242,6 @@ extension SwiftPMBuildSystem {
242
let modulesGraph = try self.workspace.loadPackageGraph(
243
rootInput: PackageGraphRootInput(packages: [AbsolutePath(projectRoot)]),
244
forceResolvedVersions: true,
245
- availableLibraries: self.buildParameters.toolchain.providedLibraries,
246
observabilityScope: observabilitySystem.topScope
247
)
248
0 commit comments