The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftkubeClient, reference 0.26.0 (0dcdb1), with Swift 6.1 for Wasm on 30 Mar 2026 00:51:39 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/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/swiftkube/client.git
Reference: 0.26.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swiftkube/client
 * tag               0.26.0     -> FETCH_HEAD
HEAD is now at 0dcdb1f Update CHANGELOG
Cloned https://github.com/swiftkube/client.git
Revision (git rev-parse @):
0dcdb1fdc849222bda33021dcc0a8c5300e6aaa4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftkube/client.git at 0.26.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftkube/client.git
https://github.com/swiftkube/client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.86.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.4.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "model",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.19.0",
            "upper_bound" : "0.20.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftkube/model.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftkubeClient",
  "name" : "SwiftkubeClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftkubeClient",
      "targets" : [
        "SwiftkubeClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftkubeClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClientTests",
      "path" : "Tests/SwiftkubeClientTests",
      "sources" : [
        "K8sCRDTests.swift",
        "K8sConfigMapTests.swift",
        "K8sNamespaceTests.swift",
        "K8sNodeTests.swift",
        "K8sServiceTests.swift",
        "K8sTestCase.swift",
        "RequestBuilderTests.swift",
        "RetryStrategyTests.swift"
      ],
      "target_dependencies" : [
        "SwiftkubeClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftkubeClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClient",
      "path" : "Sources/SwiftkubeClient",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Logging",
        "Metrics",
        "NIO",
        "NIOFoundationCompat",
        "SwiftkubeModel",
        "Yams"
      ],
      "product_memberships" : [
        "SwiftkubeClient"
      ],
      "sources" : [
        "API Groups/KubernetesClient+admissionregistration.v1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1alpha1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1beta1.swift",
        "API Groups/KubernetesClient+apiextensions.v1.swift",
        "API Groups/KubernetesClient+apiregistration.v1.swift",
        "API Groups/KubernetesClient+apps.v1.swift",
        "API Groups/KubernetesClient+authentication.v1.swift",
        "API Groups/KubernetesClient+authorization.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v2.swift",
        "API Groups/KubernetesClient+batch.v1.swift",
        "API Groups/KubernetesClient+certificates.v1.swift",
        "API Groups/KubernetesClient+certificates.v1alpha1.swift",
        "API Groups/KubernetesClient+certificates.v1beta1.swift",
        "API Groups/KubernetesClient+coordination.v1.swift",
        "API Groups/KubernetesClient+coordination.v1alpha2.swift",
        "API Groups/KubernetesClient+coordination.v1beta1.swift",
        "API Groups/KubernetesClient+discovery.v1.swift",
        "API Groups/KubernetesClient+events.v1.swift",
        "API Groups/KubernetesClient+flowcontrol.v1.swift",
        "API Groups/KubernetesClient+internal.v1alpha1.swift",
        "API Groups/KubernetesClient+networking.v1.swift",
        "API Groups/KubernetesClient+networking.v1beta1.swift",
        "API Groups/KubernetesClient+node.v1.swift",
        "API Groups/KubernetesClient+policy.v1.swift",
        "API Groups/KubernetesClient+rbac.v1.swift",
        "API Groups/KubernetesClient+resource.v1.swift",
        "API Groups/KubernetesClient+resource.v1alpha3.swift",
        "API Groups/KubernetesClient+resource.v1beta1.swift",
        "API Groups/KubernetesClient+resource.v1beta2.swift",
        "API Groups/KubernetesClient+scheduling.v1.swift",
        "API Groups/KubernetesClient+storage.v1.swift",
        "API Groups/KubernetesClient+storage.v1alpha1.swift",
        "API Groups/KubernetesClient+storage.v1beta1.swift",
        "API Groups/KubernetesClient+storagemigration.v1alpha1.swift",
        "Client/ClusterScopedGenericKubernetesClient.swift",
        "Client/GenericKubernetesClient.swift",
        "Client/KubernetesClient.swift",
        "Client/KubernetesRequest.swift",
        "Client/NamespacedGenericKubernetesClient+Pod.swift",
        "Client/NamespacedGenericKubernetesClient.swift",
        "Client/RequestBuilder.swift",
        "Client/RequestHandlerType.swift",
        "Client/Selectors.swift",
        "Config/AuthInfo+Authentication.swift",
        "Config/Cluster+TLS.swift",
        "Config/KubeConfig+Loaders.swift",
        "Config/KubeConfig.swift",
        "Config/KubernetesClientConfig+Init.swift",
        "Config/KubernetesClientConfig.swift",
        "Discovery/DiscoveryRequestBuilder.swift",
        "Discovery/KubernetesClient+Discovery.swift",
        "Metrics/KubernetesClient+Metrics.swift",
        "Model/UnstructuredResource+YAML.swift",
        "SwiftkubeClient.swift",
        "Watch/AnyDataStreamerTransformer.swift",
        "Watch/DataStreamer.swift",
        "Watch/IdentityTransfomer.swift",
        "Watch/ResourceEventTransformer.swift",
        "Watch/RetryStrategy.swift",
        "Watch/SwiftkubeClientTask.swift",
        "Watch/WatchEvent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/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:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
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
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swiftkube/model.git
[1/2974] Fetching swift-metrics
[2975/24467] Fetching swift-metrics, model
[15441/40134] Fetching swift-metrics, model, async-http-client
[34965/123081] Fetching swift-metrics, model, async-http-client, swift-nio
Fetched https://github.com/swiftkube/model.git from cache (1.39s)
[23618/101588] Fetching swift-metrics, async-http-client, swift-nio
Fetching https://github.com/jpsim/Yams.git
[54310/113123] Fetching swift-metrics, async-http-client, swift-nio, yams
Fetched https://github.com/jpsim/Yams.git from cache (1.74s)
[74216/101588] Fetching swift-metrics, async-http-client, swift-nio
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-metrics.git from cache (7.60s)
Fetched https://github.com/swift-server/async-http-client.git from cache (7.61s)
Fetched https://github.com/apple/swift-nio from cache (7.75s)
[1/6288] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Computing version for https://github.com/swiftkube/model.git
Computed https://github.com/swiftkube/model.git at 0.19.0 (10.79s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.59s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.65s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.68s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5691] Fetching swift-distributed-tracing
[286/7511] Fetching swift-distributed-tracing, swift-atomics
[1456/13569] Fetching swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.54s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.55s)
[1/6491] Fetching swift-nio-extras
[131/9312] Fetching swift-nio-extras, swift-nio-transport-services
[4714/21382] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[8498/36742] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.51s)
[7507/30251] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.42s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.43s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.11s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (3.12s)
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.25s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.78s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.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.3.0 (0.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.51s)
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 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.62s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.97s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.75s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.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-http-types.git
[1/951] Fetching swift-http-types
[857/2720] Fetching swift-http-types, swift-asn1
[1501/5406] Fetching swift-http-types, swift-asn1, swift-service-lifecycle
[1866/6625] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[2801/13750] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-certificates
[8184/19974] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
[8052/19023] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.59s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.61s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.61s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.61s)
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.23s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.73s)
Fetching https://github.com/apple/swift-collections.git
[1/23248] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.65s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (2.53s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.97.1 (1.87s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (4.04s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.96s)
Fetching https://github.com/apple/swift-crypto.git
[1/17276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.45s)
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 (3.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (1.80s)
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.33.1
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-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-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-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-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.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.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.4.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.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/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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/swiftkube/model.git
Working copy of https://github.com/swiftkube/model.git resolved at 0.19.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.97.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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Building for debugging...
[0/464] Write sources
[29/464] Compiling _NumericsShims _NumericsShims.c
[30/464] Compiling _AtomicsShims.c
[31/464] Compiling _CWASI _CWASI.c
[32/464] Compiling writer.c
[33/464] Compiling reader.c
[34/464] Compiling CNIOWindows WSAStartup.c
[35/464] Compiling CNIOWindows shim.c
[36/464] Compiling CNIOWASI CNIOWASI.c
[37/464] Compiling CNIOPosix event_loop_id.c
[38/464] Compiling CNIOLinux shim.c
[39/464] Compiling CNIOOpenBSD shim.c
[40/464] Compiling CNIOLinux liburing_shims.c
[41/464] Compiling parser.c
[42/464] Compiling CNIOLLHTTP c_nio_http.c
[42/464] Write swift-version-24593BA9C3E375BF.txt
[44/464] Compiling CNIOExtrasZlib zutil.c
[45/464] Compiling CNIOLLHTTP c_nio_api.c
[46/464] Compiling emitter.c
[46/464] Compiling api.c
[48/464] Compiling CNIOExtrasZlib inftrees.c
[49/464] Compiling CNIOExtrasZlib trees.c
[50/464] Compiling scanner.c
[52/507] Emitting module _NIOBase64
[53/507] Emitting module Logging
[54/507] Emitting module _NIODataStructures
[55/683] Emitting module InternalCollectionsUtilities
[55/685] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/705] Compiling _NIOBase64 Base64.swift
[58/706] Compiling Yams Tag.swift
[59/706] Compiling Yams YamlAnchorProviding.swift
[60/706] Compiling RealModule Real.swift
[61/706] Compiling RealModule RealFunctions.swift
[62/706] Compiling Yams AliasDereferencingStrategy.swift
[63/706] Compiling Yams Anchor.swift
[65/707] Compiling Yams String+Yams.swift
[66/707] Compiling Yams Parser.swift
[67/707] Compiling Yams Node.Alias.swift
[68/707] Compiling Yams Node.Mapping.swift
[69/707] Compiling RealModule Float16+Real.swift
[70/707] Compiling Yams RedundancyAliasingStrategy.swift
[71/707] Compiling Yams Representer.swift
[72/707] Compiling RealModule Float80+Real.swift
[73/707] Compiling _NIODataStructures _TinyArray.swift
[74/707] Emitting module ServiceContextModule
[77/707] Compiling Yams Constructor.swift
[79/707] Compiling Yams Mark.swift
[80/707] Compiling _NIODataStructures PriorityQueue.swift
[81/707] Emitting module RealModule
[85/707] Compiling Yams Decoder.swift
[86/707] Compiling Yams Emitter.swift
[87/707] Compiling Yams Node.Scalar.swift
[88/707] Compiling Yams Node.Sequence.swift
[89/707] Compiling Yams Node.swift
[90/707] Compiling Yams Encoder.swift
[91/707] Compiling Yams Resolver.swift
[92/707] Compiling ServiceContextModule ServiceContext.swift
[93/708] Compiling ServiceContextModule ServiceContextKey.swift
[95/709] Compiling RealModule RelaxedArithmetic.swift
[97/714] Compiling CNIOExtrasZlib inflate.c
[98/746] Compiling CNIOExtrasZlib inffast.c
[100/752] Compiling ContainersPreview Producer+Map.swift
[101/752] Compiling ContainersPreview Producer+Reduce.swift
[102/752] Compiling ContainersPreview Producer.swift
[103/752] Compiling ContainersPreview Borrow.swift
[104/756] Compiling ContainersPreview Drain+Reduce.swift
[105/756] Compiling ContainersPreview Drain.swift
[106/756] Compiling ContainersPreview Producer+Collect.swift
[107/756] Compiling ContainersPreview Producer+Filter.swift
[108/756] Compiling ContainersPreview OutputSpan+Extras.swift
[109/756] Compiling ContainersPreview TemporaryAllocation.swift
[110/756] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[111/756] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[112/756] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[113/756] Compiling ContainersPreview RandomAccessContainer.swift
[114/756] Compiling ContainersPreview RangeExpression2.swift
[115/756] Compiling ContainersPreview RangeReplaceableContainer.swift
[116/756] Compiling ContainersPreview Drain+Map.swift
[117/756] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[118/756] Compiling ContainersPreview BorrowingSequence.swift
[119/756] Compiling ContainersPreview BidirectionalContainer.swift
[120/756] Compiling ContainersPreview Container+Filter.swift
[121/756] Compiling ContainersPreview Container+SpanwiseZip.swift
[122/756] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[123/756] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[124/756] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[125/756] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[126/756] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[127/756] Compiling ContainersPreview Container.swift
[128/756] Compiling ContainersPreview ContainerIterator.swift
[129/756] Compiling ContainersPreview DynamicContainer.swift
[130/756] Compiling ContainersPreview MutableContainer.swift
[131/756] Compiling ContainersPreview PermutableContainer.swift
[132/756] Emitting module ContainersPreview
[133/756] Compiling Logging MetadataProvider.swift
[134/756] Compiling _NIODataStructures Heap.swift
[135/757] Compiling Logging LogHandler.swift
[136/757] Compiling Logging Locks.swift
[137/757] Compiling Logging Logging.swift
[137/758] Compiling CNIOExtrasZlib deflate.c
[139/758] Compiling Instrumentation NoOpInstrument.swift
[140/758] Compiling Instrumentation Instrument.swift
[141/758] Emitting module Instrumentation
[142/758] Compiling ContainersPreview Box.swift
[143/758] Compiling ContainersPreview Inout.swift
[144/758] Compiling ContainersPreview InputSpan.swift
[145/758] Compiling ContainersPreview Shared.swift
[146/758] Compiling Instrumentation MultiplexInstrument.swift
[147/758] Compiling Instrumentation Locks.swift
[148/759] Compiling CNIOExtrasZlib crc32.c
[150/759] Compiling Instrumentation InstrumentationSystem.swift
[151/759] Emitting module CoreMetrics
[152/760] Compiling CNIODarwin shim.c
[154/760] Compiling CNIOExtrasZlib adler32.c
[155/760] Compiling fiat_p256_adx_mul.S
[156/760] Compiling fiat_p256_adx_sqr.S
[158/760] Compiling fiat_curve25519_adx_square.S
[159/760] Compiling fiat_curve25519_adx_mul.S
[161/808] Compiling DequeModule UniqueDeque+Consumption.swift
[162/808] Compiling DequeModule UniqueDeque+Container.swift
[163/808] Compiling DequeModule UniqueDeque+Descriptions.swift
[164/808] Compiling DequeModule UniqueDeque+Equatable.swift
[165/808] Compiling DequeModule UniqueDeque+Experimental.swift
[166/813] Compiling DequeModule UniqueDeque+Hashable.swift
[167/813] Compiling DequeModule UniqueDeque+Initializers.swift
[168/813] Compiling DequeModule UniqueDeque+Insertions.swift
[169/813] Compiling DequeModule UniqueDeque+Prepend.swift
[170/813] Compiling DequeModule UniqueDeque+Removals.swift
[171/813] Compiling DequeModule RigidDeque+Removals.swift
[172/813] Compiling DequeModule RigidDeque+Replacements.swift
[173/813] Compiling DequeModule RigidDeque+Testing.swift
[174/813] Compiling DequeModule RigidDeque.swift
[175/813] Compiling DequeModule UniqueDeque+Append.swift
[176/813] Compiling DequeModule RigidDeque+Equatable.swift
[177/813] Compiling DequeModule RigidDeque+Experimental.swift
[178/813] Compiling DequeModule RigidDeque+Hashable.swift
[179/813] Compiling DequeModule RigidDeque+Initializers.swift
[180/813] Compiling DequeModule RigidDeque+Insertions.swift
[181/813] Compiling DequeModule RigidDeque+Prepend.swift
[181/813] Compiling CNIOBoringSSLShims shims.c
[183/813] Compiling DequeModule _DequeBuffer.swift
[184/813] Compiling DequeModule _DequeBufferHeader.swift
[185/813] Compiling DequeModule RigidDeque+Append.swift
[186/813] Compiling DequeModule RigidDeque+Consumption.swift
[187/813] Compiling DequeModule RigidDeque+Container.swift
[188/813] Compiling DequeModule RigidDeque+Descriptions.swift
[189/813] Emitting module Tracing
[190/813] Compiling Tracing TracingTime.swift
[191/813] Compiling Tracing TracerProtocol.swift
[192/813] Compiling Tracing TracerProtocol+Legacy.swift
[193/813] Compiling Tracing Tracer.swift
[195/813] Compiling DequeModule Deque+Codable.swift
[196/815] Compiling CoreMetrics Locks.swift
[197/815] Compiling CoreMetrics Metrics.swift
[199/816] Compiling Tracing InstrumentationSystem+Tracing.swift
[200/816] Compiling Tracing NoOpTracer.swift
[201/816] Compiling Tracing SpanProtocol.swift
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.
[202/819] 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.
[202/819] Compiling tls_method.cc
[203/819] Emitting module Yams
[203/819] Compiling tls13_enc.cc
[203/819] Compiling tls13_server.cc
[204/819] Emitting module Metrics
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/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:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
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.
[0/402] Compiling tls13_enc.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>
      |          ^~~~~~~~~~~
[0/402] Compiling t1_enc.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>
      |          ^~~~~~~~~~~
[0/402] Compiling ssl_x509.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>
      |          ^~~~~~~~~~~
[0/402] Compiling tls_record.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>
      |          ^~~~~~~~~~~
[0/402] 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>
      |          ^~~~~~~~~~~
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>
      |          ^~~~~~~~~~~
[0/402] Compiling tls_method.cc
[0/402] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[0/402] Compiling tls13_both.cc
BUILD FAILURE 6.1 wasm