Build Information
Failed to build SublimationNgrok, reference 1.0.0 (bd36f9
), with Swift 6.1 for Linux on 29 Apr 2025 07:43:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SublimationNgrok.git
Reference: 1.0.0
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
* tag 1.0.0 -> FETCH_HEAD
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 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/brightdigit/SublimationNgrok.git
https://github.com/brightdigit/SublimationNgrok.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sublimation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0-alpha.5",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/Sublimation"
},
{
"identity" : "ngrokit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/Ngrokit"
}
],
"manifest_display_name" : "SublimationNgrok",
"name" : "SublimationNgrok",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SublimationNgrok",
"targets" : [
"SublimationNgrok"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SublimationTunnelTests",
"module_type" : "SwiftTarget",
"name" : "SublimationTunnelTests",
"path" : "Tests/SublimationTunnelTests",
"sources" : [
"KVdbTunnelRepositoryFactoryTests.swift"
],
"target_dependencies" : [
"SublimationTunnel",
"SublimationMocks"
],
"type" : "test"
},
{
"c99name" : "SublimationTunnel",
"module_type" : "SwiftTarget",
"name" : "SublimationTunnel",
"path" : "Sources/SublimationTunnel",
"product_dependencies" : [
"SublimationCore"
],
"product_memberships" : [
"SublimationNgrok"
],
"sources" : [
"MockServerDelegate.swift",
"MockTunnelClient.swift",
"NetworkResult.swift",
"Tunnel.swift",
"TunnelBucketRepositoryFactory.swift",
"TunnelClient.swift",
"TunnelClientRepository.swift",
"TunnelRepository.swift",
"TunnelRepositoryFactory.swift",
"TunnelServer.swift",
"TunnelServerConfiguration.swift",
"TunnelServerDelegate.swift",
"TunnelServerFactory.swift",
"TunnelSublimatory.swift",
"WritableTunnelRepository.swift",
"WritableTunnelRepositoryFactory.swift"
],
"type" : "library"
},
{
"c99name" : "SublimationNgrokTests",
"module_type" : "SwiftTarget",
"name" : "SublimationNgrokTests",
"path" : "Tests/SublimationNgrokTests",
"product_dependencies" : [
"NgrokitMocks"
],
"sources" : [
"NgrokCLIAPIConfigurationTests.swift",
"NgrokCLIAPIServerFactoryTests.swift"
],
"target_dependencies" : [
"SublimationNgrok",
"SublimationMocks"
],
"type" : "test"
},
{
"c99name" : "SublimationNgrok",
"module_type" : "SwiftTarget",
"name" : "SublimationNgrok",
"path" : "Sources/SublimationNgrok",
"product_dependencies" : [
"Ngrokit"
],
"product_memberships" : [
"SublimationNgrok"
],
"sources" : [
"NgrokCLIAPIConfiguration.swift",
"NgrokCLIAPIServer+TunnelServer.swift",
"NgrokCLIAPIServer.swift",
"NgrokCLIAPIServerFactory.swift",
"NgrokClient.swift",
"NgrokTunnel.swift",
"TunnelAttemptResult.swift",
"TunnelSublimatory.swift"
],
"target_dependencies" : [
"SublimationTunnel",
"SublimationKVdb"
],
"type" : "library"
},
{
"c99name" : "SublimationMocks",
"module_type" : "SwiftTarget",
"name" : "SublimationMocks",
"path" : "Sources/SublimationMocks",
"product_dependencies" : [
"Sublimation"
],
"sources" : [
"MockError.swift",
"MockServerApplication.swift",
"MockURL.swift",
"URL.swift"
],
"type" : "library"
},
{
"c99name" : "SublimationKVdbTests",
"module_type" : "SwiftTarget",
"name" : "SublimationKVdbTests",
"path" : "Tests/SublimationKVdbTests",
"sources" : [
"KVdbTests.swift",
"OptionalTests.swift",
"ResultTests.swift",
"URLTests.swift"
],
"target_dependencies" : [
"SublimationKVdb",
"SublimationMocks"
],
"type" : "test"
},
{
"c99name" : "SublimationKVdb",
"module_type" : "SwiftTarget",
"name" : "SublimationKVdb",
"path" : "Sources/SublimationKVdb",
"product_memberships" : [
"SublimationNgrok"
],
"sources" : [
"KVdb+URL.swift",
"KVdb.swift",
"KVdbServerError.swift",
"KVdbTunnelClient+TunnelClient.swift",
"KVdbTunnelClient.swift",
"KVdbURLConstructable.swift",
"Optional.swift",
"Result.swift",
"URL+KVdbURLConstructable.swift",
"URLSession.swift",
"URLSessionClient.swift"
],
"target_dependencies" : [
"SublimationTunnel"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/brightdigit/Ngrokit
Fetching https://github.com/brightdigit/Sublimation
[1/183] Fetching ngrokit
[163/5223] Fetching ngrokit, sublimation
Fetched https://github.com/brightdigit/Ngrokit from cache (0.63s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.62s)
Computing version for https://github.com/brightdigit/Ngrokit
Computed https://github.com/brightdigit/Ngrokit at 1.0.0 (1.49s)
Fetching https://github.com/apple/swift-openapi-runtime
[1/5672] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.55s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (1.75s)
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.33s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.21s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (1.03s)
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/brightdigit/Ngrokit
Working copy of https://github.com/brightdigit/Ngrokit resolved at 1.0.0
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
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
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/22] Compiling HTTPTypes ISOLatin1String.swift
[13/23] Compiling SublimationCore Sublimatory.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
[14/23] Compiling HTTPTypes HTTPFieldName.swift
[15/23] Compiling HTTPTypes HTTPRequest.swift
[16/23] Compiling HTTPTypes HTTPResponse.swift
[17/23] Emitting module HTTPTypes
[18/23] Compiling HTTPTypes HTTPField.swift
[19/23] Compiling HTTPTypes HTTPParsedFields.swift
[20/23] Compiling HTTPTypes NIOLock.swift
[21/23] Emitting module SublimationCore
<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
[22/23] Compiling SublimationCore Application.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
[24/41] Compiling Sublimation Sublimation.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
[25/41] Emitting module Sublimation
<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
[26/42] 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 |
[27/42] 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 |
[28/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 |
[29/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 |
[31/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 |
[32/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/44] 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 |
[34/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 |
[35/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 |
[36/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 |
[37/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 |
[38/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 |
[39/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 |
[40/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 |
[41/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 |
[42/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 |
[43/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/12] Emitting module SublimationCore
<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
[3/12] Compiling SublimationCore Application.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
[4/12] Compiling SublimationCore Sublimatory.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
[6/13] Compiling HTTPTypes ISOLatin1String.swift
[7/31] Compiling Sublimation Sublimation.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
[8/31] Compiling HTTPTypes HTTPRequest.swift
[9/31] Compiling HTTPTypes HTTPParsedFields.swift
[10/31] Emitting module Sublimation
<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
[12/32] 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 |
[13/32] 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 |
[14/34] 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 |
[15/34] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/34] 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 |
[17/34] 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 |
[18/34] 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 |
[19/34] 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 |
[20/34] 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 |
[21/34] 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 |
[22/34] 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 |
[23/34] 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 |
[24/34] 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 |
[25/34] 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 |
[26/34] 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 |
[27/34] Compiling HTTPTypes NIOLock.swift
[28/34] 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 |
[29/34] 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 |
BUILD FAILURE 6.1 linux