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 49d533d commit 5ddd1a6Copy full SHA for 5ddd1a6
Sources/SwiftBuildSupport/SwiftBuildSystem.swift
@@ -1082,6 +1082,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
1082
request.hideShellScriptEnvironment = true
1083
request.showNonLoggedProgress = true
1084
request.recordBuildBacktraces = buildParameters.outputParameters.enableTaskBacktraces
1085
+ request.schedulerLaneWidthOverride = buildParameters.workers
1086
1087
// Override the arena. We need to apply the arena info to both the request-global build
1088
// parameters as well as the target-specific build parameters, since they may have been
0 commit comments