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 manifold-swift, reference 0.2.3 (8d030b), with Swift 6.2 (beta) for Wasm on 24 Aug 2025 16:33:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/manifold-swift.git
Reference: 0.2.3
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
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 8d030bc Update Manifold to 3.2.1
Submodule path 'External/clipper2': checked out 'ef88ee97c0e759792e43a2b2d8072def6c9244e8'
Submodule path 'External/manifold': checked out '3a29e9566f60d1021271a1a30ef654697df9eade'
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 @):
8d030bc8bf11b274f7dfbc1215ad04f74098b38b
SUCCESS checkout https://github.com/tomasf/manifold-swift.git at 0.2.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tomasf/manifold-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
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/External/manifold/src/boolean3.cpp:15:
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.h:16:
In file included from /host/spi-builder-workspace/External/manifold/src/impl.h:18:
In file included from /host/spi-builder-workspace/External/manifold/src/collider.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../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/manifold/src/boolean3.cpp:15:
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.h:16:
In file included from /host/spi-builder-workspace/External/manifold/src/impl.h:18:
In file included from /host/spi-builder-workspace/External/manifold/src/collider.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:23:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_template_helpers.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:27:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_machine.h:75:12: error: no member named 'this_thread' in namespace 'std'
   75 | using std::this_thread::yield;
      |       ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_machine.h:102:5: error: use of undeclared identifier 'yield'
  102 |     yield();
      |     ^
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.cpp:15:
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.h:16:
In file included from /host/spi-builder-workspace/External/manifold/src/impl.h:18:
In file included from /host/spi-builder-workspace/External/manifold/src/collider.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:23:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_template_helpers.h:20:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:72:13: error: use of undeclared identifier 'yield'
   72 |             yield();
      |             ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:130:9: error: use of undeclared identifier 'yield'
  130 |         yield();
      |         ^
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.cpp:15:
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.h:16:
In file included from /host/spi-builder-workspace/External/manifold/src/impl.h:18:
In file included from /host/spi-builder-workspace/External/manifold/src/collider.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:71:27: error: no member named 'thread' in namespace 'std'
   71 |     using key_type = std::thread::id;
      |                      ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:72:12: error: unknown type name 'key_type'
   72 |     static key_type current_key() {
      |            ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:73:21: error: no member named 'this_thread' in namespace 'std'
   73 |         return std::this_thread::get_id();
      |                ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:90:65: error: no member named 'thread' in namespace 'std'
   90 | struct ets_key_selector : internal_ets_key_selector<sizeof(std::thread::id)> {};
      |                                                            ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:105:63: error: no type named 'key_type' in 'tbb::detail::d1::ets_key_selector<tbb::detail::d1::ets_no_key>'
  105 |     using key_type = typename ets_key_selector<ETS_key_type>::key_type;
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:289:46: note: in instantiation of template class 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>' requested here
  289 | class ets_base<ets_key_per_instance>: public ets_base<ets_no_key> {
      |                                              ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:313:19: error: 'create_local' marked 'override' but does not override any member functions
  313 |     virtual void* create_local() override = 0;
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:314:19: error: 'create_array' marked 'override' but does not override any member functions
  314 |     virtual void* create_array(std::size_t _size) override = 0;  // _size in bytes
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:315:18: error: 'free_array' marked 'override' but does not override any member functions
  315 |     virtual void free_array(void* ptr, std::size_t _size) override = 0; // size in bytes
      |                  ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:324:28: error: call to non-static member function without an object argument
  324 |             found = super::table_lookup(exists);
      |                     ~~~~~~~^~~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:324:28: error: 'table_lookup' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:159:11: note: declared protected here
  159 |     void* table_lookup( bool& exists );
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:332:16: error: call to non-static member function without an object argument
  332 |         super::table_clear();
      |         ~~~~~~~^~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:332:16: error: 'table_clear' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:160:11: note: declared protected here
  160 |     void  table_clear();
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:338:15: error: call to non-static member function without an object argument
  338 |        super::table_swap(other);
      |        ~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:338:15: error: 'table_swap' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:192:10: note: declared protected here
  192 |     void table_swap( ets_base& other ) {
      |          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[0/56] Compiling boolean3.cpp
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/cross_section.cpp:17:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../utils.h:22:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../vec.h:25:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../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/manifold/src/cross_section/cross_section.cpp:17:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../utils.h:22:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../vec.h:25:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:23:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_template_helpers.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:27:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_machine.h:75:12: error: no member named 'this_thread' in namespace 'std'
   75 | using std::this_thread::yield;
      |       ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_machine.h:102:5: error: use of undeclared identifier 'yield'
  102 |     yield();
      |     ^
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/cross_section.cpp:17:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../utils.h:22:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../vec.h:25:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:23:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_template_helpers.h:20:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:72:13: error: use of undeclared identifier 'yield'
   72 |             yield();
      |             ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:130:9: error: use of undeclared identifier 'yield'
  130 |         yield();
      |         ^
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/cross_section.cpp:17:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../utils.h:22:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../vec.h:25:
In file included from /host/spi-builder-workspace/External/manifold/src/cross_section/../parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:71:27: error: no member named 'thread' in namespace 'std'
   71 |     using key_type = std::thread::id;
      |                      ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:72:12: error: unknown type name 'key_type'
   72 |     static key_type current_key() {
      |            ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:73:21: error: no member named 'this_thread' in namespace 'std'
   73 |         return std::this_thread::get_id();
      |                ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:90:65: error: no member named 'thread' in namespace 'std'
   90 | struct ets_key_selector : internal_ets_key_selector<sizeof(std::thread::id)> {};
      |                                                            ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:105:63: error: no type named 'key_type' in 'tbb::detail::d1::ets_key_selector<tbb::detail::d1::ets_no_key>'
  105 |     using key_type = typename ets_key_selector<ETS_key_type>::key_type;
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:289:46: note: in instantiation of template class 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>' requested here
  289 | class ets_base<ets_key_per_instance>: public ets_base<ets_no_key> {
      |                                              ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:313:19: error: 'create_local' marked 'override' but does not override any member functions
  313 |     virtual void* create_local() override = 0;
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:314:19: error: 'create_array' marked 'override' but does not override any member functions
  314 |     virtual void* create_array(std::size_t _size) override = 0;  // _size in bytes
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:315:18: error: 'free_array' marked 'override' but does not override any member functions
  315 |     virtual void free_array(void* ptr, std::size_t _size) override = 0; // size in bytes
      |                  ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:324:28: error: call to non-static member function without an object argument
  324 |             found = super::table_lookup(exists);
      |                     ~~~~~~~^~~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:324:28: error: 'table_lookup' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:159:11: note: declared protected here
  159 |     void* table_lookup( bool& exists );
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:332:16: error: call to non-static member function without an object argument
  332 |         super::table_clear();
      |         ~~~~~~~^~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:332:16: error: 'table_clear' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:160:11: note: declared protected here
  160 |     void  table_clear();
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:338:15: error: call to non-static member function without an object argument
  338 |        super::table_swap(other);
      |        ~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:338:15: error: 'table_swap' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:192:10: note: declared protected here
  192 |     void table_swap( ets_base& other ) {
      |          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[0/56] Compiling cross_section.cpp
In file included from /host/spi-builder-workspace/External/manifold/src/csg_tree.cpp:16:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/tbb.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb.h:28:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/blocked_range.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_range_common.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/manifold/src/csg_tree.cpp:16:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/tbb.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb.h:28:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/blocked_range.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_range_common.h:21:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_utils.h:27:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_machine.h:75:12: error: no member named 'this_thread' in namespace 'std'
   75 | using std::this_thread::yield;
      |       ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_machine.h:102:5: error: use of undeclared identifier 'yield'
  102 |     yield();
      |     ^
In file included from /host/spi-builder-workspace/External/manifold/src/csg_tree.cpp:16:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/tbb.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb.h:28:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/blocked_range.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_range_common.h:21:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_utils.h:72:13: error: use of undeclared identifier 'yield'
   72 |             yield();
      |             ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/detail/_utils.h:130:9: error: use of undeclared identifier 'yield'
  130 |         yield();
      |         ^
In file included from /host/spi-builder-workspace/External/manifold/src/csg_tree.cpp:16:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/tbb.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb.h:33:
In file included from /host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/combinable.h:22:
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:71:27: error: no member named 'thread' in namespace 'std'
   71 |     using key_type = std::thread::id;
      |                      ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:72:12: error: unknown type name 'key_type'
   72 |     static key_type current_key() {
      |            ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:73:21: error: no member named 'this_thread' in namespace 'std'
   73 |         return std::this_thread::get_id();
      |                ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:90:65: error: no member named 'thread' in namespace 'std'
   90 | struct ets_key_selector : internal_ets_key_selector<sizeof(std::thread::id)> {};
      |                                                            ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:105:63: error: no type named 'key_type' in 'tbb::detail::d1::ets_key_selector<tbb::detail::d1::ets_no_key>'
  105 |     using key_type = typename ets_key_selector<ETS_key_type>::key_type;
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:289:46: note: in instantiation of template class 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>' requested here
  289 | class ets_base<ets_key_per_instance>: public ets_base<ets_no_key> {
      |                                              ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:313:19: error: 'create_local' marked 'override' but does not override any member functions
  313 |     virtual void* create_local() override = 0;
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:314:19: error: 'create_array' marked 'override' but does not override any member functions
  314 |     virtual void* create_array(std::size_t _size) override = 0;  // _size in bytes
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:315:18: error: 'free_array' marked 'override' but does not override any member functions
  315 |     virtual void free_array(void* ptr, std::size_t _size) override = 0; // size in bytes
      |                  ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:324:28: error: call to non-static member function without an object argument
  324 |             found = super::table_lookup(exists);
      |                     ~~~~~~~^~~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:324:28: error: 'table_lookup' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:159:11: note: declared protected here
  159 |     void* table_lookup( bool& exists );
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:332:16: error: call to non-static member function without an object argument
  332 |         super::table_clear();
      |         ~~~~~~~^~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:332:16: error: 'table_clear' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:160:11: note: declared protected here
  160 |     void  table_clear();
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:338:15: error: call to non-static member function without an object argument
  338 |        super::table_swap(other);
      |        ~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:338:15: error: 'table_swap' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h:192:10: note: declared protected here
  192 |     void table_swap( ets_base& other ) {
      |          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[0/56] Compiling csg_tree.cpp
[0/56] Compiling clipper.offset.cpp
In file included from /host/spi-builder-workspace/External/manifold/src/boolean_result.cpp:19:
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.h:16:
In file included from /host/spi-builder-workspace/External/manifold/src/impl.h:18:
In file included from /host/spi-builder-workspace/External/manifold/src/collider.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../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/manifold/src/boolean_result.cpp:19:
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.h:16:
In file included from /host/spi-builder-workspace/External/manifold/src/impl.h:18:
In file included from /host/spi-builder-workspace/External/manifold/src/collider.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:23:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_template_helpers.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:27:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_machine.h:75:12: error: no member named 'this_thread' in namespace 'std'
   75 | using std::this_thread::yield;
      |       ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_machine.h:102:5: error: use of undeclared identifier 'yield'
  102 |     yield();
      |     ^
In file included from /host/spi-builder-workspace/External/manifold/src/boolean_result.cpp:19:
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.h:16:
In file included from /host/spi-builder-workspace/External/manifold/src/impl.h:18:
In file included from /host/spi-builder-workspace/External/manifold/src/collider.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:23:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_template_helpers.h:20:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:72:13: error: use of undeclared identifier 'yield'
   72 |             yield();
      |             ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:130:9: error: use of undeclared identifier 'yield'
  130 |         yield();
      |         ^
In file included from /host/spi-builder-workspace/External/manifold/src/boolean_result.cpp:19:
In file included from /host/spi-builder-workspace/External/manifold/src/boolean3.h:16:
In file included from /host/spi-builder-workspace/External/manifold/src/impl.h:18:
In file included from /host/spi-builder-workspace/External/manifold/src/collider.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:71:27: error: no member named 'thread' in namespace 'std'
   71 |     using key_type = std::thread::id;
      |                      ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:72:12: error: unknown type name 'key_type'
   72 |     static key_type current_key() {
      |            ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:73:21: error: no member named 'this_thread' in namespace 'std'
   73 |         return std::this_thread::get_id();
      |                ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:90:65: error: no member named 'thread' in namespace 'std'
   90 | struct ets_key_selector : internal_ets_key_selector<sizeof(std::thread::id)> {};
      |                                                            ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:105:63: error: no type named 'key_type' in 'tbb::detail::d1::ets_key_selector<tbb::detail::d1::ets_no_key>'
  105 |     using key_type = typename ets_key_selector<ETS_key_type>::key_type;
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:289:46: note: in instantiation of template class 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>' requested here
  289 | class ets_base<ets_key_per_instance>: public ets_base<ets_no_key> {
      |                                              ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:313:19: error: 'create_local' marked 'override' but does not override any member functions
  313 |     virtual void* create_local() override = 0;
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:314:19: error: 'create_array' marked 'override' but does not override any member functions
  314 |     virtual void* create_array(std::size_t _size) override = 0;  // _size in bytes
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:315:18: error: 'free_array' marked 'override' but does not override any member functions
  315 |     virtual void free_array(void* ptr, std::size_t _size) override = 0; // size in bytes
      |                  ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:324:28: error: call to non-static member function without an object argument
  324 |             found = super::table_lookup(exists);
      |                     ~~~~~~~^~~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:324:28: error: 'table_lookup' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:159:11: note: declared protected here
  159 |     void* table_lookup( bool& exists );
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:332:16: error: call to non-static member function without an object argument
  332 |         super::table_clear();
      |         ~~~~~~~^~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:332:16: error: 'table_clear' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:160:11: note: declared protected here
  160 |     void  table_clear();
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:338:15: error: call to non-static member function without an object argument
  338 |        super::table_swap(other);
      |        ~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:338:15: error: 'table_swap' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:192:10: note: declared protected here
  192 |     void table_swap( ets_base& other ) {
      |          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[0/56] Compiling boolean_result.cpp
[0/56] Write swift-version-24593BA9C3E375BF.txt
[0/56] Compiling clipper.rectclip.cpp
In file included from /host/spi-builder-workspace/External/manifold/src/constructors.cpp:15:
In file included from /host/spi-builder-workspace/External/manifold/src/csg_tree.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/utils.h:22:
In file included from /host/spi-builder-workspace/External/manifold/src/vec.h:25:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_config.h:37:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../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/manifold/src/constructors.cpp:15:
In file included from /host/spi-builder-workspace/External/manifold/src/csg_tree.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/utils.h:22:
In file included from /host/spi-builder-workspace/External/manifold/src/vec.h:25:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:23:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_template_helpers.h:20:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:27:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_machine.h:75:12: error: no member named 'this_thread' in namespace 'std'
   75 | using std::this_thread::yield;
      |       ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_machine.h:102:5: error: use of undeclared identifier 'yield'
  102 |     yield();
      |     ^
In file included from /host/spi-builder-workspace/External/manifold/src/constructors.cpp:15:
In file included from /host/spi-builder-workspace/External/manifold/src/csg_tree.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/utils.h:22:
In file included from /host/spi-builder-workspace/External/manifold/src/vec.h:25:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:23:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_template_helpers.h:20:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:72:13: error: use of undeclared identifier 'yield'
   72 |             yield();
      |             ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/detail/_utils.h:130:9: error: use of undeclared identifier 'yield'
  130 |         yield();
      |         ^
In file included from /host/spi-builder-workspace/External/manifold/src/constructors.cpp:15:
In file included from /host/spi-builder-workspace/External/manifold/src/csg_tree.h:17:
In file included from /host/spi-builder-workspace/External/manifold/src/utils.h:22:
In file included from /host/spi-builder-workspace/External/manifold/src/vec.h:25:
In file included from /host/spi-builder-workspace/External/manifold/src/parallel.h:22:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/combinable.h:17:
In file included from /host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/combinable.h:22:
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:71:27: error: no member named 'thread' in namespace 'std'
   71 |     using key_type = std::thread::id;
      |                      ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:72:12: error: unknown type name 'key_type'
   72 |     static key_type current_key() {
      |            ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:73:21: error: no member named 'this_thread' in namespace 'std'
   73 |         return std::this_thread::get_id();
      |                ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:90:65: error: no member named 'thread' in namespace 'std'
   90 | struct ets_key_selector : internal_ets_key_selector<sizeof(std::thread::id)> {};
      |                                                            ~~~~~^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:105:63: error: no type named 'key_type' in 'tbb::detail::d1::ets_key_selector<tbb::detail::d1::ets_no_key>'
  105 |     using key_type = typename ets_key_selector<ETS_key_type>::key_type;
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:289:46: note: in instantiation of template class 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>' requested here
  289 | class ets_base<ets_key_per_instance>: public ets_base<ets_no_key> {
      |                                              ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:313:19: error: 'create_local' marked 'override' but does not override any member functions
  313 |     virtual void* create_local() override = 0;
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:314:19: error: 'create_array' marked 'override' but does not override any member functions
  314 |     virtual void* create_array(std::size_t _size) override = 0;  // _size in bytes
      |                   ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:315:18: error: 'free_array' marked 'override' but does not override any member functions
  315 |     virtual void free_array(void* ptr, std::size_t _size) override = 0; // size in bytes
      |                  ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:324:28: error: call to non-static member function without an object argument
  324 |             found = super::table_lookup(exists);
      |                     ~~~~~~~^~~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:324:28: error: 'table_lookup' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:159:11: note: declared protected here
  159 |     void* table_lookup( bool& exists );
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:332:16: error: call to non-static member function without an object argument
  332 |         super::table_clear();
      |         ~~~~~~~^~~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:332:16: error: 'table_clear' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:160:11: note: declared protected here
  160 |     void  table_clear();
      |           ^
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:338:15: error: call to non-static member function without an object argument
  338 |        super::table_swap(other);
      |        ~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:338:15: error: 'table_swap' is a protected member of 'tbb::detail::d1::ets_base<tbb::detail::d1::ets_no_key>'
/host/spi-builder-workspace/External/oneTBB/include/tbb/../oneapi/tbb/enumerable_thread_specific.h:192:10: note: declared protected here
  192 |     void table_swap( ets_base& other ) {
      |          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[0/56] Compiling constructors.cpp
BUILD FAILURE 6.2 wasm