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.
--scratch-path
1 parent 280d299 commit 62103dbCopy full SHA for 62103db
Sources/Commands/SwiftTool.swift
@@ -484,7 +484,7 @@ public class SwiftTool {
484
485
static func postprocessArgParserResult(options: GlobalOptions, observabilityScope: ObservabilityScope) throws {
486
if options.locations._deprecated_buildPath != nil {
487
- observabilityScope.emit(warning: "'--build-path' option is deprecated; use '--scratch-space-path' instead")
+ observabilityScope.emit(warning: "'--build-path' option is deprecated; use '--scratch-path' instead")
488
}
489
490
if options.locations._deprecated_chdir != nil {
0 commit comments