The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncParsableCommand, reference main (e55282), with Swift 6.1 for Wasm on 28 May 2025 01:58:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/christopherweems/_AsyncParsableCommand.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/christopherweems/_AsyncParsableCommand
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e552828 Update README.md
Cloned https://github.com/christopherweems/_AsyncParsableCommand.git
Revision (git rev-parse @):
e552828f57a3c91ce90bd0970a479b9a1110254b
SUCCESS checkout https://github.com/christopherweems/_AsyncParsableCommand.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/christopherweems/_AsyncParsableCommand.git
https://github.com/christopherweems/_AsyncParsableCommand.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "AsyncParsableCommand",
  "name" : "AsyncParsableCommand",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncParsableCommand",
      "targets" : [
        "AsyncParsableCommand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncParsableCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncParsableCommandTests",
      "path" : "Tests/AsyncParsableCommandTests",
      "sources" : [
        "AsyncParsableCommandTests.swift"
      ],
      "target_dependencies" : [
        "AsyncParsableCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncParsableCommand",
      "module_type" : "SwiftTarget",
      "name" : "AsyncParsableCommand",
      "path" : "Sources/AsyncParsableCommand",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "AsyncParsableCommand"
      ],
      "sources" : [
        "TaskState.swift",
        "_AsyncParsableCommand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Fetching https://github.com/apple/swift-argument-parser.git
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (2.94s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/7] Emitting module ArgumentParserToolInfo
[7/7] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/46] Emitting module ArgumentParser
[10/51] Compiling ArgumentParser Name.swift
[11/51] Compiling ArgumentParser Parsed.swift
[12/51] Compiling ArgumentParser ParsedValues.swift
[13/51] Compiling ArgumentParser ParserError.swift
[14/51] Compiling ArgumentParser SplitArguments.swift
[15/51] Compiling ArgumentParser BashCompletionsGenerator.swift
[16/51] Compiling ArgumentParser CompletionsGenerator.swift
[17/51] Compiling ArgumentParser FishCompletionsGenerator.swift
[18/51] Compiling ArgumentParser ZshCompletionsGenerator.swift
[19/51] Compiling ArgumentParser Argument.swift
[20/51] Compiling ArgumentParser ArgumentHelp.swift
[21/51] Compiling ArgumentParser ExpressibleByArgument.swift
[22/51] Compiling ArgumentParser ParsableArguments.swift
[23/51] Compiling ArgumentParser ParsableArgumentsValidation.swift
[24/51] Compiling ArgumentParser ParsableCommand.swift
[25/51] Compiling ArgumentParser ArgumentDecoder.swift
[26/51] Compiling ArgumentParser CollectionExtensions.swift
[27/51] Compiling ArgumentParser Platform.swift
[28/51] Compiling ArgumentParser SequenceExtensions.swift
[29/51] Compiling ArgumentParser StringExtensions.swift
[30/51] Compiling ArgumentParser Tree.swift
[31/51] Compiling ArgumentParser ArgumentDefinition.swift
[32/51] Compiling ArgumentParser ArgumentSet.swift
[33/51] Compiling ArgumentParser CommandParser.swift
[34/51] Compiling ArgumentParser InputKey.swift
[35/51] Compiling ArgumentParser InputOrigin.swift
[36/51] Compiling ArgumentParser ArgumentVisibility.swift
[37/51] Compiling ArgumentParser CompletionKind.swift
[38/51] Compiling ArgumentParser Errors.swift
[39/51] Compiling ArgumentParser Flag.swift
[40/51] Compiling ArgumentParser NameSpecification.swift
[41/51] Compiling ArgumentParser Option.swift
[42/51] Compiling ArgumentParser DumpHelpGenerator.swift
[43/51] Compiling ArgumentParser HelpCommand.swift
[44/51] Compiling ArgumentParser HelpGenerator.swift
[45/51] Compiling ArgumentParser MessageInfo.swift
[46/51] Compiling ArgumentParser UsageGenerator.swift
[47/51] Compiling ArgumentParser OptionGroup.swift
[48/51] Compiling ArgumentParser AsyncParsableCommand.swift
[49/51] Compiling ArgumentParser CommandConfiguration.swift
[50/51] Compiling ArgumentParser CommandGroup.swift
[51/51] Compiling ArgumentParser EnumerableFlag.swift
[53/55] Compiling AsyncParsableCommand _AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:2:8: error: no such module 'Dispatch'
 1 | import ArgumentParser
 2 | import Dispatch
   |        `- error: no such module 'Dispatch'
 3 |
 4 | public protocol _AsyncParsableCommand: ParsableCommand {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/55] Emitting module AsyncParsableCommand
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:2:8: error: no such module 'Dispatch'
 1 | import ArgumentParser
 2 | import Dispatch
   |        `- error: no such module 'Dispatch'
 3 |
 4 | public protocol _AsyncParsableCommand: ParsableCommand {
[55/55] Compiling AsyncParsableCommand TaskState.swift
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:2:8: error: no such module 'Dispatch'
 1 | import ArgumentParser
 2 | import Dispatch
   |        `- error: no such module 'Dispatch'
 3 |
 4 | public protocol _AsyncParsableCommand: ParsableCommand {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Emitting module ArgumentParserToolInfo
[4/4] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/43] Emitting module ArgumentParser
[7/48] Compiling ArgumentParser ArgumentVisibility.swift
[8/48] Compiling ArgumentParser CompletionKind.swift
[9/48] Compiling ArgumentParser Errors.swift
[10/48] Compiling ArgumentParser Flag.swift
[11/48] Compiling ArgumentParser NameSpecification.swift
[12/48] Compiling ArgumentParser Option.swift
[13/48] Compiling ArgumentParser Name.swift
[14/48] Compiling ArgumentParser Parsed.swift
[15/48] Compiling ArgumentParser ParsedValues.swift
[16/48] Compiling ArgumentParser ParserError.swift
[17/48] Compiling ArgumentParser SplitArguments.swift
[18/48] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/48] Compiling ArgumentParser CompletionsGenerator.swift
[20/48] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/48] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/48] Compiling ArgumentParser Argument.swift
[23/48] Compiling ArgumentParser ArgumentHelp.swift
[24/48] Compiling ArgumentParser CollectionExtensions.swift
[25/48] Compiling ArgumentParser Platform.swift
[26/48] Compiling ArgumentParser SequenceExtensions.swift
[27/48] Compiling ArgumentParser StringExtensions.swift
[28/48] Compiling ArgumentParser Tree.swift
[29/48] Compiling ArgumentParser ExpressibleByArgument.swift
[30/48] Compiling ArgumentParser ParsableArguments.swift
[31/48] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/48] Compiling ArgumentParser ParsableCommand.swift
[33/48] Compiling ArgumentParser ArgumentDecoder.swift
[34/48] Compiling ArgumentParser OptionGroup.swift
[35/48] Compiling ArgumentParser AsyncParsableCommand.swift
[36/48] Compiling ArgumentParser CommandConfiguration.swift
[37/48] Compiling ArgumentParser CommandGroup.swift
[38/48] Compiling ArgumentParser EnumerableFlag.swift
[39/48] Compiling ArgumentParser ArgumentDefinition.swift
[40/48] Compiling ArgumentParser ArgumentSet.swift
[41/48] Compiling ArgumentParser CommandParser.swift
[42/48] Compiling ArgumentParser InputKey.swift
[43/48] Compiling ArgumentParser InputOrigin.swift
[44/48] Compiling ArgumentParser DumpHelpGenerator.swift
[45/48] Compiling ArgumentParser HelpCommand.swift
[46/48] Compiling ArgumentParser HelpGenerator.swift
[47/48] Compiling ArgumentParser MessageInfo.swift
[48/48] Compiling ArgumentParser UsageGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/52] Emitting module AsyncParsableCommand
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:2:8: error: no such module 'Dispatch'
 1 | import ArgumentParser
 2 | import Dispatch
   |        `- error: no such module 'Dispatch'
 3 |
 4 | public protocol _AsyncParsableCommand: ParsableCommand {
[51/52] Compiling AsyncParsableCommand _AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:2:8: error: no such module 'Dispatch'
 1 | import ArgumentParser
 2 | import Dispatch
   |        `- error: no such module 'Dispatch'
 3 |
 4 | public protocol _AsyncParsableCommand: ParsableCommand {
[52/52] Compiling AsyncParsableCommand TaskState.swift
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:2:8: error: no such module 'Dispatch'
 1 | import ArgumentParser
 2 | import Dispatch
   |        `- error: no such module 'Dispatch'
 3 |
 4 | public protocol _AsyncParsableCommand: ParsableCommand {
BUILD FAILURE 6.1 wasm