The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftkubeClient, reference main (0dcdb1), with Swift 6.1 for Wasm on 30 Mar 2026 00:51:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 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/swiftkube/client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-2":/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/swiftkube/model.git
Fetching https://github.com/jpsim/Yams.git
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/apple/swift-log.git
[1/2974] Fetching swift-metrics
[150/24467] Fetching swift-metrics, model
[4910/30755] Fetching swift-metrics, model, swift-log
[7976/42290] Fetching swift-metrics, model, swift-log, yams
Fetched https://github.com/apple/swift-metrics.git from cache (0.64s)
[8336/39316] Fetching model, swift-log, yams
[9348/54983] Fetching model, swift-log, yams, async-http-client
[27931/137930] Fetching model, swift-log, yams, async-http-client, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.96s)
[38405/131642] Fetching model, yams, async-http-client, swift-nio
Fetched https://github.com/swiftkube/model.git from cache (2.33s)
Fetched https://github.com/jpsim/Yams.git from cache (2.38s)
[52164/98614] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (8.93s)
Fetched https://github.com/apple/swift-nio from cache (9.27s)
Computing version for https://github.com/swiftkube/model.git
Computed https://github.com/swiftkube/model.git at 0.19.0 (11.75s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.80s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.91s)
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.89s)
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-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/6058] Fetching swift-algorithms
[850/7878] Fetching swift-algorithms, swift-atomics
[1359/13569] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing
[5781/20060] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing, swift-nio-extras
[8622/22881] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services
[14158/34951] Fetching swift-algorithms, swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.79s)
Fetching https://github.com/apple/swift-nio-ssl.git
[18755/28893] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.88s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.89s)
[14838/24252] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2
[23891/39612] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.05s)
[23323/33921] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.06s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.06s)
[4916/15360] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.60s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (4.09s)
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.24s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
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.29s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.80s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.10s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.57s)
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.63s)
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.66s)
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.74s)
Fetching https://github.com/apple/swift-http-types.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-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/951] Fetching swift-http-types
[952/3637] Fetching swift-http-types, swift-service-lifecycle
[953/5406] Fetching swift-http-types, swift-service-lifecycle, swift-asn1
[3611/12531] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-certificates
[5108/18755] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
[7197/17804] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms
[17805/19023] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms, swift-http-structured-headers
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.54s)
[12422/12799] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-http-structured-headers
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.56s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.56s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.57s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
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.25s)
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.68s)
Fetching https://github.com/apple/swift-collections.git
[1/23248] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
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.25s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.97.1 (1.40s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.68s)
Fetching https://github.com/apple/swift-crypto.git
[1/17276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.43s)
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.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.04s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (2.51s)
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-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-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-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/swiftkube/model.git
Working copy of https://github.com/swiftkube/model.git resolved at 0.19.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-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-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-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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.97.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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Building for debugging...
[0/464] Write sources
[30/464] Compiling _CWASI _CWASI.c
[31/464] Compiling _AtomicsShims.c
[31/464] 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.
[33/464] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[33/464] Compiling parser.c
[33/464] Compiling api.c
[33/464] Compiling emitter.c
[33/464] Compiling scanner.c
[33/464] Compiling reader.c
[33/464] Compiling writer.c
[33/464] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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...
[0/431] Compiling CNIOExtrasZlib trees.c
[1/431] Compiling writer.c
[1/431] Compiling CNIOExtrasZlib inftrees.c
[3/431] Compiling reader.c
[4/431] Compiling CNIOWindows shim.c
[5/431] Compiling CNIOWindows WSAStartup.c
[6/431] Compiling CNIOWASI CNIOWASI.c
[7/431] Compiling CNIOExtrasZlib inflate.c
[8/431] Compiling api.c
[9/431] Compiling CNIOPosix event_loop_id.c
[10/431] Compiling CNIOOpenBSD shim.c
[11/431] Compiling CNIOLinux shim.c
[12/431] Compiling parser.c
[13/431] Compiling CNIOLinux liburing_shims.c
[14/431] Compiling CNIOExtrasZlib inffast.c
[15/431] Compiling CNIOLLHTTP c_nio_http.c
[16/431] Compiling CNIOExtrasZlib zutil.c
[16/431] Write swift-version-24593BA9C3E375BF.txt
[18/431] Compiling CNIOLLHTTP c_nio_api.c
[19/431] Compiling CNIODarwin shim.c
[20/431] Compiling emitter.c
[21/431] Compiling CNIOExtrasZlib crc32.c
[22/431] Compiling scanner.c
[23/431] Compiling CNIOExtrasZlib adler32.c
[24/431] Compiling CNIOExtrasZlib deflate.c
[26/476] Emitting module ServiceContextModule
[26/652] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/670] Emitting module Yams
[29/672] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[30/672] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/672] Compiling InternalCollectionsUtilities Span+Extras.swift
[32/672] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[33/672] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[34/672] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/672] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/672] Compiling InternalCollectionsUtilities String+Padding.swift
[37/672] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/674] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/674] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[40/674] Compiling InternalCollectionsUtilities Debugging.swift
[41/674] Compiling InternalCollectionsUtilities Descriptions.swift
[42/674] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/674] Emitting module InternalCollectionsUtilities
[44/674] Compiling InternalCollectionsUtilities Integer rank.swift
[45/674] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/674] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/674] Compiling InternalCollectionsUtilities _SortedCollection.swift
[48/674] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/674] Compiling RealModule Float16+Real.swift
[50/675] Compiling RealModule Float80+Real.swift
[51/675] Compiling RealModule Real.swift
[52/675] Compiling RealModule RealFunctions.swift
[53/675] Emitting module RealModule
[56/675] Compiling ServiceContextModule ServiceContextKey.swift
[61/675] Compiling _NIOBase64 Base64.swift
[62/675] Emitting module _NIOBase64
[63/675] Compiling ServiceContextModule ServiceContext.swift
[66/678] Compiling RealModule RelaxedArithmetic.swift
[67/678] Compiling _NIODataStructures _TinyArray.swift
[68/678] Compiling _NIODataStructures PriorityQueue.swift
[69/679] Compiling Logging MetadataProvider.swift
[72/679] Compiling Logging Locks.swift
[75/679] Compiling _NIODataStructures Heap.swift
[76/679] Emitting module _NIODataStructures
[77/719] Compiling fiat_p256_adx_sqr.S
[79/719] Emitting module Instrumentation
[80/722] Compiling Instrumentation NoOpInstrument.swift
[80/722] Compiling fiat_p256_adx_mul.S
[82/722] Compiling Instrumentation MultiplexInstrument.swift
[83/722] Compiling Instrumentation Locks.swift
[83/722] Compiling fiat_curve25519_adx_square.S
[85/722] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[86/722] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[87/722] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[88/722] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[89/722] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[90/722] Compiling ContainersPreview RandomAccessContainer.swift
[91/722] Compiling ContainersPreview RangeExpression2.swift
[92/722] Compiling ContainersPreview RangeReplaceableContainer.swift
[93/722] Compiling ContainersPreview Drain+Map.swift
[94/722] Compiling ContainersPreview Drain+Reduce.swift
[95/722] Compiling ContainersPreview Drain.swift
[96/722] Compiling ContainersPreview Producer+Collect.swift
[97/722] Compiling ContainersPreview Producer+Filter.swift
[98/722] Compiling ContainersPreview Producer+Map.swift
[99/722] Compiling ContainersPreview Producer+Reduce.swift
[100/722] Compiling ContainersPreview Producer.swift
[101/722] Compiling ContainersPreview Borrow.swift
[101/726] Compiling fiat_curve25519_adx_mul.S
[103/726] Compiling Instrumentation Instrument.swift
[104/726] Compiling Instrumentation InstrumentationSystem.swift
[105/727] Emitting module ContainersPreview
[106/727] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[107/727] Compiling ContainersPreview BorrowingSequence.swift
[108/727] Compiling ContainersPreview BidirectionalContainer.swift
[109/727] Compiling ContainersPreview Container+Filter.swift
[110/727] Compiling ContainersPreview Container+SpanwiseZip.swift
[111/727] Compiling ContainersPreview OutputSpan+Extras.swift
[112/727] Compiling ContainersPreview TemporaryAllocation.swift
[113/727] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[114/727] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[115/727] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[116/727] Compiling ContainersPreview Container.swift
[117/727] Compiling ContainersPreview ContainerIterator.swift
[118/727] Compiling ContainersPreview DynamicContainer.swift
[119/727] Compiling ContainersPreview MutableContainer.swift
[120/727] Compiling ContainersPreview PermutableContainer.swift
[122/727] Compiling ContainersPreview Box.swift
[123/727] Compiling ContainersPreview Inout.swift
[124/727] Compiling ContainersPreview InputSpan.swift
[125/727] Compiling ContainersPreview Shared.swift
[127/728] Emitting module Logging
[128/728] Compiling Logging LogHandler.swift
[129/728] Compiling Logging Logging.swift
[129/729] Compiling CNIOBoringSSLShims shims.c
[136/762] Compiling DequeModule RigidDeque+Equatable.swift
[137/762] Compiling DequeModule RigidDeque+Experimental.swift
[138/762] Compiling DequeModule RigidDeque+Hashable.swift
[139/767] Compiling DequeModule RigidDeque+Consumption.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[140/767] Compiling DequeModule RigidDeque+Container.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[141/767] Compiling DequeModule RigidDeque+Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[142/767] Compiling DequeModule Deque._Storage.swift
[143/767] Compiling DequeModule Deque._UnsafeHandle.swift
[144/767] Compiling DequeModule Deque.swift
[145/777] Compiling Tracing InstrumentationSystem+Tracing.swift
[146/777] Compiling DequeModule _DequeBuffer.swift
[147/777] Compiling DequeModule _DequeBufferHeader.swift
[148/777] Compiling DequeModule RigidDeque+Append.swift
[149/777] Compiling Tracing TracerProtocol.swift
[150/777] Compiling Tracing TracingTime.swift
[151/777] Compiling DequeModule UniqueDeque+Hashable.swift
[152/777] Compiling DequeModule UniqueDeque+Initializers.swift
[153/777] Compiling DequeModule UniqueDeque+Insertions.swift
[154/777] Compiling DequeModule UniqueDeque+Prepend.swift
[155/777] Compiling DequeModule UniqueDeque+Removals.swift
[159/782] Compiling DequeModule RigidDeque+Initializers.swift
[160/782] Compiling DequeModule RigidDeque+Insertions.swift
[161/782] Compiling DequeModule RigidDeque+Prepend.swift
[162/782] Compiling DequeModule UniqueDeque+Consumption.swift
[163/782] Compiling DequeModule UniqueDeque+Container.swift
[164/782] Compiling DequeModule UniqueDeque+Descriptions.swift
[165/782] Compiling DequeModule UniqueDeque+Equatable.swift
[166/782] Compiling DequeModule UniqueDeque+Experimental.swift
[167/782] Emitting module Tracing
[168/782] Compiling DequeModule RigidDeque+Removals.swift
[169/782] Compiling DequeModule RigidDeque+Replacements.swift
[170/782] Compiling DequeModule RigidDeque+Testing.swift
[171/782] Compiling DequeModule RigidDeque.swift
[172/782] Compiling DequeModule UniqueDeque+Append.swift
[173/782] Compiling DequeModule Deque+Extras.swift
[174/782] Compiling DequeModule Deque+Hashable.swift
[175/782] Compiling DequeModule Deque+Testing.swift
[175/782] Compiling tls_record.cc
[176/782] Compiling Tracing Tracer.swift
[176/782] Compiling tls_method.cc
[176/782] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm