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 9057cae commit 6db055dCopy full SHA for 6db055d
Sources/SwiftBuildSupport/SwiftBuildSystem.swift
@@ -1002,6 +1002,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
1002
request.useDryRun = false
1003
request.hideShellScriptEnvironment = true
1004
request.showNonLoggedProgress = true
1005
+ request.schedulerLaneWidthOverride = buildParameters.workers
1006
1007
// Override the arena. We need to apply the arena info to both the request-global build
1008
// parameters as well as the target-specific build parameters, since they may have been
0 commit comments