The Swift Package Index logo.Swift Package Index

Build Information

Failed to build smoke-aws-support, reference 2.0.1 (72331a), with Swift 6.1 for Wasm on 12 Aug 2025 02:28:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amzn/smoke-aws-support.git
Reference: 2.0.1
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/amzn/smoke-aws-support
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 72331ac Merge pull request #21 from knovichikhin/main
Cloned https://github.com/amzn/smoke-aws-support.git
Revision (git rev-parse @):
72331ac5e47d51b7c2d2b84115fe96d3170c2e49
SUCCESS checkout https://github.com/amzn/smoke-aws-support.git at 2.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amzn/smoke-aws-support.git
https://github.com/amzn/smoke-aws-support.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.33.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "xmlcoding",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LiveUI/XMLCoding.git"
    },
    {
      "identity" : "smoke-http",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amzn/smoke-http.git"
    }
  ],
  "manifest_display_name" : "smoke-aws-support",
  "name" : "smoke-aws-support",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AWSCore",
      "targets" : [
        "AWSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSHttp",
      "targets" : [
        "AWSHttp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLogging",
      "targets" : [
        "AWSLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AWSLogging",
      "module_type" : "SwiftTarget",
      "name" : "AWSLogging",
      "path" : "Sources/AWSLogging",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "AWSLogging"
      ],
      "sources" : [
        "CloudwatchJsonStandardErrorLogger.swift",
        "CloudwatchJsonStandardErrorLoggerV2.swift",
        "CloudwatchStandardErrorLogger.swift",
        "StdioOutputStream.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSHttp",
      "module_type" : "SwiftTarget",
      "name" : "AWSHttp",
      "path" : "Sources/AWSHttp",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOHTTP1",
        "SmokeHTTPClient",
        "QueryCoding",
        "HTTPPathCoding",
        "HTTPHeadersCoding",
        "Crypto"
      ],
      "product_memberships" : [
        "AWSHttp"
      ],
      "sources" : [
        "AWSClientInvocationDelegate.swift",
        "AWSClientInvocationTraceContext.swift",
        "AWSClientProtocol+asyncSupport.swift",
        "AWSClientProtocol.swift",
        "AWSHttpHeaders.swift",
        "AWSQueryClientProtocol+asyncSupport.swift",
        "AWSQueryClientProtocol.swift",
        "ConvertableError.swift",
        "Data+debugString.swift",
        "DataAWSHttpClientDelegate.swift",
        "FormEncodedXMLAWSHttpClientDelegate.swift",
        "HTTPClientDelegate+getErrorFromResponseAndBody.swift",
        "HTTPClientDelegate+requiresTLS.swift",
        "HTTPOperationsClient+executeOperations.swift",
        "JSONAWSHttpClientDelegate.swift",
        "MockClientProtocol+asyncSupport.swift",
        "MockClientProtocol.swift",
        "MockThrowingClientProtocol+asyncSupport.swift",
        "MockThrowingClientProtocol.swift",
        "QueryInput.swift",
        "SmokeAWSHTTPClientInvocationReporting.swift",
        "String+hmac.swift",
        "V4Signer.swift",
        "XMLAWSHttpClientDelegate.swift",
        "sha256Extensions.swift"
      ],
      "target_dependencies" : [
        "AWSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSCore",
      "module_type" : "SwiftTarget",
      "name" : "AWSCore",
      "path" : "Sources/AWSCore",
      "product_dependencies" : [
        "Logging",
        "Metrics",
        "XMLCoding",
        "SmokeHTTPClient"
      ],
      "product_memberships" : [
        "AWSCore",
        "AWSHttp"
      ],
      "sources" : [
        "AWSRegion.swift",
        "Credentials.swift",
        "CredentialsProvider.swift",
        "JSONDecoder+awsCompatibleDecoder.swift",
        "JSONDecoder+awsCompatibleEncoder.swift",
        "SmokeAWSError.swift",
        "SmokeAWSOperationReporting.swift",
        "StaticCredentials.swift",
        "XMLDecoder+awsCompatibleDecoder.swift",
        "XMLEncoder+awsCompatibleEncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/amzn/smoke-http.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/LiveUI/XMLCoding.git
[1/536] Fetching xmlcoding
[377/2755] Fetching xmlcoding, swift-metrics
[737/5438] Fetching xmlcoding, swift-metrics, smoke-http
[3374/9324] Fetching xmlcoding, swift-metrics, smoke-http, swift-log
[7149/25542] Fetching xmlcoding, swift-metrics, smoke-http, swift-log, swift-crypto
[9618/102866] Fetching xmlcoding, swift-metrics, smoke-http, swift-log, swift-crypto, swift-nio
Fetched https://github.com/amzn/smoke-http.git from cache (1.00s)
[7175/100183] Fetching xmlcoding, swift-metrics, swift-log, swift-crypto, swift-nio
Fetched https://github.com/LiveUI/XMLCoding.git from cache (4.30s)
Fetched https://github.com/apple/swift-metrics.git from cache (4.32s)
Fetched https://github.com/apple/swift-log from cache (4.31s)
[73438/93542] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (4.43s)
[57993/77324] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.07s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (15.37s)
Computing version for https://github.com/amzn/smoke-http.git
Computed https://github.com/amzn/smoke-http.git at 3.0.2 (1.20s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5116] Fetching swift-distributed-tracing
[1536/19203] Fetching swift-distributed-tracing, async-http-client
[5734/34201] Fetching swift-distributed-tracing, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.98s)
[14115/20114] Fetching swift-distributed-tracing, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.66s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.70s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (4.77s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.01s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.02s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (5.02s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.39s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4847] Fetching swift-system
[98/6655] Fetching swift-system, swift-atomics
[1762/23608] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
[4691/18761] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.06s)
[3222/16953] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.19s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.29s)
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 (1.19s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2701] Fetching swift-nio-transport-services
[56/8828] Fetching swift-nio-transport-services, swift-nio-extras
[57/14796] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.04s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.27s)
[1/11661] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (11.56s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (14.00s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.08s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.35s)
Fetching https://github.com/apple/swift-numerics.git
[1/5906] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (4.08s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.70s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1629] Fetching swift-asn1
[116/2546] Fetching swift-asn1, swift-http-types
[317/7556] Fetching swift-asn1, swift-http-types, swift-async-algorithms
[1706/9989] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[2575/11165] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers
[3589/17625] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.72s)
[8814/16708] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.93s)
[12767/14275] Fetching swift-asn1, swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.09s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.25s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.26s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.26s)
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 (2.79s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (13.26s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.08s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.00s)
Computed https://github.com/amzn/smoke-http.git at 3.0.2 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.01s)
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.00s)
Computed https://github.com/apple/swift-log at 1.6.4 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.01s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.26s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (1.00s)
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.4.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.26.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.38.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.33.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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.2.1
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log 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.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.7.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/amzn/smoke-http.git
Working copy of https://github.com/amzn/smoke-http.git resolved at 3.0.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Building for debugging...
[0/860] Write sources
[20/860] Compiling _NumericsShims _NumericsShims.c
[20/860] Write sources
[23/860] Compiling _AtomicsShims.c
[23/860] Write sources
[34/860] Compiling CNIOLLHTTP c_nio_http.c
[35/860] Compiling CNIOWindows shim.c
[36/860] Compiling CNIOWindows WSAStartup.c
[37/860] Compiling CNIOLLHTTP c_nio_api.c
[38/860] Compiling CNIOWASI CNIOWASI.c
[39/860] Compiling CNIOPosix event_loop_id.c
[40/860] Compiling CNIOLinux shim.c
[41/860] Compiling CNIOLinux liburing_shims.c
[42/860] Compiling CNIOExtrasZlib empty.c
[43/860] Compiling CNIODarwin shim.c
[44/860] Compiling fiat_p256_adx_sqr.S
[45/860] Compiling fiat_p256_adx_mul.S
[46/860] Compiling fiat_curve25519_adx_square.S
[47/860] Write swift-version-24593BA9C3E375BF.txt
[48/860] Compiling fiat_curve25519_adx_mul.S
[49/860] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.cc:23:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[50/866] Compiling asn1_gen.cc
[50/866] Compiling algorithm.cc
[50/866] Compiling ssl_transcript.cc
[50/866] Compiling tls_record.cc
[51/866] Emitting module _NIOBase64
[51/866] Compiling tls_method.cc
[51/866] Compiling CNIOLLHTTP c_nio_llhttp.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
/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.
[0/811] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[0/811] Compiling tls13_enc.cc
[0/811] Compiling tls13_server.cc
[0/811] Compiling CNIOLLHTTP c_nio_llhttp.c
[0/811] Compiling tls_record.cc
[0/811] Compiling c-nioatomics.c
[0/811] Compiling c-atomics.c
[0/811] Compiling tls_method.cc
BUILD FAILURE 6.1 wasm