The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Health, reference 1.0.200 (e175d8), with Swift 6.3 for Wasm on 11 Apr 2026 20:51:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Health.git
Reference: 1.0.200
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/Kitura/Health
 * tag               1.0.200    -> FETCH_HEAD
HEAD is now at e175d8a Update package reference to community versions (#18)
Cloned https://github.com/Kitura/Health.git
Revision (git rev-parse @):
e175d8a5c599d1d76ac8c5d5ec8a3a55f557c8b1
SUCCESS checkout https://github.com/Kitura/Health.git at 1.0.200
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Kitura/Health.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.64s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.96s)
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (2.28s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/10] Emitting module Logging
[6/10] Compiling Logging Locks.swift
[7/10] Compiling Logging MetadataProvider.swift
[8/10] Compiling Logging LogEvent.swift
[9/10] Compiling Logging LogHandler.swift
[10/10] Compiling Logging Logging.swift
[12/13] Compiling LoggerAPI Logger.swift
[13/13] Emitting module LoggerAPI
[15/18] Compiling Health Utils.swift
/host/spi-builder-workspace/Sources/Health/Health.swift:18:8: error: no such module 'Dispatch'
 16 |
 17 | import Foundation
 18 | import Dispatch
    |        `- error: no such module 'Dispatch'
 19 |
 20 | /// The `Health` class provides a concrete implementation of the `HealthProtocol` protocol that
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/18] Emitting module Health
/host/spi-builder-workspace/Sources/Health/Health.swift:18:8: error: no such module 'Dispatch'
 16 |
 17 | import Foundation
 18 | import Dispatch
    |        `- error: no such module 'Dispatch'
 19 |
 20 | /// The `Health` class provides a concrete implementation of the `HealthProtocol` protocol that
[17/18] Compiling Health Protocols.swift
/host/spi-builder-workspace/Sources/Health/Health.swift:18:8: error: no such module 'Dispatch'
 16 |
 17 | import Foundation
 18 | import Dispatch
    |        `- error: no such module 'Dispatch'
 19 |
 20 | /// The `Health` class provides a concrete implementation of the `HealthProtocol` protocol that
[18/18] Compiling Health Health.swift
/host/spi-builder-workspace/Sources/Health/Health.swift:18:8: error: no such module 'Dispatch'
 16 |
 17 | import Foundation
 18 | import Dispatch
    |        `- error: no such module 'Dispatch'
 19 |
 20 | /// The `Health` class provides a concrete implementation of the `HealthProtocol` protocol that
BUILD FAILURE 6.3 wasm