Build Information
Failed to build SublimationNgrok, reference main (bd36f9
), with Swift 6.0 for Linux on 3 Dec 2024 10:03:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
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: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/brightdigit/SublimationNgrok.git
{
"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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/brightdigit/Ngrokit
Fetching https://github.com/brightdigit/Sublimation
[1/5040] Fetching sublimation
[1665/5223] Fetching sublimation, ngrokit
Fetched https://github.com/brightdigit/Ngrokit from cache (0.26s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.30s)
Computing version for https://github.com/brightdigit/Ngrokit
Computed https://github.com/brightdigit/Ngrokit at 1.0.0 (0.51s)
Fetching https://github.com/apple/swift-openapi-runtime
[1/5362] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.33s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.7.0 (0.86s)
Fetching https://github.com/apple/swift-http-types
[1/671] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.22s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (2.47s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.93s)
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.7.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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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 HTTPResponse.swift
[13/22] Compiling HTTPTypes HTTPRequest.swift
[14/22] Compiling HTTPTypes HTTPParsedFields.swift
[15/22] Compiling HTTPTypes ISOLatin1String.swift
[16/23] Emitting module HTTPTypes
[17/23] Compiling HTTPTypes NIOLock.swift
[18/23] Compiling SublimationCore Sublimatory.swift
[19/23] Emitting module SublimationCore
[20/23] Compiling SublimationCore Application.swift
[22/24] Compiling HTTPTypes HTTPFieldName.swift
[23/24] Compiling HTTPTypes HTTPFields.swift
[24/24] Compiling HTTPTypes HTTPField.swift
[26/42] Emitting module Sublimation
[27/42] Compiling Sublimation Sublimation.swift
[28/104] Compiling OpenAPIRuntime ServerTransport.swift
/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/104] Compiling OpenAPIRuntime UniversalClient.swift
/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/104] Compiling OpenAPIRuntime ServerError.swift
/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/104] Compiling OpenAPIRuntime CurrencyTypes.swift
/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/104] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
/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/104] Compiling OpenAPIRuntime HTTPBody.swift
/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/104] Compiling OpenAPIRuntime CodingErrors.swift
/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/104] Compiling OpenAPIRuntime RuntimeError.swift
/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/106] Compiling OpenAPIRuntime FoundationExtensions.swift
/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/106] Compiling OpenAPIRuntime ParameterStyles.swift
/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/106] Compiling OpenAPIRuntime Deprecated.swift
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
29 |
30 | import Foundation
31 | import Logging
| `- error: no such module 'Logging'
32 | public import SublimationCore
33 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/106] Compiling OpenAPIRuntime ClientError.swift
/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/106] Emitting module SublimationTunnel
/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/106] Compiling OpenAPIRuntime ServerVariable.swift
/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/106] Compiling OpenAPIRuntime URLExtensions.swift
/host/spi-builder-workspace/Sources/SublimationTunnel/TunnelSublimatory.swift:31:8: error: no such module 'Logging'
29 |
30 | import Foundation
31 | import Logging
| `- error: no such module 'Logging'
32 | public import SublimationCore
33 |
[44/106] Compiling SublimationTunnel WritableTunnelRepository.swift
/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 |
[45/106] Compiling SublimationTunnel WritableTunnelRepositoryFactory.swift
/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.0 linux