Build Information
Failed to build kuzu-swift, reference 0.11.3 (9cddce), with Swift 6.3 for Wasm on 17 Apr 2026 05:32:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/kuzudb/kuzu-swift.git
Reference: 0.11.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/kuzudb/kuzu-swift
* tag 0.11.3 -> FETCH_HEAD
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 0.11.3
========================================
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-1":/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.74s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.63s)
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)
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/1059] Compiling path_semantic.cpp
[3/1059] Compiling extend_direction_util.cpp
[4/1059] Write swift-version-24593BA9C3E375BF.txt
[5/1059] Compiling zstd_decompress_block.cpp
[6/1059] Compiling zstd_ddict.cpp
[6/1059] Compiling zstd_decompress.cpp
[8/1059] Compiling huf_decompress.cpp
[9/1059] Compiling zstd_ldm.cpp
[10/1059] Compiling zstd_lazy.cpp
[11/1059] Compiling zstd_fast.cpp
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/common/enums/query_rel_type.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_function_collection.h:3:
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/src/common/enums/query_rel_type.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_function_collection.h:3:
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/src/common/enums/query_rel_type.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_function_collection.h:3:
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/src/common/enums/query_rel_type.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_function_collection.h:3:
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/src/common/enums/query_rel_type.cpp:4:
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_function_collection.h:3:
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;
| ~~~~~^
5 errors generated.
[12/1059] Compiling query_rel_type.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;
| ~~~~~^
[12/1059] Compiling max_iterations_config.cpp
[12/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;
| ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/k_core_decomposition.cpp:2:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/common/task_system/progress_bar.h:50:10: error: no type named 'mutex' in namespace 'std'
50 | std::mutex progressBarLock;
| ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/k_core_decomposition.cpp:4:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/degrees.h:86:9: error: cannot initialize object parameter of type 'kuzu::function::FrontierPair' with an expression of type 'kuzu::function::DenseFrontierPair'
86 | frontierPair->setActiveNodesForNextIter();
| ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/include/function/degrees.h:89:29: error: no matching constructor for initialization of 'function::GDSComputeState'
89 | auto computeState = function::GDSComputeState(std::move(frontierPair), std::move(ec),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
90 | std::move(auxiliaryState));
| ~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_state.h:14:5: note: candidate constructor not viable: no known conversion from '__libcpp_remove_reference_t<std::unique_ptr<kuzu::function::DenseFrontierPair, std::default_delete<kuzu::function::DenseFrontierPair>> &>' (aka 'std::unique_ptr<kuzu::function::DenseFrontierPair>') to 'std::shared_ptr<FrontierPair>' for 1st argument
14 | GDSComputeState(std::shared_ptr<FrontierPair> frontierPair,
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_state.h:9:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 3 were provided
9 | struct GDSComputeState {
| ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/function/gds/gds_state.h:9:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 3 were provided
9 | struct GDSComputeState {
| ^~~~~~~~~~~~~~~
[12/1059] Compiling k_core_decomposition.cpp
[12/1059] Compiling zstd_double_fast.cpp
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/strongly_connected_components.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/strongly_connected_components.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/strongly_connected_components.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/strongly_connected_components.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/strongly_connected_components.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;
| ~~~~~^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/strongly_connected_components.cpp:2:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/common/task_system/progress_bar.h:50:10: error: no type named 'mutex' in namespace 'std'
50 | std::mutex progressBarLock;
| ~~~~~^
[12/1059] Compiling strongly_connected_components.cpp
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/page_rank.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/page_rank.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/page_rank.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/page_rank.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/page_rank.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;
| ~~~~~^
[12/1059] Compiling page_rank.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>;
| ^~~~~
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/common/task_system/task.h:99:10: error: no type named 'mutex' in namespace 'std'
99 | std::mutex taskMtx;
| ~~~~~^
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/common/task_system/task.h:100:10: error: no type named 'condition_variable' in namespace 'std'
100 | std::condition_variable cv;
| ~~~~~^
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/common/task_system/task.h:51:9: error: unknown type name 'lock_t'; did you mean 'clock_t'?
51 | lock_t lck{taskMtx};
| ^~~~~~
| clock_t
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/__typedef_clock_t.h:5:19: note: 'clock_t' declared here
5 | typedef long long clock_t;
| ^
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:66:9: error: unknown type name 'lock_t'; did you mean 'clock_t'?
66 | lock_t lck{taskMtx};
| ^~~~~~
| clock_t
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/__typedef_clock_t.h:5:19: note: 'clock_t' declared here
5 | typedef long long clock_t;
| ^
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:71:9: error: unknown type name 'lock_t'; did you mean 'clock_t'?
71 | lock_t lck{taskMtx};
| ^~~~~~
| clock_t
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/__typedef_clock_t.h:5:19: note: 'clock_t' declared here
5 | typedef long long clock_t;
| ^
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:76:9: error: unknown type name 'lock_t'; did you mean 'clock_t'?
76 | lock_t lck{taskMtx};
| ^~~~~~
| clock_t
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_wasm.artifactbundle/swift-6.3-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/wasm32-wasip1/__typedef_clock_t.h:5:19: note: 'clock_t' declared here
5 | typedef long long clock_t;
| ^
In file included from /host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/extension/algo/src/function/louvain.cpp:8:
/host/spi-builder-workspace/Sources/cxx-kuzu/kuzu/src/include/common/task_system/progress_bar.h:50:10: error: no type named 'mutex' in namespace 'std'
50 | std::mutex progressBarLock;
| ~~~~~^
[12/1059] Compiling louvain.cpp
BUILD FAILURE 6.3 wasm