Build Information
Successful build of LGNLog, reference main (d40460), with Swift 6.2 for Linux on 17 Nov 2025 21:11:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1711-Games/LGN-Log.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/1711-Games/LGN-Log
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d404607 Merge pull request #1 from 1711-Games/strict-concurrency
Cloned https://github.com/1711-Games/LGN-Log.git
Revision (git rev-parse @):
d4046070795dee23ae13a8c4affd26a297555f3e
SUCCESS checkout https://github.com/1711-Games/LGN-Log.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/1711-Games/LGN-Log.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-log.git
[1/4398] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.82s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Emitting module Logging
[5/8] Compiling Logging MetadataProvider.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Compiling Logging Locks.swift
[8/8] Compiling Logging Logging.swift
[10/11] Emitting module LGNLog
/host/spi-builder-workspace/Sources/LGNLog/LGNLog.swift:4:43: warning: conformance of 'Logger' to protocol 'Sendable' was already stated in the type's module 'Logging'
2 | @_exported import Logging
3 |
4 | extension Logger: @unchecked @retroactive Sendable {}
| `- warning: conformance of 'Logger' to protocol 'Sendable' was already stated in the type's module 'Logging'
5 |
6 | public extension Logger {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1605:1: note: 'Logger' declares conformance to protocol 'Sendable' here
1603 |
1604 | extension Logger.MetadataValue: Sendable {}
1605 | extension Logger: Sendable {}
| `- note: 'Logger' declares conformance to protocol 'Sendable' here
1606 | extension Logger.Level: Sendable {}
1607 | extension Logger.Message: Sendable {}
[11/11] Compiling LGNLog LGNLog.swift
/host/spi-builder-workspace/Sources/LGNLog/LGNLog.swift:4:43: warning: conformance of 'Logger' to protocol 'Sendable' was already stated in the type's module 'Logging'
2 | @_exported import Logging
3 |
4 | extension Logger: @unchecked @retroactive Sendable {}
| `- warning: conformance of 'Logger' to protocol 'Sendable' was already stated in the type's module 'Logging'
5 |
6 | public extension Logger {
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:1605:1: note: 'Logger' declares conformance to protocol 'Sendable' here
1603 |
1604 | extension Logger.MetadataValue: Sendable {}
1605 | extension Logger: Sendable {}
| `- note: 'Logger' declares conformance to protocol 'Sendable' here
1606 | extension Logger.Level: Sendable {}
1607 | extension Logger.Message: Sendable {}
Build complete! (12.42s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "LGNLog",
"name" : "LGNLog",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "LGNLog",
"targets" : [
"LGNLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LGNLogTests",
"module_type" : "SwiftTarget",
"name" : "LGNLogTests",
"path" : "Tests/LGNLogTests",
"sources" : [
"LGNLogTests.swift"
],
"target_dependencies" : [
"LGNLog"
],
"type" : "test"
},
{
"c99name" : "LGNLog",
"module_type" : "SwiftTarget",
"name" : "LGNLog",
"path" : "Sources/LGNLog",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"LGNLog"
],
"sources" : [
"LGNLog.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.