Build Information
Successful build of LGNLog, reference 0.5.0 (d40460), with Swift 6.3 for Android on 17 Apr 2026 14:16:33 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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1711-Games/LGN-Log.git
Reference: 0.5.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/1711-Games/LGN-Log
* tag 0.5.0 -> FETCH_HEAD
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 0.5.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-log.git
[1/6630] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.98s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/9] Compiling Logging MetadataProvider.swift
[5/9] Compiling Logging LogHandler.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging LogEvent.swift
[8/9] Compiling Logging Locks.swift
[9/9] Compiling Logging Logging.swift
[11/12] 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:2343:1: note: 'Logger' declares conformance to protocol 'Sendable' here
2341 |
2342 | extension Logger.MetadataValue: Sendable {}
2343 | extension Logger: Sendable {}
| `- note: 'Logger' declares conformance to protocol 'Sendable' here
2344 | extension Logger.Level: Sendable {}
2345 | extension Logger.Message: Sendable {}
/host/spi-builder-workspace/Sources/LGNLog/LGNLog.swift:26:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
24 | }
25 |
26 | public struct LGNLogger: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
27 | enum E: Error {
28 | case DataToJSONConvertionError
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[12/12] 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:2343:1: note: 'Logger' declares conformance to protocol 'Sendable' here
2341 |
2342 | extension Logger.MetadataValue: Sendable {}
2343 | extension Logger: Sendable {}
| `- note: 'Logger' declares conformance to protocol 'Sendable' here
2344 | extension Logger.Level: Sendable {}
2345 | extension Logger.Message: Sendable {}
/host/spi-builder-workspace/Sources/LGNLog/LGNLog.swift:26:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
24 | }
25 |
26 | public struct LGNLogger: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
27 | enum E: Error {
28 | case DataToJSONConvertionError
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (19.19s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.