The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-argument-parser, reference 1.7.1 (626b5b), with Swift 6.1 for Wasm on 21 Mar 2026 05:48:36 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.1-latest swift build --swift-sdk wasm32-unknown-wasi 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.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" : "GenerateDoccReference",
      "targets" : [
        "GenerateDoccReference"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "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
      }
    },
    {
      "name" : "generate-docc-reference",
      "targets" : [
        "generate-docc-reference"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "color",
      "targets" : [
        "color"
      ],
      "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/Discussion.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" : "generate_docc_reference",
      "module_type" : "SwiftTarget",
      "name" : "generate-docc-reference",
      "path" : "Tools/generate-docc-reference",
      "product_memberships" : [
        "GenerateDoccReference",
        "generate-docc-reference"
      ],
      "sources" : [
        "Extensions/ArgumentParser+Markdown.swift",
        "Extensions/Process+SimpleAPI.swift",
        "GenerateDoccReference.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser",
        "ArgumentParserToolInfo"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "color",
      "module_type" : "SwiftTarget",
      "name" : "color",
      "path" : "Examples/color",
      "product_memberships" : [
        "color"
      ],
      "sources" : [
        "Color.swift"
      ],
      "target_dependencies" : [
        "ArgumentParser"
      ],
      "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" : "GenerateDoccReference",
      "module_type" : "PluginTarget",
      "name" : "GenerateDoccReference",
      "path" : "Plugins/GenerateDoccReference",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate a documentation reference for a specified target.",
          "type" : "custom",
          "verb" : "generate-docc-reference"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command generates documentation.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "GenerateDoccReference"
      ],
      "sources" : [
        "GenerateDoccReference.swift",
        "GenerateDoccReferenceError.swift",
        "PackagePlugin+Helpers.swift"
      ],
      "target_dependencies" : [
        "generate-docc-reference"
      ],
      "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" : "ArgumentParserToolInfoTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserToolInfoTests",
      "path" : "Tests/ArgumentParserToolInfoTests",
      "sources" : [
        "ArgumentParserToolInfoTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserToolInfo",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserToolInfo",
      "path" : "Sources/ArgumentParserToolInfo",
      "product_memberships" : [
        "ArgumentParser",
        "GenerateDoccReference",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual",
        "generate-docc-reference",
        "color"
      ],
      "sources" : [
        "ToolInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArgumentParserTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserTestHelpers",
      "path" : "Sources/ArgumentParserTestHelpers",
      "sources" : [
        "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" : [
        "GenerateManualTests.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArgumentParserGenerateDoccReferenceTests",
      "module_type" : "SwiftTarget",
      "name" : "ArgumentParserGenerateDoccReferenceTests",
      "path" : "Tests/ArgumentParserGenerateDoccReferenceTests",
      "sources" : [
        "GenerateDoccReferenceTests.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",
        "GenerateDoccReference",
        "GenerateManual",
        "roll",
        "repeat",
        "math",
        "generate-manual",
        "generate-docc-reference",
        "color"
      ],
      "sources" : [
        "Completions/BashCompletionsGenerator.swift",
        "Completions/CompletionsGenerator.swift",
        "Completions/FishCompletionsGenerator.swift",
        "Completions/ZshCompletionsGenerator.swift",
        "Parsable Properties/Argument.swift",
        "Parsable Properties/ArgumentDiscussion.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 Properties/ParentCommand.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/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/Foundation.swift",
        "Utilities/Mutex.swift",
        "Utilities/Platform.swift",
        "Utilities/SequenceExtensions.swift",
        "Utilities/StringExtensions.swift",
        "Utilities/SwiftExtensions.swift",
        "Utilities/Tree.swift",
        "Validators/CodingKeyValidator.swift",
        "Validators/NonsenseFlagsValidator.swift",
        "Validators/ParsableArgumentsValidation.swift",
        "Validators/PositionalArgumentsValidator.swift",
        "Validators/UniqueNamesValidator.swift"
      ],
      "target_dependencies" : [
        "ArgumentParserToolInfo"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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.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 swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[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] Emitting module ArgumentParserToolInfo
[18/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/49] Emitting module ArgumentParserToolInfo
[20/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/50] Wrapping AST for ArgumentParserToolInfo for debugging
[25/142] Compiling ArgumentParser ParentCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[26/142] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[27/142] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[28/142] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[29/142] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[30/142] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[31/142] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[32/148] 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 |
[34/154] Compiling ArgumentParser InputOrigin.swift
[35/154] Compiling ArgumentParser Name.swift
[36/154] Compiling ArgumentParser Parsed.swift
[37/154] Compiling ArgumentParser ParsedValues.swift
[38/154] Compiling ArgumentParser ParserError.swift
[39/154] Compiling ArgumentParser SplitArguments.swift
[40/154] Compiling ArgumentParser FishCompletionsGenerator.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 |
[41/154] Compiling ArgumentParser ZshCompletionsGenerator.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 |
[42/154] Compiling ArgumentParser Argument.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 |
[43/154] Compiling ArgumentParser SequenceExtensions.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 |
[44/154] Compiling ArgumentParser StringExtensions.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 |
[45/154] Compiling ArgumentParser SwiftExtensions.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 |
[46/154] Compiling ArgumentParser Tree.swift
[47/154] Compiling ArgumentParser CodingKeyValidator.swift
[48/154] Compiling ArgumentParser NonsenseFlagsValidator.swift
[49/154] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/154] Compiling ArgumentParser PositionalArgumentsValidator.swift
[51/154] Compiling ArgumentParser UniqueNamesValidator.swift
[52/154] Compiling ArgumentParser ArgumentVisibility.swift
[53/154] Compiling ArgumentParser CompletionKind.swift
[54/154] Compiling ArgumentParser Errors.swift
[55/154] Compiling ArgumentParser Flag.swift
[56/154] Compiling ArgumentParser SwiftExtensions.swift
[57/154] Compiling ArgumentParser BashCompletionsGenerator.swift
[58/154] Compiling ArgumentParser CompletionsGenerator.swift
[65/154] Compiling ArgumentParser BashCompletionsGenerator.swift
[66/154] Compiling ArgumentParser CompletionsGenerator.swift
[67/154] Compiling ArgumentParser FishCompletionsGenerator.swift
[68/154] Compiling ArgumentParser ZshCompletionsGenerator.swift
[69/154] Compiling ArgumentParser Argument.swift
[70/154] Compiling ArgumentParser ArgumentDiscussion.swift
[71/154] Compiling ArgumentParser ArgumentHelp.swift
[72/154] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[73/154] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[74/154] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[75/154] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[76/154] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[77/154] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[79/154] Compiling ArgumentParser ParsableCommand.swift
[80/154] Compiling ArgumentParser ArgumentDecoder.swift
[81/154] Compiling ArgumentParser ArgumentDefinition.swift
[82/154] Compiling ArgumentParser ArgumentSet.swift
[83/154] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[104/154] Compiling ArgumentParser InputKey.swift
[130/156] Wrapping AST for ArgumentParser for debugging
[132/229] Emitting module roll
[133/229] Compiling roll SplitMix64.swift
[134/229] Compiling generate_manual Container.swift
[135/229] Compiling generate_manual Empty.swift
[136/229] Compiling generate_manual ForEach.swift
[137/229] Compiling generate_manual MDocASTNodeWrapper.swift
[138/232] Compiling color Color.swift
[139/232] Emitting module color
[140/233] Compiling repeat Repeat.swift
[141/233] Emitting module repeat
[142/234] Compiling roll main.swift
[143/235] Compiling generate_manual AuthorArgument.swift
[144/235] Compiling generate_manual ArgumentSynopsis.swift
[145/235] Compiling generate_manual Author.swift
[146/235] Compiling generate_manual Authors.swift
[150/235] Emitting module generate_manual
[150/235] Wrapping AST for repeat for debugging
[151/235] Wrapping AST for color for debugging
[153/237] Emitting module generate_manual
[153/240] Wrapping AST for roll for debugging
[154/240] Wrapping AST for ArgumentParser for debugging
[155/240] Write Objects.LinkFileList
[163/240] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[164/240] Emitting module generate_docc_reference
[165/240] Compiling generate_docc_reference GenerateDoccReference.swift
[166/240] 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
[167/240] 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
[168/240] 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
[169/240] Compiling generate_manual DocumentDate.swift
[170/240] Compiling generate_manual Exit.swift
[171/240] Compiling generate_manual List.swift
[172/240] Compiling generate_manual MultiPageDescription.swift
[173/240] Compiling generate_manual MDocBuilder.swift
[174/240] Compiling generate_manual MDocComponent.swift
[175/240] Compiling generate_manual Discussion.swift
[176/240] Compiling generate_manual Document.swift
[181/240] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[182/240] Compiling generate_docc_reference Process+SimpleAPI.swift
[183/240] Emitting module generate_docc_reference
[185/241] Compiling generate_manual SinglePageDescription.swift
[186/241] Compiling generate_manual Synopsis.swift
[187/241] Compiling generate_manual ArgumentParser+MDoc.swift
[188/241] Compiling generate_manual Date+ExpressibleByArgument.swift
[189/241] Compiling generate_manual Name.swift
[190/241] Compiling generate_manual Preamble.swift
[191/241] Compiling generate_manual Section.swift
[192/241] Compiling generate_manual SeeAlso.swift
[212/241] Compiling generate_docc_reference GenerateDoccReference.swift
[213/241] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[214/241] 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)
[215/241] 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
[216/241] Emitting module math
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
[216/241] Linking repeat.wasm
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
[216/241] Linking roll.wasm
[216/241] Linking color.wasm
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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/31] Write swift-version-24593BA9C3E375BF.txt
[4/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/35] Emitting module ArgumentParserToolInfo
[6/36] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/36] Emitting module ArgumentParserToolInfo
[10/127] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[11/127] Compiling ArgumentParser Foundation.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[12/127] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[13/127] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[14/127] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[15/127] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[16/127] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[23/139] Compiling ArgumentParser InputKey.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 |
[24/139] Compiling ArgumentParser InputOrigin.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 |
[25/139] Compiling ArgumentParser Name.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 |
[26/139] Compiling ArgumentParser Parsed.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 |
[27/139] Compiling ArgumentParser ParsedValues.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 |
[28/139] Compiling ArgumentParser ParserError.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 |
[29/139] Compiling ArgumentParser SplitArguments.swift
[30/139] Compiling ArgumentParser DumpHelpGenerator.swift
[31/139] Compiling ArgumentParser HelpCommand.swift
[32/139] Compiling ArgumentParser HelpGenerator.swift
[33/139] Compiling ArgumentParser MessageInfo.swift
[34/139] Compiling ArgumentParser UsageGenerator.swift
[35/139] Compiling ArgumentParser Tree.swift
[36/139] Compiling ArgumentParser CodingKeyValidator.swift
[37/139] Compiling ArgumentParser NonsenseFlagsValidator.swift
[38/139] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/139] Compiling ArgumentParser PositionalArgumentsValidator.swift
[40/139] Compiling ArgumentParser UniqueNamesValidator.swift
[41/139] Emitting module ArgumentParser
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[60/139] Compiling ArgumentParser BashCompletionsGenerator.swift
[61/139] Compiling ArgumentParser CompletionsGenerator.swift
[62/139] Compiling ArgumentParser FishCompletionsGenerator.swift
[63/139] Compiling ArgumentParser ZshCompletionsGenerator.swift
[64/139] Compiling ArgumentParser Argument.swift
[65/139] Compiling ArgumentParser ArgumentDiscussion.swift
[66/139] Compiling ArgumentParser ArgumentHelp.swift
[67/139] Compiling ArgumentParser ArgumentVisibility.swift
[68/139] Compiling ArgumentParser CompletionKind.swift
[69/139] Compiling ArgumentParser Errors.swift
[70/139] Compiling ArgumentParser Flag.swift
[71/139] Compiling ArgumentParser NameSpecification.swift
[72/139] Compiling ArgumentParser Option.swift
[73/139] Compiling ArgumentParser OptionGroup.swift
[74/139] 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 |
[82/139] Compiling ArgumentParser ParentCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[83/139] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[84/139] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[85/139] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[86/139] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[87/139] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[88/139] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[89/139] Compiling ArgumentParser ParsableCommand.swift
[90/139] Compiling ArgumentParser ArgumentDecoder.swift
[91/139] Compiling ArgumentParser ArgumentDefinition.swift
[92/139] Compiling ArgumentParser ArgumentSet.swift
[93/139] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:15: warning: 'customDeprecated' is deprecated: Use custom instead.
208 |       self = .customAsync
209 |     case .customDeprecated(_):
210 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
211 |     }
212 |   }
[116/212] Emitting module repeat
[117/212] Compiling repeat Repeat.swift
[118/213] Emitting module roll
[119/213] 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
[122/212] Compiling generate_docc_reference GenerateDoccReference.swift
[123/212] Emitting module color
[124/212] Compiling color Color.swift
[125/213] Compiling generate_manual DocumentDate.swift
[126/213] Compiling generate_manual Exit.swift
[127/213] Compiling generate_manual List.swift
[128/213] Compiling generate_manual MultiPageDescription.swift
[129/213] Compiling generate_manual AuthorArgument.swift
[130/213] Compiling generate_manual ArgumentSynopsis.swift
[131/213] Compiling generate_manual Author.swift
[132/213] Compiling generate_manual Authors.swift
[133/216] Compiling generate_manual MDocBuilder.swift
[134/216] Compiling generate_manual MDocComponent.swift
[135/216] Compiling generate_manual Discussion.swift
[136/216] Compiling generate_manual Document.swift
[137/216] 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
[138/216] 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
[139/216] 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
[140/219] Emitting module generate_manual
[141/219] Compiling generate_manual Container.swift
[142/219] Compiling generate_manual Empty.swift
[143/219] Compiling generate_manual ForEach.swift
[144/219] Compiling generate_manual MDocASTNodeWrapper.swift
[145/219] Emitting module generate_docc_reference
[146/219] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[148/220] Compiling roll SplitMix64.swift
[149/220] Compiling roll main.swift
[150/220] Emitting module generate_manual
[163/221] Compiling generate_manual Name.swift
[164/221] Compiling generate_manual Preamble.swift
[165/221] Compiling generate_manual Section.swift
[166/221] Compiling generate_manual SeeAlso.swift
[172/222] Compiling generate_docc_reference GenerateDoccReference.swift
[172/221] Write Objects.LinkFileList
[175/221] Emitting module generate_docc_reference
[176/221] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[178/222] Emitting module math
[178/222] Linking repeat.wasm
BUILD FAILURE 6.1 wasm