The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-argument-parser, reference 1.5.1 (011f0c), with Swift 6.1 for Wasm on 31 May 2025 13:18:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: 1.5.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.5.1      -> FETCH_HEAD
HEAD is now at 011f0c7 Update changelog for 1.5.1, along with unreleased changes (#784)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
011f0c765fb46d9cac61bca19be0527e99c98c8b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at 1.5.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-argument-parser.git
https://github.com/apple/swift-argument-parser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-argument-parser",
  "name" : "swift-argument-parser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ArgumentParser",
      "targets" : [
        "ArgumentParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenerateManual",
      "targets" : [
        "GenerateManual"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "roll",
      "targets" : [
        "roll"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "repeat",
      "targets" : [
        "repeat"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "math",
      "targets" : [
        "math"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "generate-manual",
      "targets" : [
        "generate-manual"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "roll",
      "module_type" : "SwiftTarget",
      "name" : "roll",
      "path" : "Examples/roll",
      "product_memberships" : [
        "roll"
      ],
      "sources" : [
        "SplitMix64.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "repeat",
      "module_type" : "SwiftTarget",
      "name" : "repeat",
      "path" : "Examples/repeat",
      "product_memberships" : [
        "repeat"
      ],
      "sources" : [
        "Repeat.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "math",
      "module_type" : "SwiftTarget",
      "name" : "math",
      "path" : "Examples/math",
      "product_memberships" : [
        "math"
      ],
      "sources" : [
        "Math.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_manual",
      "module_type" : "SwiftTarget",
      "name" : "generate-manual",
      "path" : "Tools/generate-manual",
      "product_memberships" : [
        "GenerateManual",
        "generate-manual"
      ],
      "sources" : [
        "AuthorArgument.swift",
        "DSL/ArgumentSynopsis.swift",
        "DSL/Author.swift",
        "DSL/Authors.swift",
        "DSL/Core/Container.swift",
        "DSL/Core/Empty.swift",
        "DSL/Core/ForEach.swift",
        "DSL/Core/MDocASTNodeWrapper.swift",
        "DSL/Core/MDocBuilder.swift",
        "DSL/Core/MDocComponent.swift",
        "DSL/Document.swift",
        "DSL/DocumentDate.swift",
        "DSL/Exit.swift",
        "DSL/List.swift",
        "DSL/MultiPageDescription.swift",
        "DSL/Name.swift",
        "DSL/Preamble.swift",
        "DSL/Section.swift",
        "DSL/SeeAlso.swift",
        "DSL/SinglePageDescription.swift",
        "DSL/Synopsis.swift",
        "Extensions/ArgumentParser+MDoc.swift",
        "Extensions/Date+ExpressibleByArgument.swift",
        "Extensions/Process+SimpleAPI.swift",
        "GenerateManual.swift",
        "MDoc/MDocASTNode.swift",
        "MDoc/MDocMacro.swift",
        "MDoc/MDocSerializationContext.swift",
        "MDoc/String+Escaping.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserToolInfo"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenerateManual",
      "module_type" : "PluginTarget",
      "name" : "GenerateManual",
      "path" : "Plugins/GenerateManual",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate a manual entry for a specified target.",
          "type" : "custom",
          "verb" : "generate-manual"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "GenerateManual"
      ],
      "sources" : [
        "GenerateManualPlugin.swift",
        "GenerateManualPluginError.swift",
        "PackagePlugin+Helpers.swift"
      ],
      "target_dependencies" : [
        "generate-manual"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ArgumentParserUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserUnitTests",
      "path" : "Tests/ArgumentParserUnitTests",
      "sources" : [
        "CompletionScriptTests.swift",
        "DumpHelpGenerationTests.swift",
        "ErrorMessageTests.swift",
        "ExitCodeTests.swift",
        "HelpGenerationTests+AtArgument.swift",
        "HelpGenerationTests+AtOption.swift",
        "HelpGenerationTests+GroupName.swift",
        "HelpGenerationTests.swift",
        "InputOriginTests.swift",
        "MirrorTests.swift",
        "NameSpecificationTests.swift",
        "ParsableArgumentsValidationTests.swift",
        "SendableTests.swift",
        "SequenceExtensionTests.swift",
        "SplitArgumentTests.swift",
        "StringEditDistanceTests.swift",
        "StringSnakeCaseTests.swift",
        "StringWrappingTests.swift",
        "TreeTests.swift",
        "UsageGenerationTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserToolInfo",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserToolInfo",
      "path" : "Sources/ArgumentParserToolInfo",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual"
      ],
      "sources" : [
        "ToolInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserTestHelpers",
      "path" : "Sources/ArgumentParserTestHelpers",
      "sources" : [
        "StringHelpers.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserPackageManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserPackageManagerTests",
      "path" : "Tests/ArgumentParserPackageManagerTests",
      "sources" : [
        "HelpTests.swift",
        "PackageManager/Clean.swift",
        "PackageManager/Config.swift",
        "PackageManager/Describe.swift",
        "PackageManager/GenerateXcodeProject.swift",
        "PackageManager/Options.swift",
        "Tests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserGenerateManualTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserGenerateManualTests",
      "path" : "Tests/ArgumentParserGenerateManualTests",
      "sources" : [
        "CountLinesGenerateManualTests.swift",
        "MathGenerateManualTests.swift",
        "RepeatGenerateManualTests.swift",
        "RollDiceGenerateManualTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserExampleTests",
      "path" : "Tests/ArgumentParserExampleTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ArgumentParserExampleTests/CountLinesTest.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CountLinesExampleTests.swift",
        "MathExampleTests.swift",
        "RepeatExampleTests.swift",
        "RollDiceExampleTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserEndToEndTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserEndToEndTests",
      "path" : "Tests/ArgumentParserEndToEndTests",
      "sources" : [
        "AsyncCommandEndToEndTests.swift",
        "CustomParsingEndToEndTests.swift",
        "DefaultSubcommandEndToEndTests.swift",
        "DefaultsEndToEndTests.swift",
        "EnumEndToEndTests.swift",
        "EqualsEndToEndTests.swift",
        "FlagsEndToEndTests.swift",
        "JoinedEndToEndTests.swift",
        "LongNameWithShortDashEndToEndTests.swift",
        "NestedCommandEndToEndTests.swift",
        "OptionGroupEndToEndTests.swift",
        "OptionalEndToEndTests.swift",
        "PositionalEndToEndTests.swift",
        "RawRepresentableEndToEndTests.swift",
        "RepeatingEndToEndTests+ParsingStrategy.swift",
        "RepeatingEndToEndTests.swift",
        "ShortNameEndToEndTests.swift",
        "SimpleEndToEndTests.swift",
        "SingleValueParsingStrategyTests.swift",
        "SourceCompatEndToEndTests.swift",
        "SubcommandEndToEndTests.swift",
        "TransformEndToEndTests.swift",
        "UnparsedValuesEndToEndTest.swift",
        "ValidationEndToEndTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParser",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParser",
      "path" : "Sources/ArgumentParser",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual"
      ],
      "sources" : [
        "Completions/BashCompletionsGenerator.swift",
        "Completions/CompletionsGenerator.swift",
        "Completions/FishCompletionsGenerator.swift",
        "Completions/ZshCompletionsGenerator.swift",
        "Parsable Properties/Argument.swift",
        "Parsable Properties/ArgumentHelp.swift",
        "Parsable Properties/ArgumentVisibility.swift",
        "Parsable Properties/CompletionKind.swift",
        "Parsable Properties/Errors.swift",
        "Parsable Properties/Flag.swift",
        "Parsable Properties/NameSpecification.swift",
        "Parsable Properties/Option.swift",
        "Parsable Properties/OptionGroup.swift",
        "Parsable Types/AsyncParsableCommand.swift",
        "Parsable Types/CommandConfiguration.swift",
        "Parsable Types/CommandGroup.swift",
        "Parsable Types/EnumerableFlag.swift",
        "Parsable Types/ExpressibleByArgument.swift",
        "Parsable Types/ParsableArguments.swift",
        "Parsable Types/ParsableArgumentsValidation.swift",
        "Parsable Types/ParsableCommand.swift",
        "Parsing/ArgumentDecoder.swift",
        "Parsing/ArgumentDefinition.swift",
        "Parsing/ArgumentSet.swift",
        "Parsing/CommandParser.swift",
        "Parsing/InputKey.swift",
        "Parsing/InputOrigin.swift",
        "Parsing/Name.swift",
        "Parsing/Parsed.swift",
        "Parsing/ParsedValues.swift",
        "Parsing/ParserError.swift",
        "Parsing/SplitArguments.swift",
        "Usage/DumpHelpGenerator.swift",
        "Usage/HelpCommand.swift",
        "Usage/HelpGenerator.swift",
        "Usage/MessageInfo.swift",
        "Usage/UsageGenerator.swift",
        "Utilities/CollectionExtensions.swift",
        "Utilities/Platform.swift",
        "Utilities/SequenceExtensions.swift",
        "Utilities/StringExtensions.swift",
        "Utilities/Tree.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/31] Write sources
[11/31] Write swift-version-24593BA9C3E375BF.txt
[13/35] Emitting module ArgumentParserToolInfo
[14/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/36] Emitting module ArgumentParserToolInfo
[17/36] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/37] Wrapping AST for ArgumentParserToolInfo for debugging
[21/113] Emitting module ArgumentParser
[22/118] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/118] Compiling ArgumentParser CompletionsGenerator.swift
[24/118] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/118] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/118] Compiling ArgumentParser Argument.swift
[27/118] Compiling ArgumentParser ArgumentHelp.swift
[28/118] Emitting module ArgumentParser
[29/123] Compiling ArgumentParser DumpHelpGenerator.swift
[30/123] Compiling ArgumentParser HelpCommand.swift
[31/123] Compiling ArgumentParser HelpGenerator.swift
[32/123] Compiling ArgumentParser MessageInfo.swift
[33/123] Compiling ArgumentParser UsageGenerator.swift
[34/123] Compiling ArgumentParser ArgumentVisibility.swift
[35/123] Compiling ArgumentParser CompletionKind.swift
[36/123] Compiling ArgumentParser Errors.swift
[37/123] Compiling ArgumentParser Flag.swift
[38/123] Compiling ArgumentParser NameSpecification.swift
[39/123] Compiling ArgumentParser Option.swift
[46/123] Compiling ArgumentParser OptionGroup.swift
[47/123] Compiling ArgumentParser AsyncParsableCommand.swift
[48/123] Compiling ArgumentParser CommandConfiguration.swift
[49/123] Compiling ArgumentParser CommandGroup.swift
[50/123] Compiling ArgumentParser EnumerableFlag.swift
[51/123] Compiling ArgumentParser ExpressibleByArgument.swift
[52/123] Compiling ArgumentParser ParsableArguments.swift
[53/123] Compiling ArgumentParser ParsableArgumentsValidation.swift
[54/123] Compiling ArgumentParser ParsableCommand.swift
[55/123] Compiling ArgumentParser ArgumentDecoder.swift
[62/123] Compiling ArgumentParser ArgumentDefinition.swift
[63/123] Compiling ArgumentParser ArgumentSet.swift
[64/123] Compiling ArgumentParser CommandParser.swift
[65/123] Compiling ArgumentParser InputKey.swift
[66/123] Compiling ArgumentParser InputOrigin.swift
[67/123] Compiling ArgumentParser CollectionExtensions.swift
[68/123] Compiling ArgumentParser Platform.swift
[69/123] Compiling ArgumentParser SequenceExtensions.swift
[70/123] Compiling ArgumentParser StringExtensions.swift
[71/123] Compiling ArgumentParser Tree.swift
[77/123] Compiling ArgumentParser Name.swift
[78/123] Compiling ArgumentParser Parsed.swift
[79/123] Compiling ArgumentParser ParsedValues.swift
[80/123] Compiling ArgumentParser ParserError.swift
[81/123] Compiling ArgumentParser SplitArguments.swift
[108/137] Wrapping AST for ArgumentParser for debugging
[111/189] Emitting module repeat
error: emit-module command failed with exit code 1 (use -v to see invocation)
[112/189] Emitting module ArgumentParserTestHelpers
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:49:31: error: cannot find type 'XCTestExpectation' in scope
 47 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 48 | public protocol TestableParsableArguments: ParsableArguments {
 49 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 50 | }
 51 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:60:26: error: cannot find type 'XCTestExpectation' in scope
 58 | // extensions to the ParsableCommand protocol to facilitate XCTestExpectation support
 59 | public protocol TestableParsableCommand: ParsableCommand, TestableParsableArguments {
 60 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 61 | }
 62 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:69:11: error: cannot find type 'XCTestExpectation' in scope
 67 | }
 68 |
 69 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 70 |   public convenience init(singleExpectation description: String) {
 71 |     self.init(description: description)
[113/189] Compiling repeat Repeat.swift
[114/190] Compiling ArgumentParserTestHelpers StringHelpers.swift
[115/190] Compiling ArgumentParserTestHelpers TestHelpers.swift
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:49:31: error: cannot find type 'XCTestExpectation' in scope
 47 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 48 | public protocol TestableParsableArguments: ParsableArguments {
 49 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 50 | }
 51 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:60:26: error: cannot find type 'XCTestExpectation' in scope
 58 | // extensions to the ParsableCommand protocol to facilitate XCTestExpectation support
 59 | public protocol TestableParsableCommand: ParsableCommand, TestableParsableArguments {
 60 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 61 | }
 62 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:69:11: error: cannot find type 'XCTestExpectation' in scope
 67 | }
 68 |
 69 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 70 |   public convenience init(singleExpectation description: String) {
 71 |     self.init(description: description)
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:342:19: error: cannot find 'Process' in scope
340 |
341 |     #if !canImport(Darwin) || os(macOS)
342 |     let process = Process()
    |                   `- error: cannot find 'Process' in scope
343 |     if #available(macOS 10.13, *) {
344 |       process.executableURL = commandURL
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:407:19: error: cannot find 'Process' in scope
405 |
406 |     #if !canImport(Darwin) || os(macOS)
407 |     let process = Process()
    |                   `- error: cannot find 'Process' in scope
408 |     if #available(macOS 10.13, *) {
409 |       process.executableURL = commandURL
[116/190] Compiling roll SplitMix64.swift
[117/190] Emitting module roll
[119/190] Compiling roll main.swift
[120/190] Emitting module generate_manual
[121/193] Emitting module math
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/21] Write swift-version-24593BA9C3E375BF.txt
[3/25] Emitting module ArgumentParserToolInfo
[5/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/101] Compiling ArgumentParser OptionGroup.swift
[10/101] Compiling ArgumentParser AsyncParsableCommand.swift
[11/101] Compiling ArgumentParser CommandConfiguration.swift
[12/101] Compiling ArgumentParser CommandGroup.swift
[13/101] Compiling ArgumentParser EnumerableFlag.swift
[14/106] Emitting module ArgumentParser
[16/111] Compiling ArgumentParser ArgumentVisibility.swift
[17/111] Compiling ArgumentParser CompletionKind.swift
[18/111] Compiling ArgumentParser Errors.swift
[19/111] Compiling ArgumentParser Flag.swift
[20/111] Compiling ArgumentParser NameSpecification.swift
[21/111] Compiling ArgumentParser Option.swift
[22/111] Compiling ArgumentParser CollectionExtensions.swift
[23/111] Compiling ArgumentParser Platform.swift
[24/111] Compiling ArgumentParser SequenceExtensions.swift
[25/111] Compiling ArgumentParser StringExtensions.swift
[26/111] Compiling ArgumentParser Tree.swift
[38/111] Compiling ArgumentParser Name.swift
[39/111] Compiling ArgumentParser Parsed.swift
[40/111] Compiling ArgumentParser ParsedValues.swift
[41/111] Compiling ArgumentParser ParserError.swift
[42/111] Compiling ArgumentParser SplitArguments.swift
[43/111] Compiling ArgumentParser ExpressibleByArgument.swift
[44/111] Compiling ArgumentParser ParsableArguments.swift
[45/111] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/111] Compiling ArgumentParser ParsableCommand.swift
[47/111] Compiling ArgumentParser ArgumentDecoder.swift
[48/111] Compiling ArgumentParser ArgumentDefinition.swift
[49/111] Compiling ArgumentParser ArgumentSet.swift
[50/111] Compiling ArgumentParser CommandParser.swift
[51/111] Compiling ArgumentParser InputKey.swift
[52/111] Compiling ArgumentParser InputOrigin.swift
[53/111] Compiling ArgumentParser DumpHelpGenerator.swift
[54/111] Compiling ArgumentParser HelpCommand.swift
[55/111] Compiling ArgumentParser HelpGenerator.swift
[56/111] Compiling ArgumentParser MessageInfo.swift
[57/111] Compiling ArgumentParser UsageGenerator.swift
[63/111] Compiling ArgumentParser BashCompletionsGenerator.swift
[64/111] Compiling ArgumentParser CompletionsGenerator.swift
[65/111] Compiling ArgumentParser FishCompletionsGenerator.swift
[66/111] Compiling ArgumentParser ZshCompletionsGenerator.swift
[67/111] Compiling ArgumentParser Argument.swift
[68/111] Compiling ArgumentParser ArgumentHelp.swift
[97/175] Compiling roll SplitMix64.swift
[98/175] Emitting module roll
[99/175] Compiling roll main.swift
[101/176] Compiling ArgumentParserTestHelpers TestHelpers.swift
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:49:31: error: cannot find type 'XCTestExpectation' in scope
 47 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 48 | public protocol TestableParsableArguments: ParsableArguments {
 49 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 50 | }
 51 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:60:26: error: cannot find type 'XCTestExpectation' in scope
 58 | // extensions to the ParsableCommand protocol to facilitate XCTestExpectation support
 59 | public protocol TestableParsableCommand: ParsableCommand, TestableParsableArguments {
 60 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 61 | }
 62 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:69:11: error: cannot find type 'XCTestExpectation' in scope
 67 | }
 68 |
 69 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 70 |   public convenience init(singleExpectation description: String) {
 71 |     self.init(description: description)
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:342:19: error: cannot find 'Process' in scope
340 |
341 |     #if !canImport(Darwin) || os(macOS)
342 |     let process = Process()
    |                   `- error: cannot find 'Process' in scope
343 |     if #available(macOS 10.13, *) {
344 |       process.executableURL = commandURL
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:407:19: error: cannot find 'Process' in scope
405 |
406 |     #if !canImport(Darwin) || os(macOS)
407 |     let process = Process()
    |                   `- error: cannot find 'Process' in scope
408 |     if #available(macOS 10.13, *) {
409 |       process.executableURL = commandURL
[102/176] Compiling generate_manual Exit.swift
[103/176] Compiling generate_manual List.swift
[104/176] Compiling generate_manual MultiPageDescription.swift
[105/176] Compiling generate_manual Name.swift
[106/179] Compiling generate_manual Process+SimpleAPI.swift
/host/spi-builder-workspace/Tools/generate-manual/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
[107/179] Compiling generate_manual GenerateManual.swift
/host/spi-builder-workspace/Tools/generate-manual/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
[108/179] Compiling generate_manual MDocASTNode.swift
/host/spi-builder-workspace/Tools/generate-manual/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
[109/182] Compiling generate_manual AuthorArgument.swift
[110/182] Compiling generate_manual ArgumentSynopsis.swift
[111/182] Compiling generate_manual Author.swift
[112/182] Compiling generate_manual Authors.swift
[113/182] Compiling generate_manual Container.swift
[114/182] Compiling generate_manual Empty.swift
[115/182] Compiling generate_manual ForEach.swift
[116/182] Compiling generate_manual MDocASTNodeWrapper.swift
[117/182] Compiling generate_manual MDocBuilder.swift
[118/182] Compiling generate_manual MDocComponent.swift
[119/182] Compiling generate_manual Document.swift
[120/182] Compiling generate_manual DocumentDate.swift
[121/182] Compiling ArgumentParserTestHelpers StringHelpers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[122/182] Emitting module ArgumentParserTestHelpers
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:49:31: error: cannot find type 'XCTestExpectation' in scope
 47 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 48 | public protocol TestableParsableArguments: ParsableArguments {
 49 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 50 | }
 51 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:60:26: error: cannot find type 'XCTestExpectation' in scope
 58 | // extensions to the ParsableCommand protocol to facilitate XCTestExpectation support
 59 | public protocol TestableParsableCommand: ParsableCommand, TestableParsableArguments {
 60 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 61 | }
 62 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:69:11: error: cannot find type 'XCTestExpectation' in scope
 67 | }
 68 |
 69 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 70 |   public convenience init(singleExpectation description: String) {
 71 |     self.init(description: description)
[123/182] Emitting module generate_manual
[123/182] Wrapping AST for roll for debugging
BUILD FAILURE 6.1 wasm