The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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.44s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.52s)
Computing version for https://github.com/brightdigit/Ngrokit
Computed https://github.com/brightdigit/Ngrokit at 1.0.0 (1.72s)
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.51s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (1.36s)
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.39s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.94s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (2.32s)
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/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/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] Emitting module HTTPTypes
[13/23] Compiling HTTPTypes HTTPRequest.swift
[14/23] Compiling HTTPTypes HTTPResponse.swift
[15/23] Compiling HTTPTypes ISOLatin1String.swift
[16/23] Compiling HTTPTypes HTTPParsedFields.swift
[17/23] Compiling HTTPTypes NIOLock.swift
[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
[20/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/41] 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 |
[23/41] 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 |
[24/43] 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 |
[25/43] 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 |
[26/43] 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 |
[27/43] 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 |
[28/43] 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/43] 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/43] 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 |
[31/43] 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/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
[33/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
[34/43] 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 |
[35/43] 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 |
[36/43] 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 |
[37/43] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/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 |
[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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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
[5/13] Compiling HTTPTypes HTTPParsedFields.swift
[7/14] Compiling HTTPTypes ISOLatin1String.swift
[8/31] Compiling HTTPTypes NIOLock.swift
[9/31] 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 |
[10/31] 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 |
[11/33] Compiling HTTPTypes HTTPFieldName.swift
[12/33] Compiling HTTPTypes HTTPField.swift
[13/33] Emitting module HTTPTypes
[14/33] Compiling HTTPTypes HTTPFields.swift
[15/33] 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/33] 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/33] Compiling HTTPTypes HTTPResponse.swift
[18/33] 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 |
[19/33] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/33] 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 |
[21/33] 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 |
[22/33] 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 |
[23/33] 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/33] 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 |
[25/33] 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 |
[26/33] 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 |
[27/33] 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 |
[28/33] 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/33] 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/33] 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/33] 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/33] 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
[34/34] Compiling HTTPTypes HTTPRequest.swift
BUILD FAILURE 6.1 wasm