Build Information
Successful build of clt-logger, reference 1.0.0 (db7f3f), with Swift 6.2 for Android on 25 Sep 2025 06:26:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/clt-logger.git
Reference: 1.0.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/xcode-actions/clt-logger
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at db7f3f7 Remove the Package.resolved file
Cloned https://github.com/xcode-actions/clt-logger.git
Revision (git rev-parse @):
db7f3f71ace4e3bd316f98a52b9ee488bb2e66da
SUCCESS checkout https://github.com/xcode-actions/clt-logger.git at 1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/xcode-actions/clt-logger.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-log.git
[1/3910] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
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--11D90AFD9DD3AB2.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Emitting module Logging
[7/8] Compiling Logging LogHandler.swift
[8/8] Compiling Logging Logging.swift
[10/19] Compiling CLTLogger Scanner+OldOS.swift
[11/20] Compiling CLTLogger OutputEnvironment.swift
[12/20] Compiling CLTLogger NSLock+withLock.swift
[13/20] Compiling CLTLogger DummySendable.swift
[14/20] Compiling CLTLogger Emoji.swift
[15/20] Compiling CLTLogger EmojiSet.swift
[16/20] Compiling CLTLogger SGR.swift
[17/20] Compiling CLTLogger CLTLogger+WithSendable.swift
[18/20] Compiling CLTLogger CLTLogger.swift
[19/20] Emitting module CLTLogger
[20/20] Compiling CLTLogger String+Utils.swift
Build complete! (19.18s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "clt-logger",
"name" : "clt-logger",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CLTLogger",
"targets" : [
"CLTLogger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CLTLoggerTests",
"module_type" : "SwiftTarget",
"name" : "CLTLoggerTests",
"path" : "Tests/CLTLoggerTests",
"sources" : [
"CLTLoggerTests.swift",
"EmojiTests.swift",
"SGRTests.swift",
"StringEscapingTests.swift"
],
"target_dependencies" : [
"CLTLogger"
],
"type" : "test"
},
{
"c99name" : "CLTLogger",
"module_type" : "SwiftTarget",
"name" : "CLTLogger",
"path" : "Sources",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"CLTLogger"
],
"sources" : [
"CLTLogger+WithSendable.swift",
"CLTLogger.swift",
"DummySendable.swift",
"Emoji.swift",
"EmojiSet.swift",
"NSLock+withLock.swift",
"OutputEnvironment.swift",
"SGR.swift",
"Scanner+OldOS.swift",
"String+Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.