Build Information
Failed to build swift-busy-tag, reference main (9c041e), with Swift 6.1 for Android on 31 May 2025 01:59:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/romikabi/swift-busy-tag.git
Reference: main
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/romikabi/swift-busy-tag
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9c041ed add swift package index badges
Cloned https://github.com/romikabi/swift-busy-tag.git
Revision (git rev-parse @):
9c041edee6a91f2eecd3d652597c7fbc4671b936
SUCCESS checkout https://github.com/romikabi/swift-busy-tag.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/romikabi/swift-busy-tag.git
https://github.com/romikabi/swift-busy-tag.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "orsserialport",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/armadsen/ORSSerialPort.git"
}
],
"manifest_display_name" : "swift-busy-tag",
"name" : "swift-busy-tag",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "BusyTag",
"targets" : [
"BusyTag"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Serial",
"targets" : [
"Serial"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Serial",
"module_type" : "SwiftTarget",
"name" : "Serial",
"path" : "Sources/Serial",
"product_dependencies" : [
"ORSSerial"
],
"product_memberships" : [
"BusyTag",
"Serial",
"Example"
],
"sources" : [
"Delegate.swift",
"Device.swift",
"ORSSerialDevice.swift",
"SendableAsyncSequence.swift",
"format.swift",
"log.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"Example.swift"
],
"target_dependencies" : [
"BusyTag"
],
"type" : "executable"
},
{
"c99name" : "BusyTag",
"module_type" : "SwiftTarget",
"name" : "BusyTag",
"path" : "Sources/BusyTag",
"product_memberships" : [
"BusyTag",
"Example"
],
"sources" : [
"BusyTag+LED.swift",
"BusyTag+findURL.swift",
"BusyTag+init.swift",
"BusyTag+setColor.swift",
"BusyTag+setImage.swift",
"BusyTag.swift",
"Render/CGImage+make.swift",
"Render/CGImage+pngData.swift",
"log.swift"
],
"target_dependencies" : [
"Serial"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/armadsen/ORSSerialPort.git
[1/2869] Fetching orsserialport
Fetched https://github.com/armadsen/ORSSerialPort.git from cache (0.42s)
Computing version for https://github.com/armadsen/ORSSerialPort.git
Computed https://github.com/armadsen/ORSSerialPort.git at 2.1.0 (3.49s)
Creating working copy for https://github.com/armadsen/ORSSerialPort.git
Working copy of https://github.com/armadsen/ORSSerialPort.git resolved at 2.1.0
Building for debugging...
[0/14] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialBuffer.m:9:
/host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialBuffer.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/14] Compiling ORSSerial ORSSerialBuffer.m
In file included from /host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialRequest.m:27:
/host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialRequest.h:27:9: fatal error: 'Foundation/Foundation.h' file not found
27 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/14] Compiling ORSSerial ORSSerialRequest.m
In file included from /host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPacketDescriptor.m:27:
/host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPacketDescriptor.h:27:9: fatal error: 'Foundation/Foundation.h' file not found
27 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/14] Compiling ORSSerial ORSSerialPacketDescriptor.m
In file included from /host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPort.m:27:
/host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPort.h:27:9: fatal error: 'Foundation/Foundation.h' file not found
27 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/14] Compiling ORSSerial ORSSerialPort.m
/host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPortManager.m:28:2: error: ORSSerialPortManager.m must be compiled with ARC. Either turn on ARC for the project or set the -fobjc-arc flag for ORSSerialPortManager.m in the Build Phases for this target
28 | #error ORSSerialPortManager.m must be compiled with ARC. Either turn on ARC for the project or set the -fobjc-arc flag for ORSSerialPortManager.m in the Build Phases for this target
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPortManager.m:31:
/host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPortManager.h:27:9: fatal error: 'Foundation/Foundation.h' file not found
27 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/14] Compiling ORSSerial ORSSerialPortManager.m
[3/14] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/.build/checkouts/ORSSerialPort/Source/ORSSerialRequest.m:27:
/host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialRequest.h:27:9: fatal error: 'Foundation/Foundation.h' file not found
27 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/11] Compiling ORSSerial ORSSerialRequest.m
[0/11] Compiling ORSSerial ORSSerialBuffer.m
[0/11] Compiling ORSSerial ORSSerialPacketDescriptor.m
[0/11] Compiling ORSSerial ORSSerialPortManager.m
In file included from /host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPort.m:27:
/host/spi-builder-workspace/.build/checkouts/ORSSerialPort/Source/ORSSerialPort.h:27:9: fatal error: 'Foundation/Foundation.h' file not found
27 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/11] Compiling ORSSerial ORSSerialPort.m
[0/11] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android