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 e1f3ce2 commit 6f6a3bbCopy full SHA for 6f6a3bb
Sources/SwiftBuildSupport/SwiftBuildSystem.swift
@@ -1017,6 +1017,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
1017
request.hideShellScriptEnvironment = true
1018
request.showNonLoggedProgress = true
1019
request.recordBuildBacktraces = buildParameters.outputParameters.enableTaskBacktraces
1020
+ request.schedulerLaneWidthOverride = buildParameters.workers
1021
1022
// Override the arena. We need to apply the arena info to both the request-global build
1023
// parameters as well as the target-specific build parameters, since they may have been
0 commit comments