Build Information
Failed to build swift-argument-parser, reference main (a54433), with Swift 6.3 for Wasm on 24 Apr 2026 05:38:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-argument-parser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a544331 Improve diagnostic for @Flag Bool? without inversion: (#892)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
a544331c431f0e7aabbd2b3a50fee2e43c6526e6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/48] Write sources
[16/48] Write swift-version-24593BA9C3E375BF.txt
[18/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/52] Emitting module ArgumentParserToolInfo
[20/53] Wrapping AST for ArgumentParserToolInfo for debugging
[22/53] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/53] Emitting module ArgumentParserToolInfo
[24/101] Wrapping AST for ArgumentParserToolInfo for debugging
[26/148] Emitting module ArgumentParser
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
41 | #endif
42 |
43 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
44 | var _platformLock: PlatformLock
45 |
[28/160] Compiling ArgumentParser ArgumentVisibility.swift
[29/160] Compiling ArgumentParser CompletionKind.swift
[30/160] Compiling ArgumentParser Errors.swift
[31/160] Compiling ArgumentParser Flag.swift
[32/160] Compiling ArgumentParser NameSpecification.swift
[33/160] Compiling ArgumentParser Option.swift
[34/160] Compiling ArgumentParser OptionGroup.swift
[35/160] Compiling ArgumentParser AsyncCompletionsValidator.swift
[36/160] Compiling ArgumentParser CodingKeyValidator.swift
[37/160] Compiling ArgumentParser NonsenseFlagsValidator.swift
[38/160] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/160] Compiling ArgumentParser PositionalArgumentsValidator.swift
[40/160] Compiling ArgumentParser UniqueNamesValidator.swift
[54/160] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/160] Compiling ArgumentParser CompletionsGenerator.swift
[56/160] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/160] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/160] Compiling ArgumentParser Argument.swift
[59/160] Compiling ArgumentParser ArgumentDiscussion.swift
[60/160] Compiling ArgumentParser ArgumentHelp.swift
[61/160] Compiling ArgumentParser ParentCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[62/160] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[63/160] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[64/160] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[65/160] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[66/160] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[67/160] Compiling ArgumentParser Name.swift
[68/160] Compiling ArgumentParser Parsed.swift
[69/160] Compiling ArgumentParser ParsedValues.swift
[70/160] Compiling ArgumentParser ParserError.swift
[71/160] Compiling ArgumentParser SplitArguments.swift
[72/160] Compiling ArgumentParser DumpHelpGenerator.swift
[80/160] Compiling ArgumentParser HelpCommand.swift
[81/160] Compiling ArgumentParser HelpGenerator.swift
[82/160] Compiling ArgumentParser MessageInfo.swift
[83/160] Compiling ArgumentParser UsageGenerator.swift
[84/160] Compiling ArgumentParser CollectionExtensions.swift
[85/160] Compiling ArgumentParser Foundation.swift
[86/160] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
41 | #endif
42 |
43 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
44 | var _platformLock: PlatformLock
45 |
[87/160] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
41 | #endif
42 |
43 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
44 | var _platformLock: PlatformLock
45 |
[88/160] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
41 | #endif
42 |
43 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
44 | var _platformLock: PlatformLock
45 |
[89/160] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
41 | #endif
42 |
43 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
44 | var _platformLock: PlatformLock
45 |
[90/160] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
41 | #endif
42 |
43 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
44 | var _platformLock: PlatformLock
45 |
[91/160] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
41 | #endif
42 |
43 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
44 | var _platformLock: PlatformLock
45 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
206 | self = .customAsync
207 | case .customDeprecated(_):
208 | self = .customDeprecated
| `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
209 | }
210 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[98/160] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[99/160] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[100/160] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/160] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[102/160] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[103/160] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[104/160] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[112/160] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
74 | /// Defaults to `"\(_errorLabel): "`.
75 | public static var _errorPrefix: String {
76 | "\(_errorLabel): "
| `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead. [#DeprecatedDeclaration]
77 | }
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[133/167] Wrapping AST for ArgumentParser for debugging
[135/181] Compiling roll SplitMix64.swift
[136/181] Emitting module repeat
[137/181] Emitting module roll
[138/181] Emitting module math
[139/181] Compiling repeat Repeat.swift
[140/224] Compiling roll main.swift
[143/237] Emitting module default_as_flag
[144/237] Compiling default_as_flag DefaultAsFlag.swift
[146/238] Compiling generate_manual Container.swift
[147/238] Compiling generate_manual Empty.swift
[148/238] Compiling generate_manual ForEach.swift
[149/238] Compiling generate_manual MDocASTNodeWrapper.swift
[149/245] Wrapping AST for roll for debugging
[150/245] Wrapping AST for repeat for debugging
[155/248] Wrapping AST for default-as-flag for debugging
[156/248] Wrapping AST for ArgumentParser for debugging
[157/248] Write Objects.LinkFileList
[159/248] Emitting module generate_docc_reference
[161/248] Emitting module generate_manual
[163/248] Compiling generate_manual AuthorArgument.swift
[164/248] Compiling generate_manual ArgumentSynopsis.swift
[165/248] Compiling generate_manual Author.swift
[166/248] Compiling generate_manual Authors.swift
[171/248] Compiling color Color.swift
[172/248] Emitting module color
[173/249] Write Objects.LinkFileList
[176/249] Compiling generate_docc_reference GenerateDoccReference.swift
[177/249] Compiling generate_manual Exit.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 | }
48 |
49 | let process = Process()
| `- error: cannot find 'Process' in scope
50 | process.executableURL = executable
51 | process.arguments = arguments
[178/249] Compiling generate_manual List.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 | }
48 |
49 | let process = Process()
| `- error: cannot find 'Process' in scope
50 | process.executableURL = executable
51 | process.arguments = arguments
[179/249] Compiling generate_manual MultiPageDescription.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 | }
48 |
49 | let process = Process()
| `- error: cannot find 'Process' in scope
50 | process.executableURL = executable
51 | process.arguments = arguments
[180/249] Compiling generate_manual MDocBuilder.swift
[181/249] Compiling generate_manual MDocComponent.swift
[182/249] Compiling generate_manual Discussion.swift
[183/249] Compiling generate_manual DocumentDate.swift
[184/249] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[185/249] Compiling generate_docc_reference Process+SimpleAPI.swift
/host/spi-builder-workspace/Tools/generate-docc-reference/Extensions/Process+SimpleAPI.swift:41:17: error: cannot find 'Process' in scope
39 | }
40 |
41 | let process = Process()
| `- error: cannot find 'Process' in scope
42 | if #available(macOS 10.13, *) {
43 | process.executableURL = executable
[186/249] Compiling generate_manual SinglePageDescription.swift
[187/249] Compiling generate_manual Synopsis.swift
[188/249] Compiling generate_manual ArgumentParser+MDoc.swift
[189/249] Compiling generate_manual Date+ExpressibleByArgument.swift
[190/249] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[190/249] Linking repeat.wasm
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:48:31: error: cannot find type 'XCTestExpectation' in scope
46 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
47 | public protocol TestableParsableArguments: ParsableArguments {
48 | var didValidateExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
49 | }
50 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:61:26: error: cannot find type 'XCTestExpectation' in scope
59 | TestableParsableArguments
60 | {
61 | var didRunExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
62 | }
63 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:70:11: error: cannot find type 'XCTestExpectation' in scope
68 | }
69 |
70 | extension XCTestExpectation {
| `- error: cannot find type 'XCTestExpectation' in scope
71 | public convenience init(singleExpectation description: String) {
72 | self.init(description: description)
[190/249] Linking roll.wasm
BUILD FAILURE 6.3 wasm