The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BreezeLambdaDynamoDBAPI, reference main (8ed860), with Swift 6.1 for Wasm on 3 Jan 2026 18:00:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-serverless/BreezeLambdaDynamoDBAPI.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/swift-serverless/BreezeLambdaDynamoDBAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8ed8608 Merge pull request #8 from swift-serverless/feature/remove-graceful-shutdown-dance
Cloned https://github.com/swift-serverless/BreezeLambdaDynamoDBAPI.git
Revision (git rev-parse @):
8ed8608826741c7ae69a887da3352ae90f0484a5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-serverless/BreezeLambdaDynamoDBAPI.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-serverless/BreezeLambdaDynamoDBAPI.git
https://github.com/swift-serverless/BreezeLambdaDynamoDBAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/awslabs/swift-aws-lambda-runtime"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/awslabs/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "BreezeLambdaDynamoDBAPI",
  "name" : "BreezeLambdaDynamoDBAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BreezeDynamoDBService",
      "targets" : [
        "BreezeDynamoDBService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BreezeLambdaAPI",
      "targets" : [
        "BreezeLambdaAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BreezeLambdaItemAPI",
      "targets" : [
        "BreezeLambdaItemAPI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BreezeLambdaItemAPI",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaItemAPI",
      "path" : "Sources/BreezeLambdaItemAPI",
      "product_memberships" : [
        "BreezeLambdaItemAPI"
      ],
      "sources" : [
        "BreezeLambdaItemAPI.swift"
      ],
      "target_dependencies" : [
        "BreezeLambdaAPI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BreezeLambdaAPITests",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaAPITests",
      "path" : "Tests/BreezeLambdaAPITests",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "ServiceLifecycle",
        "ServiceLifecycleTestKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/BreezeLambdaAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APIGatewayV2Response.swift",
        "BreezeDynamoDBManagerMock.swift",
        "BreezeLambdaAPITests.swift",
        "BreezeLambdaHandlerTests.swift",
        "BreezeOperationTests.swift",
        "Fixtures.swift",
        "Lambda.swift",
        "Product.swift"
      ],
      "target_dependencies" : [
        "BreezeLambdaAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BreezeLambdaAPI",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaAPI",
      "path" : "Sources/BreezeLambdaAPI",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "BreezeLambdaAPI",
        "BreezeLambdaItemAPI"
      ],
      "sources" : [
        "APIGatewayV2Request+Extensions.swift",
        "APIGatewayV2Response+Extensions.swift",
        "BreezeAPIConfiguration.swift",
        "BreezeEmptyResponse.swift",
        "BreezeLambdaAPI.swift",
        "BreezeLambdaAPIError.swift",
        "BreezeLambdaHandler.swift",
        "BreezeOperation.swift"
      ],
      "target_dependencies" : [
        "BreezeDynamoDBService"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BreezeDynamoDBServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "BreezeDynamoDBServiceTests",
      "path" : "Tests/BreezeDynamoDBServiceTests",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "ServiceLifecycle",
        "ServiceLifecycleTestKit"
      ],
      "sources" : [
        "BreezeDynamoDBManagerMock.swift",
        "BreezeDynamoDBManagerTests.swift",
        "BreezeDynamoDBServiceTests.swift",
        "LocalStackDynamoDB.swift"
      ],
      "target_dependencies" : [
        "BreezeDynamoDBService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BreezeDynamoDBService",
      "module_type" : "SwiftTarget",
      "name" : "BreezeDynamoDBService",
      "path" : "Sources/BreezeDynamoDBService",
      "product_dependencies" : [
        "SotoDynamoDB",
        "ServiceLifecycle",
        "Logging"
      ],
      "product_memberships" : [
        "BreezeDynamoDBService",
        "BreezeLambdaAPI",
        "BreezeLambdaItemAPI"
      ],
      "sources" : [
        "BreezeCodable.swift",
        "BreezeDynamoDBConfig.swift",
        "BreezeDynamoDBManager.swift",
        "BreezeDynamoDBManaging.swift",
        "BreezeDynamoDBService.swift",
        "BreezeHTTPClientConfig.swift",
        "Foundation+Extension.swift",
        "ListResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/soto-project/soto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/awslabs/swift-aws-lambda-runtime
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/awslabs/swift-aws-lambda-events.git
[1/2568] Fetching swift-service-lifecycle
[721/5390] Fetching swift-service-lifecycle, swift-aws-lambda-events
[1334/7548] Fetching swift-service-lifecycle, swift-aws-lambda-events, swift-docc-plugin
[4930/13307] Fetching swift-service-lifecycle, swift-aws-lambda-events, swift-docc-plugin, swift-log
[6874/28310] Fetching swift-service-lifecycle, swift-aws-lambda-events, swift-docc-plugin, swift-log, swift-aws-lambda-runtime
Fetched https://github.com/awslabs/swift-aws-lambda-events.git from cache (0.37s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.46s)
[9078/23330] Fetching swift-service-lifecycle, swift-log, swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.46s)
Fetched https://github.com/apple/swift-log.git from cache (1.46s)
Fetched https://github.com/awslabs/swift-aws-lambda-runtime from cache (1.51s)
[1/142880] Fetching soto
Fetched https://github.com/soto-project/soto.git from cache (55.29s)
Computing version for https://github.com/awslabs/swift-aws-lambda-events.git
Computed https://github.com/awslabs/swift-aws-lambda-events.git at 0.5.0 (55.95s)
Fetching https://github.com/apple/swift-http-types.git
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Computing version for https://github.com/awslabs/swift-aws-lambda-runtime
Computed https://github.com/awslabs/swift-aws-lambda-runtime at 2.5.0 (1.03s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
[1/18421] Fetching swift-collections
[4423/99573] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (7.43s)
Fetched https://github.com/apple/swift-nio.git from cache (7.51s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (8.20s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5860] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.45s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.93s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.42s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3631] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.66s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (8.05s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.30s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.12.0 (15.23s)
Fetching https://github.com/soto-project/soto-core.git
[1/63452] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (3.62s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.10.0 (4.42s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/jmespath/jmespath.swift.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/653] Fetching jmespath.swift
[654/3158] Fetching jmespath.swift, swift-metrics
[855/5967] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services
[5968/20470] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, async-http-client
Fetched https://github.com/apple/swift-metrics.git from cache (1.29s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.29s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-crypto.git
[1/15296] Fetching swift-nio-ssl
[1378/17116] Fetching swift-nio-ssl, swift-atomics
[4269/34576] Fetching swift-nio-ssl, swift-atomics, swift-crypto
Fetched https://github.com/jmespath/jmespath.swift.git from cache (4.48s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/swift-server/async-http-client.git from cache (4.51s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.61s)
[1/5621] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.10s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.31s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.35s)
Computing version for https://github.com/jmespath/jmespath.swift.git
Computed https://github.com/jmespath/jmespath.swift.git at 1.0.3 (7.38s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.58s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.24s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.2 (0.92s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6052] Fetching swift-algorithms
[909/12416] Fetching swift-algorithms, swift-nio-extras
[2072/24140] Fetching swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
[9295/18088] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
[3635/11724] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.85s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.00s)
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.65s)
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-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.63s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.68s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1204] Fetching swift-http-structured-headers
[423/2896] Fetching swift-http-structured-headers, swift-asn1
[2897/9976] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.95s)
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 (0.60s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.87s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.0 (1.34s)
Fetching https://github.com/apple/swift-system.git
[1/5237] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.74s)
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.92.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/awslabs/swift-aws-lambda-events.git
Working copy of https://github.com/awslabs/swift-aws-lambda-events.git resolved at 0.5.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.39.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/jmespath/jmespath.swift.git
Working copy of https://github.com/jmespath/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-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.5.1
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.12.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.10.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.8.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/awslabs/swift-aws-lambda-runtime
Working copy of https://github.com/awslabs/swift-aws-lambda-runtime resolved at 2.5.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin AWSLambdaPackager
Building for debugging...
[3/897] Write sources
[10/897] Compiling mldsa.cc
[11/897] Write sources
[12/897] Compiling _NumericsShims _NumericsShims.c
[13/897] Write sources
[15/897] Compiling _CWASI _CWASI.c
[16/897] Compiling _AtomicsShims.c
[17/897] Write sources
[50/897] Compiling CXKCPShims shims.c
[51/897] Compiling SimpleFIPS202.c
[52/897] Compiling KeccakSponge.c
[53/897] Write swift-version-24593BA9C3E375BF.txt
[54/897] Compiling thread_win.cc
[55/897] Compiling KeccakHash.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.cc:19:
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../fipsmodule/rsa/internal.h:18:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../fipsmodule/rsa/../../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[56/903] Compiling p_rsa_asn1.cc
[56/903] Compiling pmbtoken.cc
[56/903] Compiling by_file.cc
[56/903] Compiling by_dir.cc
[56/903] Compiling KeccakP-1600-opt64.c
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/903] Compiling trust_token.cc
[57/903] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin AWSLambdaPackager
Building for debugging...
[3/844] Write sources
[4/844] Compiling CSotoExpat xmltok_impl.c
[4/844] Compiling CSotoExpat xmltok_ns.c
[4/844] Compiling CNIOWindows WSAStartup.c
[4/844] Compiling CNIOWindows shim.c
[10/845] Write sources
[10/845] Compiling CNIOWASI CNIOWASI.c
[12/845] Compiling CSotoExpat xmlrole.c
[12/845] Compiling CNIOPosix event_loop_id.c
[14/845] Compiling CNIOOpenBSD shim.c
[15/845] Compiling CNIOLinux liburing_shims.c
[16/845] Compiling CNIOLinux shim.c
[17/845] Compiling CNIOExtrasZlib empty.c
[18/845] Compiling CNIOLLHTTP c_nio_http.c
[19/845] Compiling CNIODarwin shim.c
[20/845] Compiling CNIOLLHTTP c_nio_api.c
[21/845] Compiling fiat_p256_adx_sqr.S
[22/845] Compiling fiat_p256_adx_mul.S
[23/845] Compiling fiat_curve25519_adx_square.S
[24/845] Compiling fiat_curve25519_adx_mul.S
[25/845] Compiling CSotoExpat xmlparse.c
[26/845] Compiling CSotoExpat xmltok.c
[27/845] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[28/845] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[28/845] Compiling KeccakP-1600-opt64.c
[28/845] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[28/845] Compiling tls13_client.cc
[28/845] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/845] Write swift-version-24593BA9C3E375BF.txt
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.
[28/845] Compiling tls_method.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>
      |          ^~~~~~~~~~~
[28/845] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm