The Swift Package Index logo.Swift Package Index

Build Information

Failed to build apple-maps-kit, reference main (374c8a), with Swift 6.1 for Wasm on 23 Mar 2026 19:22:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fpseverino/apple-maps-kit.git
Reference: main
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/fpseverino/apple-maps-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 374c8ac build: add NIOCore and NIOFoundationCompat as an explicit dependency (#10)
Cloned https://github.com/fpseverino/apple-maps-kit.git
Revision (git rev-parse @):
374c8ac319def87ccda873f6f8dcb039b83ce5ce
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fpseverino/apple-maps-kit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fpseverino/apple-maps-kit.git
https://github.com/fpseverino/apple-maps-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.96.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "apple-maps-kit",
  "name" : "apple-maps-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AppleMapsKit",
      "targets" : [
        "AppleMapsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppleMapsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AppleMapsKitTests",
      "path" : "Tests/AppleMapsKitTests",
      "sources" : [
        "AppleMapsKitTests.swift",
        "AuthTests.swift"
      ],
      "target_dependencies" : [
        "AppleMapsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppleMapsKit",
      "module_type" : "SwiftTarget",
      "name" : "AppleMapsKit",
      "path" : "Sources/AppleMapsKit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "JWTKit",
        "NIO",
        "NIOHTTP1",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "AppleMapsKit"
      ],
      "sources" : [
        "AppleMapsClient.swift",
        "AppleMapsKitError.swift",
        "Auth/AuthClient.swift",
        "Auth/TokenResponse.swift",
        "DTOs/AlternateIDsResponse.swift",
        "DTOs/AutocompleteResult.swift",
        "DTOs/DirectionsResponse.swift",
        "DTOs/ErrorResponse.swift",
        "DTOs/Eta.swift",
        "DTOs/MapRegion.swift",
        "DTOs/Place.swift",
        "DTOs/PlacesResponse.swift",
        "DTOs/PoiCategory.swift",
        "DTOs/SearchResponse.swift",
        "DTOs/SearchResultType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.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 swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/vapor/jwt-kit.git
[1/15635] Fetching async-http-client
[1409/25168] Fetching async-http-client, jwt-kit
[12159/108073] Fetching async-http-client, jwt-kit, swift-nio
Fetched https://github.com/vapor/jwt-kit.git from cache (2.29s)
[34704/98540] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (11.33s)
Fetched https://github.com/apple/swift-nio.git from cache (11.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.0 (13.44s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[602/24448] Fetching swift-atomics, swift-collections
[902/30049] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.01s)
Fetched https://github.com/apple/swift-system.git from cache (1.08s)
[2037/22628] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.81s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.4.0 (1.03s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
[1/6261] Fetching swift-log
[753/13386] Fetching swift-log, swift-certificates
[2573/30632] Fetching swift-log, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.16s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.17s)
[1553/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (13.10s)
Fetching https://github.com/apple/swift-asn1.git
[1/1769] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.32s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.1 (1.05s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6058] Fetching swift-algorithms
[1031/18128] Fetching swift-algorithms, swift-nio-http2
[4301/20949] Fetching swift-algorithms, swift-nio-http2, swift-nio-transport-services
[4712/26640] Fetching swift-algorithms, swift-nio-http2, swift-nio-transport-services, swift-distributed-tracing
[5847/33131] Fetching swift-algorithms, swift-nio-http2, swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras
[9893/48491] Fetching swift-algorithms, swift-nio-http2, swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (2.19s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.19s)
[24510/35942] Fetching swift-nio-http2, swift-nio-transport-services, swift-distributed-tracing, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.62s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.63s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.66s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.67s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (5.74s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.30s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.67s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (3.16s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.26s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (2.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.72s)
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-async-algorithms.git
[1/951] Fetching swift-http-types
[268/2170] Fetching swift-http-types, swift-http-structured-headers
[395/4846] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[3536/11074] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.83s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.83s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.83s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.85s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.82s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.21s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.03s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.89s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
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.32.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.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.42.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.36.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.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.18.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.4
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.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.4.1
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.33.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.10.1
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.1.3
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
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.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.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.97.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.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.26.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.4.0
Building for debugging...
[0/834] Write sources
/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.
[34/834] Compiling _CWASI _CWASI.c
[35/834] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[35/834] Compiling KeccakP-1600-opt64.c
[35/834] Compiling SimpleFIPS202.c
[35/834] Compiling _AtomicsShims.c
[35/834] Compiling CXKCPShims shims.c
[35/834] Compiling KeccakSponge.c
[35/834] Compiling _NumericsShims _NumericsShims.c
[35/834] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/799] Compiling CXKCPShims shims.c
[0/799] Compiling SimpleFIPS202.c
[0/799] Compiling _NumericsShims _NumericsShims.c
[3/799] Compiling KeccakSponge.c
[4/799] Compiling CNIOWindows shim.c
[5/799] Compiling KeccakHash.c
[6/799] Compiling CNIOWindows WSAStartup.c
[7/799] Compiling _AtomicsShims.c
[8/799] Compiling CNIOWASI CNIOWASI.c
[9/799] Compiling CNIOOpenBSD shim.c
[10/799] Compiling CNIOPosix event_loop_id.c
[11/799] Compiling CNIOLinux liburing_shims.c
[12/799] Compiling fiat_p256_adx_sqr.S
[13/799] Compiling CNIOLinux shim.c
[14/799] Compiling CNIOLLHTTP c_nio_http.c
[15/799] Compiling CNIOExtrasZlib zutil.c
[16/799] Compiling CNIOExtrasZlib trees.c
[17/799] Compiling CNIOExtrasZlib inftrees.c
[18/799] Compiling CNIOLLHTTP c_nio_api.c
[19/799] Compiling CNIOExtrasZlib inffast.c
[20/799] Compiling CNIOExtrasZlib deflate.c
[21/799] Write swift-version-24593BA9C3E375BF.txt
[22/799] Compiling CNIOExtrasZlib crc32.c
[23/799] Compiling CNIODarwin shim.c
[24/799] Compiling CNIOExtrasZlib adler32.c
[25/799] Compiling CNIOExtrasZlib inflate.c
[26/799] Compiling CCryptoBoringSSLShims shims.c
[27/827] Compiling CNIOBoringSSLShims shims.c
[29/827] Emitting module _NIODataStructures
[30/838] Emitting module RealModule
[30/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/844] Compiling RealModule RelaxedArithmetic.swift
[33/844] Compiling RealModule Float80+Real.swift
[34/844] Compiling ServiceContextModule ServiceContextKey.swift
[35/844] Compiling RealModule AlgebraicField.swift
[36/844] Compiling RealModule ApproximateEquality.swift
[37/844] Compiling RealModule ElementaryFunctions.swift
[38/846] Compiling SwiftASN1 ASN1OctetString.swift
[39/846] Compiling SwiftASN1 ASN1Strings.swift
[40/846] Compiling SwiftASN1 TimeUtilities.swift
[41/846] Compiling SwiftASN1 UTCTime.swift
[44/846] Compiling RealModule Real.swift
[45/846] Compiling RealModule RealFunctions.swift
[46/846] Emitting module ServiceContextModule
[47/846] Compiling ServiceContextModule ServiceContext.swift
[49/846] Compiling RealModule Float+Real.swift
[50/847] Compiling RealModule AugmentedArithmetic.swift
[51/847] Compiling RealModule Double+Real.swift
[52/847] Compiling RealModule Float16+Real.swift
[53/847] Emitting module _NIOBase64
[54/847] Compiling _NIOBase64 Base64.swift
[55/849] Compiling _NIODataStructures PriorityQueue.swift
[56/849] Compiling _NIODataStructures _TinyArray.swift
[57/849] Emitting module _CertificateInternals
[58/849] Compiling _CertificateInternals _TinyArray.swift
[59/850] Compiling SwiftASN1 ASN1Integer.swift
[60/850] Compiling SwiftASN1 ASN1Null.swift
[68/850] Compiling Logging MetadataProvider.swift
[69/850] Emitting module SwiftASN1
[70/850] Compiling SwiftASN1 DER.swift
[71/850] Compiling SwiftASN1 Errors.swift
[72/850] Compiling SwiftASN1 ObjectIdentifier.swift
[73/850] Compiling SwiftASN1 PEMDocument.swift
[74/850] Compiling SwiftASN1 ArraySliceBigint.swift
[75/850] Compiling SwiftASN1 GeneralizedTime.swift
[76/851] Compiling _NIODataStructures Heap.swift
[78/852] Compiling KeccakP-1600-opt64.c
[80/852] Compiling Logging Logging.swift
[81/852] Emitting module Logging
[82/852] Compiling Logging LogHandler.swift
[83/852] Compiling Logging Locks.swift
[85/871] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[86/871] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[86/873] Compiling fiat_p256_adx_sqr.S
[87/873] Compiling fiat_p256_adx_mul.S
[87/873] Compiling fiat_curve25519_adx_square.S
[89/873] Compiling fiat_curve25519_adx_mul.S
[91/879] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/879] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/879] Compiling InternalCollectionsUtilities Debugging.swift
[94/879] Compiling InternalCollectionsUtilities Descriptions.swift
[95/879] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[96/879] Compiling Instrumentation Instrument.swift
[97/879] Compiling Instrumentation NoOpInstrument.swift
[98/879] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[99/879] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[100/879] Compiling InternalCollectionsUtilities Span+Extras.swift
[101/879] Compiling InternalCollectionsUtilities Integer rank.swift
[102/879] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[103/879] Compiling InternalCollectionsUtilities UInt+reversed.swift
[104/879] Compiling Instrumentation MultiplexInstrument.swift
[105/879] Compiling Instrumentation Locks.swift
[106/879] Emitting module Instrumentation
[107/879] Compiling Instrumentation InstrumentationSystem.swift
[108/880] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[109/880] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/880] Emitting module InternalCollectionsUtilities
[112/880] Compiling InternalCollectionsUtilities String+Padding.swift
[113/880] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[114/880] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[115/880] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
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>
      |          ^~~~~~~~~~~
1 error generated.
[116/881] Compiling tls13_both.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>
      |          ^~~~~~~~~~~
1 error generated.
[116/881] Compiling tls13_server.cc
[116/881] Compiling t1_enc.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>
      |          ^~~~~~~~~~~
[116/881] Compiling tls13_enc.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>
      |          ^~~~~~~~~~~
[116/881] 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>
      |          ^~~~~~~~~~~
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>
      |          ^~~~~~~~~~~
[116/881] Compiling tls13_client.cc
[116/881] Compiling tls_method.cc
BUILD FAILURE 6.1 wasm