The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build hummingbird-lambda, reference main (48091d), with Swift 6.1 for Android on 24 Jun 2025 00:19:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-lambda.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/hummingbird-project/hummingbird-lambda
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 48091d0 Update from hummingbird-project-template 9f1753de24c31bae77d963d51cc52bff1d895b4e (#49)
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
48091d0bdd269a950e56f0f6edc378d8f8e9e0ba
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-lambda.git
https://github.com/hummingbird-project/hummingbird-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-lambda",
  "name" : "hummingbird-lambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdLambda",
      "targets" : [
        "HummingbirdLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdLambdaTesting",
      "targets" : [
        "HummingbirdLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HBLambdaTest",
      "targets" : [
        "HBLambdaTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdLambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTests",
      "path" : "Tests/HummingbirdLambdaTests",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "sources" : [
        "LambdaTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdLambdaTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTesting",
      "path" : "Sources/HummingbirdLambdaTesting",
      "product_memberships" : [
        "HummingbirdLambdaTesting"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "HBLambdaTestFramework.swift",
        "Lambda+Testing.swift",
        "LambdaEvent.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdLambda",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambda",
      "path" : "Sources/HummingbirdLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ExtrasBase64",
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdLambda",
        "HummingbirdLambdaTesting",
        "HBLambdaTest"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "BasicLambdaRequestContext.swift",
        "CollateResponseBodyWriter.swift",
        "Deprecations.swift",
        "Exports.swift",
        "LambdaFunction.swift",
        "LambdaHandler.swift",
        "LambdaRequestContext.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HBLambdaTest",
      "module_type" : "SwiftTarget",
      "name" : "HBLambdaTest",
      "path" : "Sources/HBLambdaTest",
      "product_memberships" : [
        "HBLambdaTest"
      ],
      "sources" : [
        "maths.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/833] Fetching swift-extras-base64
[834/3269] Fetching swift-extras-base64, swift-aws-lambda-events
[908/14805] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime
[3847/39582] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime, hummingbird
[6573/115921] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (2.17s)
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (2.18s)
[82880/112652] Fetching swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.23s)
[58867/87875] Fetching swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.30s)
[48094/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.64s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (9.89s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events.git
Computed https://github.com/swift-server/swift-aws-lambda-events.git at 1.0.0 (0.62s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.73s)
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.36s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (0.69s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
[1/5975] Fetching swift-nio-extras
[2212/8642] Fetching swift-nio-extras, swift-nio-transport-services
[7227/11068] Fetching swift-nio-extras, swift-nio-transport-services, swift-service-lifecycle
[9954/22600] Fetching swift-nio-extras, swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2
[12915/36614] Fetching swift-nio-extras, swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2, async-http-client
[13632/51504] Fetching swift-nio-extras, swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.40s)
[13502/49078] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.40s)
[7668/43103] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
[30275/45309] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-metrics
[31546/50335] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-metrics, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.44s)
[38732/48129] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.65s)
[38934/43103] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-collections.git
[39382/46939] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-log
Fetched https://github.com/swift-server/async-http-client.git from cache (1.36s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.37s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
[1/16640] Fetching swift-collections
[4161/18437] Fetching swift-collections, swift-atomics
[4844/23422] Fetching swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.64s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.01s)
[8820/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.04s)
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.17s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.53s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.51s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.53s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.26s)
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.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.53s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1616] Fetching swift-asn1
[1617/2785] Fetching swift-asn1, swift-http-structured-headers
[2342/8744] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms
[2906/14943] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
[4073/13327] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.47s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
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 (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.60s)
Fetching https://github.com/apple/swift-crypto.git
[1/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.67s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.70s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.39s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.80s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.83s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.84s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 1.0.0-alpha.3 (0.56s)
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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.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.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 1.0.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-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/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.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.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/97] Compiling CNIODarwin shim.c
[1/97] Write sources
[5/97] Compiling CNIOLLHTTP c_nio_http.c
[6/97] Write sources
[10/97] Compiling CNIOLLHTTP c_nio_api.c
[11/97] Write sources
[39/97] Compiling _AtomicsShims.c
[40/97] Compiling CNIOWindows shim.c
[41/97] Compiling CNIOWindows WSAStartup.c
[42/97] Write sources
[48/97] Compiling CNIOWASI CNIOWASI.c
[49/97] Compiling CNIOLinux shim.c
[50/97] Compiling CNIOLinux liburing_shims.c
[51/97] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/97] Write swift-version-24593BA9C3E375BF.txt
[54/133] Emitting module _NIOBase64
[54/133] Compiling c-atomics.c
[55/133] Compiling c-nioatomics.c
[57/139] Compiling _NIOBase64 Base64.swift
[58/140] Compiling ServiceContextModule ServiceContextKey.swift
[59/140] Compiling HTTPTypes HTTPResponse.swift
[60/141] Emitting module ServiceContextModule
[61/141] Compiling ServiceContextModule ServiceContext.swift
[62/142] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/142] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/143] Compiling HTTPTypes HTTPRequest.swift
[65/143] Emitting module HTTPTypes
[66/143] Compiling HTTPTypes HTTPField.swift
[67/143] Compiling HTTPTypes ISOLatin1String.swift
[68/143] Compiling HTTPTypes HTTPParsedFields.swift
[69/143] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/143] Emitting module InternalCollectionsUtilities
[71/143] Compiling _NIODataStructures _TinyArray.swift
[72/143] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/143] Compiling InternalCollectionsUtilities Integer rank.swift
[74/143] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/143] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/143] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/143] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/143] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/143] Compiling InternalCollectionsUtilities Debugging.swift
[80/143] Compiling InternalCollectionsUtilities Descriptions.swift
[81/143] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/143] Compiling _NIODataStructures PriorityQueue.swift
[84/143] Emitting module _NIODataStructures
[85/143] Compiling _NIODataStructures Heap.swift
[87/144] Compiling HTTPTypes NIOLock.swift
[88/144] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/210] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[92/228] Compiling ConcurrencyHelpers LockedValueBox.swift
[93/228] Compiling NIOConcurrencyHelpers NIOLock.swift
[94/228] Emitting module ConcurrencyHelpers
[95/228] Compiling Instrumentation NoOpInstrument.swift
[96/228] Compiling Instrumentation MultiplexInstrument.swift
[97/228] Compiling Instrumentation Instrument.swift
[98/228] Compiling NIOConcurrencyHelpers lock.swift
[99/228] Emitting module NIOConcurrencyHelpers
[100/228] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[101/228] Compiling NIOConcurrencyHelpers atomics.swift
[102/229] Compiling CoreMetrics Metrics.swift
[104/284] Compiling ExtrasBase64 Base32.swift
[105/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[106/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[107/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[108/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[109/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[110/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[111/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[112/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[113/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[114/293] Emitting module CoreMetrics
[115/293] Compiling CoreMetrics Locks.swift
[116/294] Compiling Instrumentation InstrumentationSystem.swift
[117/294] Emitting module Instrumentation
[118/294] Compiling Instrumentation Locks.swift
[119/295] Compiling Logging MetadataProvider.swift
[120/295] Emitting module Logging
[121/295] Compiling ConcurrencyHelpers Lock.swift
[122/296] Compiling Logging LogHandler.swift
[123/296] Compiling Logging Logging.swift
[124/296] Compiling Logging Locks.swift
[125/297] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[126/297] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[127/297] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[128/297] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[129/297] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[130/297] Compiling _RopeModule Rope+Extract.swift
[131/297] Compiling _RopeModule Rope+Find.swift
[132/297] Compiling _RopeModule Rope+ForEachWhile.swift
[133/297] Compiling _RopeModule Rope+Insert.swift
[152/322] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[153/322] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[154/322] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[155/322] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[156/322] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[157/322] Compiling OrderedCollections OrderedDictionary+Values.swift
[158/322] Compiling OrderedCollections OrderedSet+Initializers.swift
[159/322] Compiling OrderedCollections OrderedSet+Insertions.swift
[160/322] Compiling OrderedCollections OrderedSet+Invariants.swift
[161/322] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[162/322] Compiling OrderedCollections _HashTable.swift
[163/322] Compiling OrderedCollections _Hashtable+Header.swift
[164/322] Compiling OrderedCollections OrderedDictionary.swift
[165/322] Compiling OrderedCollections OrderedSet+Codable.swift
[166/322] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[167/322] Compiling OrderedCollections OrderedSet+Descriptions.swift
[168/322] Compiling OrderedCollections OrderedSet+Diffing.swift
[169/322] Compiling OrderedCollections OrderedSet+Equatable.swift
[170/322] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[171/322] Compiling OrderedCollections OrderedSet+Hashable.swift
[172/322] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[173/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[174/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[175/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[176/322] Compiling OrderedCollections _HashTable+Bucket.swift
[177/322] Compiling OrderedCollections _HashTable+BucketIterator.swift
[178/322] Compiling OrderedCollections _HashTable+Constants.swift
[179/322] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[180/322] Compiling OrderedCollections _HashTable+Testing.swift
[181/322] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[182/391] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[183/398] Compiling HeapModule Heap+Descriptions.swift
[184/398] Compiling HeapModule _HeapNode.swift
[185/398] Compiling Tracing TracingTime.swift
[186/398] Compiling HeapModule Heap.swift
[187/398] Emitting module HeapModule
[188/398] Compiling HashTreeCollections _AncestorHashSlots.swift
[189/398] Compiling HashTreeCollections _Bitmap.swift
[190/398] Compiling HashTreeCollections _Bucket.swift
[191/398] Compiling HashTreeCollections _Hash.swift
[192/398] Compiling HashTreeCollections _HashLevel.swift
[193/398] Compiling HashTreeCollections _HashNode+Builder.swift
[194/398] Compiling HashTreeCollections _HashNode+Debugging.swift
[195/398] Compiling HashTreeCollections _HashNode+Initializers.swift
[196/398] Compiling HashTreeCollections _HashNode+Invariants.swift
[197/398] Compiling HashTreeCollections _HashNode+Lookups.swift
[198/398] Compiling Tracing InstrumentationSystem+Tracing.swift
[199/398] Compiling Tracing NoOpTracer.swift
[200/398] Compiling Tracing TracerProtocol.swift
[201/398] Emitting module Tracing
[202/398] Compiling HeapModule Heap+Invariants.swift
[203/398] Compiling HeapModule Heap+UnsafeHandle.swift
[206/399] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[207/399] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[208/399] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[209/399] Compiling HashTreeCollections _HashNode+Storage.swift
[210/399] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[211/399] Compiling HashTreeCollections _HashNode+Structural filter.swift
[212/399] Compiling HashTreeCollections _HashStack.swift
[213/399] Compiling HashTreeCollections _HashTreeIterator.swift
[214/399] Compiling HashTreeCollections _HashTreeStatistics.swift
[215/399] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[216/399] Compiling HashTreeCollections _RawHashNode.swift
[217/399] Compiling HashTreeCollections _UnmanagedHashNode.swift
[218/399] Compiling HashTreeCollections _UnsafePath.swift
[219/399] Compiling HashTreeCollections TreeDictionary+Codable.swift
[228/399] Compiling HashTreeCollections _HashNode+Structural union.swift
[229/399] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[230/399] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[231/399] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[232/399] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[233/399] Compiling HashTreeCollections _HashNode.swift
[234/399] Compiling HashTreeCollections _HashNodeHeader.swift
[235/399] Compiling HashTreeCollections _HashSlot.swift
[236/399] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[237/399] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[238/399] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[239/399] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[240/399] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[241/399] Compiling HashTreeCollections _HashNode+Structural merge.swift
[242/399] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[243/399] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[244/399] Compiling Tracing TracerProtocol+Legacy.swift
[245/399] Compiling Tracing Tracer.swift
[246/399] Compiling UnixSignals UnixSignal.swift
[247/399] Emitting module UnixSignals
[248/399] Compiling UnixSignals UnixSignalsSequence.swift
[250/400] Compiling HashTreeCollections TreeSet+Hashable.swift
[251/400] Compiling HashTreeCollections TreeSet+Sendable.swift
[252/400] Compiling HashTreeCollections TreeSet+Sequence.swift
[253/400] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[254/400] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[255/400] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[256/400] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[257/400] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[258/400] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[259/400] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[261/410] Compiling Tracing SpanProtocol.swift
[262/426] Compiling HashTreeCollections TreeDictionary.swift
[263/426] Compiling HashTreeCollections TreeSet+Codable.swift
[264/426] Compiling HashTreeCollections TreeSet+Collection.swift
[265/426] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[266/426] Compiling HashTreeCollections TreeSet+Debugging.swift
[267/426] Compiling HashTreeCollections TreeSet+Descriptions.swift
[268/426] Compiling HashTreeCollections TreeSet+Equatable.swift
[269/426] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[270/426] Compiling HashTreeCollections TreeSet+Extras.swift
[271/426] Compiling HashTreeCollections TreeSet+Filter.swift
[273/428] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[274/428] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[275/428] Compiling HashTreeCollections TreeDictionary+Filter.swift
[276/428] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[277/428] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[278/428] Compiling HashTreeCollections TreeDictionary+Keys.swift
[279/428] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[280/428] Compiling HashTreeCollections TreeDictionary+Merge.swift
[281/428] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[282/428] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[283/428] Compiling HashTreeCollections TreeDictionary+Values.swift
[284/428] Emitting module _RopeModule
[285/428] Compiling DequeModule _DequeBuffer.swift
[286/428] Compiling DequeModule _DequeBufferHeader.swift
[287/430] Compiling DequeModule Deque+CustomReflectable.swift
[288/430] Compiling DequeModule Deque+Descriptions.swift
[289/460] Compiling HTTPTypes HTTPFieldName.swift
[290/462] Compiling HTTPTypes HTTPFields.swift
[291/484] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[292/484] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[293/484] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[294/484] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[295/484] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[296/484] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[297/484] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[298/484] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[299/484] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[300/484] Compiling HashTreeCollections TreeSet.swift
[309/484] Compiling BitCollections BitSet+Hashable.swift
[310/484] Compiling BitCollections BitArray+BitwiseOperations.swift
[311/484] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[312/484] Compiling BitCollections BitSet+Extras.swift
[313/484] Compiling BitCollections BitArray+Collection.swift
[314/484] Compiling BitCollections BitArray+Copy.swift
[315/484] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[316/484] Compiling BitCollections BitArray+Codable.swift
[317/484] Emitting module OrderedCollections
[328/503] Compiling Atomics Primitives.native.swift
[329/503] Compiling Atomics UnsafeAtomic.swift
[330/503] Compiling Atomics OptionalRawRepresentable.swift
[331/503] Compiling Atomics RawRepresentable.swift
[332/503] Compiling Atomics AtomicBool.swift
[333/503] Compiling Atomics AtomicInteger.swift
[334/503] Compiling Atomics AtomicOptionalWrappable.swift
[335/503] Compiling Atomics AtomicReference.swift
[336/503] Compiling Atomics AtomicMemoryOrderings.swift
[337/531] Compiling BitCollections _Word.swift
[347/532] Compiling AWSLambdaEvents CloudFormation.swift
[348/532] Compiling AWSLambdaEvents FunctionURL.swift
[349/532] Compiling AWSLambdaEvents Base64.swift
[350/532] Compiling AWSLambdaEvents DateWrappers.swift
[351/532] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[352/532] Compiling AWSLambdaEvents S3.swift
[353/534] Compiling AWSLambdaEvents AppSync.swift
[354/534] Compiling AWSLambdaEvents BedrockAgent.swift
[355/534] Compiling BitCollections BitSet+Random.swift
[356/534] Compiling BitCollections BitSet+SetAlgebra basics.swift
[357/534] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[358/534] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[359/534] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[360/534] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[361/534] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[362/534] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[363/534] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[364/534] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[365/534] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[366/534] Emitting module DequeModule
[367/534] Compiling AWSLambdaEvents APIGateway+V2.swift
[368/534] Compiling AWSLambdaEvents APIGateway.swift
[369/535] Compiling BitCollections BitSet+Initializers.swift
[370/535] Compiling BitCollections BitSet+Invariants.swift
[382/535] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[382/535] Wrapping AST for _RopeModule for debugging
[384/535] Wrapping AST for _NIODataStructures for debugging
[386/535] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[387/535] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[388/535] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[389/535] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[390/535] Compiling BitCollections BitSet+SetAlgebra union.swift
[391/535] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[392/535] Compiling BitCollections BitSet.Counted.swift
[393/535] Compiling Atomics IntegerOperations.swift
[394/535] Compiling Atomics Unmanaged extensions.swift
[396/535] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[397/535] Compiling AWSLambdaEvents AWSRegion.swift
[397/535] Wrapping AST for _NIOBase64 for debugging
[399/535] Emitting module BitCollections
[399/535] Wrapping AST for UnixSignals for debugging
[401/535] Compiling BitCollections BitSet.Index.swift
[402/535] Compiling BitCollections BitSet._UnsafeHandle.swift
[403/535] Compiling BitCollections BitSet.swift
[404/535] Compiling BitCollections Range+Utilities.swift
[405/535] Compiling BitCollections Slice+Utilities.swift
[406/535] Compiling BitCollections UInt+Tricks.swift
[407/536] Wrapping AST for Tracing for debugging
[408/580] Wrapping AST for ServiceContextModule for debugging
[410/580] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[411/580] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[412/580] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[413/580] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[414/580] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[415/580] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[416/580] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[417/580] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[418/580] Compiling AsyncAlgorithms DebounceStateMachine.swift
[419/580] Compiling AsyncAlgorithms DebounceStorage.swift
[420/580] Compiling AsyncAlgorithms Dictionary.swift
[421/580] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[422/580] Compiling AsyncAlgorithms Locking.swift
[423/580] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[424/580] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[425/580] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[426/580] Compiling AsyncAlgorithms AsyncChannel.swift
[427/580] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[428/580] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[429/580] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[430/580] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[431/580] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[432/580] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[433/580] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[433/581] Wrapping AST for OrderedCollections for debugging
[435/581] Wrapping AST for NIOConcurrencyHelpers for debugging
[436/581] Wrapping AST for Logging for debugging
[437/581] Wrapping AST for InternalCollectionsUtilities for debugging
[459/581] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[460/581] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[461/581] Compiling AsyncAlgorithms ChannelStateMachine.swift
[462/581] Compiling AsyncAlgorithms ChannelStorage.swift
[463/581] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[464/581] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[465/581] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[466/581] Compiling AsyncAlgorithms CombineLatestStorage.swift
[467/581] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[471/581] Wrapping AST for Instrumentation for debugging
[472/581] Wrapping AST for HeapModule for debugging
[473/581] Wrapping AST for HTTPTypes for debugging
[474/581] Wrapping AST for DequeModule for debugging
[475/581] Wrapping AST for CoreMetrics for debugging
[476/581] Wrapping AST for ConcurrencyHelpers for debugging
[477/581] Wrapping AST for BitCollections for debugging
[479/581] Emitting module AsyncAlgorithms
[480/587] Emitting module AWSLambdaEvents
[481/589] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[482/589] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[483/589] Compiling AsyncAlgorithms MergeStateMachine.swift
[484/589] Compiling AsyncAlgorithms MergeStorage.swift
[485/589] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[486/589] Compiling AsyncAlgorithms Rethrow.swift
[488/589] Compiling AWSLambdaEvents HTTP.swift
[489/589] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[493/589] Emitting module Metrics
[494/589] Compiling Metrics Metrics.swift
[502/590] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[503/590] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[504/590] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[505/590] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[506/590] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[510/590] Emitting module HashTreeCollections
[516/591] Emitting module Atomics
[519/592] Wrapping AST for Metrics for debugging
[521/593] Wrapping AST for HashTreeCollections for debugging
[523/594] Emitting module Collections
[524/594] Emitting module ExtrasBase64
[525/594] Compiling Collections Collections.swift
[525/594] Wrapping AST for Atomics for debugging
[542/614] Compiling NIOCore AddressedEnvelope.swift
[543/614] Compiling NIOCore AsyncAwaitSupport.swift
[544/614] Compiling NIOCore AsyncChannel.swift
[545/614] Compiling NIOCore AsyncChannelHandler.swift
[546/614] Compiling NIOCore AsyncChannelInboundStream.swift
[547/614] Compiling NIOCore AsyncChannelOutboundWriter.swift
[555/655] Compiling NIOCore NIOAny.swift
[556/655] Compiling NIOCore NIOCloseOnErrorHandler.swift
[557/655] Compiling NIOCore NIOLoopBound.swift
[558/655] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[559/655] Compiling NIOCore NIOScheduledCallback.swift
[560/655] Compiling NIOCore NIOSendable.swift
[560/656] Wrapping AST for Collections for debugging
[563/656] Compiling ExtrasBase64 Base64.swift
[563/657] Wrapping AST for AsyncAlgorithms for debugging
[565/665] Wrapping AST for ExtrasBase64 for debugging
[567/665] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[568/666] Emitting module ServiceLifecycle
[569/666] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[570/666] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[571/666] Compiling ServiceLifecycle CancellationWaiter.swift
[572/666] Compiling ServiceLifecycle GracefulShutdown.swift
[573/666] Compiling ServiceLifecycle ServiceRunnerError.swift
[574/666] Compiling NIOCore MulticastChannel.swift
[581/666] Compiling NIOCore RecvByteBufferAllocator.swift
[582/674] Compiling ServiceLifecycle Service.swift
[583/674] Compiling ServiceLifecycle ServiceGroup.swift
[584/675] Wrapping AST for ServiceLifecycle for debugging
[586/675] Compiling NIOCore IO.swift
[587/675] Compiling NIOCore IOData.swift
[588/675] Compiling NIOCore IPProtocol.swift
[589/675] Compiling NIOCore IntegerBitPacking.swift
[590/675] Compiling NIOCore IntegerTypes.swift
[591/675] Compiling NIOCore Interfaces.swift
[592/675] Compiling NIOCore Linux.swift
[593/675] Compiling NIOCore MarkedCircularBuffer.swift
[594/675] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[595/675] Compiling NIOCore EventLoopFuture+Deprecated.swift
[596/675] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[597/675] Compiling NIOCore EventLoopFuture.swift
[598/675] Compiling NIOCore FileDescriptor.swift
[599/675] Compiling NIOCore FileHandle.swift
[600/675] Compiling NIOCore FileRegion.swift
[601/675] Compiling NIOCore GlobalSingletons.swift
[605/675] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[606/675] Compiling NIOCore ByteBuffer-conversions.swift
[607/675] Compiling NIOCore ByteBuffer-core.swift
[611/675] Compiling NIOCore NIOAsyncSequenceProducer.swift
[612/675] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[613/675] Compiling NIOCore NIOAsyncWriter.swift
[614/676] Compiling NIOCore CircularBuffer.swift
[615/676] Compiling NIOCore Codec.swift
[616/676] Compiling NIOCore ConvenienceOptionSupport.swift
[617/676] Compiling NIOCore DeadChannel.swift
[618/676] Compiling NIOCore DispatchQueue+WithFuture.swift
[619/676] Compiling NIOCore EventLoop+Deprecated.swift
[620/676] Compiling NIOCore EventLoop+SerialExecutor.swift
[621/676] Compiling NIOCore EventLoop.swift
[622/676] Wrapping AST for AWSLambdaEvents for debugging
[624/676] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[625/676] Compiling NIOCore SocketAddresses.swift
[626/676] Compiling NIOCore SocketOptionProvider.swift
[627/676] Compiling NIOCore SystemCallHelpers.swift
[628/676] Compiling NIOCore TimeAmount+Duration.swift
[629/676] Compiling NIOCore TypeAssistedChannelHandler.swift
[630/676] Compiling NIOCore UniversalBootstrapSupport.swift
[631/676] Compiling NIOCore Utilities.swift
[641/676] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[642/676] Compiling NIOCore BSDSocketAPI.swift
[643/676] Compiling NIOCore ByteBuffer-aux.swift
[647/676] Compiling NIOCore ByteBuffer-hex.swift
[648/676] Compiling NIOCore ByteBuffer-int.swift
[649/676] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[650/676] Emitting module NIOCore
[651/676] Compiling NIOCore ByteBuffer-multi-int.swift
[652/676] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[653/676] Compiling NIOCore ByteBuffer-views.swift
[654/676] Compiling NIOCore Channel.swift
[655/676] Compiling NIOCore ChannelHandler.swift
[656/676] Compiling NIOCore ChannelHandlers.swift
[657/676] Compiling NIOCore ChannelInvoker.swift
[658/676] Compiling NIOCore ChannelOption.swift
[659/676] Compiling NIOCore ChannelPipeline.swift
[660/677] Wrapping AST for NIOCore for debugging
[662/729] Emitting module NIOHTTPTypes
[663/729] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[664/730] Wrapping AST for NIOHTTPTypes for debugging
[666/730] Emitting module NIOEmbedded
[667/730] Compiling NIOEmbedded AsyncTestingChannel.swift
[668/730] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[669/730] Compiling NIOEmbedded Embedded.swift
[670/731] Wrapping AST for NIOEmbedded for debugging
[672/731] Compiling NIOPosix ServerSocket.swift
[673/731] Compiling NIOPosix Socket.swift
[674/731] Compiling NIOPosix SocketChannel.swift
[675/731] Compiling NIOPosix SocketProtocols.swift
[676/731] Compiling NIOPosix System.swift
[677/731] Compiling NIOPosix Thread.swift
[678/737] Emitting module NIOPosix
[679/737] Compiling NIOPosix ThreadPosix.swift
[680/737] Compiling NIOPosix ThreadWindows.swift
[681/737] Compiling NIOPosix UnsafeTransfer.swift
[682/737] Compiling NIOPosix Utilities.swift
[683/737] Compiling NIOPosix VsockAddress.swift
[684/737] Compiling NIOPosix VsockChannelEvents.swift
[685/737] Compiling NIOPosix Pool.swift
[686/737] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[687/737] Compiling NIOPosix PosixSingletons.swift
[688/737] Compiling NIOPosix RawSocketBootstrap.swift
[689/737] Compiling NIOPosix Resolver.swift
[690/737] Compiling NIOPosix Selectable.swift
[691/737] Compiling NIOPosix SelectableChannel.swift
[692/737] Compiling NIOPosix SelectableEventLoop.swift
[693/737] Compiling NIOPosix SelectorEpoll.swift
[694/737] Compiling NIOPosix SelectorGeneric.swift
[695/737] Compiling NIOPosix SelectorKqueue.swift
[696/737] Compiling NIOPosix SelectorUring.swift
[697/737] Compiling NIOPosix IO.swift
[698/737] Compiling NIOPosix IntegerBitPacking.swift
[699/737] Compiling NIOPosix IntegerTypes.swift
[700/737] Compiling NIOPosix Linux.swift
[701/737] Compiling NIOPosix LinuxCPUSet.swift
[702/737] Compiling NIOPosix LinuxUring.swift
[703/737] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[704/737] Compiling NIOPosix NIOThreadPool.swift
[705/737] Compiling NIOPosix NonBlockingFileIO.swift
[706/737] Compiling NIOPosix PendingDatagramWritesManager.swift
[707/737] Compiling NIOPosix PendingWritesManager.swift
[708/737] Compiling NIOPosix PipeChannel.swift
[709/737] Compiling NIOPosix PipePair.swift
[710/737] Compiling NIOPosix BSDSocketAPICommon.swift
[711/737] Compiling NIOPosix BSDSocketAPIPosix.swift
[712/737] Compiling NIOPosix BSDSocketAPIWindows.swift
[713/737] Compiling NIOPosix BaseSocket.swift
[714/737] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[715/737] Compiling NIOPosix BaseSocketChannel.swift
[716/737] Compiling NIOPosix BaseStreamSocketChannel.swift
[717/737] Compiling NIOPosix Bootstrap.swift
[718/737] Compiling NIOPosix ControlMessage.swift
[719/737] Compiling NIOPosix DatagramVectorReadManager.swift
[720/737] Compiling NIOPosix Errors+Any.swift
[721/737] Compiling NIOPosix FileDescriptor.swift
[722/737] Compiling NIOPosix GetaddrinfoResolver.swift
[723/737] Compiling NIOPosix HappyEyeballs.swift
[724/738] Wrapping AST for NIOPosix for debugging
[726/740] Emitting module NIO
[727/740] Compiling NIO Exports.swift
[728/741] Wrapping AST for NIO for debugging
[730/762] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[731/762] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[732/762] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[733/762] Emitting module NIOHTTP1
[734/764] Emitting module NIOFoundationCompat
[735/764] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[736/765] Wrapping AST for NIOFoundationCompat for debugging
[738/765] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[739/765] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[740/765] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[741/765] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[742/765] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[743/765] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[744/765] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[745/765] Compiling NIOHTTP1 HTTPTypes.swift
[746/765] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[747/765] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[748/765] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[749/765] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[750/765] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[751/765] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[752/765] Compiling NIOHTTP1 ByteCollectionUtils.swift
[753/765] Compiling NIOHTTP1 HTTPDecoder.swift
[754/765] Compiling NIOHTTP1 HTTPEncoder.swift
[755/766] Wrapping AST for NIOHTTP1 for debugging
[757/803] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[758/803] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[759/803] Emitting module NIOHTTPTypesHTTP1
[760/803] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[761/804] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[762/804] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[764/806] Compiling AWSLambdaRuntimeCore Lambda.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
 22 | import ucrt
 23 | #else
 24 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 25 | #endif
 26 |
[765/806] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
 22 | import ucrt
 23 | #else
 24 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 25 | #endif
 26 |
[766/808] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[767/808] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[768/808] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[769/808] Compiling AWSLambdaRuntimeCore Terminator.swift
[770/808] Compiling AWSLambdaRuntimeCore Utils.swift
[771/808] Compiling NIOExtras RequestResponseWithIDHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[772/808] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
 22 | import ucrt
 23 | #else
 24 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 25 | #endif
 26 |
[773/808] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[774/808] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[774/808] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[780/808] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[781/808] Emitting module NIOExtras
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Utils.swift:42:5: error: function is unused
 40 | func trap(signal sig: Signal, handler: @escaping (Signal) -> Void) -> DispatchSourceSignal {
 41 |     let signalSource = DispatchSource.makeSignalSource(signal: sig.rawValue, queue: DispatchQueue.global())
 42 |     signal(sig.rawValue, SIG_IGN)
    |     `- error: function is unused
 43 |     signalSource.setEventHandler(handler: {
 44 |         signalSource.cancel()
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Utils.swift:42:5: error: function is unused
 40 | func trap(signal sig: Signal, handler: @escaping (Signal) -> Void) -> DispatchSourceSignal {
 41 |     let signalSource = DispatchSource.makeSignalSource(signal: sig.rawValue, queue: DispatchQueue.global())
 42 |     signal(sig.rawValue, SIG_IGN)
    |     `- error: function is unused
 43 |     signalSource.setEventHandler(handler: {
 44 |         signalSource.cancel()
[786/808] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[787/808] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[788/808] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[789/808] Compiling AWSLambdaRuntimeCore Lambda+String.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/44] Write swift-version-24593BA9C3E375BF.txt
[3/81] Emitting module ServiceContextModule
[4/81] Compiling ConcurrencyHelpers LockedValueBox.swift
[5/81] Compiling Logging MetadataProvider.swift
[6/81] Compiling ServiceContextModule ServiceContext.swift
[7/81] Compiling ServiceContextModule ServiceContextKey.swift
[8/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/83] Emitting module ConcurrencyHelpers
[10/83] Compiling ConcurrencyHelpers Lock.swift
[11/84] Emitting module Logging
[13/83] Emitting module CoreMetrics
[15/82] Compiling _NIODataStructures Heap.swift
[16/82] Compiling InternalCollectionsUtilities Descriptions.swift
[17/82] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/82] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/82] Compiling InternalCollectionsUtilities Debugging.swift
[20/82] Compiling CoreMetrics Locks.swift
[21/82] Emitting module _NIODataStructures
[22/88] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/94] Compiling _NIODataStructures PriorityQueue.swift
[24/94] Compiling _NIODataStructures _TinyArray.swift
[25/95] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/95] Compiling InternalCollectionsUtilities Integer rank.swift
[27/95] Emitting module _NIOBase64
[28/95] Compiling _NIOBase64 Base64.swift
[30/96] Compiling Instrumentation NoOpInstrument.swift
[31/96] Compiling Instrumentation MultiplexInstrument.swift
[32/95] Compiling Instrumentation Instrument.swift
[33/95] Emitting module Instrumentation
[34/95] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[35/95] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/95] Compiling Instrumentation Locks.swift
[38/95] Compiling Instrumentation InstrumentationSystem.swift
[40/94] Emitting module InternalCollectionsUtilities
[41/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/94] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/94] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/94] Compiling NIOConcurrencyHelpers NIOLock.swift
[47/98] Compiling NIOConcurrencyHelpers atomics.swift
[48/106] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[49/106] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[50/106] Compiling NIOConcurrencyHelpers lock.swift
[51/124] Compiling CoreMetrics Metrics.swift
[53/133] Compiling Logging LogHandler.swift
[54/133] Compiling Logging Logging.swift
[55/133] Compiling Logging Locks.swift
[56/134] Compiling UnixSignals UnixSignal.swift
[57/134] Compiling UnixSignals UnixSignalsSequence.swift
[58/134] Emitting module UnixSignals
[60/135] Compiling HTTPTypes HTTPParsedFields.swift
[61/136] Emitting module NIOConcurrencyHelpers
[62/137] Compiling Atomics UnsafeAtomic.swift
[63/137] Compiling Atomics UnsafeAtomicLazyReference.swift
[65/138] Compiling Atomics ManagedAtomic.swift
[66/138] Compiling Atomics ManagedAtomicLazyReference.swift
[68/138] Compiling Atomics AtomicStorage.swift
[69/138] Compiling Atomics AtomicValue.swift
[70/138] Compiling Atomics AtomicMemoryOrderings.swift
[71/138] Compiling Atomics DoubleWord.swift
[72/137] Compiling Tracing InstrumentationSystem+Tracing.swift
[73/137] Compiling Tracing NoOpTracer.swift
[74/158] Compiling HeapModule Heap.swift
[75/212] Compiling Tracing Tracer.swift
[76/212] Compiling Tracing TracerProtocol.swift
[77/212] Compiling Tracing TracingTime.swift
[78/212] Compiling Tracing TracerProtocol+Legacy.swift
[79/212] Compiling HTTPTypes ISOLatin1String.swift
[80/214] Emitting module Tracing
[81/269] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[82/269] Compiling OrderedCollections OrderedDictionary+Codable.swift
[83/269] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[84/269] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[85/269] Compiling HeapModule Heap+Descriptions.swift
[86/269] Compiling OrderedCollections OrderedSet+Codable.swift
[87/269] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[88/269] Compiling HeapModule _HeapNode.swift
[89/269] Emitting module HTTPTypes
[90/269] Compiling HTTPTypes NIOLock.swift
[91/269] Compiling Metrics Metrics.swift
[92/269] Compiling HeapModule Heap+Invariants.swift
[93/269] Compiling HeapModule Heap+UnsafeHandle.swift
[94/269] Emitting module Metrics
[95/270] Compiling HTTPTypes HTTPRequest.swift
[96/270] Compiling HTTPTypes HTTPResponse.swift
[97/270] Emitting module HeapModule
[99/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[100/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[101/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[104/271] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[105/271] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[107/277] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[108/277] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[109/277] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[110/277] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[111/277] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[112/277] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[113/277] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[114/277] Compiling Tracing SpanProtocol.swift
[115/278] Compiling HTTPTypes HTTPFieldName.swift
[116/278] Compiling HTTPTypes HTTPField.swift
[117/278] Compiling HTTPTypes HTTPFields.swift
[121/279] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[122/279] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[123/279] Compiling OrderedCollections OrderedDictionary+Elements.swift
[124/279] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[125/279] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[128/368] Compiling HashTreeCollections _HashNode+Storage.swift
[129/368] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[130/368] Compiling HashTreeCollections _HashNode+Structural filter.swift
[131/368] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[132/368] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[133/368] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[134/368] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[135/368] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[136/368] Compiling HashTreeCollections _HashNode+Structural merge.swift
[137/368] Compiling HashTreeCollections _HashTreeIterator.swift
[138/368] Compiling HashTreeCollections _HashTreeStatistics.swift
[139/368] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[140/368] Compiling HashTreeCollections _RawHashNode.swift
[141/368] Compiling HashTreeCollections _UnmanagedHashNode.swift
[142/368] Compiling HashTreeCollections _UnsafePath.swift
[143/368] Compiling HashTreeCollections TreeDictionary+Codable.swift
[144/368] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[145/368] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[146/368] Compiling HashTreeCollections _HashNode.swift
[147/368] Compiling HashTreeCollections _HashNodeHeader.swift
[148/368] Compiling HashTreeCollections _HashSlot.swift
[149/368] Compiling HashTreeCollections _HashStack.swift
[150/368] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[151/368] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[152/368] Compiling DequeModule Deque+Codable.swift
[153/368] Compiling DequeModule Deque+Collection.swift
[154/368] Compiling DequeModule Deque+CustomReflectable.swift
[155/368] Compiling DequeModule Deque+Descriptions.swift
[156/368] Compiling DequeModule Deque+Equatable.swift
[157/368] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[158/368] Compiling DequeModule Deque+Extras.swift
[159/368] Compiling DequeModule Deque+Hashable.swift
[160/368] Compiling DequeModule _DequeBuffer.swift
[161/368] Compiling DequeModule _DequeBufferHeader.swift
[164/375] Compiling BitCollections BitArray+Shifts.swift
[165/375] Compiling BitCollections BitArray+Testing.swift
[166/424] Compiling BitCollections BitSet+BidirectionalCollection.swift
[167/424] Compiling BitCollections BitSet+Codable.swift
[168/444] Compiling HashTreeCollections TreeSet+Hashable.swift
[169/444] Compiling HashTreeCollections TreeSet+Sendable.swift
[170/444] Compiling HashTreeCollections TreeSet+Sequence.swift
[171/444] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[172/444] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[173/444] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[174/444] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[175/444] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[176/444] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[177/444] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[178/444] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[179/444] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[180/444] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[181/444] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[182/444] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[183/444] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[184/444] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[185/444] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[186/444] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[187/444] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[188/444] Compiling HashTreeCollections TreeSet+Debugging.swift
[189/444] Compiling HashTreeCollections TreeSet+Descriptions.swift
[190/444] Compiling HashTreeCollections TreeSet+Equatable.swift
[191/444] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[192/444] Compiling HashTreeCollections TreeSet+Extras.swift
[193/444] Compiling HashTreeCollections TreeSet+Filter.swift
[196/463] Compiling AWSLambdaEvents SQS.swift
[197/463] Compiling AWSLambdaEvents FunctionURL.swift
[198/463] Compiling HashTreeCollections TreeDictionary.swift
[199/463] Compiling HashTreeCollections TreeSet+Codable.swift
[200/463] Compiling HashTreeCollections TreeSet+Collection.swift
[208/463] Compiling HashTreeCollections TreeDictionary+Values.swift
[215/463] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[216/463] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[217/463] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[218/463] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[219/463] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[220/463] Compiling BitCollections BitSet+SetAlgebra union.swift
[221/463] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[222/463] Compiling BitCollections BitSet.Counted.swift
[223/463] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[224/463] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[226/463] Compiling AWSLambdaEvents SES.swift
[227/463] Compiling AWSLambdaEvents SNS.swift
[228/463] Compiling AWSLambdaEvents DynamoDB.swift
[229/463] Compiling AWSLambdaEvents AppSync.swift
[230/463] Compiling AWSLambdaEvents ALB.swift
[231/463] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[232/463] Compiling AWSLambdaEvents APIGateway+V2.swift
[233/463] Compiling AWSLambdaEvents APIGateway.swift
[234/463] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[235/463] Compiling AWSLambdaEvents AWSRegion.swift
[236/463] Emitting module Atomics
[237/464] Compiling BitCollections BitSet+Initializers.swift
[238/464] Compiling BitCollections BitSet+Invariants.swift
[239/464] Compiling BitCollections BitSet+Random.swift
[240/464] Compiling BitCollections BitSet+SetAlgebra basics.swift
[241/464] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[242/464] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[243/464] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[244/464] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[245/464] Compiling AWSLambdaEvents S3.swift
[246/464] Compiling AWSLambdaEvents Base64.swift
[247/464] Compiling AWSLambdaEvents DateWrappers.swift
[248/464] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[249/464] Compiling BitCollections BitSet+Extras.swift
[250/464] Compiling BitCollections BitSet+Hashable.swift
[251/471] Emitting module BitCollections
[274/473] Emitting module DequeModule
[275/474] Compiling _RopeModule _CharacterRecognizer.swift
[276/474] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[277/474] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[278/474] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[279/474] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[280/474] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[281/474] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[282/474] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[283/474] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[284/474] Compiling HashTreeCollections TreeSet.swift
[284/474] Wrapping AST for Logging for debugging
[286/474] Emitting module OrderedCollections
[287/475] Wrapping AST for InternalCollectionsUtilities for debugging
[295/475] Wrapping AST for HeapModule for debugging
[296/475] Wrapping AST for DequeModule for debugging
[304/475] Compiling BitCollections BitArray+Extras.swift
[305/475] Compiling BitCollections BitArray+Fill.swift
[306/475] Compiling BitCollections BitArray+Hashable.swift
[307/475] Compiling BitCollections BitArray+Initializers.swift
[308/475] Compiling BitCollections BitArray+Invariants.swift
[323/475] Compiling AWSLambdaEvents Cloudwatch.swift
[324/475] Compiling AWSLambdaEvents Cognito.swift
[327/475] Compiling AWSLambdaEvents BedrockAgent.swift
[328/475] Compiling AWSLambdaEvents CloudFormation.swift
[332/475] Wrapping AST for OrderedCollections for debugging
[334/497] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[335/497] Compiling NIOCore BSDSocketAPI.swift
[336/497] Compiling NIOCore ByteBuffer-aux.swift
[337/497] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[338/497] Compiling NIOCore ByteBuffer-conversions.swift
[339/497] Compiling NIOCore ByteBuffer-core.swift
[340/497] Compiling NIOCore ByteBuffer-hex.swift
[341/497] Compiling NIOCore ByteBuffer-int.swift
[342/497] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[343/497] Compiling NIOCore AddressedEnvelope.swift
[344/497] Compiling NIOCore AsyncAwaitSupport.swift
[344/580] Wrapping AST for CoreMetrics for debugging
[346/580] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[347/580] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[348/580] Compiling AsyncAlgorithms CombineLatestStorage.swift
[349/580] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[350/580] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[351/580] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[352/580] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[353/580] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[354/580] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[355/580] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[356/580] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[357/580] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[358/580] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[359/580] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[360/580] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[361/580] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[362/580] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[363/580] Compiling AsyncAlgorithms AsyncChannel.swift
[364/580] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[365/580] Compiling AsyncAlgorithms ChannelStateMachine.swift
[366/580] Compiling AsyncAlgorithms ChannelStorage.swift
[367/580] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[368/580] Compiling NIOCore NIOAny.swift
[369/580] Compiling NIOCore NIOCloseOnErrorHandler.swift
[370/580] Compiling NIOCore NIOLoopBound.swift
[371/580] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[372/580] Compiling NIOCore NIOScheduledCallback.swift
[373/580] Compiling NIOCore NIOSendable.swift
[374/580] Compiling NIOCore RecvByteBufferAllocator.swift
[374/581] Wrapping AST for Atomics for debugging
[378/581] Emitting module _RopeModule
[380/580] Emitting module AWSLambdaEvents
[381/580] Compiling _RopeModule Rope+Join.swift
[382/580] Compiling _RopeModule Rope+MutatingForEach.swift
[383/580] Compiling _RopeModule Rope+Remove.swift
[384/580] Compiling _RopeModule Rope+RemoveSubrange.swift
[385/580] Compiling _RopeModule Rope+Split.swift
[386/580] Compiling _RopeModule Optional Utilities.swift
[387/580] Compiling _RopeModule String Utilities.swift
[388/580] Compiling _RopeModule String.Index+ABI.swift
[390/580] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[391/580] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[392/580] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[393/580] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[394/580] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[395/580] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[396/580] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[397/586] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[398/586] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[399/586] Compiling AsyncAlgorithms MergeStateMachine.swift
[400/586] Compiling AsyncAlgorithms MergeStorage.swift
[401/586] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[402/586] Compiling AsyncAlgorithms Rethrow.swift
[403/586] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[404/586] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[405/586] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[406/586] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[409/586] Compiling AsyncAlgorithms ZipStateMachine.swift
[410/586] Compiling AsyncAlgorithms ZipStorage.swift
[411/586] Compiling NIOCore MarkedCircularBuffer.swift
[412/586] Compiling NIOCore MulticastChannel.swift
[444/586] Compiling AsyncAlgorithms SetAlgebra.swift
[445/586] Compiling AsyncAlgorithms UnsafeTransfer.swift
[446/586] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[447/586] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[458/587] Emitting module AsyncAlgorithms
[469/595] Compiling AsyncAlgorithms DebounceStateMachine.swift
[470/595] Compiling AsyncAlgorithms DebounceStorage.swift
[471/595] Compiling AsyncAlgorithms Dictionary.swift
[472/595] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[473/595] Compiling AsyncAlgorithms Locking.swift
[473/595] Wrapping AST for _RopeModule for debugging
[509/595] Emitting module HashTreeCollections
[526/604] Wrapping AST for HashTreeCollections for debugging
[528/604] Compiling ServiceLifecycle Service.swift
[538/605] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[548/607] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[558/608] Compiling Collections Collections.swift
[559/608] Emitting module Collections
[560/608] Emitting module ServiceLifecycle
[562/609] Compiling ServiceLifecycle CancellationWaiter.swift
[563/609] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[564/609] Compiling ServiceLifecycle GracefulShutdown.swift
[566/608] Compiling ServiceLifecycle ServiceRunnerError.swift
[567/607] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[568/607] Compiling NIOCore SocketAddresses.swift
[569/607] Compiling NIOCore SocketOptionProvider.swift
[570/607] Compiling NIOCore SystemCallHelpers.swift
[571/607] Compiling NIOCore TimeAmount+Duration.swift
[572/607] Compiling NIOCore TypeAssistedChannelHandler.swift
[573/607] Compiling NIOCore UniversalBootstrapSupport.swift
[574/607] Compiling NIOCore Utilities.swift
[575/607] Emitting module ExtrasBase64
[576/607] Compiling ServiceLifecycle ServiceGroup.swift
[577/608] Wrapping AST for ServiceLifecycle for debugging
[579/608] Compiling ExtrasBase64 Base64.swift
[580/608] Compiling ExtrasBase64 Base32.swift
[581/609] Wrapping AST for ExtrasBase64 for debugging
[592/609] Emitting module NIOCore
[594/615] Emitting module NIOHTTPTypes
[595/661] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[597/661] Compiling NIOEmbedded AsyncTestingChannel.swift
[598/661] Emitting module NIOEmbedded
[599/661] Compiling NIOEmbedded Embedded.swift
[600/661] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[602/661] Compiling NIOPosix IO.swift
[603/661] Compiling NIOPosix IntegerBitPacking.swift
[604/661] Compiling NIOPosix IntegerTypes.swift
[605/661] Compiling NIOPosix Linux.swift
[606/661] Compiling NIOPosix LinuxCPUSet.swift
[607/661] Compiling NIOPosix LinuxUring.swift
[608/661] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[609/667] Compiling NIOPosix Bootstrap.swift
[610/667] Compiling NIOPosix ControlMessage.swift
[611/667] Compiling NIOPosix DatagramVectorReadManager.swift
[612/667] Compiling NIOPosix Errors+Any.swift
[613/667] Compiling NIOPosix FileDescriptor.swift
[614/667] Compiling NIOPosix GetaddrinfoResolver.swift
[615/667] Compiling NIOPosix HappyEyeballs.swift
[616/667] Compiling NIOPosix ThreadPosix.swift
[617/667] Compiling NIOPosix ThreadWindows.swift
[618/667] Compiling NIOPosix UnsafeTransfer.swift
[619/667] Compiling NIOPosix Utilities.swift
[620/667] Compiling NIOPosix VsockAddress.swift
[621/667] Compiling NIOPosix VsockChannelEvents.swift
[622/667] Compiling NIOPosix Pool.swift
[623/667] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[624/667] Compiling NIOPosix PosixSingletons.swift
[625/667] Compiling NIOPosix RawSocketBootstrap.swift
[626/667] Compiling NIOPosix Resolver.swift
[627/667] Compiling NIOPosix Selectable.swift
[628/667] Compiling NIOPosix SelectableChannel.swift
[629/667] Compiling NIOPosix SelectableEventLoop.swift
[630/667] Compiling NIOPosix SelectorEpoll.swift
[631/667] Compiling NIOPosix SelectorGeneric.swift
[632/667] Compiling NIOPosix SelectorKqueue.swift
[633/667] Compiling NIOPosix SelectorUring.swift
[634/667] Compiling NIOPosix ServerSocket.swift
[635/667] Compiling NIOPosix Socket.swift
[636/667] Compiling NIOPosix SocketChannel.swift
[637/667] Compiling NIOPosix SocketProtocols.swift
[638/667] Compiling NIOPosix System.swift
[639/667] Compiling NIOPosix Thread.swift
[640/667] Emitting module NIOPosix
[641/667] Compiling NIOPosix BSDSocketAPICommon.swift
[642/667] Compiling NIOPosix BSDSocketAPIPosix.swift
[643/667] Compiling NIOPosix BSDSocketAPIWindows.swift
[644/667] Compiling NIOPosix BaseSocket.swift
[645/667] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[646/667] Compiling NIOPosix BaseSocketChannel.swift
[647/667] Compiling NIOPosix BaseStreamSocketChannel.swift
[648/667] Compiling NIOPosix NIOThreadPool.swift
[649/667] Compiling NIOPosix NonBlockingFileIO.swift
[650/667] Compiling NIOPosix PendingDatagramWritesManager.swift
[651/667] Compiling NIOPosix PendingWritesManager.swift
[652/667] Compiling NIOPosix PipeChannel.swift
[653/667] Compiling NIOPosix PipePair.swift
[655/669] Emitting module NIO
[656/669] Compiling NIO Exports.swift
[658/690] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[659/690] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[660/690] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[661/690] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[662/690] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[663/692] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[664/692] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[665/692] Emitting module NIOFoundationCompat
[666/692] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[667/693] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[668/693] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[670/692] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[671/692] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[672/692] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[673/692] Compiling NIOHTTP1 HTTPTypes.swift
[674/692] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[675/692] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[676/692] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[677/692] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[678/692] Emitting module NIOHTTP1
[679/692] Compiling NIOHTTP1 ByteCollectionUtils.swift
[680/692] Compiling NIOHTTP1 HTTPDecoder.swift
[681/692] Compiling NIOHTTP1 HTTPEncoder.swift
[683/729] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[684/729] Emitting module NIOHTTPTypesHTTP1
[685/729] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[686/729] Compiling NIOExtras NIOExtrasError.swift
[687/731] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[688/731] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
 22 | import ucrt
 23 | #else
 24 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 25 | #endif
 26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
 22 | import ucrt
 23 | #else
 24 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 25 | #endif
 26 |
[691/734] Compiling NIOExtras RequestResponseHandler.swift
[692/734] Compiling AWSLambdaRuntimeCore Terminator.swift
[693/734] Compiling NIOExtras NIOLengthFieldBitLength.swift
[694/734] Compiling NIOExtras NIORequestIdentifiable.swift
[695/734] Compiling AWSLambdaRuntimeCore Utils.swift
[696/734] Compiling NIOExtras QuiescingHelper.swift
[698/733] Compiling NIOExtras FixedLengthFrameDecoder.swift
[699/733] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[702/733] Emitting module NIOExtras
[703/733] Compiling NIOExtras DebugInboundEventsHandler.swift
[704/733] Compiling NIOExtras DebugOutboundEventsHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[705/733] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
 22 | import ucrt
 23 | #else
 24 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 25 | #endif
 26 |
[706/733] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[707/733] Compiling NIOExtras JSONRPCFraming.swift
[714/733] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[715/733] Compiling NIOExtras LengthFieldPrepender.swift
[716/733] Compiling NIOExtras LineBasedFrameDecoder.swift
[719/733] Compiling NIOExtras UnsafeTransfer.swift
[720/733] Compiling NIOExtras WritePCAPHandler.swift
BUILD FAILURE 6.1 android