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 async-http-client, reference 1.28.0 (7dc119), with Swift 6.1 for Wasm on 10 Sep 2025 17:47:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/async-http-client.git
Reference: 1.28.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/swift-server/async-http-client
 * tag               1.28.0     -> FETCH_HEAD
HEAD is now at 7dc119c Add support for HTTP/1 connection pre-warming (#856)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
7dc119c7edf3c23f52638faadb89182861dee853
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at 1.28.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/async-http-client.git
https://github.com/swift-server/async-http-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.30.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.36.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "async-http-client",
  "name" : "async-http-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncHTTPClient",
      "targets" : [
        "AsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAsyncHTTPClient",
      "module_type" : "ClangTarget",
      "name" : "CAsyncHTTPClient",
      "path" : "Sources/CAsyncHTTPClient",
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "CAsyncHTTPClient.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClientTests",
      "path" : "Tests/AsyncHTTPClientTests",
      "product_dependencies" : [
        "NIOTLS",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOEmbedded",
        "NIOFoundationCompat",
        "NIOTestUtils",
        "NIOSSL",
        "NIOHTTP2",
        "NIOSOCKS",
        "Logging",
        "Atomics",
        "Algorithms"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.private-key.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_key.pem",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncAwaitEndToEndTests.swift",
        "AsyncTestHelpers.swift",
        "ConnectionPoolSizeConfigValueIsRespectedTests.swift",
        "EmbeddedChannel+HTTPConvenience.swift",
        "HTTP1ClientChannelHandlerTests.swift",
        "HTTP1ConnectionStateMachineTests.swift",
        "HTTP1ConnectionTests.swift",
        "HTTP1ProxyConnectHandlerTests.swift",
        "HTTP2ClientRequestHandlerTests.swift",
        "HTTP2ClientTests.swift",
        "HTTP2ConnectionTests.swift",
        "HTTP2IdleHandlerTests.swift",
        "HTTPClient+SOCKSTests.swift",
        "HTTPClient+StructuredConcurrencyTests.swift",
        "HTTPClientBase.swift",
        "HTTPClientCookieTests.swift",
        "HTTPClientInformationalResponsesTests.swift",
        "HTTPClientInternalTests.swift",
        "HTTPClientNIOTSTests.swift",
        "HTTPClientRequestTests.swift",
        "HTTPClientResponseTests.swift",
        "HTTPClientTestUtils.swift",
        "HTTPClientTests.swift",
        "HTTPClientUncleanSSLConnectionShutdownTests.swift",
        "HTTPConnectionPool+FactoryTests.swift",
        "HTTPConnectionPool+HTTP1ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP1StateTests.swift",
        "HTTPConnectionPool+HTTP2ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP2StateMachineTests.swift",
        "HTTPConnectionPool+ManagerTests.swift",
        "HTTPConnectionPool+RequestQueueTests.swift",
        "HTTPConnectionPool+StateTestUtils.swift",
        "HTTPConnectionPoolTests.swift",
        "HTTPRequestStateMachineTests.swift",
        "IdleTimeoutNoReuseTests.swift",
        "LRUCacheTests.swift",
        "Mocks/MockConnectionPool.swift",
        "Mocks/MockHTTPExecutableRequest.swift",
        "Mocks/MockRequestExecutor.swift",
        "Mocks/MockRequestQueuer.swift",
        "NWWaitingHandlerTests.swift",
        "NoBytesSentOverBodyLimitTests.swift",
        "RacePoolIdleConnectionsAndGetTests.swift",
        "RequestBagTests.swift",
        "RequestValidationTests.swift",
        "ResponseDelayGetTests.swift",
        "SOCKSEventsHandlerTests.swift",
        "SOCKSTestUtils.swift",
        "SSLContextCacheTests.swift",
        "StressGetHttpsTests.swift",
        "TLSEventsHandlerTests.swift",
        "Transaction+StateMachineTests.swift",
        "TransactionTests.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "AsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClient",
      "path" : "Sources/AsyncHTTPClient",
      "product_dependencies" : [
        "NIO",
        "NIOTLS",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOHTTP2",
        "NIOSSL",
        "NIOHTTPCompression",
        "NIOSOCKS",
        "NIOTransportServices",
        "Logging",
        "Atomics",
        "Algorithms"
      ],
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "AsyncAwait/AnyAsyncSequence.swift",
        "AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
        "AsyncAwait/AsyncLazySequence.swift",
        "AsyncAwait/HTTPClient+execute.swift",
        "AsyncAwait/HTTPClient+shutdown.swift",
        "AsyncAwait/HTTPClientRequest+Prepared.swift",
        "AsyncAwait/HTTPClientRequest+auth.swift",
        "AsyncAwait/HTTPClientRequest.swift",
        "AsyncAwait/HTTPClientResponse.swift",
        "AsyncAwait/SingleIteratorPrecondition.swift",
        "AsyncAwait/Transaction+StateMachine.swift",
        "AsyncAwait/Transaction.swift",
        "Base64.swift",
        "BasicAuth.swift",
        "BestEffortHashableTLSConfiguration.swift",
        "Configuration+BrowserLike.swift",
        "ConnectionPool.swift",
        "ConnectionPool/ChannelHandler/HTTP1ProxyConnectHandler.swift",
        "ConnectionPool/ChannelHandler/SOCKSEventsHandler.swift",
        "ConnectionPool/ChannelHandler/TLSEventsHandler.swift",
        "ConnectionPool/HTTP1/HTTP1ClientChannelHandler.swift",
        "ConnectionPool/HTTP1/HTTP1Connection.swift",
        "ConnectionPool/HTTP1/HTTP1ConnectionStateMachine.swift",
        "ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift",
        "ConnectionPool/HTTP2/HTTP2Connection.swift",
        "ConnectionPool/HTTP2/HTTP2IdleHandler.swift",
        "ConnectionPool/HTTPConnectionEvent.swift",
        "ConnectionPool/HTTPConnectionPool+Factory.swift",
        "ConnectionPool/HTTPConnectionPool+Manager.swift",
        "ConnectionPool/HTTPConnectionPool.swift",
        "ConnectionPool/HTTPExecutableRequest.swift",
        "ConnectionPool/HTTPRequestStateMachine+Demand.swift",
        "ConnectionPool/HTTPRequestStateMachine.swift",
        "ConnectionPool/RequestBodyLength.swift",
        "ConnectionPool/RequestFramingMetadata.swift",
        "ConnectionPool/RequestOptions.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+Backoff.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+RequestQueue.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+StateMachine.swift",
        "ConnectionTarget.swift",
        "DeconstructedURL.swift",
        "FileDownloadDelegate.swift",
        "FoundationExtensions.swift",
        "HTTPClient+HTTPCookie.swift",
        "HTTPClient+Proxy.swift",
        "HTTPClient+StructuredConcurrency.swift",
        "HTTPClient.swift",
        "HTTPHandler.swift",
        "LRUCache.swift",
        "NIOLoopBound+Execute.swift",
        "NIOTransportServices/NWErrorHandler.swift",
        "NIOTransportServices/NWWaitingHandler.swift",
        "NIOTransportServices/TLSConfiguration.swift",
        "RedirectState.swift",
        "RequestBag+StateMachine.swift",
        "RequestBag.swift",
        "RequestValidation.swift",
        "SSLContextCache.swift",
        "Scheme.swift",
        "Singleton.swift",
        "StringConvertibleInstances.swift",
        "StructuredConcurrencyHelpers.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CAsyncHTTPClient"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2718] Fetching swift-nio-transport-services
[1034/8845] Fetching swift-nio-transport-services, swift-nio-extras
[1375/12748] Fetching swift-nio-transport-services, swift-nio-extras, swift-log
[1559/14562] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics
[5934/26223] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (1.56s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.58s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.58s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/5985] Fetching swift-algorithms
[5986/21060] Fetching swift-algorithms, swift-nio-ssl
[16991/99122] Fetching swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.16s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.20s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.90s)
[33810/93137] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.05s)
[60108/78062] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.31s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (9.46s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (3.91s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (3.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (4.48s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[4938/22382] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
[1396/17445] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.69s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.69s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1176] Fetching swift-http-structured-headers
[1177/2805] Fetching swift-http-structured-headers, swift-asn1
[2676/8158] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[3235/10628] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle
[3491/17159] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
[6000/15983] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
[10667/14354] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.59s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.59s)
[1/923] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.36s)
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 (1.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.74s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.71s)
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.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.51s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.53s)
Fetching https://github.com/apple/swift-crypto.git
[1/16879] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.87s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (2.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.73s)
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.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
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.29.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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.13.0
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.34.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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
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.38.0
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.6.2
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.4.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.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.86.0
Building for debugging...
[0/440] Write sources
[21/440] Compiling _NumericsShims _NumericsShims.c
[22/440] Compiling CNIOWindows shim.c
[22/440] Compiling _AtomicsShims.c
[24/440] Compiling CNIOWASI CNIOWASI.c
[25/440] Compiling CNIOWindows WSAStartup.c
[26/440] Compiling CNIOLinux liburing_shims.c
[26/440] Compiling CNIOPosix event_loop_id.c
[27/440] Compiling CNIOLinux shim.c
[29/440] Compiling CNIOLLHTTP c_nio_http.c
[30/440] Compiling CNIODarwin shim.c
[31/440] Compiling CNIOExtrasZlib empty.c
[32/440] Compiling fiat_p256_adx_sqr.S
[33/440] Compiling CNIOLLHTTP c_nio_api.c
[34/440] Compiling fiat_curve25519_adx_square.S
[35/440] Compiling fiat_p256_adx_mul.S
[36/440] Compiling fiat_curve25519_adx_mul.S
[37/440] Write swift-version-24593BA9C3E375BF.txt
/host/spi-builder-workspace/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/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/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/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[38/440] Compiling tls13_enc.cc
[38/440] Compiling tls13_client.cc
[38/440] Compiling tls_record.cc
[38/440] Compiling tls13_server.cc
[38/440] Compiling tls_method.cc
[38/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/440] Compiling CNIOBoringSSLShims shims.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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] Compiling CNIOBoringSSLShims shims.c
[1/403] Write swift-version-24593BA9C3E375BF.txt
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.
[2/403] Compiling tls_record.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>
      |          ^~~~~~~~~~~
1 error generated.
[2/403] Compiling tls_method.cc
[2/403] Compiling t1_enc.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>
      |          ^~~~~~~~~~~
[2/403] Compiling tls13_client.cc
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>
      |          ^~~~~~~~~~~
[2/403] Compiling tls13_enc.cc
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>
      |          ^~~~~~~~~~~
[2/403] Compiling tls13_server.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>
      |          ^~~~~~~~~~~
[2/403] Compiling tls13_both.cc
[2/403] Compiling CNIOLLHTTP c_nio_llhttp.c
BUILD FAILURE 6.1 wasm