Build Information
Failed to build Satin, reference main (a91c46
), with Swift 6.2 (beta) for Android on 20 Jun 2025 10:59:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Hi-Rez/Satin.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/Hi-Rez/Satin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a91c469 updated README.md credits typo
Cloned https://github.com/Hi-Rez/Satin.git
Revision (git rev-parse @):
a91c469f517cef1946d5ed4dd9771df4843a30ef
SUCCESS checkout https://github.com/Hi-Rez/Satin.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Hi-Rez/Satin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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...
/host/spi-builder-workspace/Sources/SatinCore/Bounds.mm:8:10: fatal error: 'simd/simd.h' file not found
8 | #include <simd/simd.h>
| ^~~~~~~~~~~~~
1 error generated.
[0/16] Compiling SatinCore Bounds.mm
[0/16] Compiling SatinCore Geometry.mm
[0/16] Compiling SatinCore Conversions.mm
In file included from /host/spi-builder-workspace/Sources/SatinCore/Bvh.mm:8:
In file included from /host/spi-builder-workspace/Sources/SatinCore/include/Bvh.h:13:
/host/spi-builder-workspace/Sources/SatinCore/include/Types.h:12:9: fatal error: 'simd/simd.h' file not found
12 | #import <simd/simd.h>
| ^~~~~~~~~~~~~
1 error generated.
[0/16] Compiling SatinCore Bvh.mm
/host/spi-builder-workspace/Sources/SatinCore/Bezier.mm:8:10: fatal error: 'malloc/_malloc.h' file not found
8 | #include <malloc/_malloc.h>
| ^~~~~~~~~~~~~~~~~~
1 error generated.
[0/16] Compiling SatinCore Bezier.mm
[0/16] Compiling SatinCore PoissonDiskSampler.mm
/host/spi-builder-workspace/Sources/SatinCore/Generators.mm:8:10: fatal error: 'CoreText/CoreText.h' file not found
8 | #include <CoreText/CoreText.h>
| ^~~~~~~~~~~~~~~~~~~~~
[0/16] Compiling SatinCore Generators.mm
[0/16] Compiling SatinCore Rectangle.mm
BUILD FAILURE 6.2 android