Build Information
Failed to build Satin, reference 13.0.0 (06593c
), with Swift 6.2 (beta) for Android on 20 Jun 2025 10:59:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 13.0.0
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
* tag 13.0.0 -> FETCH_HEAD
HEAD is now at 06593c2 fixed ObjectTests
Cloned https://github.com/Hi-Rez/Satin.git
Revision (git rev-parse @):
06593c2762ae783cf19872eac1e4fcf12c8c21fb
SUCCESS checkout https://github.com/Hi-Rez/Satin.git at 13.0.0
========================================
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-4606859-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...
In file included from /host/spi-builder-workspace/Sources/SatinCore/Geometry.mm:9:
/host/spi-builder-workspace/Sources/SatinCore/include/Geometry.h:13:9: fatal error: 'simd/simd.h' file not found
13 | #import <simd/simd.h>
| ^~~~~~~~~~~~~
1 error generated.
[0/14] Compiling SatinCore Geometry.mm
In file included from /host/spi-builder-workspace/Sources/SatinCore/Hermite.mm:8:
In file included from /host/spi-builder-workspace/Sources/SatinCore/include/Hermite.h:11:
/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/14] Compiling SatinCore Hermite.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:11:
/host/spi-builder-workspace/Sources/SatinCore/include/Types.h:12:9: fatal error: 'simd/simd.h' file not found
12 | #import <simd/simd.h>
| ^~~~~~~~~~~~~
[0/14] Compiling SatinCore Bvh.mm
/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/14] Compiling SatinCore Bounds.mm
/host/spi-builder-workspace/Sources/SatinCore/Generators.mm[0/14] Compiling SatinCore Generators.mm
[0/14] Compiling SatinCore Bezier.mm
[0/14] Compiling SatinCore Conversions.mm
[0/14] Write swift-version-8C5A4AE7A8CE2BA.txt
BUILD FAILURE 6.2 android