Skip to content

Commit

Permalink
Merge pull request #1580 from xedin/remove-availableLibraries-from-Bu…
Browse files Browse the repository at this point in the history
…ildSystem

[6.0] Remove `availableLibraries` argument from `loadPackageGraph`
  • Loading branch information
xedin authored Jul 22, 2024
2 parents 7baf991 + 8a6df8a commit d849096
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 d849096

Please sign in to comment.