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 4364bbb commit 56cc88eCopy full SHA for 56cc88e
Sources/SwiftDriver/Dependency Scanning/ModuleDependencyBuildGeneration.swift
@@ -16,7 +16,8 @@ import Foundation
16
extension Driver {
17
/// For the current moduleDependencyGraph, plan the order and generate jobs
18
/// for explicitly building all dependency modules.
19
- mutating func planExplicitModuleDependenciesCompile(dependencyGraph: InterModuleDependencyGraph
+ mutating func planExplicitModuleDependenciesCompile(
20
+ dependencyGraph: InterModuleDependencyGraph
21
) throws -> [Job] {
22
var jobs: [Job] = []
23
for (id, moduleInfo) in dependencyGraph.modules {
0 commit comments