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.
1 parent 77e66bd commit a66a4ffCopy full SHA for a66a4ff
Sources/BuildSystemIntegration/SwiftPMBuildSystem.swift
@@ -368,7 +368,7 @@ extension SwiftPMBuildSystem {
368
}
369
370
371
- let modulesGraph = try self.workspace.loadPackageGraph(
+ let modulesGraph = try await self.workspace.loadPackageGraph(
372
rootInput: PackageGraphRootInput(packages: [AbsolutePath(projectRoot)]),
373
forceResolvedVersions: forceResolvedVersions,
374
observabilityScope: observabilitySystem.topScope
0 commit comments