The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SublimationNgrok, reference main (bd36f9), with Swift 6.1 for Android on 29 May 2025 16:14:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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.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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/brightdigit/Ngrokit
Fetching https://github.com/brightdigit/Sublimation
[1/183] Fetching ngrokit
[184/5223] Fetching ngrokit, sublimation
Fetched https://github.com/brightdigit/Ngrokit from cache (0.75s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.75s)
Computing version for https://github.com/brightdigit/Ngrokit
Computed https://github.com/brightdigit/Ngrokit at 1.0.0 (1.26s)
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.36s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (2.64s)
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.36s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.84s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.56s)
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
Creating working copy for https://github.com/brightdigit/Ngrokit
Working copy of https://github.com/brightdigit/Ngrokit resolved at 1.0.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/22] Compiling HTTPTypes HTTPParsedFields.swift
[13/22] Compiling HTTPTypes HTTPRequest.swift
[14/23] Compiling HTTPTypes ISOLatin1String.swift
[15/23] Compiling HTTPTypes HTTPResponse.swift
[16/23] Compiling HTTPTypes NIOLock.swift
[17/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
[18/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
[19/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
[21/41] 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 |
[22/41] 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 |
[23/43] 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
[24/43] 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
[25/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 |
[26/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/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 |
[28/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 |
[29/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 |
[30/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 |
[31/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 |
[32/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 |
[33/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 |
[34/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 |
[35/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 |
[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 |
[39/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 |
[40/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 |
[41/44] Compiling HTTPTypes HTTPFieldName.swift
[42/44] Compiling HTTPTypes HTTPField.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/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
[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] 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
[6/13] Compiling HTTPTypes HTTPFieldName.swift
[7/17] Compiling HTTPTypes HTTPParsedFields.swift
[8/31] Emitting module HTTPTypes
[9/31] Compiling HTTPTypes HTTPField.swift
[10/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
[11/31] Compiling HTTPTypes NIOLock.swift
[12/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
[13/31] Compiling HTTPTypes ISOLatin1String.swift
[15/32] 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 |
[16/32] 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 |
[17/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 |
[18/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 |
[19/34] 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 |
[20/34] 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 |
[21/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 |
[22/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 |
[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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/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 |
[26/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 |
[27/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 |
[28/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 |
[29/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 |
[30/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 |
[31/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 |
[32/39] Compiling HTTPTypes HTTPResponse.swift
[33/39] Compiling HTTPTypes HTTPRequest.swift
BUILD FAILURE 6.1 android