The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DuckDB, reference v1.6.0-dev3343 (c16c4b), with Swift 6.2 for Wasm on 18 Apr 2026 07:09:38 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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/duckdb/duckdb-swift.git
Reference: v1.6.0-dev3343
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/duckdb/duckdb-swift
 * tag               v1.6.0-dev3343 -> FETCH_HEAD
HEAD is now at c16c4b2 automated update
Cloned https://github.com/duckdb/duckdb-swift.git
Revision (git rev-parse @):
c16c4b253a2a13c85725a9296ddcb0e29c9d626b
SUCCESS checkout https://github.com/duckdb/duckdb-swift.git at v1.6.0-dev3343
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/duckdb/duckdb-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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Building for debugging...
[0/695] Write sources
In file included from src/transaction/duck_transaction_manager.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/transaction/duck_transaction_manager.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/duck_transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:17:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:40:20: error: no type named 'mutex' in namespace 'std'
   40 |         using type = std::mutex;
      |                      ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ~~~~~^~~~~~~~~~~
      |                           unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from src/transaction/duck_transaction_manager.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/transaction/duck_transaction_manager.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/duck_transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:17:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:15: error: expected a type
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: expected ';' after alias declaration
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                           ^
      |                           ;
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:21:69: note: in instantiation of template type alias 'mutex_impl_t' requested here
   21 | class DUCKDB_CAPABILITY("mutex") annotated_mutex : public internal::mutex_impl_t<annotated_mutex> {
      |                                                                     ^
In file included from src/transaction/duck_transaction_manager.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/transaction/duck_transaction_manager.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/duck_transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:17:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:23:25: note: in instantiation of template type alias 'mutex_impl_t' requested here
   23 |         using Impl = internal::mutex_impl_t<annotated_mutex>;
      |                                ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:27:3: error: use of undeclared identifier 'Impl'
   27 |                 Impl::lock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:30:3: error: use of undeclared identifier 'Impl'
   30 |                 Impl::unlock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:33:10: error: use of undeclared identifier 'Impl'
   33 |                 return Impl::try_lock();
      |                        ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:103:20: error: no type named 'mutex' in namespace 'std'
  103 | using mutex = std::mutex;
      |               ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:104:29: error: no type named 'mutex' in namespace 'std'
  104 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:106:29: error: no type named 'mutex' in namespace 'std'
  106 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
  107 | using unique_lock = std::unique_lock<M>;
      |                     ~~~~~^~~~~~~~~~~
      |                          unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from src/transaction/duck_transaction_manager.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/transaction/duck_transaction_manager.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/duck_transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:17:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:21: error: expected a type
  107 | using unique_lock = std::unique_lock<M>;
      |                     ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: expected ';' after alias declaration
  107 | using unique_lock = std::unique_lock<M>;
      |                          ^
      |                          ;
In file included from src/transaction/duck_transaction_manager.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/transaction/duck_transaction_manager.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/duck_transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:19:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction.hpp:11:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/sequence_catalog_entry.hpp:70:10: error: unknown type name 'mutex'
   70 |         mutable mutex lock;
      |                 ^
In file included from src/transaction/duck_transaction_manager.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/transaction/duck_transaction_manager.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/duck_transaction_manager.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction_manager.hpp:11:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:128:2: error: unknown type name 'mutex'
  128 |         mutex &GetCatalogLock() {
      |         ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:150:72: error: use of undeclared identifier 'mutex'
  150 |         void CreateDefaultEntries(CatalogTransaction transaction, unique_lock<mutex> &lock);
      |                                                                               ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:153:60: error: use of undeclared identifier 'mutex'
  153 |                                                       unique_lock<mutex> &lock);
      |                                                                   ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1/695] Compiling ub_src_transaction.cpp
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/function_list.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/connection.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/buffered_file_writer.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/write_stream.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog.hpp:19:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:40:20: error: no type named 'mutex' in namespace 'std'
   40 |         using type = std::mutex;
      |                      ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ~~~~~^~~~~~~~~~~
      |                           unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/function_list.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/connection.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/buffered_file_writer.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/write_stream.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog.hpp:19:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:15: error: expected a type
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: expected ';' after alias declaration
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                           ^
      |                           ;
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:21:69: note: in instantiation of template type alias 'mutex_impl_t' requested here
   21 | class DUCKDB_CAPABILITY("mutex") annotated_mutex : public internal::mutex_impl_t<annotated_mutex> {
      |                                                                     ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/function_list.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/connection.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/buffered_file_writer.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/write_stream.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog.hpp:19:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:23:25: note: in instantiation of template type alias 'mutex_impl_t' requested here
   23 |         using Impl = internal::mutex_impl_t<annotated_mutex>;
      |                                ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:27:3: error: use of undeclared identifier 'Impl'
   27 |                 Impl::lock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:30:3: error: use of undeclared identifier 'Impl'
   30 |                 Impl::unlock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:33:10: error: use of undeclared identifier 'Impl'
   33 |                 return Impl::try_lock();
      |                        ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:103:20: error: no type named 'mutex' in namespace 'std'
  103 | using mutex = std::mutex;
      |               ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:104:29: error: no type named 'mutex' in namespace 'std'
  104 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:106:29: error: no type named 'mutex' in namespace 'std'
  106 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
  107 | using unique_lock = std::unique_lock<M>;
      |                     ~~~~~^~~~~~~~~~~
      |                          unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/function_list.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/connection.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/buffered_file_writer.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/write_stream.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog.hpp:19:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:21: error: expected a type
  107 | using unique_lock = std::unique_lock<M>;
      |                     ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: expected ';' after alias declaration
  107 | using unique_lock = std::unique_lock<M>;
      |                          ^
      |                          ;
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/function_list.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/connection.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/udf_function.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/scalar_function.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/unary_executor.hpp:14:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/dictionary_vector.hpp:27:2: error: unknown type name 'mutex'
   27 |         mutex cached_hashes_lock;
      |         ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/function_list.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_list.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/connection.hpp:15:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/materialized_query_result.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/column/column_data_collection.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/column/column_data_collection_iterators.hpp:11:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/column/column_data_scan_states.hpp:71:2: error: unknown type name 'mutex'
   71 |         mutex lock;
      |         ^
[1/695] Compiling function_list.cpp
[1/695] Write swift-version-24593BA9C3E375BF.txt
In file included from src/storage/table/chunk_info.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/chunk_info.cpp:3:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/sequence_catalog_entry.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:40:20: error: no type named 'mutex' in namespace 'std'
   40 |         using type = std::mutex;
      |                      ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ~~~~~^~~~~~~~~~~
      |                           unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from src/storage/table/chunk_info.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/chunk_info.cpp:3:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/sequence_catalog_entry.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:15: error: expected a type
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: expected ';' after alias declaration
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                           ^
      |                           ;
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:21:69: note: in instantiation of template type alias 'mutex_impl_t' requested here
   21 | class DUCKDB_CAPABILITY("mutex") annotated_mutex : public internal::mutex_impl_t<annotated_mutex> {
      |                                                                     ^
In file included from src/storage/table/chunk_info.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/chunk_info.cpp:3:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/sequence_catalog_entry.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:23:25: note: in instantiation of template type alias 'mutex_impl_t' requested here
   23 |         using Impl = internal::mutex_impl_t<annotated_mutex>;
      |                                ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:27:3: error: use of undeclared identifier 'Impl'
   27 |                 Impl::lock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:30:3: error: use of undeclared identifier 'Impl'
   30 |                 Impl::unlock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:33:10: error: use of undeclared identifier 'Impl'
   33 |                 return Impl::try_lock();
      |                        ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:103:20: error: no type named 'mutex' in namespace 'std'
  103 | using mutex = std::mutex;
      |               ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:104:29: error: no type named 'mutex' in namespace 'std'
  104 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:106:29: error: no type named 'mutex' in namespace 'std'
  106 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
  107 | using unique_lock = std::unique_lock<M>;
      |                     ~~~~~^~~~~~~~~~~
      |                          unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from src/storage/table/chunk_info.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/chunk_info.cpp:3:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/sequence_catalog_entry.hpp:12:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:21: error: expected a type
  107 | using unique_lock = std::unique_lock<M>;
      |                     ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: expected ';' after alias declaration
  107 | using unique_lock = std::unique_lock<M>;
      |                          ^
      |                          ;
In file included from src/storage/table/chunk_info.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/chunk_info.cpp:3:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction.hpp:11:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/sequence_catalog_entry.hpp:70:10: error: unknown type name 'mutex'
   70 |         mutable mutex lock;
      |                 ^
In file included from src/storage/table/chunk_info.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/chunk_info.cpp:5:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/deserializer.hpp:19:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/execution/operator/csv_scanner/csv_option.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/scalar/strftime_format.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/scalar_function.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/unary_executor.hpp:14:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/dictionary_vector.hpp:27:2: error: unknown type name 'mutex'
   27 |         mutex cached_hashes_lock;
      |         ^
In file included from src/storage/table/chunk_info.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/chunk_info.cpp:6:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/memory_stream.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/serializer/read_stream.hpp:15:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/client_context.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/schema_catalog_entry.hpp:12:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:128:2: error: unknown type name 'mutex'
  128 |         mutex &GetCatalogLock() {
      |         ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:150:72: error: use of undeclared identifier 'mutex'
  150 |         void CreateDefaultEntries(CatalogTransaction transaction, unique_lock<mutex> &lock);
      |                                                                               ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[1/695] Compiling ub_src_storage_table.cpp
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/enum_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/aggregate_function.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:40:20: error: no type named 'mutex' in namespace 'std'
   40 |         using type = std::mutex;
      |                      ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ~~~~~^~~~~~~~~~~
      |                           unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/enum_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/aggregate_function.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:15: error: expected a type
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: expected ';' after alias declaration
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                           ^
      |                           ;
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:21:69: note: in instantiation of template type alias 'mutex_impl_t' requested here
   21 | class DUCKDB_CAPABILITY("mutex") annotated_mutex : public internal::mutex_impl_t<annotated_mutex> {
      |                                                                     ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/enum_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/aggregate_function.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:23:25: note: in instantiation of template type alias 'mutex_impl_t' requested here
   23 |         using Impl = internal::mutex_impl_t<annotated_mutex>;
      |                                ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:27:3: error: use of undeclared identifier 'Impl'
   27 |                 Impl::lock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:30:3: error: use of undeclared identifier 'Impl'
   30 |                 Impl::unlock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:33:10: error: use of undeclared identifier 'Impl'
   33 |                 return Impl::try_lock();
      |                        ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:103:20: error: no type named 'mutex' in namespace 'std'
  103 | using mutex = std::mutex;
      |               ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:104:29: error: no type named 'mutex' in namespace 'std'
  104 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:106:29: error: no type named 'mutex' in namespace 'std'
  106 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
  107 | using unique_lock = std::unique_lock<M>;
      |                     ~~~~~^~~~~~~~~~~
      |                          unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/enum_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/aggregate_function.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:21: error: expected a type
  107 | using unique_lock = std::unique_lock<M>;
      |                     ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: expected ';' after alias declaration
  107 | using unique_lock = std::unique_lock<M>;
      |                          ^
      |                          ;
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/enum_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/scalar_function.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/unary_executor.hpp:14:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/dictionary_vector.hpp:27:2: error: unknown type name 'mutex'
   27 |         mutex cached_hashes_lock;
      |         ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/enum_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/table_function.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/execution/physical_operator_states.hpp:18:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/parallel/interrupt.hpp:39:7: error: no type named 'condition_variable' in namespace 'std'
   39 |         std::condition_variable cv;
      |         ~~~~~^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/enum_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/table_function.hpp:18:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/row_group_reorderer.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/row_group.hpp:20:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/checkpoint/checkpoint_options.hpp:29:26: error: use of undeclared identifier 'mutex'
   29 |         optional_ptr<lock_guard<mutex>> wal_lock;
      |                                 ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/enum/enum_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/enum_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/table_function.hpp:18:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/row_group_reorderer.hpp:12:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/row_group.hpp:237:10: error: unknown type name 'mutex'
  237 |         mutable mutex row_group_lock;
      |                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1/695] Compiling enum_functions.cpp
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/lambda_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/lambda_functions.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/list_vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:40:20: error: no type named 'mutex' in namespace 'std'
   40 |         using type = std::mutex;
      |                      ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ~~~~~^~~~~~~~~~~
      |                           unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/lambda_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/lambda_functions.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/list_vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:15: error: expected a type
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: expected ';' after alias declaration
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                           ^
      |                           ;
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:21:69: note: in instantiation of template type alias 'mutex_impl_t' requested here
   21 | class DUCKDB_CAPABILITY("mutex") annotated_mutex : public internal::mutex_impl_t<annotated_mutex> {
      |                                                                     ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/lambda_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/lambda_functions.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/list_vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:23:25: note: in instantiation of template type alias 'mutex_impl_t' requested here
   23 |         using Impl = internal::mutex_impl_t<annotated_mutex>;
      |                                ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:27:3: error: use of undeclared identifier 'Impl'
   27 |                 Impl::lock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:30:3: error: use of undeclared identifier 'Impl'
   30 |                 Impl::unlock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:33:10: error: use of undeclared identifier 'Impl'
   33 |                 return Impl::try_lock();
      |                        ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:103:20: error: no type named 'mutex' in namespace 'std'
  103 | using mutex = std::mutex;
      |               ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:104:29: error: no type named 'mutex' in namespace 'std'
  104 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:106:29: error: no type named 'mutex' in namespace 'std'
  106 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
  107 | using unique_lock = std::unique_lock<M>;
      |                     ~~~~~^~~~~~~~~~~
      |                          unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/lambda_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/lambda_functions.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/list_vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:21: error: expected a type
  107 | using unique_lock = std::unique_lock<M>;
      |                     ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: expected ';' after alias declaration
  107 | using unique_lock = std::unique_lock<M>;
      |                          ^
      |                          ;
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/lambda_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/lambda_functions.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/list_vector.hpp:12:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/dictionary_vector.hpp:27:2: error: unknown type name 'mutex'
   27 |         mutex cached_hashes_lock;
      |         ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/lambda_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/lambda_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/execution/expression_executor.hpp:15:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/client_context.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/schema_catalog_entry.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:19:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/transaction/transaction.hpp:11:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/sequence_catalog_entry.hpp:70:10: error: unknown type name 'mutex'
   70 |         mutable mutex lock;
      |                 ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/lambda_functions.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/lambda_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/execution/expression_executor.hpp:15:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/main/client_context.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_entry/schema_catalog_entry.hpp:12:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:128:2: error: unknown type name 'mutex'
  128 |         mutex &GetCatalogLock() {
      |         ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/catalog/catalog_set.hpp:150:72: error: use of undeclared identifier 'mutex'
  150 |         void CreateDefaultEntries(CatalogTransaction transaction, unique_lock<mutex> &lock);
      |                                                                               ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[1/695] Compiling lambda_functions.cpp
In file included from src/storage/table/variant/variant_shredding.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/variant/variant_shredding.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/flat_vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:40:20: error: no type named 'mutex' in namespace 'std'
   40 |         using type = std::mutex;
      |                      ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ~~~~~^~~~~~~~~~~
      |                           unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from src/storage/table/variant/variant_shredding.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/variant/variant_shredding.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/flat_vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:15: error: expected a type
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: expected ';' after alias declaration
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                           ^
      |                           ;
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:21:69: note: in instantiation of template type alias 'mutex_impl_t' requested here
   21 | class DUCKDB_CAPABILITY("mutex") annotated_mutex : public internal::mutex_impl_t<annotated_mutex> {
      |                                                                     ^
In file included from src/storage/table/variant/variant_shredding.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/variant/variant_shredding.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/flat_vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:23:25: note: in instantiation of template type alias 'mutex_impl_t' requested here
   23 |         using Impl = internal::mutex_impl_t<annotated_mutex>;
      |                                ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:27:3: error: use of undeclared identifier 'Impl'
   27 |                 Impl::lock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:30:3: error: use of undeclared identifier 'Impl'
   30 |                 Impl::unlock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:33:10: error: use of undeclared identifier 'Impl'
   33 |                 return Impl::try_lock();
      |                        ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:103:20: error: no type named 'mutex' in namespace 'std'
  103 | using mutex = std::mutex;
      |               ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:104:29: error: no type named 'mutex' in namespace 'std'
  104 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:106:29: error: no type named 'mutex' in namespace 'std'
  106 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
  107 | using unique_lock = std::unique_lock<M>;
      |                     ~~~~~^~~~~~~~~~~
      |                          unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from src/storage/table/variant/variant_shredding.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/variant/variant_shredding.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/flat_vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:21: error: expected a type
  107 | using unique_lock = std::unique_lock<M>;
      |                     ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: expected ';' after alias declaration
  107 | using unique_lock = std::unique_lock<M>;
      |                          ^
      |                          ;
In file included from src/storage/table/variant/variant_shredding.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/variant/variant_shredding.cpp:2:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/list_vector.hpp:12:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/dictionary_vector.hpp:27:2: error: unknown type name 'mutex'
   27 |         mutex cached_hashes_lock;
      |         ^
In file included from src/storage/table/variant/variant_shredding.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/variant/variant_shredding.cpp:7:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/variant_column_data.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/column_data.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/persistent_table_data.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/table_statistics.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/execution/reservoir_sample.hpp:13:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/random_engine.hpp:45:2: error: unknown type name 'mutex'
   45 |         mutex lock;
      |         ^
In file included from src/storage/table/variant/variant_shredding.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/variant/variant_shredding.cpp:7:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/variant_column_data.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/column_data.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/persistent_table_data.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/table_statistics.hpp:11:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/execution/reservoir_sample.hpp:37:10: error: no matching member function for call to 'NextRandomInteger'
   37 |                 return NextRandomInteger();
      |                        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/random_engine.hpp:35:11: note: candidate function not viable: no known conversion from 'duckdb::ReservoirRNG' to 'duckdb::RandomEngine' for object argument
   35 |         uint32_t NextRandomInteger();
      |                  ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/random_engine.hpp:36:11: note: candidate function not viable: requires 2 arguments, but 0 were provided
   36 |         uint32_t NextRandomInteger(uint32_t min, uint32_t max);
      |                  ^                 ~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/storage/table/variant/variant_shredding.cpp:0:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/storage/table/variant/variant_shredding.cpp:7:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/variant_column_data.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/column_data.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/persistent_table_data.hpp:11:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/table_statistics.hpp:24:31: error: unknown type name 'mutex'
   24 |         explicit TableStatisticsLock(mutex &l) : guard(l) {
      |                                      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[1/695] Compiling ub_src_storage_table_variant.cpp
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/bit/bitstring.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/bit_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/aggregate_function.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:40:20: error: no type named 'mutex' in namespace 'std'
   40 |         using type = std::mutex;
      |                      ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ~~~~~^~~~~~~~~~~
      |                           unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/bit/bitstring.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/bit_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/aggregate_function.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:15: error: expected a type
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                      ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:50:20: error: expected ';' after alias declaration
   50 |         using type = std::unique_lock<mutex_impl_t<M>>;
      |                           ^
      |                           ;
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:21:69: note: in instantiation of template type alias 'mutex_impl_t' requested here
   21 | class DUCKDB_CAPABILITY("mutex") annotated_mutex : public internal::mutex_impl_t<annotated_mutex> {
      |                                                                     ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/bit/bitstring.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/bit_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/aggregate_function.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:15:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:35:1: error: no type named 'type' in 'duckdb::internal::standard_impl< ::duckdb::annotated_mutex>'
   35 | using standard_impl_t = typename standard_impl<T>::type;
      | ^~~~~
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/thread_annotation/mutex.hpp:45:1: note: in instantiation of template type alias 'standard_impl_t' requested here
   45 | using mutex_impl_t = standard_impl_t<M>;
      | ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:23:25: note: in instantiation of template type alias 'mutex_impl_t' requested here
   23 |         using Impl = internal::mutex_impl_t<annotated_mutex>;
      |                                ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:27:3: error: use of undeclared identifier 'Impl'
   27 |                 Impl::lock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:30:3: error: use of undeclared identifier 'Impl'
   30 |                 Impl::unlock();
      |                 ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:33:10: error: use of undeclared identifier 'Impl'
   33 |                 return Impl::try_lock();
      |                        ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:103:20: error: no type named 'mutex' in namespace 'std'
  103 | using mutex = std::mutex;
      |               ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:104:29: error: no type named 'mutex' in namespace 'std'
  104 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:106:29: error: no type named 'mutex' in namespace 'std'
  106 | template <typename M = std::mutex>
      |                        ~~~~~^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: no template named 'unique_lock' in namespace 'std'; did you mean 'unique_copy'?
  107 | using unique_lock = std::unique_lock<M>;
      |                     ~~~~~^~~~~~~~~~~
      |                          unique_copy
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/WASI.sdk/include/c++/v1/__algorithm/unique_copy.h:102:1: note: 'unique_copy' declared here
  102 | unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __pred) {
      | ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/bit/bitstring.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/bit_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/aggregate_function.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/aggregate_executor.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/types/vector.hpp:11:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/unified_vector_format.hpp:14:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:21: error: expected a type
  107 | using unique_lock = std::unique_lock<M>;
      |                     ^
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/mutex.hpp:107:26: error: expected ';' after alias declaration
  107 | using unique_lock = std::unique_lock<M>;
      |                          ^
      |                          ;
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/bit/bitstring.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/bit_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/scalar_function.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector_operations/unary_executor.hpp:14:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/common/vector/dictionary_vector.hpp:27:2: error: unknown type name 'mutex'
   27 |         mutex cached_hashes_lock;
      |         ^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/bit/bitstring.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/bit_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/table_function.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/execution/physical_operator_states.hpp:18:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/parallel/interrupt.hpp:39:7: error: no type named 'condition_variable' in namespace 'std'
   39 |         std::condition_variable cv;
      |         ~~~~~^
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/scalar/bit/bitstring.cpp:1:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/extension/core_functions/include/core_functions/scalar/bit_functions.hpp:14:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/function_set.hpp:13:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/function/table_function.hpp:18:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/row_group_reorderer.hpp:12:
In file included from /host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/table/row_group.hpp:20:
/host/spi-builder-workspace/Sources/Cduckdb/duckdb/src/include/duckdb/storage/checkpoint/checkpoint_options.hpp:29:26: error: use of undeclared identifier 'mutex'
   29 |         optional_ptr<lock_guard<mutex>> wal_lock;
      |                                 ^
[1/695] Compiling bitstring.cpp
BUILD FAILURE 6.2 wasm