The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-webdriver, reference 0.2.1 (bbc357), with Swift 6.1 for Wasm on 30 May 2025 16:54:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/GetAutomaApp/SwiftWebDriver.git
Reference: 0.2.1
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/GetAutomaApp/SwiftWebDriver
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at bbc3578 fix: bump package version
Cloned https://github.com/GetAutomaApp/SwiftWebDriver.git
Revision (git rev-parse @):
bbc35781fe30bfaa1dc8ca57fb3eb7c603bf6583
SUCCESS checkout https://github.com/GetAutomaApp/SwiftWebDriver.git at 0.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GetAutomaApp/SwiftWebDriver.git
https://github.com/GetAutomaApp/SwiftWebDriver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-any-codable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GetAutomaApp/swift-any-codable.git"
    }
  ],
  "manifest_display_name" : "swift-webdriver",
  "name" : "swift-webdriver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftWebDriver",
      "targets" : [
        "SwiftWebDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftWebDriverIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftWebDriverIntegrationTests",
      "path" : "Tests/SwiftWebDriverIntegrationTests",
      "sources" : [
        "ChromeDriver/ChromeDriverIntegrationTestsBase.swift",
        "ChromeDriver/DevTools/ChromeDriverJavascriptIntegrationTests.swift",
        "ChromeDriver/Element/ChromeDriverElementHandleIntegrationTests.swift",
        "ChromeDriver/Element/ChromeDriverFindElementIntegrationTests.swift",
        "ChromeDriver/Element/ChromeDriverFindElementsIntegrationTests.swift",
        "ChromeDriver/Element/ChromeDriverSpecialKeysIntegrationTests.swift",
        "ChromeDriver/Navigation/ChromeDriverNavigationIntegrationsTests.swift",
        "ChromeDriver/Start/ChromeDriverStartTests.swift"
      ],
      "target_dependencies" : [
        "SwiftWebDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftWebDriver",
      "module_type" : "SwiftTarget",
      "name" : "SwiftWebDriver",
      "path" : "Sources/SwiftWebDriver",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOFoundationCompat",
        "AnyCodable"
      ],
      "product_memberships" : [
        "SwiftWebDriver"
      ],
      "sources" : [
        "API/APIClient.swift",
        "API/Request/DevTools/DevToolTypes.swift",
        "API/Request/DevTools/PostExecuteAsyncRequest.swift",
        "API/Request/DevTools/PostExecuteSyncRequest.swift",
        "API/Request/Elements/ElementsTypes.swift",
        "API/Request/Elements/GetElementAttributeRequest.swift",
        "API/Request/Elements/GetElementNamePropertyRequest.swift",
        "API/Request/Elements/GetElementNameRequest.swift",
        "API/Request/Elements/GetElementPropertyNameRequest.swift",
        "API/Request/Elements/GetElementScreenShotRequest.swift",
        "API/Request/Elements/GetElementSelectedRequest.swift",
        "API/Request/Elements/GetElementTextRequest.swift",
        "API/Request/Elements/GetScreenShotRequest.swift",
        "API/Request/Elements/GetSessionActiveElementRequest.swift",
        "API/Request/Elements/PostElementByIdRequest.swift",
        "API/Request/Elements/PostElementClearRequest.swift",
        "API/Request/Elements/PostElementClickRequest.swift",
        "API/Request/Elements/PostElementRequest.swift",
        "API/Request/Elements/PostElementSendValueRequest.swift",
        "API/Request/Elements/PostElementsByIdRequest.swift",
        "API/Request/Elements/PostElementsRequest.swift",
        "API/Request/Navigation/GetNavigationRequest.swift",
        "API/Request/Navigation/GetNavigationTitleRequest.swift",
        "API/Request/Navigation/PostNavigatioinBackRequest.swift",
        "API/Request/Navigation/PostNavigationRefreshRequest.swift",
        "API/Request/Navigation/PostNavigationRequest.swift",
        "API/Request/Navigation/PostNavigatoinForwardRequest.swift",
        "API/Request/RequestType.swift",
        "API/Request/Sessions/DeleteSessionRequest.swift",
        "API/Request/Sessions/NewSessionRequest.swift",
        "API/Request/Sessions/StatusRequest.swift",
        "API/Response/DevTools/PostExecuteResponse.swift",
        "API/Response/Elements/GetElementAttributeResponse.swift",
        "API/Response/Elements/GetElementNameProperty.response.swift",
        "API/Response/Elements/GetElementNameResponse.swift",
        "API/Response/Elements/GetElementPropertyNameResponse.swift",
        "API/Response/Elements/GetElementScreenShotResponse.swift",
        "API/Response/Elements/GetElementSelectedResponse.swift",
        "API/Response/Elements/GetElementTextResponse.swift",
        "API/Response/Elements/GetScreenShotResponse.swift",
        "API/Response/Elements/GetSessionActiveElementResponse.swift",
        "API/Response/Elements/PostElementByIdResponse.swift",
        "API/Response/Elements/PostElementClearResponse.swift",
        "API/Response/Elements/PostElementClickResponse.swift",
        "API/Response/Elements/PostElementResponse.swift",
        "API/Response/Elements/PostElementSendValueResponse.swift",
        "API/Response/Elements/PostElementsByIdResponse.swift",
        "API/Response/Elements/PostElementsResponse.swift",
        "API/Response/Navigation/GetNavigationResponse.swift",
        "API/Response/Navigation/GetNavigationTitleResponse.swift",
        "API/Response/Navigation/PostNavigatioinBackResponse.swift",
        "API/Response/Navigation/PostNavigationRefreshResponse.swift",
        "API/Response/Navigation/PostNavigationResponse.swift",
        "API/Response/Navigation/PostNavigatoinForwardResponse.swift",
        "API/Response/ResponseType.swift",
        "API/Response/Sessions/DeleteSessionResponse.swift",
        "API/Response/Sessions/NewSessionResponse.swift",
        "API/Response/Sessions/StatusResponse.swift",
        "Element/Element.swift",
        "Element/Elements.swift",
        "Element/Selector/CSSSelector.swift",
        "Element/Selector/LocatorSelector.swift",
        "Element/Selector/LocatorType.swift",
        "Error/SeleniumError.swift",
        "Error/WebDriverError.swift",
        "WebDriver.swift",
        "WebDrivers/Chrome/ChromeDriver.swift",
        "WebDrivers/Chrome/ChromeOptions.swift",
        "WebDrivers/Driver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 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/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/GetAutomaApp/swift-any-codable.git
[1/259] Fetching swift-any-codable
Fetched https://github.com/GetAutomaApp/swift-any-codable.git from cache (0.42s)
[1/14014] Fetching async-http-client
[1823/90137] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (6.93s)
Fetched https://github.com/apple/swift-nio.git from cache (7.07s)
Computing version for https://github.com/GetAutomaApp/swift-any-codable.git
Computed https://github.com/GetAutomaApp/swift-any-codable.git at 1.0.3 (7.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.00s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/18308] Fetching swift-collections, swift-atomics
[717/22699] Fetching swift-collections, swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.86s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.00s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.03s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (2.25s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/2667] Fetching swift-nio-transport-services
[135/6503] Fetching swift-nio-transport-services, swift-log
[1721/12426] Fetching swift-nio-transport-services, swift-log, swift-nio-extras
[3178/18385] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms
[9702/29912] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2
[18224/44755] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.86s)
[32589/42088] Fetching swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
[28901/38252] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
[23091/32293] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.72s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.73s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.75s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (2.35s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.68s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.90s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[1142/6126] Fetching swift-http-structured-headers, swift-async-algorithms
[2488/7030] Fetching swift-http-structured-headers, swift-async-algorithms, swift-http-types
[3634/8620] Fetching swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-asn1
[3635/11046] Fetching swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-asn1, swift-service-lifecycle
[9082/17201] Fetching swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-asn1, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.54s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.55s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.55s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.20s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.57s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.78s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.81s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.12s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.53s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/GetAutomaApp/swift-any-codable.git
Working copy of https://github.com/GetAutomaApp/swift-any-codable.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/441] Write sources
[22/441] Compiling CNIOWindows WSAStartup.c
[23/441] Compiling _AtomicsShims.c
[24/441] Compiling CNIOWASI CNIOWASI.c
[25/441] Compiling CNIOLinux shim.c
[26/441] Compiling CNIOWindows shim.c
[26/441] Compiling _NumericsShims _NumericsShims.c
[28/441] Compiling CNIOLinux liburing_shims.c
[29/441] Compiling CNIOLLHTTP c_nio_http.c
[30/441] Compiling CNIODarwin shim.c
[31/441] Compiling CNIOExtrasZlib empty.c
[32/441] Compiling CNIOLLHTTP c_nio_api.c
[33/441] Compiling fiat_p256_adx_mul.S
[34/441] Compiling fiat_p256_adx_sqr.S
[35/441] Compiling fiat_curve25519_adx_square.S
[36/441] Compiling fiat_curve25519_adx_mul.S
[37/441] Write swift-version-24593BA9C3E375BF.txt
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: error: call to undeclared function 'strptime_l'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   37 |     const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
      |                                      ^
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: note: did you mean 'strftime_l'?
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/time.h:93:8: note: 'strftime_l' declared here
   93 | size_t strftime_l (char *  __restrict, size_t, const char *  __restrict, const struct tm *  __restrict, locale_t);
      |        ^
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:18: error: incompatible integer to pointer conversion initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
   37 |     const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
      |                  ^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[38/441] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[38/441] Compiling tls13_client.cc
[38/441] Compiling tls_method.cc
[38/441] Compiling CNIOBoringSSLShims shims.c
[38/441] Compiling tls13_server.cc
[38/441] Compiling tls13_enc.cc
[38/441] Compiling tls_record.cc
[38/441] Compiling CNIOLLHTTP c_nio_llhttp.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/403] Write sources
[2/404] Compiling CNIOBoringSSLShims shims.c
[3/404] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[4/404] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[4/404] Compiling tls_record.cc
[4/404] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[4/404] Compiling tls_method.cc
[4/404] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[4/404] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[4/404] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[4/404] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm