Skip to content

Commit

Permalink
Remove availableLibraries argument from loadPackageGraph
Browse files Browse the repository at this point in the history
Prebuilt/provided libraries feature is reverted by swiftlang/swift-package-manager#7800
  • Loading branch information
xedin committed Jul 19, 2024
1 parent 7baf991 commit 8a6df8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SKSwiftPMWorkspace/SwiftPMBuildSystem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ extension SwiftPMBuildSystem {
let modulesGraph = try self.workspace.loadPackageGraph(
rootInput: PackageGraphRootInput(packages: [AbsolutePath(projectRoot)]),
forceResolvedVersions: forceResolvedVersions,
availableLibraries: [],
observabilityScope: observabilitySystem.topScope
)

Expand Down

0 comments on commit 8a6df8a

Please sign in to comment.