Build Information
Failed to build manifold-swift, reference main (c401f1), with Swift 6.3 for Wasm on 18 Apr 2026 20:45:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/manifold-swift.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/tomasf/manifold-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c401f10 Merge branch 'dev'
Submodule path 'External/clipper2': checked out 'ef88ee97c0e759792e43a2b2d8072def6c9244e8'
Submodule path 'External/manifold': checked out 'bf2a603432de12421a1267fce080ceca9bf25960'
Submodule path 'External/oneTBB': checked out 'ab7761b71fd4d4b80c7b833149feadd4bbdf6918'
Submodule 'clipper2' (https://github.com/AngusJohnson/Clipper2) registered for path 'External/clipper2'
Submodule 'manifold' (https://github.com/elalish/manifold.git) registered for path 'External/manifold'
Submodule 'oneTBB' (https://github.com/tomasf/oneTBB.git) registered for path 'External/oneTBB'
Cloning into '/host/spi-builder-workspace/External/clipper2'...
Cloning into '/host/spi-builder-workspace/External/manifold'...
Cloning into '/host/spi-builder-workspace/External/oneTBB'...
Cloned https://github.com/tomasf/manifold-swift.git
Revision (git rev-parse @):
c401f108c0e5424b4bb0781ce7e51e5e364f0b14
SUCCESS checkout https://github.com/tomasf/manifold-swift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/tomasf/manifold-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/version.cpp:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/version.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:27:6: error: "Unknown platform/compiler"
27 | #error "Unknown platform/compiler"
| ^
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/version.cpp:17:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/version.h:109:12: error: unknown type name '__TBB_EXPORT'
109 | extern "C" TBB_EXPORT const char* __TBB_EXPORTED_FUNC TBB_runtime_version();
| ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:31:24: note: expanded from macro 'TBB_EXPORT'
31 | #define TBB_EXPORT __TBB_EXPORT
| ^
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/version.cpp:17:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/version.h:116:12: error: unknown type name '__TBB_EXPORT'
116 | extern "C" TBB_EXPORT int __TBB_EXPORTED_FUNC TBB_runtime_interface_version();
| ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:31:24: note: expanded from macro 'TBB_EXPORT'
31 | #define TBB_EXPORT __TBB_EXPORT
| ^
3 errors generated.
[0/58] Compiling version.cpp
[0/58] Compiling threading_control.cpp
[0/58] Compiling ittnotify_static.c
[0/58] Compiling tcm_adaptor.cpp
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/tbb.cpp:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:27:6: error: "Unknown platform/compiler"
27 | #error "Unknown platform/compiler"
| ^
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/tbb.cpp:19:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/main.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/governor.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/rml_tbb.h:22:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/version.h:109:12: error: unknown type name '__TBB_EXPORT'
109 | extern "C" TBB_EXPORT const char* __TBB_EXPORTED_FUNC TBB_runtime_version();
| ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:31:24: note: expanded from macro 'TBB_EXPORT'
31 | #define TBB_EXPORT __TBB_EXPORT
| ^
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/tbb.cpp:19:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/main.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/governor.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/rml_tbb.h:22:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/version.h:116:12: error: unknown type name '__TBB_EXPORT'
116 | extern "C" TBB_EXPORT int __TBB_EXPORTED_FUNC TBB_runtime_interface_version();
| ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:31:24: note: expanded from macro 'TBB_EXPORT'
31 | #define TBB_EXPORT __TBB_EXPORT
| ^
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/tbb.cpp:19:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/main.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/governor.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/misc.h:21:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_assert.h:33:1: error: unknown type name '__TBB_EXPORT'
33 | TBB_EXPORT void __TBB_EXPORTED_FUNC assertion_failure(const char* location, int line, const char* expression, const char* comment);
| ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:31:24: note: expanded from macro 'TBB_EXPORT'
31 | #define TBB_EXPORT __TBB_EXPORT
| ^
[0/58] Compiling tbb.cpp
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/thread_dispatcher.cpp:17:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/thread_dispatcher.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:27:6: error: "Unknown platform/compiler"
27 | #error "Unknown platform/compiler"
| ^
[0/58] Compiling thread_dispatcher.cpp
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/thread_request_serializer.cpp:17:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/misc.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:27:6: error: "Unknown platform/compiler"
27 | #error "Unknown platform/compiler"
| ^
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/thread_request_serializer.cpp:17:
In file included from /host/spi-builder-workspace/External/oneTBB/src/tbb/misc.h:21:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_assert.h:33:1: error: unknown type name '__TBB_EXPORT'
33 | TBB_EXPORT void __TBB_EXPORTED_FUNC assertion_failure(const char* location, int line, const char* expression, const char* comment);
| ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_export.h:31:24: note: expanded from macro 'TBB_EXPORT'
31 | #define TBB_EXPORT __TBB_EXPORT
| ^
[0/58] Compiling thread_request_serializer.cpp
[0/58] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 wasm