Build Information
Failed to build swift-argument-parser, reference main (a54433), with Swift 6.2 for Wasm on 24 Apr 2026 05:48:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --swift-sdk swift-6.2-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.2
Building package at path: $PWD
https://github.com/apple/swift-argument-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-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
[22/53] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/54] 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 |
[27/154] Compiling ArgumentParser ArgumentDecoder.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>
[28/154] Compiling ArgumentParser ArgumentDefinition.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>
[29/154] Compiling ArgumentParser ArgumentSet.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>
[30/154] Compiling ArgumentParser CommandParser.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>
[31/154] Compiling ArgumentParser InputKey.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>
[32/154] Compiling ArgumentParser InputOrigin.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>
[33/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 |
[34/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 |
[35/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 |
[36/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 |
[37/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 |
[38/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 |
[39/160] Emitting module ArgumentParser
[40/160] Compiling ArgumentParser AsyncCompletionsValidator.swift
[41/160] Compiling ArgumentParser CodingKeyValidator.swift
[42/160] Compiling ArgumentParser NonsenseFlagsValidator.swift
[43/160] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/160] Compiling ArgumentParser PositionalArgumentsValidator.swift
[45/160] Compiling ArgumentParser UniqueNamesValidator.swift
[46/160] Compiling ArgumentParser HelpCommand.swift
[47/160] Compiling ArgumentParser HelpGenerator.swift
[48/160] Compiling ArgumentParser MessageInfo.swift
[49/160] Compiling ArgumentParser UsageGenerator.swift
[50/160] Compiling ArgumentParser CollectionExtensions.swift
[51/160] Compiling ArgumentParser Foundation.swift
[70/160] Compiling ArgumentParser Name.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>
[71/160] Compiling ArgumentParser Parsed.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>
[72/160] Compiling ArgumentParser ParsedValues.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>
[73/160] Compiling ArgumentParser ParserError.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>
[74/160] Compiling ArgumentParser SplitArguments.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>
[75/160] Compiling ArgumentParser DumpHelpGenerator.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>
[76/160] Compiling ArgumentParser ArgumentVisibility.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>
[77/160] Compiling ArgumentParser CompletionKind.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>
[78/160] Compiling ArgumentParser Errors.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>
[79/160] Compiling ArgumentParser Flag.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>
[80/160] Compiling ArgumentParser NameSpecification.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>
[81/160] Compiling ArgumentParser Option.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>
[82/160] Compiling ArgumentParser OptionGroup.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>
[83/160] Compiling ArgumentParser ParentCommand.swift
[84/160] Compiling ArgumentParser AsyncParsableCommand.swift
[85/160] Compiling ArgumentParser CommandConfiguration.swift
[86/160] Compiling ArgumentParser CommandGroup.swift
[87/160] Compiling ArgumentParser EnumerableFlag.swift
[88/160] Compiling ArgumentParser ExpressibleByArgument.swift
[89/160] Compiling ArgumentParser ParsableArguments.swift
[96/160] Compiling ArgumentParser ParsableCommand.swift
[97/160] Compiling ArgumentParser BashCompletionsGenerator.swift
[98/160] Compiling ArgumentParser CompletionsGenerator.swift
[99/160] Compiling ArgumentParser FishCompletionsGenerator.swift
[100/160] Compiling ArgumentParser ZshCompletionsGenerator.swift
[101/160] Compiling ArgumentParser Argument.swift
[102/160] Compiling ArgumentParser ArgumentDiscussion.swift
[103/160] Compiling ArgumentParser ArgumentHelp.swift
[104/165] Wrapping AST for ArgumentParser for debugging
[106/193] Compiling generate_manual AuthorArgument.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>
[107/193] Compiling generate_manual ArgumentSynopsis.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>
[108/193] Compiling generate_manual Author.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>
[109/193] Compiling generate_manual Authors.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>
[110/193] Compiling generate_manual MDocBuilder.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>
[111/193] Compiling generate_manual MDocComponent.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/193] Compiling generate_manual Discussion.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>
[120/193] Compiling generate_manual Document.swift
[121/193] Compiling generate_manual DocumentDate.swift
[122/193] Compiling generate_manual Exit.swift
[123/193] Compiling generate_manual List.swift
[124/193] Compiling generate_manual MultiPageDescription.swift
[125/193] Compiling generate_manual Container.swift
[126/193] Compiling generate_manual Empty.swift
[127/193] Compiling generate_manual ForEach.swift
[128/193] Compiling generate_manual MDocASTNodeWrapper.swift
[129/193] Compiling generate_manual Name.swift
[130/193] Compiling generate_manual Preamble.swift
[131/193] Compiling generate_manual Section.swift
[132/193] Compiling generate_manual SeeAlso.swift
[133/193] Compiling generate_manual SinglePageDescription.swift
[135/235] Emitting module generate_docc_reference
[136/235] Emitting module repeat
[137/235] Compiling repeat Repeat.swift
[139/236] Compiling roll SplitMix64.swift
[140/236] Emitting module roll
[141/236] Compiling roll main.swift
[142/236] Compiling generate_manual AuthorArgument.swift
[143/236] Compiling generate_manual ArgumentSynopsis.swift
[144/236] Compiling generate_manual Author.swift
[145/236] Compiling generate_manual Authors.swift
[147/242] Emitting module default_as_flag
[148/242] Compiling default_as_flag DefaultAsFlag.swift
[150/245] Emitting module color
[150/245] Wrapping AST for roll for debugging
[151/245] Wrapping AST for repeat for debugging
[156/248] Wrapping AST for default-as-flag for debugging
[158/248] Emitting module generate_manual
[158/248] Wrapping AST for ArgumentParser for debugging
[159/248] Write Objects.LinkFileList
[161/248] Compiling color Color.swift
[162/249] Write Objects.LinkFileList
[165/249] Compiling generate_manual MDocBuilder.swift
[166/249] Compiling generate_manual MDocComponent.swift
[167/249] Compiling generate_manual Discussion.swift
[168/249] Compiling generate_manual Document.swift
[169/249] Emitting module generate_manual
[170/249] Compiling generate_manual Process+SimpleAPI.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
[171/249] Compiling generate_manual GenerateManual.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
[172/249] Compiling generate_manual MDocASTNode.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
[177/249] Compiling generate_manual DocumentDate.swift
[178/249] Compiling generate_manual Exit.swift
[179/249] Compiling generate_manual List.swift
[180/249] Compiling generate_manual MultiPageDescription.swift
[181/249] Compiling generate_manual Name.swift
[182/249] Compiling generate_manual Preamble.swift
[183/249] Compiling generate_manual Section.swift
[184/249] Compiling generate_manual SeeAlso.swift
[192/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
[193/249] Emitting module generate_docc_reference
[194/249] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[195/249] Compiling generate_docc_reference GenerateDoccReference.swift
[196/249] Compiling generate_docc_reference Process+SimpleAPI.swift
[197/249] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[198/249] Compiling generate_docc_reference GenerateDoccReference.swift
[199/249] Compiling generate_manual SinglePageDescription.swift
[200/249] Compiling generate_manual Synopsis.swift
[201/249] Compiling generate_manual ArgumentParser+MDoc.swift
[202/249] Compiling generate_manual Date+ExpressibleByArgument.swift
[203/249] Compiling generate_manual Container.swift
[204/249] Compiling generate_manual Empty.swift
[205/249] Compiling generate_manual ForEach.swift
[206/249] Compiling generate_manual MDocASTNodeWrapper.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[207/250] Emitting module ArgumentParserTestHelpers
/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)
[208/250] Emitting module math
[208/250] Linking repeat.wasm
[209/250] Compiling ArgumentParserTestHelpers TestHelpers.swift
/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)
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:382:19: error: cannot find 'Process' in scope
380 |
381 | #if !canImport(Darwin) || os(macOS)
382 | let process = Process()
| `- error: cannot find 'Process' in scope
383 | process.executableURL = commandURL
384 | process.arguments = arguments
[209/250] Linking roll.wasm
BUILD FAILURE 6.2 wasm