Build Information
Failed to build SymbolLocator, reference 0.2.1 (546053), with Swift 6.1 for Android on 4 Jun 2025 19:40:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/OpenSwiftUIProject/SymbolLocator.git
Reference: 0.2.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/OpenSwiftUIProject/SymbolLocator
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 546053c Add manual safe check description (#3)
Cloned https://github.com/OpenSwiftUIProject/SymbolLocator.git
Revision (git rev-parse @):
546053c03f282df1a8270853da6692e1b078be09
SUCCESS checkout https://github.com/OpenSwiftUIProject/SymbolLocator.git at 0.2.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/SymbolLocator.git
https://github.com/OpenSwiftUIProject/SymbolLocator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SymbolLocator",
"name" : "SymbolLocator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SymbolLocator",
"targets" : [
"SymbolLocator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SymbolLocatorTestsSupport",
"module_type" : "ClangTarget",
"name" : "SymbolLocatorTestsSupport",
"path" : "Sources/SymbolLocatorTestsSupport",
"sources" : [
"SymbolLocatorTestsSupport.c"
],
"target_dependencies" : [
"SymbolLocator"
],
"type" : "library"
},
{
"c99name" : "SymbolLocatorTests",
"module_type" : "SwiftTarget",
"name" : "SymbolLocatorTests",
"path" : "Tests/SymbolLocatorTests",
"sources" : [
"SymbolLocatorTests.swift"
],
"target_dependencies" : [
"SymbolLocator",
"SymbolLocatorTestsSupport"
],
"type" : "test"
},
{
"c99name" : "SymbolLocator",
"module_type" : "ClangTarget",
"name" : "SymbolLocator",
"path" : "Sources/SymbolLocator",
"product_memberships" : [
"SymbolLocator"
],
"sources" : [
"SymbolLocator.c",
"SymbolLocatorLog.m"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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...
In file included from /host/spi-builder-workspace/Sources/SymbolLocator/SymbolLocatorLog.m:5:
/host/spi-builder-workspace/Sources/SymbolLocator/include/SymbolLocatorLog.h:8:10: fatal error: 'CoreFoundation/CoreFoundation.h' file not found
8 | #include <CoreFoundation/CoreFoundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/3] Compiling SymbolLocator SymbolLocatorLog.m
[0/3] Compiling SymbolLocatorTestsSupport SymbolLocatorTestsSupport.c
[0/3] Compiling SymbolLocator SymbolLocator.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/SymbolLocator/SymbolLocatorLog.m:5:
/host/spi-builder-workspace/Sources/SymbolLocator/include/SymbolLocatorLog.h:8:10: fatal error: 'CoreFoundation/CoreFoundation.h' file not found
8 | #include <CoreFoundation/CoreFoundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/3] Compiling SymbolLocator SymbolLocatorLog.m
[0/3] Compiling SymbolLocatorTestsSupport SymbolLocatorTestsSupport.c
[0/3] Compiling SymbolLocator SymbolLocator.c
BUILD FAILURE 6.1 android