Build Information
Successful build of LogKit, reference 3.0.0 (ff7e85
), with Swift 6.1 for Android on 30 May 2025 08:34:07 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marekpridal/LogKit.git
Reference: 3.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/marekpridal/LogKit
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at ff7e857 Log error as error type
Cloned https://github.com/marekpridal/LogKit.git
Revision (git rev-parse @):
ff7e8578b6615876b2017592e62ec6505d8f3ad5
SUCCESS checkout https://github.com/marekpridal/LogKit.git at 3.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/marekpridal/LogKit.git
https://github.com/marekpridal/LogKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-android-native",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/skiptools/swift-android-native.git"
}
],
"manifest_display_name" : "LogKit",
"name" : "LogKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "LogKit-static",
"targets" : [
"LogKit"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "LogKit-dynamic",
"targets" : [
"LogKit"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "LogKitTests",
"module_type" : "SwiftTarget",
"name" : "LogKitTests",
"path" : "Tests/LogKitTests",
"sources" : [
"LogKitTests.swift"
],
"target_dependencies" : [
"LogKit"
],
"type" : "test"
},
{
"c99name" : "LogKit",
"module_type" : "SwiftTarget",
"name" : "LogKit",
"path" : "Sources/LogKit",
"product_dependencies" : [
"AndroidLogging"
],
"product_memberships" : [
"LogKit-static",
"LogKit-dynamic"
],
"sources" : [
"LogKit.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/skiptools/swift-android-native.git
[1/442] Fetching swift-android-native
Fetched https://github.com/skiptools/swift-android-native.git from cache (0.66s)
Computing version for https://github.com/skiptools/swift-android-native.git
Computed https://github.com/skiptools/swift-android-native.git at 1.4.3 (1.50s)
Fetching https://source.skip.tools/swift-jni.git
[1/105] Fetching swift-jni
Fetched https://source.skip.tools/swift-jni.git from cache (0.66s)
Computing version for https://source.skip.tools/swift-jni.git
Computed https://source.skip.tools/swift-jni.git at 0.2.1 (1.65s)
Creating working copy for https://github.com/skiptools/swift-android-native.git
Working copy of https://github.com/skiptools/swift-android-native.git resolved at 1.4.3
Creating working copy for https://source.skip.tools/swift-jni.git
Working copy of https://source.skip.tools/swift-jni.git resolved at 0.2.1
Building for debugging...
[0/10] Write sources
[2/10] Compiling AndroidNDK src.c
[3/10] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling AndroidLogging AndroidLogging.swift
[6/12] Emitting module AndroidLogging
[7/13] Wrapping AST for AndroidLogging for debugging
[9/15] Emitting module LogKit
[10/15] Compiling LogKit LogKit.swift
[11/16] Wrapping AST for LogKit for debugging
[12/16] Write Objects.LinkFileList
[14/16] Archiving libLogKit-static.a
[15/16] Linking libLogKit-dynamic.so
Build complete! (21.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-android-native",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/skiptools/swift-android-native.git"
}
],
"manifest_display_name" : "LogKit",
"name" : "LogKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "LogKit-static",
"targets" : [
"LogKit"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "LogKit-dynamic",
"targets" : [
"LogKit"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "LogKitTests",
"module_type" : "SwiftTarget",
"name" : "LogKitTests",
"path" : "Tests/LogKitTests",
"sources" : [
"LogKitTests.swift"
],
"target_dependencies" : [
"LogKit"
],
"type" : "test"
},
{
"c99name" : "LogKit",
"module_type" : "SwiftTarget",
"name" : "LogKit",
"path" : "Sources/LogKit",
"product_dependencies" : [
"AndroidLogging"
],
"product_memberships" : [
"LogKit-static",
"LogKit-dynamic"
],
"sources" : [
"LogKit.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.