Build Information
Failed to build swift-zsv, reference v0.4.0-alpha-2 (ff7ae3), with Swift 6.1 for Android on 30 May 2025 03:44:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihai8804858/swift-zsv.git
Reference: v0.4.0-alpha-2
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/mihai8804858/swift-zsv
* tag v0.4.0-alpha-2 -> FETCH_HEAD
HEAD is now at ff7ae35 Enable strict concurrency
Cloned https://github.com/mihai8804858/swift-zsv.git
Revision (git rev-parse @):
ff7ae352c7184ae5d7a8d2e5a8d3a6460ca43afb
SUCCESS checkout https://github.com/mihai8804858/swift-zsv.git at v0.4.0-alpha-2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mihai8804858/swift-zsv.git
https://github.com/mihai8804858/swift-zsv.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "swift-zsv",
"name" : "swift-zsv",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SwiftZSV",
"targets" : [
"SwiftZSV"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "libzsv",
"module_type" : "BinaryTarget",
"name" : "libzsv",
"path" : "Libraries/libzsv.xcframework",
"product_memberships" : [
"SwiftZSV"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftZSVTests",
"module_type" : "SwiftTarget",
"name" : "SwiftZSVTests",
"path" : "Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/Resources/10.csv",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Resources/100.csv",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Resources/1000.csv",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Resources/10000.csv",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Resources/100000.csv",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/Resources/500000.csv",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"SwiftZSV"
],
"type" : "test"
},
{
"c99name" : "SwiftZSV",
"module_type" : "SwiftTarget",
"name" : "SwiftZSV",
"path" : "Sources/Swift",
"product_memberships" : [
"SwiftZSV"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Swift/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"zsv.swift"
],
"target_dependencies" : [
"CLibzsv"
],
"type" : "library"
},
{
"c99name" : "CLibzsv",
"module_type" : "ClangTarget",
"name" : "CLibzsv",
"path" : "Sources/C/CLibzsv",
"product_memberships" : [
"SwiftZSV"
],
"sources" : [
"bridge.c"
],
"target_dependencies" : [
"libzsv"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/Sources/C/CLibzsv/bridge.c:1:
/host/spi-builder-workspace/Sources/C/CLibzsv/include/bridge.h:3:10: fatal error: 'zsv.h' file not found
3 | #include "zsv.h"
| ^~~~~~~
1 error generated.
[2/4] Compiling CLibzsv bridge.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/C/CLibzsv/bridge.c:1:
/host/spi-builder-workspace/Sources/C/CLibzsv/include/bridge.h:3:10: fatal error: 'zsv.h' file not found
3 | #include "zsv.h"
| ^~~~~~~
1 error generated.
[0/2] Compiling CLibzsv bridge.c
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android