The Swift Package Index logo.Swift Package Index

Build Information

Failed to build kuzu-swift, reference main (9cddce), with Swift 6.3 for Wasm on 17 Apr 2026 05:32:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kuzudb/kuzu-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/kuzudb/kuzu-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9cddcec Fix failed test for v0.11.3 (#162)
Cloned https://github.com/kuzudb/kuzu-swift.git
Revision (git rev-parse @):
9cddcec8480d71ac09136ac8ce8e132186e0425a
SUCCESS checkout https://github.com/kuzudb/kuzu-swift.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kuzudb/kuzu-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (2.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.23s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5 (3e4f133)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/1059] Compiling json_common.cpp
[3/1059] Write swift-version-24593BA9C3E375BF.txt
[4/1059] Compiling zstd_decompress_block.cpp
[5/1059] Compiling zstd_decompress.cpp
[6/1059] Compiling extend_direction_util.cpp
[7/1059] Compiling zstd_ddict.cpp
[8/1059] Compiling list_append_function.cpp
[9/1059] Compiling huf_decompress.cpp
[10/1059] Compiling zstd_ldm.cpp
[11/1059] Compiling zstd_lazy.cpp
[12/1059] Compiling zstd_fast.cpp
[13/1059] Compiling zstd_compress_superblock.cpp
[14/1059] Compiling zstd_compress_sequences.cpp
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/functions/creation_functions/to_json.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/include/json_utils.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:10:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/scan_replacement.h:4:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/table_function.h:43:10: error: no type named 'mutex' in namespace 'std'
   43 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/functions/creation_functions/to_json.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/include/json_utils.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:12:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/prepared_statement_manager.h:24:10: error: no type named 'mutex' in namespace 'std'
   24 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/functions/creation_functions/to_json.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/include/json_utils.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:16:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/processor/warning_context.h:55:10: error: no type named 'mutex' in namespace 'std'
   55 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/functions/creation_functions/to_json.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/include/json_utils.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:17:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction_context.h:5:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction.h:74:10: error: no type named 'mutex' in namespace 'std'
   74 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/functions/creation_functions/to_json.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/include/json_utils.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:17:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction_context.h:59:10: error: no type named 'mutex' in namespace 'std'
   59 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/functions/creation_functions/to_json.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/json/src/include/json_utils.h:6:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:235:10: error: no type named 'mutex' in namespace 'std'
  235 |     std::mutex mtx;
      |     ~~~~~^
6 errors generated.
[15/1059] Compiling to_json.cpp
[15/1059] Compiling zstd_opt.cpp
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/k_core_decomposition.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_state.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_frontier.h:8:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_object_manager.h:6:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/storage/buffer_manager/memory_manager.h:104:10: error: no type named 'mutex' in namespace 'std'
  104 |     std::mutex allocatorLock;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/k_core_decomposition.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_state.h:4:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_frontier.h:209:10: error: no type named 'mutex' in namespace 'std'
  209 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/k_core_decomposition.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:7:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/graph/graph_entry.h:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/catalog/catalog_entry/table_catalog_entry.h:11:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/table_function.h:43:10: error: no type named 'mutex' in namespace 'std'
   43 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/k_core_decomposition.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:8:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/processor/operator/recursive_extend_shared_state.h:6:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/processor/result/factorized_table_pool.h:29:10: error: no type named 'mutex' in namespace 'std'
   29 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/k_core_decomposition.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:9:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rj_output_writer.h:3:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/bfs_graph.h:89:10: error: no type named 'mutex' in namespace 'std'
   89 |     std::mutex mtx;
      |     ~~~~~^
[15/1059] Compiling zstd_double_fast.cpp
[15/1059] Compiling k_core_decomposition.cpp
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/config/max_iterations_config.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/config/max_iterations_config.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:10:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/scan_replacement.h:4:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/table_function.h:43:10: error: no type named 'mutex' in namespace 'std'
   43 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/config/max_iterations_config.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/config/max_iterations_config.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:12:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/prepared_statement_manager.h:24:10: error: no type named 'mutex' in namespace 'std'
   24 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/config/max_iterations_config.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/config/max_iterations_config.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:16:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/processor/warning_context.h:55:10: error: no type named 'mutex' in namespace 'std'
   55 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/config/max_iterations_config.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/config/max_iterations_config.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:17:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction_context.h:5:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction.h:74:10: error: no type named 'mutex' in namespace 'std'
   74 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/config/max_iterations_config.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/config/max_iterations_config.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:17:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction_context.h:59:10: error: no type named 'mutex' in namespace 'std'
   59 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/config/max_iterations_config.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/config/max_iterations_config.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:235:10: error: no type named 'mutex' in namespace 'std'
  235 |     std::mutex mtx;
      |     ~~~~~^
[15/1059] Compiling max_iterations_config.cpp
[15/1059] Compiling zstd_compress_literals.cpp
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/louvain.cpp:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_state.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_frontier.h:8:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_object_manager.h:6:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/storage/buffer_manager/memory_manager.h:104:10: error: no type named 'mutex' in namespace 'std'
  104 |     std::mutex allocatorLock;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/louvain.cpp:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_state.h:4:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_frontier.h:209:10: error: no type named 'mutex' in namespace 'std'
  209 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/louvain.cpp:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:7:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/graph/graph_entry.h:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/catalog/catalog_entry/table_catalog_entry.h:11:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/table_function.h:43:10: error: no type named 'mutex' in namespace 'std'
   43 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/louvain.cpp:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:8:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/processor/operator/recursive_extend_shared_state.h:6:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/processor/result/factorized_table_pool.h:29:10: error: no type named 'mutex' in namespace 'std'
   29 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/louvain.cpp:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/binder.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/query/query_graph.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/binder/expression/rel_expression.h:6:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rec_joins.h:9:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/rj_output_writer.h:3:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/bfs_graph.h:89:10: error: no type named 'mutex' in namespace 'std'
   89 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/louvain.cpp:5:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/common/in_mem_gds_utils.h:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_task.h:6:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/common/task_system/task.h:12:38: error: no member named 'mutex' in namespace 'std'
   12 | using lock_t = std::unique_lock<std::mutex>;
      |                                      ^~~~~
[15/1059] Compiling louvain.cpp
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/component_ids.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/component_ids.h:3:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_object_manager.h:6:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/storage/buffer_manager/memory_manager.h:104:10: error: no type named 'mutex' in namespace 'std'
  104 |     std::mutex allocatorLock;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/component_ids.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/component_ids.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_vertex_compute.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/bind_data.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:10:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/scan_replacement.h:4:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/table_function.h:43:10: error: no type named 'mutex' in namespace 'std'
   43 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/component_ids.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/component_ids.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_vertex_compute.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/bind_data.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:12:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/prepared_statement_manager.h:24:10: error: no type named 'mutex' in namespace 'std'
   24 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/component_ids.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/component_ids.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_vertex_compute.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/bind_data.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:16:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/processor/warning_context.h:55:10: error: no type named 'mutex' in namespace 'std'
   55 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/component_ids.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/component_ids.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_vertex_compute.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/bind_data.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:17:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction_context.h:5:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction.h:74:10: error: no type named 'mutex' in namespace 'std'
   74 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/component_ids.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/component_ids.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_vertex_compute.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/bind_data.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:17:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/transaction/transaction_context.h:59:10: error: no type named 'mutex' in namespace 'std'
   59 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/component_ids.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/component_ids.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_vertex_compute.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/bind_data.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/table/optional_params.h:4:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/main/client_context.h:235:10: error: no type named 'mutex' in namespace 'std'
  235 |     std::mutex mtx;
      |     ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/component_ids.cpp:1:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/component_ids.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_vertex_compute.h:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds.h:8:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/processor/result/factorized_table_pool.h:29:10: error: no type named 'mutex' in namespace 'std'
   29 |     std::mutex mtx;
      |     ~~~~~^
[15/1059] Compiling component_ids.cpp
BUILD FAILURE 6.3 wasm