Skip to content

Commit a66a4ff

Browse files
committed
Preemptively add an await for when loadPackageGraph becomes async
1 parent 77e66bd commit a66a4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BuildSystemIntegration/SwiftPMBuildSystem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ extension SwiftPMBuildSystem {
368368
}
369369
}
370370

371-
let modulesGraph = try self.workspace.loadPackageGraph(
371+
let modulesGraph = try await self.workspace.loadPackageGraph(
372372
rootInput: PackageGraphRootInput(packages: [AbsolutePath(projectRoot)]),
373373
forceResolvedVersions: forceResolvedVersions,
374374
observabilityScope: observabilitySystem.topScope

0 commit comments

Comments
 (0)