Build Information
Successful build of swift-longhair, reference 0.0.1 (1c2330), with Swift 6.2 for Android on 24 Jun 2025 05:22:51 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sena-mike/swift-longhair.git
Reference: 0.0.1
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/sena-mike/swift-longhair
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 1c23301 Update docs
Submodule path 'Sources/CLonghair': checked out 'd5f9fa07403ce65f63e3edffaa898414c9774619'
Submodule 'Sources/CLonghair' (https://github.com/catid/longhair.git) registered for path 'Sources/CLonghair'
Cloning into '/host/spi-builder-workspace/Sources/CLonghair'...
Cloned https://github.com/sena-mike/swift-longhair.git
Revision (git rev-parse @):
1c2330135ba837951110dac598c7a8aaf45cc660
SUCCESS checkout https://github.com/sena-mike/swift-longhair.git at 0.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/sena-mike/swift-longhair.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/5] Write sources
[1/5] Compiling CLonghair gf256.cpp
[2/5] Compiling CLonghair SiameseTools.cpp
[3/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/5] Compiling CLonghair cauchy_256.cpp
[6/7] Emitting module Longhair
[7/7] Compiling Longhair Longhair.swift
Build complete! (252.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-longhair",
"name" : "swift-longhair",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Longhair",
"targets" : [
"Longhair"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LonghairTests",
"module_type" : "SwiftTarget",
"name" : "LonghairTests",
"path" : "Tests/LonghairTests",
"sources" : [
"LonghairTests.swift"
],
"target_dependencies" : [
"CLonghair",
"Longhair"
],
"type" : "test"
},
{
"c99name" : "Longhair",
"module_type" : "SwiftTarget",
"name" : "Longhair",
"path" : "Sources/Longhair",
"product_memberships" : [
"Longhair"
],
"sources" : [
"Longhair.swift"
],
"target_dependencies" : [
"CLonghair"
],
"type" : "library"
},
{
"c99name" : "CLonghair",
"module_type" : "ClangTarget",
"name" : "CLonghair",
"path" : "Sources/CLonghair",
"product_memberships" : [
"Longhair"
],
"sources" : [
"SiameseTools.cpp",
"cauchy_256.cpp",
"gf256.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.