Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Sources/SwiftBuildSupport/SwiftBuildSystem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
request.hideShellScriptEnvironment = true
request.showNonLoggedProgress = true
request.recordBuildBacktraces = buildParameters.outputParameters.enableTaskBacktraces
request.schedulerLaneWidthOverride = buildParameters.workers

// Override the arena. We need to apply the arena info to both the request-global build
// parameters as well as the target-specific build parameters, since they may have been
Expand Down