The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-cassandra-client, reference 0.5.0 (85f017), with Swift 6.1 for Wasm on 30 May 2025 08:48:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-cassandra-client.git
Reference: 0.5.0
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/apple/swift-cassandra-client
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 85f017c Require cxx17 and require NIOSSL 2.29.3 (#47)
Submodule path 'Sources/CDataStaxDriver/datastax-cpp-driver': checked out '90df2c9ca1aa184a746445698533c71f7f34a2e1'
Submodule path 'Sources/Clibuv/libuv': checked out '0c1fa696aa502eb749c2c4735005f41ba00a27b8'
Submodule 'datastax-cpp-driver' (https://github.com/datastax/cpp-driver.git) registered for path 'Sources/CDataStaxDriver/datastax-cpp-driver'
Submodule 'libuv' (https://github.com/libuv/libuv.git) registered for path 'Sources/Clibuv/libuv'
Cloning into '/host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver'...
Cloning into '/host/spi-builder-workspace/Sources/Clibuv/libuv'...
Cloned https://github.com/apple/swift-cassandra-client.git
Revision (git rev-parse @):
85f017c2dfd772330bd2c0c98b2b9623297bd598
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cassandra-client.git at 0.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-cassandra-client.git
https://github.com/apple/swift-cassandra-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.41.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.29.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "swift-cassandra-client",
  "name" : "swift-cassandra-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CassandraClient",
      "targets" : [
        "CassandraClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Clibuv",
      "module_type" : "ClangTarget",
      "name" : "Clibuv",
      "path" : "Sources/Clibuv",
      "product_memberships" : [
        "CassandraClient"
      ],
      "sources" : [
        "libuv/src/fs-poll.c",
        "libuv/src/idna.c",
        "libuv/src/inet.c",
        "libuv/src/random.c",
        "libuv/src/strscpy.c",
        "libuv/src/strtok.c",
        "libuv/src/threadpool.c",
        "libuv/src/timer.c",
        "libuv/src/unix/async.c",
        "libuv/src/unix/core.c",
        "libuv/src/unix/dl.c",
        "libuv/src/unix/epoll.c",
        "libuv/src/unix/fs.c",
        "libuv/src/unix/getaddrinfo.c",
        "libuv/src/unix/getnameinfo.c",
        "libuv/src/unix/linux-core.c",
        "libuv/src/unix/linux-inotify.c",
        "libuv/src/unix/linux-syscalls.c",
        "libuv/src/unix/loop-watcher.c",
        "libuv/src/unix/loop.c",
        "libuv/src/unix/pipe.c",
        "libuv/src/unix/poll.c",
        "libuv/src/unix/process.c",
        "libuv/src/unix/procfs-exepath.c",
        "libuv/src/unix/proctitle.c",
        "libuv/src/unix/random-devurandom.c",
        "libuv/src/unix/random-getrandom.c",
        "libuv/src/unix/random-sysctl-linux.c",
        "libuv/src/unix/signal.c",
        "libuv/src/unix/stream.c",
        "libuv/src/unix/tcp.c",
        "libuv/src/unix/thread.c",
        "libuv/src/unix/tty.c",
        "libuv/src/unix/udp.c",
        "libuv/src/uv-common.c",
        "libuv/src/uv-data-getter-setters.c",
        "libuv/src/version.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CassandraClientTests",
      "module_type" : "SwiftTarget",
      "name" : "CassandraClientTests",
      "path" : "Tests/CassandraClientTests",
      "sources" : [
        "CassandraClientTests.swift"
      ],
      "target_dependencies" : [
        "CassandraClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CassandraClient",
      "module_type" : "SwiftTarget",
      "name" : "CassandraClient",
      "path" : "Sources/CassandraClient",
      "product_dependencies" : [
        "NIO",
        "NIOCore",
        "Atomics",
        "Logging"
      ],
      "product_memberships" : [
        "CassandraClient"
      ],
      "sources" : [
        "CassandraClient.swift",
        "Configuration.swift",
        "Consistency.swift",
        "Data+PaginatedRows.swift",
        "Data.swift",
        "Decoding.swift",
        "Errors.swift",
        "Metrics.swift",
        "Session.swift",
        "Statement.swift"
      ],
      "target_dependencies" : [
        "CDataStaxDriver"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CDataStaxDriver",
      "module_type" : "ClangTarget",
      "name" : "CDataStaxDriver",
      "path" : "Sources/CDataStaxDriver",
      "product_dependencies" : [
        "NIOSSL"
      ],
      "product_memberships" : [
        "CassandraClient"
      ],
      "sources" : [
        "custom/src/ssl/ssl_openssl_impl.cpp",
        "datastax-cpp-driver/src/abstract_data.cpp",
        "datastax-cpp-driver/src/address.cpp",
        "datastax-cpp-driver/src/address_factory.cpp",
        "datastax-cpp-driver/src/allocated.cpp",
        "datastax-cpp-driver/src/async.cpp",
        "datastax-cpp-driver/src/auth.cpp",
        "datastax-cpp-driver/src/auth_requests.cpp",
        "datastax-cpp-driver/src/auth_responses.cpp",
        "datastax-cpp-driver/src/batch_request.cpp",
        "datastax-cpp-driver/src/blacklist_dc_policy.cpp",
        "datastax-cpp-driver/src/blacklist_policy.cpp",
        "datastax-cpp-driver/src/client_insights.cpp",
        "datastax-cpp-driver/src/cloud_secure_connection_config.cpp",
        "datastax-cpp-driver/src/cluster.cpp",
        "datastax-cpp-driver/src/cluster_config.cpp",
        "datastax-cpp-driver/src/cluster_connector.cpp",
        "datastax-cpp-driver/src/cluster_metadata_resolver.cpp",
        "datastax-cpp-driver/src/collection.cpp",
        "datastax-cpp-driver/src/collection_iterator.cpp",
        "datastax-cpp-driver/src/config.cpp",
        "datastax-cpp-driver/src/connection.cpp",
        "datastax-cpp-driver/src/connection_pool.cpp",
        "datastax-cpp-driver/src/connection_pool_connector.cpp",
        "datastax-cpp-driver/src/connection_pool_manager.cpp",
        "datastax-cpp-driver/src/connection_pool_manager_initializer.cpp",
        "datastax-cpp-driver/src/connector.cpp",
        "datastax-cpp-driver/src/control_connection.cpp",
        "datastax-cpp-driver/src/control_connector.cpp",
        "datastax-cpp-driver/src/data_type.cpp",
        "datastax-cpp-driver/src/data_type_parser.cpp",
        "datastax-cpp-driver/src/dc_aware_policy.cpp",
        "datastax-cpp-driver/src/decoder.cpp",
        "datastax-cpp-driver/src/delayed_connector.cpp",
        "datastax-cpp-driver/src/driver_info.cpp",
        "datastax-cpp-driver/src/dse_auth.cpp",
        "datastax-cpp-driver/src/dse_batch_request.cpp",
        "datastax-cpp-driver/src/dse_cluster_config.cpp",
        "datastax-cpp-driver/src/dse_collection.cpp",
        "datastax-cpp-driver/src/dse_date_range.cpp",
        "datastax-cpp-driver/src/dse_line_string.cpp",
        "datastax-cpp-driver/src/dse_point.cpp",
        "datastax-cpp-driver/src/dse_polygon.cpp",
        "datastax-cpp-driver/src/dse_statement.cpp",
        "datastax-cpp-driver/src/dse_tuple.cpp",
        "datastax-cpp-driver/src/dse_user_type_value.cpp",
        "datastax-cpp-driver/src/dse_value.cpp",
        "datastax-cpp-driver/src/encode.cpp",
        "datastax-cpp-driver/src/error_response.cpp",
        "datastax-cpp-driver/src/event_loop.cpp",
        "datastax-cpp-driver/src/event_response.cpp",
        "datastax-cpp-driver/src/execute_request.cpp",
        "datastax-cpp-driver/src/execution_profile.cpp",
        "datastax-cpp-driver/src/external.cpp",
        "datastax-cpp-driver/src/future.cpp",
        "datastax-cpp-driver/src/get_time-mac.cpp",
        "datastax-cpp-driver/src/get_time-unix.cpp",
        "datastax-cpp-driver/src/get_time-win.cpp",
        "datastax-cpp-driver/src/host.cpp",
        "datastax-cpp-driver/src/http_client.cpp",
        "datastax-cpp-driver/src/iterator.cpp",
        "datastax-cpp-driver/src/latency_aware_policy.cpp",
        "datastax-cpp-driver/src/list_policy.cpp",
        "datastax-cpp-driver/src/logger.cpp",
        "datastax-cpp-driver/src/map_iterator.cpp",
        "datastax-cpp-driver/src/md5.cpp",
        "datastax-cpp-driver/src/memory.cpp",
        "datastax-cpp-driver/src/metadata.cpp",
        "datastax-cpp-driver/src/micro_timer.cpp",
        "datastax-cpp-driver/src/murmur3.cpp",
        "datastax-cpp-driver/src/pooled_connection.cpp",
        "datastax-cpp-driver/src/prepare_all_handler.cpp",
        "datastax-cpp-driver/src/prepare_host_handler.cpp",
        "datastax-cpp-driver/src/prepare_request.cpp",
        "datastax-cpp-driver/src/prepared.cpp",
        "datastax-cpp-driver/src/protocol.cpp",
        "datastax-cpp-driver/src/query_request.cpp",
        "datastax-cpp-driver/src/random.cpp",
        "datastax-cpp-driver/src/reconnection_policy.cpp",
        "datastax-cpp-driver/src/register_request.cpp",
        "datastax-cpp-driver/src/request.cpp",
        "datastax-cpp-driver/src/request_callback.cpp",
        "datastax-cpp-driver/src/request_handler.cpp",
        "datastax-cpp-driver/src/request_processor.cpp",
        "datastax-cpp-driver/src/request_processor_initializer.cpp",
        "datastax-cpp-driver/src/response.cpp",
        "datastax-cpp-driver/src/result_metadata.cpp",
        "datastax-cpp-driver/src/result_response.cpp",
        "datastax-cpp-driver/src/retry_policy.cpp",
        "datastax-cpp-driver/src/ring_buffer.cpp",
        "datastax-cpp-driver/src/round_robin_policy.cpp",
        "datastax-cpp-driver/src/row.cpp",
        "datastax-cpp-driver/src/schema_agreement_handler.cpp",
        "datastax-cpp-driver/src/session.cpp",
        "datastax-cpp-driver/src/session_base.cpp",
        "datastax-cpp-driver/src/socket.cpp",
        "datastax-cpp-driver/src/socket_connector.cpp",
        "datastax-cpp-driver/src/ssl.cpp",
        "datastax-cpp-driver/src/ssl/ring_buffer_bio.cpp",
        "datastax-cpp-driver/src/startup_request.cpp",
        "datastax-cpp-driver/src/statement.cpp",
        "datastax-cpp-driver/src/string_ref.cpp",
        "datastax-cpp-driver/src/supported_response.cpp",
        "datastax-cpp-driver/src/testing.cpp",
        "datastax-cpp-driver/src/third_party/curl/hostcheck.cpp",
        "datastax-cpp-driver/src/third_party/hdr_histogram/hdr_histogram.cpp",
        "datastax-cpp-driver/src/third_party/http-parser/http_parser.c",
        "datastax-cpp-driver/src/timer.cpp",
        "datastax-cpp-driver/src/timestamp_generator.cpp",
        "datastax-cpp-driver/src/token_aware_policy.cpp",
        "datastax-cpp-driver/src/token_map.cpp",
        "datastax-cpp-driver/src/token_map_impl.cpp",
        "datastax-cpp-driver/src/tracing_data_handler.cpp",
        "datastax-cpp-driver/src/tuple.cpp",
        "datastax-cpp-driver/src/user_type_field_iterator.cpp",
        "datastax-cpp-driver/src/user_type_value.cpp",
        "datastax-cpp-driver/src/utils.cpp",
        "datastax-cpp-driver/src/uuids.cpp",
        "datastax-cpp-driver/src/value.cpp",
        "datastax-cpp-driver/src/wait_for_handler.cpp",
        "datastax-cpp-driver/src/whitelist_dc_policy.cpp",
        "datastax-cpp-driver/src/whitelist_policy.cpp",
        "datastax-cpp-driver/src/wkt.cpp"
      ],
      "target_dependencies" : [
        "Clibuv"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-nio
[1/1710] Fetching swift-atomics
[361/5546] Fetching swift-atomics, swift-log
[5547/20389] Fetching swift-atomics, swift-log, swift-nio-ssl
[7329/96497] Fetching swift-atomics, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl from cache (2.36s)
[56539/81654] Fetching swift-atomics, swift-log, swift-nio
Fetched https://github.com/apple/swift-log from cache (6.65s)
Fetched https://github.com/apple/swift-atomics from cache (6.65s)
Fetched https://github.com/apple/swift-nio from cache (6.81s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.31.0 (7.95s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (1.63s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.22s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (1.21s)
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Building for debugging...
[0/584] Write sources
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/idna.c:20:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
1 error generated.
[4/584] Compiling idna.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/inet.c:27:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
1 error generated.
[4/584] Compiling inet.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/strscpy.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/strscpy.h:29:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
[4/584] Compiling uv-data-getter-setters.c
[4/584] Compiling strscpy.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/version.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
[4/584] Compiling version.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/random.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
[4/584] Compiling random.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/fs-poll.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
1 error generated.
[4/584] Compiling fs-poll.c
[4/584] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/580] Write sources
[9/580] Compiling CNIOWindows WSAStartup.c
[10/580] Compiling _AtomicsShims.c
[11/580] Compiling CNIOWindows shim.c
[12/580] Compiling CNIOWASI CNIOWASI.c
[13/580] Compiling CNIOLinux shim.c
[14/580] Compiling CNIOLinux liburing_shims.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/version.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
1 error generated.
[15/580] Compiling version.c
[15/580] Compiling tty.c
[15/580] Compiling c-nioatomics.c
[15/580] Compiling udp.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/uv-common.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
[15/580] Compiling uv-common.c
[15/580] Compiling c-atomics.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/uv-data-getter-setters.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
[15/580] Compiling uv-data-getter-setters.c
[15/580] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm