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 4a81d7a commit d81f1beCopy full SHA for d81f1be
Sources/SwiftBuildSupport/SwiftBuildSystem.swift
@@ -1069,6 +1069,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
1069
request.hideShellScriptEnvironment = true
1070
request.showNonLoggedProgress = true
1071
request.recordBuildBacktraces = buildParameters.outputParameters.enableTaskBacktraces
1072
+ request.schedulerLaneWidthOverride = buildParameters.workers
1073
1074
// Override the arena. We need to apply the arena info to both the request-global build
1075
// parameters as well as the target-specific build parameters, since they may have been
0 commit comments