Build Information
Successful build of OhMyLog, reference v1.1.0 (844c80
), with Swift 6.2 (beta) for Android on 19 Jun 2025 07:00:33 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/forkercat/OhMyLog.git
Reference: v1.1.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/forkercat/OhMyLog
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at 844c80a Update workflow and add platform/swift version indicators
Cloned https://github.com/forkercat/OhMyLog.git
Revision (git rev-parse @):
844c80af4b867fa693f1bdde7c1df80064e770be
SUCCESS checkout https://github.com/forkercat/OhMyLog.git at v1.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/forkercat/OhMyLog.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/12] Compiling OhMyLog Logger+String.swift
[5/12] Compiling OhMyLog Logger.swift
[6/12] Emitting module OhMyLog
[7/12] Compiling OhMyLog Log.swift
[8/12] Compiling OhMyLog Logger+Any.swift
[9/13] Wrapping AST for OhMyLog for debugging
[11/15] Compiling OhMyLog_Demo main.swift
[12/15] Emitting module OhMyLog_Demo
[13/16] Wrapping AST for OhMyLog-Demo for debugging
[14/16] Write Objects.LinkFileList
[15/16] Linking OhMyLog-Demo
Build complete! (16.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OhMyLog",
"name" : "OhMyLog",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OhMyLog",
"targets" : [
"OhMyLog"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OhMyLog-Demo",
"targets" : [
"OhMyLog-Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "OhMyLog_Demo",
"module_type" : "SwiftTarget",
"name" : "OhMyLog-Demo",
"path" : "Sources/OhMyLog-Demo",
"product_memberships" : [
"OhMyLog-Demo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"OhMyLog"
],
"type" : "executable"
},
{
"c99name" : "OhMyLog",
"module_type" : "SwiftTarget",
"name" : "OhMyLog",
"path" : "Sources/OhMyLog",
"product_memberships" : [
"OhMyLog",
"OhMyLog-Demo"
],
"sources" : [
"Log.swift",
"Logger+Any.swift",
"Logger+String.swift",
"Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.