The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TPInAppReceipt, reference master (5a2859), with Swift 6.1 for Wasm on 6 Feb 2026 19:09:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tikhop/TPInAppReceipt.git
Reference: master
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/tikhop/TPInAppReceipt
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5a28593 chore: Update changelog (#143)
Cloned https://github.com/tikhop/TPInAppReceipt.git
Revision (git rev-parse @):
5a28593c3e88b0e01d97e5baa6bdd969ab91b856
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tikhop/TPInAppReceipt.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tikhop/TPInAppReceipt.git
https://github.com/tikhop/TPInAppReceipt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "TPInAppReceipt",
  "name" : "TPInAppReceipt",
  "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.2"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TPInAppReceipt",
      "targets" : [
        "TPInAppReceipt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TPInAppReceiptTests",
      "module_type" : "SwiftTarget",
      "name" : "TPInAppReceiptTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftASN1",
        "X509",
        "Crypto"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/Assets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AppReceiptTests.swift",
        "Blocking/AppReceiptBlockingTests.swift",
        "Core/InAppPurchaseTests.swift",
        "Decoding/AppReceiptDecoderTests.swift",
        "Decoding/SwiftASN1DecoderTests.swift",
        "Extras/IntroOfferEligibilityTests.swift",
        "Extras/PurchaseQueryTests.swift",
        "Mocks.swift",
        "TestingUtility.swift",
        "Validation/ReceiptValidatorTests.swift",
        "Validation/VerifierBuilderTests.swift",
        "Validation/Verifiers/ChainVerifierTests.swift",
        "Validation/Verifiers/ErrorPathTests.swift",
        "Validation/Verifiers/HashVerifierTests.swift",
        "Validation/Verifiers/MetaVerifierTests.swift",
        "Validation/Verifiers/SignatureVerifierTests.swift"
      ],
      "target_dependencies" : [
        "TPInAppReceipt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TPInAppReceipt",
      "module_type" : "SwiftTarget",
      "name" : "TPInAppReceipt",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftASN1",
        "X509",
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "TPInAppReceipt"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/AppleIncRootCertificate.cer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/StoreKitTestCertificate.cer",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppReceipt.swift",
        "Blocking/AppReceipt+Blocking.swift",
        "Core/AppReceiptField.swift",
        "Core/InAppPurchase.swift",
        "Core/PCKS7/AlgorithmIdentifier.swift",
        "Core/PCKS7/Attribute.swift",
        "Core/PCKS7/ContentInfo.swift",
        "Core/PCKS7/EncapsulatedContentInfo.swift",
        "Core/PCKS7/IssuerAndSerialNumber.swift",
        "Core/PCKS7/SignedData.swift",
        "Core/PCKS7/SignerIdentifier.swift",
        "Core/PCKS7/SignerInfo.swift",
        "Core/PCKS7/Time.swift",
        "Core/PCKS7/Version.swift",
        "Core/ReceiptPayload.swift",
        "Decoder/AppReceiptDecoder.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/AlgorithmIdentifier+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/Attribute+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/ContentInfo+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/EncapsulatedContentInfo+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/InAppPurchase+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/InAppReceiptPayload+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/IssuerAndSerialNumber+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/SignedData+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/SignerIdentifier+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/SignerInfo+SwiftASN1.swift",
        "Decoder/Engine/PCKS7+SwiftASN1/Time+SwiftASN1.swift",
        "Decoder/Engine/SwiftASN1ReceiptDecoder.swift",
        "Decoding.swift",
        "Error.swift",
        "Extensions/Bundle+Extension.swift",
        "Extensions/Data+Extension.swift",
        "Extensions/Date+Extension.swift",
        "Extensions/UUID+Extension.swift",
        "Extras.swift",
        "Validation.swift",
        "Validator/Default Verifiers/Chain/ReceiptChainVerifier.swift",
        "Validator/Default Verifiers/Chain/Sec_ChainVerifier.swift",
        "Validator/Default Verifiers/Chain/X509_ChainVerifier.swift",
        "Validator/Default Verifiers/Hash/DeviceIdentifier.swift",
        "Validator/Default Verifiers/Hash/HashVerifier.swift",
        "Validator/Default Verifiers/Hash/ReceiptHashVerifier.swift",
        "Validator/Default Verifiers/Meta/MetaVerifier.swift",
        "Validator/Default Verifiers/Meta/ReceiptMetaVerifier.swift",
        "Validator/Default Verifiers/Signature/ReceiptSignatureVerifier.swift",
        "Validator/Default Verifiers/Signature/Sec_SignatureVerifier.swift",
        "Validator/Default Verifiers/Signature/X509_SignatureVerifier.swift",
        "Validator/ReceiptValidatable.swift",
        "Validator/ReceiptVerifier.swift",
        "Validator/Validator.swift",
        "Validator/VerifierBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-asn1
[1/1692] Fetching swift-asn1
[1101/8789] Fetching swift-asn1, swift-certificates
[3113/23789] Fetching swift-asn1, swift-certificates, async-http-client
[3114/41294] Fetching swift-asn1, swift-certificates, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-asn1 from cache (2.20s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.22s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.23s)
[2451/17505] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (10.97s)
Computing version for https://github.com/apple/swift-asn1
Computed https://github.com/apple/swift-asn1 at 1.5.1 (1.21s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (1.18s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.3 (1.10s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/1820] Fetching swift-atomics
[602/7719] Fetching swift-atomics, swift-log
[915/10528] Fetching swift-atomics, swift-log, swift-nio-transport-services
[1336/16176] Fetching swift-atomics, swift-log, swift-nio-transport-services, swift-distributed-tracing
[1951/22228] Fetching swift-atomics, swift-log, swift-nio-transport-services, swift-distributed-tracing, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.07s)
[18007/19419] Fetching swift-atomics, swift-log, swift-distributed-tracing, swift-algorithms
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.69s)
Fetched https://github.com/apple/swift-log.git from cache (1.69s)
[1/6437] Fetching swift-nio-extras
Fetched https://github.com/apple/swift-algorithms.git from cache (1.71s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.74s)
[2319/18219] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.40s)
[2828/11782] Fetching swift-nio-http2
[4479/27078] Fetching swift-nio-http2, swift-nio-ssl
[8683/108977] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.49s)
[35737/97195] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (13.47s)
Fetched https://github.com/apple/swift-nio.git from cache (13.66s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (16.59s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.51s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/6403] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (2.16s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.08s)
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.17s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.07s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.11s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.22s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/6085] Fetching swift-async-algorithms
[427/8659] Fetching swift-async-algorithms, swift-service-lifecycle
[800/9863] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers
[2167/10814] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.71s)
[9559/9863] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.74s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.75s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (2.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5552] Fetching swift-system
[5054/25030] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.41s)
Fetched https://github.com/apple/swift-collections.git from cache (2.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (3.59s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.19s)
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.11s)
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 (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.46s)
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.30.3
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.1
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.9.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.3.1
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.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.39.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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.2.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/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.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.36.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.6.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.3.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-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-asn1
Working copy of https://github.com/apple/swift-asn1 resolved at 1.5.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.32.1
Building for debugging...
[0/827] Write sources
[0/827] Copying StoreKitTestCertificate.cer
[0/827] Copying AppleIncRootCertificate.cer
[0/827] Write sources
[34/827] Compiling _CWASI _CWASI.c
[35/827] Compiling _NumericsShims _NumericsShims.c
[36/827] Compiling CXKCPShims shims.c
[37/827] Compiling _AtomicsShims.c
[38/827] Compiling CNIOWindows WSAStartup.c
[39/827] Compiling KeccakSponge.c
[40/827] Compiling SimpleFIPS202.c
[41/827] Compiling CNIOWindows shim.c
[42/827] Compiling KeccakHash.c
[43/827] Compiling CNIOWASI CNIOWASI.c
[44/827] Compiling CNIOPosix event_loop_id.c
[45/827] Compiling CNIOLinux shim.c
[46/827] Compiling CNIOOpenBSD shim.c
[47/827] Compiling CNIOExtrasZlib empty.c
[48/827] Compiling CNIOLinux liburing_shims.c
[49/827] Compiling CNIODarwin shim.c
[50/827] Compiling CNIOLLHTTP c_nio_http.c
[51/827] Compiling CNIOLLHTTP c_nio_api.c
[52/827] Compiling fiat_p256_adx_sqr.S
[53/827] Write swift-version-24593BA9C3E375BF.txt
[54/827] Compiling fiat_curve25519_adx_square.S
[55/827] Compiling fiat_curve25519_adx_mul.S
[56/827] Compiling fiat_p256_adx_mul.S
[57/835] Compiling CNIOBoringSSLShims shims.c
[59/852] Emitting module _NIODataStructures
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.
[59/852] Compiling tls_method.cc
[59/852] Compiling KeccakP-1600-opt64.c
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.
[59/852] Compiling tls_record.cc
[59/852] Compiling CNIOLLHTTP c_nio_llhttp.c
[60/852] Emitting module _NIOBase64
[61/852] Emitting module _CertificateInternals
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
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/769] Write sources
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/770] Compiling tls_record.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/770] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc:23:
/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/770] Compiling ssl_x509.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/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/770] 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>
      |          ^~~~~~~~~~~
[2/770] Compiling tls_method.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/770] Compiling tls13_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/770] Compiling tls13_client.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/770] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm