The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Satin, reference main (a91c46), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 10:59:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
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: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 Hermite.mm
[0/16] Compiling SatinCore Transforms.mm
/host/spi-builder-workspace/Sources/SatinCore/Rectangle.mm:9:10: fatal error: 'simd/simd.h' file not found
    9 | #include <simd/simd.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[0/16] Compiling SatinCore Rectangle.mm
In file included from /host/spi-builder-workspace/Sources/SatinCore/SignedDistanceFunctions.mm:8:
/host/spi-builder-workspace/Sources/SatinCore/include/SignedDistanceFunctions.h:11:9: fatal error: 'simd/simd.h' file not found
   11 | #import <simd/simd.h>
      |         ^~~~~~~~~~~~~
1 error generated.
[0/16] Compiling SatinCore SignedDistanceFunctions.mm
[0/16] Compiling SatinCore Types.mm
/host/spi-builder-workspace/Sources/SatinCore/PoissonDiskSampler.mm:8:10: fatal error: 'malloc/_malloc.h' file not found
    8 | #include <malloc/_malloc.h>
      |          ^~~~~~~~~~~~~~~~~~
[0/16] Compiling SatinCore PoissonDiskSampler.mm
[0/16] Compiling SatinCore Geometry.mm
[0/16] Compiling SatinCore Triangulator.mm
BUILD FAILURE 6.2 wasm