The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CliRunnable, reference 1.0.48 (e4d3af), with Swift 6.1 for Wasm on 27 May 2025 19:00:37 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/saltzmanjoelh/CliRunnable.git
Reference: 1.0.48
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/saltzmanjoelh/CliRunnable
 * tag               1.0.48     -> FETCH_HEAD
HEAD is now at e4d3af5 Added valueForKeys for CliOption
Cloned https://github.com/saltzmanjoelh/CliRunnable.git
Revision (git rev-parse @):
e4d3af5c93451f33286a7ac6f44e8b70946ee84e
SUCCESS checkout https://github.com/saltzmanjoelh/CliRunnable.git at 1.0.48
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/saltzmanjoelh/CliRunnable.git
https://github.com/saltzmanjoelh/CliRunnable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yaml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/saltzmanjoelh/Yaml.git"
    },
    {
      "identity" : "processrunner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/saltzmanjoelh/ProcessRunner.git"
    }
  ],
  "manifest_display_name" : "CliRunnable",
  "name" : "CliRunnable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CliRunnable",
      "targets" : [
        "CliRunnable"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CliRunnableTests",
      "module_type" : "SwiftTarget",
      "name" : "CliRunnableTests",
      "path" : "Tests/CliRunnableTests",
      "product_dependencies" : [
        "Yaml",
        "ProcessRunner"
      ],
      "sources" : [
        "CliOptionTests.swift",
        "CliRunnableTests.swift"
      ],
      "target_dependencies" : [
        "CliRunnable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CliRunnable",
      "module_type" : "SwiftTarget",
      "name" : "CliRunnable",
      "path" : "Sources/CliRunnable",
      "product_dependencies" : [
        "Yaml",
        "ProcessRunner"
      ],
      "product_memberships" : [
        "CliRunnable"
      ],
      "sources" : [
        "CliOption.swift",
        "CliOptionGroup.swift",
        "CliRunnable.swift",
        "Dictionary.swift",
        "Helpable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
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/saltzmanjoelh/Yaml.git
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git
[1/1163] Fetching yaml
[1164/1239] Fetching yaml, processrunner
Fetched https://github.com/saltzmanjoelh/Yaml.git from cache (0.28s)
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.31s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.91s)
Computing version for https://github.com/saltzmanjoelh/Yaml.git
Computed https://github.com/saltzmanjoelh/Yaml.git at 3.4.10 (0.55s)
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
Creating working copy for https://github.com/saltzmanjoelh/Yaml.git
Working copy of https://github.com/saltzmanjoelh/Yaml.git resolved at 3.4.10
Building for debugging...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
[5/22] Emitting module Yaml
[6/22] Compiling Yaml YAMLRegex.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/22] Emitting module ProcessRunner
/host/spi-builder-workspace/.build/checkouts/ProcessRunner/Sources/ProcessRunner/ProcessRunner.swift:3:8: error: no such module 'Dispatch'
  1 |
  2 | import Foundation
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | enum ProcessRunnerError: Error, CustomStringConvertible {
[8/22] Compiling ProcessRunner ProcessRunner.swift
/host/spi-builder-workspace/.build/checkouts/ProcessRunner/Sources/ProcessRunner/ProcessRunner.swift:3:8: error: no such module 'Dispatch'
  1 |
  2 | import Foundation
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | enum ProcessRunnerError: Error, CustomStringConvertible {
[9/22] Compiling Yaml YAMLOperators.swift
[10/22] Compiling Yaml YAMLParser.swift
[11/22] Compiling Yaml YAMLTokenizer.swift
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
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/19] Emitting module ProcessRunner
/host/spi-builder-workspace/.build/checkouts/ProcessRunner/Sources/ProcessRunner/ProcessRunner.swift:3:8: error: no such module 'Dispatch'
  1 |
  2 | import Foundation
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | enum ProcessRunnerError: Error, CustomStringConvertible {
[3/19] Compiling ProcessRunner ProcessRunner.swift
/host/spi-builder-workspace/.build/checkouts/ProcessRunner/Sources/ProcessRunner/ProcessRunner.swift:3:8: error: no such module 'Dispatch'
  1 |
  2 | import Foundation
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | enum ProcessRunnerError: Error, CustomStringConvertible {
[4/19] Compiling Yaml YAMLOperators.swift
BUILD FAILURE 6.1 wasm