The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SublimationNgrok, reference main (bd36f9), with Swift 6.3 for Wasm on 14 Apr 2026 23:41:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/brightdigit/SublimationNgrok.git
Reference: main
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/brightdigit/SublimationNgrok
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bd36f92 v1.0.0 (#1)
Cloned https://github.com/brightdigit/SublimationNgrok.git
Revision (git rev-parse @):
bd36f92fb3dfb868da5942492d36b5aaa4d7312c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SublimationNgrok.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/brightdigit/SublimationNgrok.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/brightdigit/Sublimation
Fetching https://github.com/brightdigit/Ngrokit
[51/5040] Fetching sublimation
[757/5223] Fetching sublimation, ngrokit
Fetched https://github.com/brightdigit/Ngrokit from cache (0.73s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.73s)
Computing version for https://github.com/brightdigit/Ngrokit
Computed https://github.com/brightdigit/Ngrokit at 1.0.0 (1.63s)
Fetching https://github.com/apple/swift-openapi-runtime
[1/6573] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.84s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (1.73s)
Fetching https://github.com/apple/swift-http-types
[1/1033] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.41s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.31s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.73s)
Creating working copy for https://github.com/brightdigit/Sublimation
Working copy of https://github.com/brightdigit/Sublimation resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/brightdigit/Ngrokit
Working copy of https://github.com/brightdigit/Ngrokit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.11.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/23] Emitting module HTTPTypes
[13/24] Compiling SublimationCore Sublimatory.swift
[14/24] Compiling HTTPTypes ISOLatin1String.swift
[15/24] Compiling HTTPTypes HTTPParsedFields.swift
[16/24] Compiling HTTPTypes HTTPResponse.swift
[17/24] Compiling HTTPTypes HTTPRequest.swift
[18/24] Compiling HTTPTypes NIOLock.swift
[19/24] Compiling HTTPTypes HTTPRequest+URL.swift
[20/24] Compiling SublimationCore Application.swift
[21/24] Emitting module SublimationCore
[23/27] Emitting module Sublimation
[24/42] Compiling SublimationTunnel TunnelServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[25/42] Compiling SublimationTunnel TunnelServerDelegate.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[26/42] Compiling Sublimation Sublimation.swift
[27/42] Compiling SublimationTunnel MockServerDelegate.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[28/42] Compiling SublimationTunnel MockTunnelClient.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[29/45] Compiling SublimationTunnel TunnelServerFactory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[30/45] Compiling SublimationTunnel TunnelSublimatory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[32/45] Compiling SublimationTunnel TunnelClientRepository.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[33/45] Compiling SublimationTunnel TunnelRepository.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[34/45] Compiling SublimationTunnel NetworkResult.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[35/45] Compiling SublimationTunnel Tunnel.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[36/45] Compiling SublimationTunnel TunnelBucketRepositoryFactory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[37/45] Compiling SublimationTunnel TunnelClient.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[38/45] Compiling SublimationTunnel TunnelRepositoryFactory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[39/45] Compiling SublimationTunnel TunnelServer.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/45] Emitting module SublimationTunnel
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[41/50] Compiling SublimationTunnel WritableTunnelRepository.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
[42/50] Compiling SublimationTunnel WritableTunnelRepositoryFactory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
 29 |
 30 | import Foundation
 31 | import Logging
    |        `- error: no such module 'Logging'
 32 | public import SublimationCore
 33 |
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
BUILD FAILURE 6.3 wasm