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 Queuer, reference 3.0.1 (8bf0b4), with Swift 6.1 for Wasm on 29 May 2025 08:56:17 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FabrizioBrancati/Queuer.git
Reference: 3.0.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/FabrizioBrancati/Queuer
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at 8bf0b4c Merge branch 'main' into develop
Cloned https://github.com/FabrizioBrancati/Queuer.git
Revision (git rev-parse @):
8bf0b4cae3893f970e733025646d07fe8a39fb15
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FabrizioBrancati/Queuer.git at 3.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FabrizioBrancati/Queuer.git
https://github.com/FabrizioBrancati/Queuer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Queuer",
  "name" : "Queuer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Queuer",
      "targets" : [
        "Queuer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuerTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuerTests",
      "path" : "Tests/QueuerTests",
      "sources" : [
        "ConcurrentOperationTests.swift",
        "GroupOperationTests.swift",
        "QueuerTests.swift",
        "SchedulerTests.swift",
        "SemaphoreTests.swift"
      ],
      "target_dependencies" : [
        "Queuer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Queuer",
      "module_type" : "SwiftTarget",
      "name" : "Queuer",
      "path" : "Sources/Queuer",
      "product_memberships" : [
        "Queuer"
      ],
      "sources" : [
        "ConcurrentOperation.swift",
        "GroupOperation.swift",
        "Queuer.swift",
        "Scheduler.swift",
        "Semaphore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.41s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/10] Emitting module Queuer
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[6/10] Compiling Queuer ConcurrentOperation.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[7/10] Compiling Queuer Queuer.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[8/10] Compiling Queuer Scheduler.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[9/10] Compiling Queuer Semaphore.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[10/10] Compiling Queuer GroupOperation.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Queuer Scheduler.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module Queuer
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[6/9] Compiling Queuer ConcurrentOperation.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[7/9] Compiling Queuer GroupOperation.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[8/9] Compiling Queuer Queuer.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
[9/9] Compiling Queuer Semaphore.swift
/host/spi-builder-workspace/Sources/Queuer/Scheduler.swift:27:8: error: no such module 'Dispatch'
25 | //  SOFTWARE.
26 |
27 | import Dispatch
   |        `- error: no such module 'Dispatch'
28 | import Foundation
29 |
BUILD FAILURE 6.1 wasm