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 SSpec, reference master (2e6842), with Swift 6.1 for Wasm on 27 May 2025 10:25:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/dimakura/sspec.git
Reference: master
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/dimakura/sspec
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2e68427 Extensibility fixes (#33)
Cloned https://github.com/dimakura/sspec.git
Revision (git rev-parse @):
2e6842709607cdbfd3013e7df0dbe32b60932656
SUCCESS checkout https://github.com/dimakura/sspec.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dimakura/sspec.git
https://github.com/dimakura/sspec.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "progress.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jkandzi/Progress.swift"
    }
  ],
  "manifest_display_name" : "SSpec",
  "name" : "SSpec",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SSpec",
      "targets" : [
        "SSpec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SSpecTests",
      "module_type" : "SwiftTarget",
      "name" : "SSpecTests",
      "path" : "Tests/SSpecTests",
      "sources" : [
        "Extensions/DummyExtension.swift",
        "General/ArraySpec.swift",
        "General/BeforeAfterSpec.swift",
        "General/BoolSpec.swift",
        "General/EquatableSpec.swift",
        "General/NilableSpec.swift",
        "General/StringSpec.swift",
        "SSpec/ExtensionSpec.swift",
        "SSpec/NodeSpec.swift",
        "SSpec/SessionSpec.swift",
        "SSpec/VersionSpec.swift",
        "SSpecTests.swift"
      ],
      "target_dependencies" : [
        "SSpec"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SSpec",
      "module_type" : "SwiftTarget",
      "name" : "SSpec",
      "path" : "Sources/SSpec",
      "product_dependencies" : [
        "Rainbow",
        "Progress"
      ],
      "product_memberships" : [
        "SSpec"
      ],
      "sources" : [
        "Collectors/DotReporter.swift",
        "Collectors/ProgressReporter.swift",
        "Collectors/Reporter.swift",
        "Collectors/SpecReporter.swift",
        "Collectors/TimeTaken.swift",
        "Collectors/Welcomer.swift",
        "Expectations/Array.swift",
        "Expectations/Bool.swift",
        "Expectations/Change.swift",
        "Expectations/Comparable.swift",
        "Expectations/Equatable.swift",
        "Expectations/Generic.swift",
        "Expectations/String.swift",
        "Expectations/ToString.swift",
        "SSpec.swift",
        "Session/Events.swift",
        "Session/Session.swift",
        "Session/Tree.swift",
        "Tree/After.swift",
        "Tree/Before.swift",
        "Tree/Describe.swift",
        "Tree/Example.swift",
        "Tree/IdGenerator.swift",
        "Tree/Node.swift",
        "Tree/Root.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/jkandzi/Progress.swift
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[1197/1661] Fetching rainbow, progress.swift
Fetched https://github.com/jkandzi/Progress.swift from cache (0.24s)
Fetched https://github.com/onevcat/Rainbow from cache (0.24s)
Computing version for https://github.com/jkandzi/Progress.swift
Computed https://github.com/jkandzi/Progress.swift at 0.4.0 (0.71s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.65s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/jkandzi/Progress.swift
Working copy of https://github.com/jkandzi/Progress.swift resolved at 0.4.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Emitting module Rainbow
[6/20] Compiling Rainbow BackgroundColor.swift
[7/20] Compiling Rainbow CodesParser.swift
[8/20] Compiling Rainbow String+Rainbow.swift
[9/20] Compiling Rainbow StringGenerator.swift
[10/20] Compiling Rainbow XcodeColorsSupport.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/20] Emitting module Progress
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[12/20] Compiling Progress Utilities.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[13/20] Compiling Progress Progress.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[14/20] Compiling Progress ProgressElements.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[15/20] Compiling Rainbow Color.swift
[16/20] Compiling Rainbow ControlCode.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/16] Emitting module Progress
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[3/16] Emitting module Rainbow
[4/17] Compiling Progress ProgressElements.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[5/17] Compiling Progress Utilities.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[6/17] Compiling Progress Progress.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[7/17] Compiling Rainbow StringGenerator.swift
[8/17] Compiling Rainbow Style.swift
BUILD FAILURE 6.1 wasm