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 elastic-swift, reference master (5131a6), with Swift 6.1 for Wasm on 27 May 2025 21:53:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pksprojects/ElasticSwift.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/pksprojects/ElasticSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5131a6a Merge pull request #97 from msavoaia/fix/ssl-auth-issue
Cloned https://github.com/pksprojects/ElasticSwift.git
Revision (git rev-parse @):
5131a6aa5c256dc57e491c832b8f1f9dc24a331b
SUCCESS checkout https://github.com/pksprojects/ElasticSwift.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pksprojects/ElasticSwift.git
https://github.com/pksprojects/ElasticSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.22.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.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.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "elastic-swift",
  "name" : "elastic-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ElasticSwift",
      "targets" : [
        "ElasticSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftQueryDSL",
      "targets" : [
        "ElasticSwiftQueryDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftNetworkingNIO",
      "targets" : [
        "ElasticSwiftNetworkingNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftNetworking",
      "targets" : [
        "ElasticSwiftNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftCore",
      "targets" : [
        "ElasticSwiftCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElasticSwiftCodableUtils",
      "targets" : [
        "ElasticSwiftCodableUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitTestSettings",
      "module_type" : "SwiftTarget",
      "name" : "UnitTestSettings",
      "path" : "Tests/UnitTestSettings",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "UnitTestSettings.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftTests",
      "path" : "Tests/ElasticSwiftTests",
      "sources" : [
        "ElasticSwiftTests.swift",
        "Requests/ClusterRequestsTests.swift",
        "Requests/CountRequestTests.swift",
        "Requests/ExplainRequestTests.swift",
        "Requests/FieldCapabilitiesRequestTests.swift",
        "Requests/IndicesRequestsTests.swift",
        "Requests/RankEvalRequestTests.swift",
        "Requests/SearchRequestTests.swift",
        "Requests/SuggestionTests.swift",
        "Response/ResponseTests.swift",
        "Serialization/SerializationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCore",
        "ElasticSwiftCodableUtils",
        "ElasticSwiftNetworkingNIO",
        "ElasticSwiftNetworking",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftQueryDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftQueryDSLTests",
      "path" : "Tests/ElasticSwiftQueryDSLTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "Builders/CompoundQueryBuilderTests.swift",
        "Builders/FullTextBuilderTests.swift",
        "Builders/GeoQueryBuilderTests.swift",
        "Builders/JoiningQueryBuilderTests.swift",
        "Builders/SpecializedQueryBuilderTests.swift",
        "Builders/TermLevelQueryBuilderTests.swift",
        "CompoundQueriesTests.swift",
        "ElasticSwiftQueryDSLTests.swift",
        "FullTextQueriesTests.swift",
        "GeoQueriesTests.swift",
        "InnertHitsTests.swift",
        "JoiningQueriesTests.swift",
        "MatchAllQueryTests.swift",
        "ScoreFunctionTests.swift",
        "ScriptTests.swift",
        "SpanQueriesTests.swift",
        "SpecializedQuriesTests.swift",
        "TermLevelQueriesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftQueryDSL",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftQueryDSL",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftQueryDSL",
      "path" : "Sources/ElasticSwiftQueryDSL",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL"
      ],
      "sources" : [
        "ElasticSwiftDSL.swift",
        "Queries/Builders/CompoundQueryBuilders.swift",
        "Queries/Builders/FullTextBuilders.swift",
        "Queries/Builders/GeoQueryBuilders.swift",
        "Queries/Builders/JoiningQueryBuilders.swift",
        "Queries/Builders/MatchAllBuilders.swift",
        "Queries/Builders/QueryBuilders.swift",
        "Queries/Builders/ScoreFunctionBuilders.swift",
        "Queries/Builders/SpanQueryBuilders.swift",
        "Queries/Builders/SpecializedQueryBuilders.swift",
        "Queries/Builders/TermLevelQueryBuilders.swift",
        "Queries/CompoundQuries.swift",
        "Queries/FullTextQueries.swift",
        "Queries/GeoQueries.swift",
        "Queries/InnerHits.swift",
        "Queries/JoiningQueries.swift",
        "Queries/MatchAllQuery.swift",
        "Queries/ScoreFunctions.swift",
        "Queries/Sort.swift",
        "Queries/SpanQueries.swift",
        "Queries/SpecializedQuries.swift",
        "Queries/TermLevelQueries.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftCodableUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworkingTests",
      "path" : "Tests/ElasticSwiftNetworkingTests",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "sources" : [
        "ElasticSwiftNetworkingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftNetworking",
        "ElasticSwiftCore",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftNetworkingNIO",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworkingNIO",
      "path" : "Sources/ElasticSwiftNetworkingNIO",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOHTTP1",
        "AsyncHTTPClient",
        "NIOFoundationCompat",
        "NIOSSL",
        "NIOTransportServices",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ElasticSwiftNetworkingNIO"
      ],
      "sources" : [
        "ElasticSwiftNetworkingNIO.swift",
        "HTTPClientAdaptor.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftNetworking",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftNetworking",
      "path" : "Sources/ElasticSwiftNetworking",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ElasticSwiftNetworking"
      ],
      "sources" : [
        "ElasticSwiftNetworking.swift",
        "SessionManager.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCoreTests",
      "path" : "Tests/ElasticSwiftCoreTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "ElasticSwiftCoreTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftCore",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCore",
      "path" : "Sources/ElasticSwiftCore",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftNetworkingNIO",
        "ElasticSwiftNetworking",
        "ElasticSwiftCore"
      ],
      "sources" : [
        "ElasticSwiftCore.swift",
        "Errors/CoreErrors.swift",
        "Http/HTTPAdaptor.swift",
        "Http/HTTPRequest.swift",
        "Http/HTTPResponse.swift",
        "QueryDSL/QueryDSL.swift",
        "Requests/Request.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwiftCodableUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCodableUtilsTests",
      "path" : "Tests/ElasticSwiftCodableUtilsTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "ElasticSwiftCodableUtilsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCodableUtils",
        "UnitTestSettings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElasticSwiftCodableUtils",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwiftCodableUtils",
      "path" : "Sources/ElasticSwiftCodableUtils",
      "product_memberships" : [
        "ElasticSwift",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCodableUtils"
      ],
      "sources" : [
        "ElasticSwiftCodableUtils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElasticSwift",
      "module_type" : "SwiftTarget",
      "name" : "ElasticSwift",
      "path" : "Sources/ElasticSwift",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ElasticSwift"
      ],
      "sources" : [
        "Clients/Clusters.swift",
        "Clients/Indices.swift",
        "ElasticSwift.swift",
        "Errors/Errors.swift",
        "Networking/Transport.swift",
        "Requests/BlukRequest.swift",
        "Requests/ClusterRequests.swift",
        "Requests/CountRequest.swift",
        "Requests/DeleteByQueryRequest.swift",
        "Requests/DeleteRequest.swift",
        "Requests/ExplainRequest.swift",
        "Requests/FieldCaps.swift",
        "Requests/GetRequest.swift",
        "Requests/IndexRequest.swift",
        "Requests/IndicesRequests.swift",
        "Requests/MultiGetRequest.swift",
        "Requests/MultiTermVectorsRequest.swift",
        "Requests/RankEvalRequest.swift",
        "Requests/ReIndexRequest.swift",
        "Requests/SearchRequest.swift",
        "Requests/StoredScriptRequests.swift",
        "Requests/Suggesters.swift",
        "Requests/TermVectorsRequest.swift",
        "Requests/UpdateByQueryRequest.swift",
        "Requests/UpdateRequest.swift",
        "Responses/IndicesResponse.swift",
        "Responses/Response.swift",
        "Serialization/ResponseConverters.swift",
        "Serialization/Serialization.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "ElasticSwiftCore",
        "ElasticSwiftQueryDSL",
        "ElasticSwiftCodableUtils"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3799/6503] Fetching swift-log, swift-nio-transport-services
[4531/20517] Fetching swift-log, swift-nio-transport-services, async-http-client
[8186/96572] Fetching swift-log, swift-nio-transport-services, async-http-client, swift-nio
[9308/111415] Fetching swift-log, swift-nio-transport-services, async-http-client, swift-nio, swift-nio-ssl
[14972/108748] Fetching swift-log, async-http-client, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.64s)
Fetched https://github.com/apple/swift-log.git from cache (6.54s)
Fetched https://github.com/swift-server/async-http-client.git from cache (6.55s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.57s)
Fetched https://github.com/apple/swift-nio.git from cache (6.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.29s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (2.33s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[3690/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.94s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.86s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[120/11873] Fetching swift-nio-extras, swift-algorithms
[7837/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.56s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.57s)
[2882/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.61s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.38s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.30s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
[1215/7030] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms
[1903/8620] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-asn1
[3100/14775] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-asn1, swift-certificates
[5044/17201] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-asn1, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
[15242/15611] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.56s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.57s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.57s)
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.12s)
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.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.61s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.13s)
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.67s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.80s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/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.4.2
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/446] Write sources
[22/446] Compiling CNIOLLHTTP c_nio_http.c
[23/446] Compiling CNIOLLHTTP c_nio_api.c
[23/446] Write sources
[26/446] Compiling _NumericsShims _NumericsShims.c
[26/446] Write sources
[30/446] Compiling _AtomicsShims.c
[31/446] Compiling CNIOWindows shim.c
[32/446] Compiling CNIOWindows WSAStartup.c
[33/446] Compiling CNIOWASI CNIOWASI.c
[34/446] Compiling CNIOLinux shim.c
[35/446] Compiling CNIOLinux liburing_shims.c
[36/446] Compiling CNIOExtrasZlib empty.c
[37/446] Compiling CNIODarwin shim.c
[38/446] Compiling fiat_p256_adx_sqr.S
[39/446] Compiling fiat_p256_adx_mul.S
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.cc:22:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/chacha/../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[40/446] Compiling chacha.cc
[40/446] Compiling fiat_curve25519_adx_square.S
[40/446] Compiling digest_extra.cc
[40/446] Compiling pem_pk8.cc
[40/446] Compiling unicode.cc
[40/446] Compiling CNIOBoringSSLShims shims.c
[40/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/446] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/406] Write sources
[1/406] Compiling fiat_curve25519_adx_mul.S
[2/406] Compiling fiat_curve25519_adx_square.S
[3/406] Compiling CNIOBoringSSLShims shims.c
[4/406] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[5/406] 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>
      |          ^~~~~~~~~~~
1 error generated.
[5/406] 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.
[5/406] Compiling tls_method.cc
[5/406] Compiling t1_enc.cc
[5/406] Compiling tls13_both.cc
[5/406] Compiling CNIOLLHTTP c_nio_llhttp.c
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>
      |          ^~~~~~~~~~~
[5/406] 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>
      |          ^~~~~~~~~~~
[5/406] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm