The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-argument-parser, reference 1.7.1 (626b5b), with Swift 6.2 for Wasm on 21 Mar 2026 05:48:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.7.1
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
 * tag               1.7.1      -> FETCH_HEAD
HEAD is now at 626b5b7 Update the changelog for version 1.7.1 (#880)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
626b5b7b2f45e1b0b1c6f4a309296d1d21d7311b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.7.1
========================================
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-1":/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 wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:33aba1b4ee401c56e0fd7ee42e05ab1ffc0b6f44277ad19cffda5d456eb09500
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/44] Write sources
[15/44] Write swift-version-24593BA9C3E375BF.txt
[17/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/48] Emitting module ArgumentParserToolInfo
[19/49] Wrapping AST for ArgumentParserToolInfo for debugging
[21/95] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/95] Emitting module ArgumentParserToolInfo
[23/96] Wrapping AST for ArgumentParserToolInfo for debugging
[25/142] Compiling ArgumentParser InputOrigin.swift
[26/142] Compiling ArgumentParser Name.swift
[27/142] Compiling ArgumentParser Parsed.swift
[28/142] Compiling ArgumentParser ParsedValues.swift
[29/142] Compiling ArgumentParser ParserError.swift
[30/142] Compiling ArgumentParser SplitArguments.swift
[31/148] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/148] Compiling ArgumentParser CompletionsGenerator.swift
[33/148] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/148] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/148] Compiling ArgumentParser Argument.swift
[36/148] Compiling ArgumentParser ArgumentDiscussion.swift
[37/148] Compiling ArgumentParser ArgumentHelp.swift
[38/154] Emitting module ArgumentParser
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:50:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 48 |     #endif
 49 |
 50 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 51 |     var _platformLock: PlatformLock
 52 |
[39/154] Compiling ArgumentParser CollectionExtensions.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>
[40/154] 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>
[41/154] 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>
[42/154] 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>
[43/154] 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>
[44/154] 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>
[45/154] 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>
[46/154] Compiling ArgumentParser Foundation.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[47/154] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[48/154] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[49/154] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[50/154] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/154] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[59/154] Emitting module ArgumentParser
[66/154] Compiling ArgumentParser ArgumentVisibility.swift
[67/154] Compiling ArgumentParser ParentCommand.swift
[68/154] Compiling ArgumentParser AsyncParsableCommand.swift
[69/154] Compiling ArgumentParser CommandConfiguration.swift
[70/154] Compiling ArgumentParser CommandGroup.swift
[71/154] Compiling ArgumentParser EnumerableFlag.swift
[72/154] Compiling ArgumentParser ExpressibleByArgument.swift
[73/154] Compiling ArgumentParser CompletionKind.swift
[74/154] Compiling ArgumentParser Errors.swift
[75/154] Compiling ArgumentParser Flag.swift
[76/154] Compiling ArgumentParser NameSpecification.swift
[77/154] Compiling ArgumentParser Option.swift
[78/154] Compiling ArgumentParser OptionGroup.swift
[79/154] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:50:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 48 |     #endif
 49 |
 50 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 51 |     var _platformLock: PlatformLock
 52 |
[80/154] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:50:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 48 |     #endif
 49 |
 50 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 51 |     var _platformLock: PlatformLock
 52 |
[81/154] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:50:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 48 |     #endif
 49 |
 50 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 51 |     var _platformLock: PlatformLock
 52 |
[82/154] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:50:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 48 |     #endif
 49 |
 50 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 51 |     var _platformLock: PlatformLock
 52 |
[83/154] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:50:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 48 |     #endif
 49 |
 50 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 51 |     var _platformLock: PlatformLock
 52 |
[84/154] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:50:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 48 |     #endif
 49 |
 50 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 51 |     var _platformLock: PlatformLock
 52 |
[85/154] Compiling ArgumentParser Tree.swift
[86/154] Compiling ArgumentParser CodingKeyValidator.swift
[87/154] Compiling ArgumentParser NonsenseFlagsValidator.swift
[88/154] Compiling ArgumentParser ParsableArgumentsValidation.swift
[89/154] Compiling ArgumentParser PositionalArgumentsValidator.swift
[90/154] Compiling ArgumentParser UniqueNamesValidator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead. [#DeprecatedDeclaration]
211 |     }
212 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[109/166] Wrapping AST for ArgumentParser for debugging
[111/198] Compiling generate_manual Name.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/198] Compiling generate_manual Preamble.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>
[113/198] Compiling generate_manual Section.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>
[114/198] Compiling generate_manual SeeAlso.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>
[115/198] Compiling generate_manual Process+SimpleAPI.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>
[116/198] Compiling generate_manual GenerateManual.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>
[117/198] Compiling generate_manual MDocASTNode.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>
[124/198] Compiling generate_manual Empty.swift
[125/198] Compiling generate_manual ForEach.swift
[126/198] Compiling generate_manual MDocASTNodeWrapper.swift
[127/198] Compiling generate_manual SinglePageDescription.swift
[128/198] Compiling generate_manual Synopsis.swift
[129/198] Compiling generate_manual ArgumentParser+MDoc.swift
[130/198] Compiling generate_manual Date+ExpressibleByArgument.swift
[132/199] Compiling repeat Repeat.swift
[133/199] Emitting module repeat
[134/200] Compiling color Color.swift
[135/200] Emitting module color
[138/229] Compiling roll main.swift
[139/229] Emitting module roll
[140/229] Compiling roll SplitMix64.swift
[140/230] Wrapping AST for ArgumentParser for debugging
[142/233] Wrapping AST for repeat for debugging
[143/234] Write Objects.LinkFileList
[144/234] Wrapping AST for color for debugging
[145/234] Wrapping AST for roll for debugging
[145/234] Write Objects.LinkFileList
[148/234] Emitting module generate_manual
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |   // parsed as `yyyy-mm-dd`
17 |   public init?(argument: String) {
[149/234] Compiling generate_manual AuthorArgument.swift
[150/234] Compiling generate_manual ArgumentSynopsis.swift
[151/234] Compiling generate_manual Author.swift
[152/234] Compiling generate_manual Authors.swift
[157/240] Emitting module generate_docc_reference
[158/240] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[159/240] Emitting module generate_manual
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Foundation.Date: ArgumentParser.ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |   // parsed as `yyyy-mm-dd`
17 |   public init?(argument: String) {
[160/240] Emitting module generate_docc_reference
[161/240] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[162/240] 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)
[163/240] Compiling generate_manual Container.swift
[164/240] Compiling generate_manual Empty.swift
[165/240] Compiling generate_manual ForEach.swift
[166/240] Compiling generate_manual MDocASTNodeWrapper.swift
[167/240] Emitting module math
[172/240] Compiling generate_manual MDocBuilder.swift
[173/240] Compiling generate_manual MDocComponent.swift
[174/240] Compiling generate_manual Discussion.swift
[175/240] Compiling generate_manual Document.swift
[175/240] Linking color.wasm
[175/240] Linking repeat.wasm
BUILD FAILURE 6.2 wasm