Build Information
Failed to build SublimationNgrok, reference main (bd36f9
), with Swift 6.2 (beta) for Android on 22 Jun 2025 00:39:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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: android
Swift version: 6.2
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" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/brightdigit/Ngrokit
Fetching https://github.com/brightdigit/Sublimation
[1/5040] Fetching sublimation
[2975/5223] Fetching sublimation, ngrokit
Fetched https://github.com/brightdigit/Ngrokit from cache (0.38s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.38s)
Computing version for https://github.com/brightdigit/Ngrokit
Computed https://github.com/brightdigit/Ngrokit at 1.0.0 (0.84s)
Fetching https://github.com/apple/swift-openapi-runtime
[1/5679] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.49s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.96s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.30s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.86s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.41s)
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/brightdigit/Sublimation
Working copy of https://github.com/brightdigit/Sublimation resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-8C5A4AE7A8CE2BA.txt
[12/22] Compiling HTTPTypes HTTPFieldName.swift
[13/23] Compiling HTTPTypes HTTPParsedFields.swift
[14/23] Compiling SublimationCore Sublimatory.swift
[15/23] Compiling HTTPTypes ISOLatin1String.swift
[16/23] Emitting module HTTPTypes
[17/23] Compiling HTTPTypes HTTPField.swift
[18/23] Compiling HTTPTypes HTTPResponse.swift
[19/23] Compiling HTTPTypes HTTPRequest.swift
[20/23] Compiling HTTPTypes NIOLock.swift
[21/23] Emitting module SublimationCore
[22/23] Compiling SublimationCore Application.swift
[24/41] Compiling Sublimation Sublimation.swift
[25/41] Emitting module Sublimation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/42] 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 |
[28/44] 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 |
[29/44] 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 |
[30/44] 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 |
[31/44] 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 |
[32/44] 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 |
[33/44] 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 |
[34/44] 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 |
[35/44] 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 |
[36/44] 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 |
[37/44] 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 |
[38/44] 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 |
[39/44] 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 |
[40/44] 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 |
[41/44] 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 |
[42/44] 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 |
[43/44] 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 |
[44/44] Compiling HTTPTypes HTTPFields.swift
[46/50] Compiling SublimationMocks URL.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/SublimationMocks/MockServerApplication.swift:31:16: error: no such module 'Logging'
29 |
30 | package import Foundation
31 | package import Logging
| `- error: no such module 'Logging'
32 | import SublimationCore
33 | import XCTest
[47/50] Compiling SublimationMocks MockURL.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/SublimationMocks/MockServerApplication.swift:31:16: error: no such module 'Logging'
29 |
30 | package import Foundation
31 | package import Logging
| `- error: no such module 'Logging'
32 | import SublimationCore
33 | import XCTest
[48/50] Compiling SublimationMocks MockServerApplication.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/SublimationMocks/MockServerApplication.swift:31:16: error: no such module 'Logging'
29 |
30 | package import Foundation
31 | package import Logging
| `- error: no such module 'Logging'
32 | import SublimationCore
33 | import XCTest
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/50] Emitting module SublimationMocks
<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/SublimationMocks/MockServerApplication.swift:31:16: error: no such module 'Logging'
29 |
30 | package import Foundation
31 | package import Logging
| `- error: no such module 'Logging'
32 | import SublimationCore
33 | import XCTest
[50/50] Compiling SublimationMocks MockError.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/SublimationMocks/MockServerApplication.swift:31:16: error: no such module 'Logging'
29 |
30 | package import Foundation
31 | package import Logging
| `- error: no such module 'Logging'
32 | import SublimationCore
33 | import XCTest
BUILD FAILURE 6.2 android