The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZEGBot, reference 4.2.8 (139ac6), with Swift 6.1 for Wasm on 28 May 2025 11:21:36 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/shaneqi/zegbot.git
Reference: 4.2.8
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/shaneqi/zegbot
 * tag               4.2.8      -> FETCH_HEAD
HEAD is now at 139ac62 Lower swift requirement to 5.0.
Cloned https://github.com/shaneqi/zegbot.git
Revision (git rev-parse @):
139ac628fc415ae44edb5f36df218097e63e8113
SUCCESS checkout https://github.com/shaneqi/zegbot.git at 4.2.8
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shaneqi/zegbot.git
https://github.com/shaneqi/zegbot.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ZEGBot",
  "name" : "ZEGBot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ZEGBot",
      "targets" : [
        "ZEGBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ZEGBotExample",
      "targets" : [
        "ZEGBotExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ZEGBotTests",
      "module_type" : "SwiftTarget",
      "name" : "ZEGBotTests",
      "path" : "Tests/ZEGBotTests",
      "sources" : [
        "ZEGBotTests.swift"
      ],
      "target_dependencies" : [
        "ZEGBot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZEGBotExample",
      "module_type" : "SwiftTarget",
      "name" : "ZEGBotExample",
      "path" : "Example",
      "product_memberships" : [
        "ZEGBotExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ZEGBot"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ZEGBot",
      "module_type" : "SwiftTarget",
      "name" : "ZEGBot",
      "path" : "Sources",
      "product_memberships" : [
        "ZEGBot",
        "ZEGBotExample"
      ],
      "sources" : [
        "Extensions.swift",
        "HelperTypes.swift",
        "Methods.swift",
        "Network.swift",
        "Sending.swift",
        "Types.swift",
        "Updating.swift",
        "Utilities.swift",
        "ZEGBot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/16] Emitting module ZEGBot
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[5/17] Compiling ZEGBot ZEGBot.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[6/17] Compiling ZEGBot Sending.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[7/17] Compiling ZEGBot Network.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[8/17] Compiling ZEGBot Utilities.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[9/17] Compiling ZEGBot Updating.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[10/17] Compiling ZEGBot Types.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[11/17] Compiling ZEGBot Methods.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[12/17] Compiling ZEGBot Extensions.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[13/17] Compiling ZEGBot HelperTypes.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
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
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling ZEGBot Updating.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[3/14] Compiling ZEGBot Utilities.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[4/15] Compiling ZEGBot Methods.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/15] Emitting module ZEGBot
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[6/15] Compiling ZEGBot Extensions.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[7/15] Compiling ZEGBot HelperTypes.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[8/15] Compiling ZEGBot ZEGBot.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[9/15] Compiling ZEGBot Types.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[10/15] Compiling ZEGBot Sending.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
[11/15] Compiling ZEGBot Network.swift
/host/spi-builder-workspace/Sources/Methods.swift:15:8: error: no such module 'Dispatch'
 13 | import FoundationNetworking
 14 | #endif
 15 | import Dispatch
    |        `- error: no such module 'Dispatch'
 16 |
 17 | ///  All methods are performed synchronized.
BUILD FAILURE 6.1 wasm