The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PhonePeKit, reference main (d058e5), with Swift 6.1 for Wasm on 19 Mar 2026 00:19:39 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/vamsii777/phonepe-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/vamsii777/phonepe-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d058e59 Update swift-crypto to 1.0.0..<5.0.0 (#6)
Cloned https://github.com/vamsii777/phonepe-kit.git
Revision (git rev-parse @):
d058e5991280a21c824f36737d3fd1554bca8742
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vamsii777/phonepe-kit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vamsii777/phonepe-kit.git
https://github.com/vamsii777/phonepe-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "PhonePeKit",
  "name" : "PhonePeKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PhonePeKit",
      "targets" : [
        "PhonePeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PhonePeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PhonePeKitTests",
      "path" : "Tests/PhonePeKitTests",
      "sources" : [
        "PhonePeKitTests.swift",
        "PhonePeV2KitTests.swift"
      ],
      "target_dependencies" : [
        "PhonePeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PhonePeKit",
      "module_type" : "SwiftTarget",
      "name" : "PhonePeKit",
      "path" : "Sources/PhonePeKit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto"
      ],
      "product_memberships" : [
        "PhonePeKit"
      ],
      "sources" : [
        "Errors/PhonePeCode.swift",
        "Errors/PhonePeError.swift",
        "Errors/PhonePeSignatureError.swift",
        "Errors/SignatureGenerationError.swift",
        "Extensions/String+Hex.swift",
        "Pay/Health Check/HealthCheckRoutes.swift",
        "Pay/Health Check/HealthStatusResponse.swift",
        "Pay/Others/OtherRoutes.swift",
        "Pay/Others/PaymentOptionsResponse.swift",
        "Pay/Others/VPAValidateRequest.swift",
        "Pay/Others/VPAValidateResponse.swift",
        "Pay/PayRequest.swift",
        "Pay/PayResponse.swift",
        "Pay/PayRoutes.swift",
        "Pay/RefundRequest.swift",
        "Pay/RefundResponse.swift",
        "Pay/Status/CheckStatusResponse.swift",
        "Pay/Status/CheckStatusRoutes.swift",
        "Pay/V2/PayRoutesV2.swift",
        "Pay/V2/StatusRoutesV2.swift",
        "Pay/V2/V2PayRequest.swift",
        "Pay/V2/V2PayResponse.swift",
        "Pay/V2/ValidateOptionsStubsV2.swift",
        "PhonePeAPIRoute.swift",
        "PhonePeClient.swift",
        "PhonePeCredential.swift",
        "PhonePeRequest.swift",
        "PhonePeV2Request.swift",
        "Recurring Payments/AllSubscriptionsResponse.swift",
        "Recurring Payments/AuthInitRequest.swift",
        "Recurring Payments/AuthInitResponse.swift",
        "Recurring Payments/AuthStatusResponse.swift",
        "Recurring Payments/DebitExecuteRequest.swift",
        "Recurring Payments/DebitExecuteResponse.swift",
        "Recurring Payments/DebitInitRequest.swift",
        "Recurring Payments/DebitInitResponse.swift",
        "Recurring Payments/SubscriptionActionRequest.swift",
        "Recurring Payments/SubscriptionActionResponse.swift",
        "Recurring Payments/SubscriptionRequest.swift",
        "Recurring Payments/SubscriptionResponse.swift",
        "Recurring Payments/SubscriptionRoutes.swift",
        "Recurring Payments/UserSubscriptionStatusRequest.swift",
        "Recurring Payments/V2/SubscriptionRoutesV2.swift",
        "Recurring Payments/V2/V2SubscriptionModels.swift",
        "Utilities/PhonePeResponse.swift",
        "Utilities/Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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 -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 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/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2171] Fetching swift-docc-plugin
[2172/19417] Fetching swift-docc-plugin, swift-crypto
[2690/35042] Fetching swift-docc-plugin, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.13s)
[4586/19417] Fetching swift-docc-plugin, swift-crypto
Fetched https://github.com/apple/swift-docc-plugin from cache (2.31s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.35s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (5.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.35s)
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.17s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5691] Fetching swift-distributed-tracing
[343/12182] Fetching swift-distributed-tracing, swift-nio-extras
[344/15003] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services
[1251/16823] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-atomics
[3082/23049] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log
[3825/29107] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.47s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (1.61s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.62s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.63s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.63s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.63s)
[1/12070] Fetching swift-nio-http2
[2536/27430] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.40s)
[11213/15360] Fetching swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.82s)
[1/82866] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.27s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (16.79s)
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.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
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.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.19s)
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.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.08s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.93s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.41.0 (3.07s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (3.34s)
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.54s)
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-asn1.git
[1/1769] Fetching swift-asn1
[426/4440] Fetching swift-asn1, swift-service-lifecycle
[4041/10668] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
[5723/8899] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
[6228/6228] Fetching swift-async-algorithms
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.68s)
[1/951] Fetching swift-http-types
[68/2170] Fetching swift-http-types, swift-http-structured-headers
[2171/9295] Fetching swift-http-types, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
[1718/8344] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.66s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (3.31s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
[1/22593] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
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 (4.70s)
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.30s)
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.04s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (4.16s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.20s)
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.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (5.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (7.66s)
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-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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.41.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-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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.96.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-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-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-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/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/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-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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/830] Write sources
[30/830] Compiling _NumericsShims _NumericsShims.c
/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.
[31/830] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[31/830] Compiling _AtomicsShims.c
[31/830] Compiling _CWASI _CWASI.c
[31/830] Compiling CXKCPShims shims.c
[31/830] Compiling KeccakSponge.c
[31/830] Compiling SimpleFIPS202.c
[31/830] Compiling KeccakP-1600-opt64.c
[31/830] 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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/801] Write sources
[4/801] Compiling _AtomicsShims.c
[5/801] Compiling CXKCPShims shims.c
[6/801] Compiling CNIOExtrasZlib zutil.c
[7/801] Compiling CNIOExtrasZlib trees.c
[8/801] Compiling SimpleFIPS202.c
[9/801] Compiling CNIOWindows shim.c
[9/801] Compiling KeccakHash.c
[11/801] Compiling KeccakSponge.c
[12/801] Compiling CNIOWASI CNIOWASI.c
[12/801] Compiling CNIOWindows WSAStartup.c
[14/801] Compiling CNIOExtrasZlib inftrees.c
[15/801] Compiling CNIOPosix event_loop_id.c
[16/801] Compiling CNIOOpenBSD shim.c
[17/801] Compiling CNIOLinux shim.c
[18/801] Compiling CNIOLinux liburing_shims.c
[19/801] Compiling CNIOLLHTTP c_nio_http.c
[20/801] Compiling CNIOLLHTTP c_nio_api.c
[21/801] Compiling CNIOExtrasZlib inffast.c
[22/801] Write swift-version-24593BA9C3E375BF.txt
[23/801] Compiling _CWASI _CWASI.c
[24/801] Compiling CNIODarwin shim.c
[25/801] Compiling CNIOExtrasZlib crc32.c
[26/801] Compiling CNIOExtrasZlib adler32.c
[27/801] Compiling CNIOExtrasZlib inflate.c
[28/801] Compiling CNIOExtrasZlib deflate.c
[30/844] Emitting module RealModule
[31/845] Emitting module _NIODataStructures
[31/845] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/863] Compiling Atomics ManagedAtomic.swift
[34/863] Compiling Atomics ManagedAtomicLazyReference.swift
[35/863] Compiling Atomics UnsafeAtomic.swift
[36/863] Compiling Atomics UnsafeAtomicLazyReference.swift
[37/863] Compiling Atomics AtomicMemoryOrderings.swift
[38/863] Compiling Atomics DoubleWord.swift
[39/865] Compiling Atomics AtomicInteger.swift
[40/865] Compiling Atomics AtomicOptionalWrappable.swift
[41/865] Compiling Atomics AtomicReference.swift
[42/865] Compiling Atomics AtomicStorage.swift
[43/865] Compiling Atomics AtomicValue.swift
[44/865] Compiling RealModule RelaxedArithmetic.swift
[45/865] Compiling Atomics OptionalRawRepresentable.swift
[46/865] Compiling Atomics RawRepresentable.swift
[47/865] Compiling Atomics AtomicBool.swift
[48/865] Compiling RealModule RealFunctions.swift
[51/867] Compiling _NIODataStructures PriorityQueue.swift
[52/867] Compiling Atomics IntegerConformances.swift
[53/867] Compiling Atomics PointerConformances.swift
[56/867] Emitting module _NIOBase64
[57/867] Compiling _NIOBase64 Base64.swift
[61/867] Compiling Atomics Primitives.native.swift
[63/867] Compiling RealModule Float80+Real.swift
[64/867] Compiling RealModule Real.swift
[65/868] Emitting module InternalCollectionsUtilities
[72/868] Compiling ServiceContextModule ServiceContextKey.swift
[79/868] Compiling RealModule Float16+Real.swift
[80/868] Compiling ServiceContextModule ServiceContext.swift
[81/868] Emitting module ServiceContextModule
[83/870] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/870] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/871] Compiling _NIODataStructures _TinyArray.swift
[88/871] Compiling fiat_p256_adx_sqr.S
[89/871] Compiling fiat_p256_adx_mul.S
[91/890] Compiling Logging MetadataProvider.swift
[92/896] Compiling Algorithms Product.swift
[93/896] Compiling Algorithms Split.swift
[94/896] Compiling Logging Locks.swift
[95/896] Emitting module Logging
[96/896] Compiling _NIODataStructures Heap.swift
[97/903] Compiling Instrumentation NoOpInstrument.swift
[97/903] Compiling CNIOBoringSSLShims shims.c
[99/936] Compiling fiat_curve25519_adx_square.S
[100/936] Compiling Instrumentation MultiplexInstrument.swift
[102/936] Emitting module Instrumentation
[102/936] Compiling fiat_curve25519_adx_mul.S
[104/936] Compiling ContainersPreview Producer+Map.swift
[105/936] Compiling ContainersPreview Producer+Reduce.swift
[106/936] Compiling ContainersPreview Producer.swift
[107/936] Compiling ContainersPreview Borrow.swift
[108/940] Compiling ContainersPreview Drain+Reduce.swift
[109/940] Compiling ContainersPreview Drain.swift
[110/940] Compiling ContainersPreview Producer+Collect.swift
[111/940] Compiling ContainersPreview Producer+Filter.swift
[112/940] Compiling ContainersPreview RandomAccessContainer.swift
[113/940] Compiling ContainersPreview RangeExpression2.swift
[114/940] Compiling ContainersPreview RangeReplaceableContainer.swift
[115/940] Compiling ContainersPreview Drain+Map.swift
[116/940] Compiling Instrumentation Locks.swift
[117/940] Compiling Instrumentation Instrument.swift
[118/940] Compiling Instrumentation InstrumentationSystem.swift
[119/941] Emitting module ContainersPreview
[120/941] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[121/941] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[122/941] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[123/941] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[124/941] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[125/941] Compiling ContainersPreview OutputSpan+Extras.swift
[126/941] Compiling ContainersPreview TemporaryAllocation.swift
[127/941] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[128/941] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[129/941] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[130/941] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[131/941] Compiling ContainersPreview BorrowingSequence.swift
[132/941] Compiling ContainersPreview BidirectionalContainer.swift
[133/941] Compiling ContainersPreview Container+Filter.swift
[134/941] Compiling ContainersPreview Container+SpanwiseZip.swift
[135/941] Compiling ContainersPreview Container.swift
[136/941] Compiling ContainersPreview ContainerIterator.swift
[137/941] Compiling ContainersPreview DynamicContainer.swift
[138/941] Compiling ContainersPreview MutableContainer.swift
[139/941] Compiling ContainersPreview PermutableContainer.swift
[141/941] Compiling ContainersPreview Box.swift
[142/941] Compiling ContainersPreview Inout.swift
[143/941] Compiling ContainersPreview InputSpan.swift
[144/941] Compiling ContainersPreview Shared.swift
[146/942] Emitting module Atomics
[147/942] Compiling Logging Logging.swift
[148/942] Compiling Logging LogHandler.swift
[160/956] Compiling Tracing InstrumentationSystem+Tracing.swift
[161/995] Compiling DequeModule _DequeBuffer.swift
[162/995] Compiling DequeModule _DequeBufferHeader.swift
[163/995] Compiling DequeModule RigidDeque+Append.swift
[164/995] Compiling Tracing TracingTime.swift
[165/995] Compiling DequeModule UniqueDeque+Consumption.swift
[166/995] Compiling DequeModule UniqueDeque+Container.swift
[167/995] Compiling DequeModule UniqueDeque+Descriptions.swift
[168/995] Compiling DequeModule UniqueDeque+Equatable.swift
[169/995] Compiling DequeModule UniqueDeque+Experimental.swift
[170/995] Compiling DequeModule UniqueDeque+Hashable.swift
[171/995] Compiling DequeModule UniqueDeque+Initializers.swift
[172/995] Compiling DequeModule UniqueDeque+Insertions.swift
[173/995] Compiling DequeModule UniqueDeque+Prepend.swift
[174/995] Compiling DequeModule UniqueDeque+Removals.swift
[175/1000] Compiling DequeModule RigidDeque+Equatable.swift
[176/1000] Compiling DequeModule RigidDeque+Experimental.swift
[177/1000] Compiling DequeModule RigidDeque+Hashable.swift
[178/1000] Compiling DequeModule RigidDeque+Initializers.swift
[179/1000] Compiling DequeModule RigidDeque+Insertions.swift
[180/1000] Compiling DequeModule RigidDeque+Prepend.swift
[181/1000] Compiling DequeModule RigidDeque+Removals.swift
[182/1000] Compiling DequeModule RigidDeque+Replacements.swift
[183/1000] Compiling DequeModule RigidDeque+Testing.swift
[184/1000] Compiling DequeModule RigidDeque.swift
[185/1000] Compiling DequeModule UniqueDeque+Append.swift
[186/1000] Emitting module Tracing
[187/1000] Compiling Tracing TracerProtocol.swift
[188/1000] Compiling Tracing Tracer.swift
[192/1000] Compiling DequeModule RigidDeque+Consumption.swift
[193/1000] Compiling DequeModule RigidDeque+Container.swift
[194/1000] Compiling DequeModule RigidDeque+Descriptions.swift
[198/1000] Compiling DequeModule Deque+Equatable.swift
[199/1000] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[200/1000] Compiling DequeModule Deque+Extras.swift
[201/1000] Compiling DequeModule Deque+Hashable.swift
[202/1000] Compiling DequeModule Deque+Testing.swift
[203/1000] Compiling DequeModule Deque._Storage.swift
[204/1000] Compiling DequeModule Deque._UnsafeHandle.swift
[205/1000] Compiling DequeModule Deque.swift
[206/1000] Compiling Tracing TracerProtocol+Legacy.swift
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.
[206/1000] Compiling tls_method.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.
[206/1000] Compiling tls_record.cc
[206/1000] 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>
      |          ^~~~~~~~~~~
[206/1000] Compiling tls13_server.cc
[206/1000] Compiling KeccakP-1600-opt64.c
BUILD FAILURE 6.1 wasm