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 (901c5d), with Swift 6.1 for Android on 3 Sep 2025 10:44:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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 901c5df Revert previous change and require swift-aws-lambda-events 1.2.1
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
901c5df80c5c4aebd75d3a83035f6c8bc453392d
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" : "2.0.0-beta.2",
            "upper_bound" : "3.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.2.1",
            "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.15.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.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" : "15.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",
        "FunctionURLLambda.swift",
        "Lambda+Testing.swift",
        "LambdaEvent.swift",
        "LambdaTestFramework.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",
        "FunctionURLLambda.swift",
        "LambdaFunction.swift",
        "LambdaRequestContext.swift",
        "PreludeService.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift",
        "Utils/OutputBuffer.swift",
        "Utils/String+percentEncode.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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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-events.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio.git
[1/833] Fetching swift-extras-base64
[776/3446] Fetching swift-extras-base64, swift-aws-lambda-events
[3447/16857] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime
[3984/41808] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime, hummingbird
[11872/119818] Fetching swift-extras-base64, swift-aws-lambda-events, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (1.16s)
[50238/117205] Fetching swift-extras-base64, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (1.66s)
[85949/116372] Fetching swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.69s)
[61778/91421] Fetching swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (5.07s)
Fetched https://github.com/apple/swift-nio.git from cache (5.11s)
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 (7.20s)
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.2.1 (0.63s)
Fetching https://github.com/apple/swift-http-types.git
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.16.0 (1.12s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2698] Fetching swift-nio-transport-services
[487/5131] Fetching swift-nio-transport-services, swift-service-lifecycle
[1595/11258] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras
[8172/22919] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2
[10900/37038] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client
[12451/52113] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.71s)
[15281/45986] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[29896/51129] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.64s)
Fetching https://github.com/apple/swift-metrics.git
[41289/45986] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.50s)
Fetching https://github.com/apple/swift-log.git
[27558/31867] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2, swift-nio-ssl
[27774/34212] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-http2, swift-nio-ssl, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.49s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.88s)
[29435/33337] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.89s)
[26854/30639] Fetching swift-nio-http2, swift-nio-ssl, swift-log
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
[1/5165] Fetching swift-async-algorithms
[1241/22559] Fetching swift-async-algorithms, swift-collections
[1345/24373] Fetching swift-async-algorithms, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.47s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.59s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.48s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
[4349/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (3.75s)
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.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.80s)
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.93s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.50s)
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.49s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.23s)
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.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.55s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.71s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.64s)
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/1629] Fetching swift-asn1
[1630/2805] Fetching swift-asn1, swift-http-structured-headers
[2501/8790] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms
[3884/15251] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.56s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.56s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.56s)
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 (1.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (3.25s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.11s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git
[1/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.15s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (2.75s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.96s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.96s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (0.92s)
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 2.0.0-beta.2 (0.92s)
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.2.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.4
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.16.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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.15.0
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.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.4.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 2.0.0-beta.2
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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.29.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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.13.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.27.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/94] Write sources
[35/94] Compiling CNIODarwin shim.c
[36/94] Compiling CNIOWindows shim.c
[37/94] Compiling _AtomicsShims.c
[38/94] Compiling CNIOWindows WSAStartup.c
[39/94] Compiling CNIOWASI CNIOWASI.c
[40/94] Compiling CNIOLLHTTP c_nio_http.c
[41/94] Compiling CNIOPosix event_loop_id.c
[42/94] Write sources
[47/94] Compiling CNIOLinux liburing_shims.c
[48/94] Compiling CNIOLLHTTP c_nio_api.c
[49/94] Compiling CNIOLinux shim.c
[50/94] Write swift-version-24593BA9C3E375BF.txt
[51/95] Compiling CNIOLLHTTP c_nio_llhttp.c
[53/130] Emitting module Logging
[53/130] Compiling c-nioatomics.c
[55/130] Emitting module _NIOBase64
[56/130] Compiling _NIOBase64 Base64.swift
[57/131] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/131] Compiling InternalCollectionsUtilities Debugging.swift
[58/132] Compiling c-atomics.c
[60/132] Compiling HTTPTypes HTTPParsedFields.swift
[61/136] Compiling _NIODataStructures Heap.swift
[63/136] Emitting module _NIODataStructures
[64/136] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/136] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/139] Compiling HTTPTypes NIOLock.swift
[67/145] Compiling HTTPTypes HTTPResponse.swift
[68/145] Compiling ServiceContextModule ServiceContextKey.swift
[69/145] Compiling HTTPTypes ISOLatin1String.swift
[70/145] Compiling _NIODataStructures PriorityQueue.swift
[71/145] Compiling _NIODataStructures _TinyArray.swift
[72/146] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[73/146] Compiling CoreMetrics Metrics.swift
[75/146] Emitting module InternalCollectionsUtilities
[76/146] Compiling InternalCollectionsUtilities Descriptions.swift
[77/146] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/146] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/146] Compiling InternalCollectionsUtilities Integer rank.swift
[80/146] Emitting module ServiceContextModule
[81/146] Emitting module HTTPTypes
[82/146] Compiling ServiceContextModule ServiceContext.swift
[83/147] Compiling HTTPTypes HTTPRequest.swift
[84/147] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/147] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/147] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/147] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/147] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[89/147] Compiling InternalCollectionsUtilities _SortedCollection.swift
[91/148] Compiling NIOConcurrencyHelpers lock.swift
[93/148] Compiling NIOConcurrencyHelpers NIOLock.swift
[94/148] Emitting module NIOConcurrencyHelpers
[95/148] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[96/148] Compiling NIOConcurrencyHelpers atomics.swift
[98/170] Compiling Atomics AtomicStorage.swift
[99/170] Compiling Atomics AtomicValue.swift
[100/172] Compiling Atomics AtomicMemoryOrderings.swift
[101/172] Compiling Atomics DoubleWord.swift
[102/172] Compiling Atomics UnsafeAtomic.swift
[103/172] Compiling Atomics UnsafeAtomicLazyReference.swift
[104/172] Compiling Atomics ManagedAtomic.swift
[105/172] Compiling Atomics ManagedAtomicLazyReference.swift
[106/183] Compiling Instrumentation NoOpInstrument.swift
[107/246] Compiling Instrumentation MultiplexInstrument.swift
[108/246] Compiling _RopeModule BigString+Iterators.swift
[109/246] Compiling _RopeModule BigString+Metrics.swift
[110/246] Compiling _RopeModule BigString+Summary.swift
[111/246] Compiling _RopeModule BigString+Chunk+Splitting.swift
[112/246] Compiling _RopeModule BigString+Chunk.swift
[113/246] Compiling Logging MetadataProvider.swift
[114/246] Compiling Instrumentation InstrumentationSystem.swift
[115/246] Compiling Instrumentation Instrument.swift
[116/246] Emitting module Instrumentation
[117/246] Compiling Instrumentation Locks.swift
[118/246] Compiling ConcurrencyHelpers LockedValueBox.swift
[119/246] Compiling ConcurrencyHelpers Lock.swift
[120/246] Emitting module ConcurrencyHelpers
[121/247] Emitting module CoreMetrics
[122/247] Compiling CoreMetrics Locks.swift
[123/249] Compiling Logging Locks.swift
[124/249] Compiling Logging Logging.swift
[125/249] Compiling Logging LogHandler.swift
[130/318] Compiling Tracing InstrumentationSystem+Tracing.swift
[131/318] Emitting module Tracing
[132/318] Compiling Tracing TracingTime.swift
[133/318] Emitting module UnixSignals
[134/318] Compiling Tracing TracerProtocol.swift
[135/318] Compiling Tracing Tracer.swift
[136/318] Compiling Tracing TracerProtocol+Legacy.swift
[137/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[138/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[139/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[140/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[141/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[142/318] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[143/318] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[144/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[145/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[146/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[147/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[148/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[149/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[150/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[151/325] Compiling UnixSignals UnixSignal.swift
[152/325] Compiling UnixSignals UnixSignalsSequence.swift
[153/326] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[154/326] Compiling OrderedCollections _HashTable+Testing.swift
[155/326] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[156/326] Compiling OrderedCollections _HashTable+Bucket.swift
[157/326] Compiling OrderedCollections _HashTable+BucketIterator.swift
[158/326] Compiling OrderedCollections _HashTable+Constants.swift
[160/326] Compiling OrderedCollections OrderedDictionary.swift
[161/326] Compiling OrderedCollections OrderedSet+Codable.swift
[162/326] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[163/326] Compiling OrderedCollections OrderedSet+Descriptions.swift
[164/326] Compiling OrderedCollections OrderedSet+Diffing.swift
[165/326] Compiling OrderedCollections OrderedSet+Equatable.swift
[166/326] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[167/326] Compiling OrderedCollections OrderedSet+Hashable.swift
[168/326] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[169/326] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[170/326] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[171/326] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[172/326] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[173/326] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[174/326] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[175/326] Compiling OrderedCollections OrderedDictionary+Values.swift
[176/326] Compiling OrderedCollections OrderedSet+Initializers.swift
[177/326] Compiling OrderedCollections OrderedSet+Insertions.swift
[178/326] Compiling OrderedCollections OrderedSet+Invariants.swift
[179/326] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[180/326] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[181/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[182/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[183/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[184/326] Compiling OrderedCollections OrderedDictionary+Codable.swift
[185/326] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[186/326] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[187/326] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[188/326] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[189/326] Compiling OrderedCollections OrderedDictionary+Elements.swift
[190/326] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[191/326] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[192/326] Compiling Tracing NoOpTracer.swift
[193/326] Compiling Tracing SpanProtocol.swift
[195/333] Emitting module Atomics
[212/344] Compiling OrderedCollections OrderedSet+Sendable.swift
[213/344] Compiling OrderedCollections OrderedSet+SubSequence.swift
[214/344] Compiling OrderedCollections OrderedSet+Testing.swift
[231/344] Compiling OrderedCollections _HashTable.swift
[232/344] Compiling OrderedCollections _Hashtable+Header.swift
[235/344] Compiling HeapModule _HeapNode.swift
[236/344] Compiling HeapModule Heap+Invariants.swift
[237/344] Compiling HeapModule Heap+Descriptions.swift
[238/435] Compiling HeapModule Heap+UnsafeHandle.swift
[239/435] Compiling HeapModule Heap.swift
[240/435] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[241/435] Emitting module HeapModule
[243/436] Compiling DequeModule _DequeBuffer.swift
[244/436] Compiling DequeModule _DequeBufferHeader.swift
[245/438] Emitting module _RopeModule
[246/438] Compiling DequeModule Deque+CustomReflectable.swift
[247/438] Compiling DequeModule Deque+Descriptions.swift
[248/438] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[249/438] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[250/438] Compiling HashTreeCollections _HashNode+Storage.swift
[251/438] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[252/438] Compiling HashTreeCollections _HashNode+Structural filter.swift
[253/438] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[254/438] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[255/438] Compiling DequeModule Deque+Equatable.swift
[256/438] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[257/438] Compiling DequeModule Deque+Extras.swift
[258/438] Compiling DequeModule Deque+Hashable.swift
[265/438] Compiling DequeModule Deque+Codable.swift
[266/438] Compiling DequeModule Deque+Collection.swift
[267/438] Emitting module OrderedCollections
[268/438] Compiling DequeModule _DequeSlot.swift
[269/438] Compiling DequeModule _UnsafeWrappedBuffer.swift
[270/439] Compiling HashTreeCollections TreeSet+Hashable.swift
[271/439] Compiling HashTreeCollections TreeSet+Sendable.swift
[272/439] Compiling HashTreeCollections TreeSet+Sequence.swift
[273/439] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[274/439] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[275/439] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[276/439] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[277/439] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[278/439] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[279/439] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[280/449] Compiling DequeModule Deque+Testing.swift
[281/449] Compiling DequeModule Deque._Storage.swift
[282/449] Compiling DequeModule Deque._UnsafeHandle.swift
[283/449] Compiling DequeModule Deque.swift
[285/449] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[286/449] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[287/449] Compiling HashTreeCollections TreeDictionary+Filter.swift
[288/449] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[289/449] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[290/449] Compiling HashTreeCollections TreeDictionary+Keys.swift
[291/449] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[292/449] Compiling HashTreeCollections TreeDictionary+Merge.swift
[293/449] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[294/449] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[295/449] Compiling HashTreeCollections TreeDictionary+Values.swift
[296/449] Compiling HashTreeCollections TreeDictionary.swift
[297/449] Compiling HashTreeCollections TreeSet+Codable.swift
[298/449] Compiling HashTreeCollections TreeSet+Collection.swift
[299/449] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[300/449] Compiling HashTreeCollections TreeSet+Debugging.swift
[301/449] Compiling HashTreeCollections TreeSet+Descriptions.swift
[302/449] Compiling HashTreeCollections TreeSet+Equatable.swift
[303/449] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[304/449] Compiling HashTreeCollections TreeSet+Extras.swift
[305/449] Compiling HashTreeCollections TreeSet+Filter.swift
[306/449] Emitting module DequeModule
[317/450] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[317/471] Wrapping AST for _NIODataStructures for debugging
[319/476] Compiling HTTPTypes HTTPFieldName.swift
[320/481] Compiling HTTPTypes HTTPFields.swift
[321/481] Compiling HTTPTypes HTTPField.swift
[323/504] Wrapping AST for _NIOBase64 for debugging
[324/504] Wrapping AST for UnixSignals for debugging
[326/505] Compiling BitCollections BitArray+Fill.swift
[327/505] Compiling BitCollections BitArray+Hashable.swift
[328/505] Compiling BitCollections BitArray+Initializers.swift
[329/505] Compiling BitCollections BitArray+Invariants.swift
[330/505] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[331/505] Compiling BitCollections BitArray+RandomBits.swift
[332/505] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[333/505] Compiling BitCollections BitArray+Shifts.swift
[334/505] Compiling BitCollections BitArray+Testing.swift
[335/505] Compiling BitCollections BitArray._UnsafeHandle.swift
[336/505] Compiling BitCollections BitArray.swift
[337/634] Emitting module Metrics
[338/634] Compiling Metrics Metrics.swift
[340/635] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[341/635] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[342/635] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[343/635] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[344/635] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[345/635] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[346/635] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[347/635] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[348/635] Compiling HashTreeCollections TreeSet.swift
[350/635] Compiling NIOCore ByteBuffer-hex.swift
[351/635] Compiling NIOCore ByteBuffer-int.swift
[352/635] Compiling AsyncAlgorithms ChannelStateMachine.swift
[353/635] Compiling AsyncAlgorithms ChannelStorage.swift
[354/635] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[355/635] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[356/635] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[357/642] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[358/642] Compiling NIOCore EventLoopFuture.swift
[359/642] Compiling NIOCore FileDescriptor.swift
[360/642] Compiling NIOCore FileHandle.swift
[361/642] Compiling NIOCore FileRegion.swift
[362/642] Compiling NIOCore GlobalSingletons.swift
[363/642] Compiling NIOCore IO.swift
[364/642] Compiling BitCollections UInt+Tricks.swift
[365/642] Compiling BitCollections _Word.swift
[366/642] Compiling NIOCore RecvByteBufferAllocator.swift
[368/642] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[369/642] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[370/642] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[371/642] Compiling HashTreeCollections _HashNode+Structural merge.swift
[375/642] Compiling AsyncAlgorithms CombineLatestStorage.swift
[376/642] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[377/642] Compiling AsyncAlgorithms DebounceStateMachine.swift
[378/642] Compiling AsyncAlgorithms DebounceStorage.swift
[379/642] Compiling AsyncAlgorithms Dictionary.swift
[380/642] Compiling NIOCore IOData.swift
[381/642] Compiling NIOCore IPProtocol.swift
[382/642] Compiling NIOCore IntegerBitPacking.swift
[383/642] Compiling AWSLambdaEvents SNS.swift
[384/642] Compiling AWSLambdaEvents SQS.swift
[385/642] Compiling AWSLambdaEvents Base64.swift
[386/642] Compiling NIOCore ByteBuffer-core.swift
[392/642] Wrapping AST for Tracing for debugging
[394/643] Compiling AWSLambdaEvents ALB.swift
[395/643] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[396/643] Compiling AWSLambdaEvents APIGateway+V2.swift
[397/643] Compiling AWSLambdaEvents APIGateway+WebSockets.swift
[398/643] Compiling AWSLambdaEvents APIGateway.swift
[399/643] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[400/643] Compiling AWSLambdaEvents AWSRegion.swift
[401/643] Compiling AWSLambdaEvents AppSync.swift
[402/643] Compiling AWSLambdaEvents BedrockAgent.swift
[403/643] Compiling AWSLambdaEvents CloudFormation.swift
[404/643] Compiling AWSLambdaEvents Cloudwatch.swift
[404/643] Wrapping AST for ServiceContextModule for debugging
[406/643] Wrapping AST for OrderedCollections for debugging
[416/643] Compiling NIOCore IntegerTypes.swift
[417/643] Compiling NIOCore Interfaces.swift
[418/643] Compiling NIOCore Linux.swift
[419/643] Compiling NIOCore MarkedCircularBuffer.swift
[420/643] Compiling NIOCore MulticastChannel.swift
[421/643] Compiling NIOCore EventLoopFuture+Deprecated.swift
[421/643] Wrapping AST for _RopeModule for debugging
[423/643] Emitting module BitCollections
[431/643] Wrapping AST for NIOConcurrencyHelpers for debugging
[432/643] Wrapping AST for Metrics for debugging
[433/643] Wrapping AST for Logging for debugging
[434/643] Wrapping AST for InternalCollectionsUtilities for debugging
[441/649] Wrapping AST for Instrumentation for debugging
[443/649] Emitting module HashTreeCollections
[443/649] Wrapping AST for HTTPTypes for debugging
[445/649] Compiling BitCollections BitSet.Index.swift
[446/649] Compiling BitCollections BitSet._UnsafeHandle.swift
[447/649] Compiling BitCollections BitSet.swift
[448/649] Compiling BitCollections Range+Utilities.swift
[449/649] Compiling BitCollections Slice+Utilities.swift
[455/649] Compiling AWSLambdaEvents DecodableRequest.swift
[456/649] Compiling AWSLambdaEvents EncodableResponse.swift
[457/649] Compiling AWSLambdaEvents SQS+Decode.swift
[458/649] Compiling AWSLambdaEvents Cognito.swift
[459/649] Compiling AWSLambdaEvents DynamoDB.swift
[460/649] Compiling AWSLambdaEvents FunctionURL.swift
[461/649] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[462/649] Compiling AWSLambdaEvents S3.swift
[463/649] Compiling AWSLambdaEvents SES.swift
[467/649] Wrapping AST for HeapModule for debugging
[469/650] Emitting module AsyncAlgorithms
[469/650] Wrapping AST for DequeModule for debugging
[493/651] Wrapping AST for CoreMetrics for debugging
[494/651] Wrapping AST for ConcurrencyHelpers for debugging
[504/659] Wrapping AST for Atomics for debugging
[505/659] Wrapping AST for BitCollections for debugging
[521/659] Compiling ExtrasBase64 Base32.swift
[522/659] Emitting module ExtrasBase64
[523/659] Compiling ExtrasBase64 Base64.swift
[535/660] Wrapping AST for HashTreeCollections for debugging
[537/662] Wrapping AST for ExtrasBase64 for debugging
[545/662] Emitting module Collections
[546/662] Compiling Collections Collections.swift
[561/663] Wrapping AST for Collections for debugging
[563/663] Compiling AsyncAlgorithms SetAlgebra.swift
[564/663] Compiling AsyncAlgorithms UnsafeTransfer.swift
[565/663] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[566/663] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[567/663] Compiling AsyncAlgorithms ZipStateMachine.swift
[568/663] Compiling AsyncAlgorithms ZipStorage.swift
[586/664] Wrapping AST for AsyncAlgorithms for debugging
[588/672] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[589/672] Compiling NIOCore SocketAddresses.swift
[590/672] Compiling NIOCore SocketOptionProvider.swift
[591/672] Compiling NIOCore SystemCallHelpers.swift
[592/672] Compiling NIOCore TimeAmount+Duration.swift
[593/672] Compiling NIOCore TypeAssistedChannelHandler.swift
[594/672] Compiling NIOCore UniversalBootstrapSupport.swift
[595/672] Compiling NIOCore Utilities.swift
[596/672] Compiling ServiceLifecycle GracefulShutdown.swift
[597/673] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[598/673] Emitting module ServiceLifecycle
[599/673] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[600/673] Compiling ServiceLifecycle CancellationWaiter.swift
[601/673] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[602/673] Compiling ServiceLifecycle ServiceRunnerError.swift
[613/676] Emitting module AWSLambdaEvents
[614/676] Compiling ServiceLifecycle Service.swift
[615/676] Compiling ServiceLifecycle ServiceGroup.swift
[616/677] Wrapping AST for ServiceLifecycle for debugging
[618/677] Compiling AWSLambdaEvents DateWrappers.swift
[619/677] Compiling AWSLambdaEvents HTTP.swift
[620/677] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[634/678] Wrapping AST for AWSLambdaEvents for debugging
[636/678] Emitting module NIOCore
[664/681] Wrapping AST for NIOCore for debugging
[666/733] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[667/733] Emitting module NIOHTTPTypes
[668/734] Wrapping AST for NIOHTTPTypes for debugging
[670/734] Compiling NIOEmbedded AsyncTestingChannel.swift
[671/734] Emitting module NIOEmbedded
[672/734] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[673/734] Compiling NIOEmbedded Embedded.swift
[674/735] Wrapping AST for NIOEmbedded for debugging
[676/735] Emitting module NIOPosix
[677/741] Compiling NIOPosix Pool.swift
[678/741] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[679/741] Compiling NIOPosix PosixSingletons.swift
[680/741] Compiling NIOPosix RawSocketBootstrap.swift
[681/741] Compiling NIOPosix Resolver.swift
[682/741] Compiling NIOPosix Selectable.swift
[683/741] Compiling NIOPosix SelectableChannel.swift
[684/741] Compiling NIOPosix SelectableEventLoop.swift
[685/741] Compiling NIOPosix SelectorEpoll.swift
[686/741] Compiling NIOPosix SelectorGeneric.swift
[687/741] Compiling NIOPosix SelectorKqueue.swift
[688/741] Compiling NIOPosix SelectorUring.swift
[689/741] Compiling NIOPosix ServerSocket.swift
[690/741] Compiling NIOPosix Socket.swift
[691/741] Compiling NIOPosix SocketChannel.swift
[692/741] Compiling NIOPosix SocketProtocols.swift
[693/741] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[694/741] Compiling NIOPosix System.swift
[695/741] Compiling NIOPosix Thread.swift
[696/741] Compiling NIOPosix ThreadPosix.swift
[697/741] Compiling NIOPosix ThreadWindows.swift
[698/741] Compiling NIOPosix UnsafeTransfer.swift
[699/741] Compiling NIOPosix Utilities.swift
[700/741] Compiling NIOPosix VsockAddress.swift
[701/741] Compiling NIOPosix VsockChannelEvents.swift
[702/741] Compiling NIOPosix Bootstrap.swift
[703/741] Compiling NIOPosix ControlMessage.swift
[704/741] Compiling NIOPosix DatagramVectorReadManager.swift
[705/741] Compiling NIOPosix Errors+Any.swift
[706/741] Compiling NIOPosix FileDescriptor.swift
[707/741] Compiling NIOPosix GetaddrinfoResolver.swift
[708/741] Compiling NIOPosix HappyEyeballs.swift
[709/741] Compiling NIOPosix IO.swift
[710/741] Compiling NIOPosix IntegerBitPacking.swift
[711/741] Compiling NIOPosix IntegerTypes.swift
[712/741] Compiling NIOPosix Linux.swift
[713/741] Compiling NIOPosix LinuxCPUSet.swift
[714/741] Compiling NIOPosix LinuxUring.swift
[715/741] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[716/741] Compiling NIOPosix NIOPosixSendableMetatype.swift
[717/741] Compiling NIOPosix NIOThreadPool.swift
[718/741] Compiling NIOPosix NonBlockingFileIO.swift
[719/741] Compiling NIOPosix PendingDatagramWritesManager.swift
[720/741] Compiling NIOPosix PendingWritesManager.swift
[721/741] Compiling NIOPosix PipeChannel.swift
[722/741] Compiling NIOPosix PipePair.swift
[723/741] Compiling NIOPosix BSDSocketAPICommon.swift
[724/741] Compiling NIOPosix BSDSocketAPIPosix.swift
[725/741] Compiling NIOPosix BSDSocketAPIWindows.swift
[726/741] Compiling NIOPosix BaseSocket.swift
[727/741] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[728/741] Compiling NIOPosix BaseSocketChannel.swift
[729/741] Compiling NIOPosix BaseStreamSocketChannel.swift
[730/742] Wrapping AST for NIOPosix for debugging
[732/744] Compiling NIO Exports.swift
[733/744] Emitting module NIO
[734/745] Wrapping AST for NIO for debugging
[736/761] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[737/761] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[738/763] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[739/763] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[740/763] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[741/763] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[742/763] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[743/763] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[744/763] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[745/763] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[746/763] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[747/763] Compiling NIOHTTP1 HTTPTypes.swift
[748/763] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[749/763] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[750/763] Compiling NIOHTTP1 ByteCollectionUtils.swift
[751/763] Compiling NIOHTTP1 HTTPDecoder.swift
[752/763] Compiling NIOHTTP1 HTTPEncoder.swift
[753/763] Emitting module NIOHTTP1
[754/764] Wrapping AST for NIOHTTP1 for debugging
[756/808] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[757/808] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[758/808] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[759/808] Compiling AWSLambdaRuntime SendableMetatype.swift
[760/810] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[761/810] Compiling NIOExtras NIOExtrasError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[762/812] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
 27 | import ucrt
 28 | #else
 29 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 30 | #endif
 31 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:24:8: error: Unsupported platform
 22 | import ucrt
 23 | #else
 24 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 25 | #endif
 26 |
[763/812] Compiling NIOExtras RequestResponseHandler.swift
[764/812] Compiling NIOExtras RequestResponseHandlers+State.swift
[765/812] Compiling NIOExtras PCAPRingBuffer.swift
[766/812] Compiling NIOExtras QuiescingHelper.swift
[767/812] Compiling NIOExtras NIOLengthFieldBitLength.swift
[768/812] Compiling NIOExtras NIORequestIdentifiable.swift
[769/812] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[770/812] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[771/812] Emitting module NIOHTTPTypesHTTP1
[773/813] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[774/813] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[775/813] Compiling NIOExtras JSONRPCFraming.swift
[775/813] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[777/813] Compiling AWSLambdaRuntime Utils.swift
[778/813] Compiling AWSLambdaRuntime Version.swift
[782/813] Emitting module NIOExtras
[783/813] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[784/813] Compiling NIOExtras LengthFieldPrepender.swift
[785/813] Compiling NIOExtras LineBasedFrameDecoder.swift
[786/813] Compiling NIOExtras DebugInboundEventsHandler.swift
[787/813] Compiling NIOExtras DebugOutboundEventsHandler.swift
[788/813] Compiling NIOExtras FixedLengthFrameDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.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/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 |     /// - Returns: An `Instant` representing the current time.
140 |     public var now: Instant {
141 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
142 |         clock_gettime(CLOCK_REALTIME, &ts)
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.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/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 |     /// - Returns: An `Instant` representing the current time.
140 |     public var now: Instant {
141 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
142 |         clock_gettime(CLOCK_REALTIME, &ts)
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.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/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 |     /// - Returns: An `Instant` representing the current time.
140 |     public var now: Instant {
141 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
142 |         clock_gettime(CLOCK_REALTIME, &ts)
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
 27 | import ucrt
 28 | #else
 29 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 30 | #endif
 31 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
 27 | import ucrt
 28 | #else
 29 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 30 | #endif
 31 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
 27 | import ucrt
 28 | #else
 29 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 30 | #endif
 31 |
[803/813] Compiling NIOExtras RequestResponseWithIDHandler.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/42] Write swift-version-24593BA9C3E375BF.txt
[3/87] Compiling ServiceContextModule ServiceContextKey.swift
[4/87] Emitting module ServiceContextModule
[5/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/88] Compiling Logging MetadataProvider.swift
[7/88] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/88] Compiling InternalCollectionsUtilities Debugging.swift
[9/88] Compiling InternalCollectionsUtilities Descriptions.swift
[10/88] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/88] Compiling ServiceContextModule ServiceContext.swift
[12/89] Emitting module _NIOBase64
[14/89] Emitting module Logging
[15/89] Compiling Logging Locks.swift
[16/88] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[17/88] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/88] Compiling HTTPTypes HTTPFieldName.swift
[19/89] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/89] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[21/89] Compiling NIOConcurrencyHelpers lock.swift
[22/89] Compiling NIOConcurrencyHelpers atomics.swift
[23/89] Compiling HTTPTypes ISOLatin1String.swift
[24/89] Emitting module _NIODataStructures
[25/89] Compiling _NIOBase64 Base64.swift
[26/93] Compiling _NIODataStructures PriorityQueue.swift
[27/93] Compiling _NIODataStructures Heap.swift
[28/93] Compiling _NIODataStructures _TinyArray.swift
[29/93] Emitting module HTTPTypes
[30/93] Compiling HTTPTypes HTTPField.swift
[31/94] Emitting module NIOConcurrencyHelpers
[34/93] Emitting module InternalCollectionsUtilities
[35/93] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/93] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/92] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/92] Compiling InternalCollectionsUtilities Integer rank.swift
[40/92] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[44/93] Compiling HTTPTypes HTTPParsedFields.swift
[45/93] Compiling HTTPTypes NIOLock.swift
[47/101] Compiling HTTPTypes HTTPRequest.swift
[48/101] Compiling HTTPTypes HTTPResponse.swift
[49/119] Compiling ConcurrencyHelpers LockedValueBox.swift
[50/119] Compiling HTTPTypes HTTPFields.swift
[51/119] Compiling Instrumentation NoOpInstrument.swift
[52/120] Compiling Instrumentation MultiplexInstrument.swift
[53/120] Compiling Instrumentation Instrument.swift
[54/120] Emitting module Instrumentation
[55/120] Compiling Instrumentation InstrumentationSystem.swift
[56/120] Compiling Instrumentation Locks.swift
[58/120] Compiling Atomics AtomicStorage.swift
[59/120] Compiling Atomics AtomicValue.swift
[60/172] Compiling _RopeModule BigString+Managing Breaks.swift
[61/172] Compiling _RopeModule BigString+RemoveSubrange.swift
[63/190] Compiling ConcurrencyHelpers Lock.swift
[64/190] Emitting module ConcurrencyHelpers
[65/190] Compiling Logging LogHandler.swift
[66/190] Compiling Logging Logging.swift
[67/191] Compiling _RopeModule BigString+ReplaceSubrange.swift
[68/191] Compiling _RopeModule BigString+Split.swift
[69/191] Compiling _RopeModule BigString+Initializers.swift
[70/191] Compiling _RopeModule BigString+Insert.swift
[73/228] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[74/228] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[75/262] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[76/262] Compiling HeapModule Heap+Descriptions.swift
[77/262] Compiling HeapModule Heap.swift
[78/262] Compiling HeapModule _HeapNode.swift
[79/262] Emitting module UnixSignals
[80/262] Compiling UnixSignals UnixSignal.swift
[81/262] Compiling UnixSignals UnixSignalsSequence.swift
[82/263] Emitting module CoreMetrics
[83/263] Compiling CoreMetrics Locks.swift
[84/263] Compiling CoreMetrics Metrics.swift
[85/264] Compiling HeapModule Heap+UnsafeHandle.swift
[86/264] Compiling HeapModule Heap+Invariants.swift
[87/264] Compiling Tracing InstrumentationSystem+Tracing.swift
[88/264] Compiling Tracing NoOpTracer.swift
[89/264] Emitting module HeapModule
[92/263] Compiling Tracing TracingTime.swift
[93/263] Compiling Tracing TracerProtocol.swift
[94/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[95/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[96/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[97/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[98/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[99/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[100/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[101/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[102/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[103/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[104/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[105/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[106/263] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[107/263] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[109/270] Compiling Tracing Tracer.swift
[110/270] Compiling Tracing TracerProtocol+Legacy.swift
[111/270] Emitting module Tracing
[112/271] Compiling OrderedCollections OrderedDictionary+Codable.swift
[113/271] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[114/271] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[115/271] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[116/271] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[117/271] Compiling OrderedCollections OrderedDictionary+Elements.swift
[118/271] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[119/271] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[120/271] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[123/271] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[124/271] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[125/271] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[126/271] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[127/271] Compiling OrderedCollections OrderedDictionary+Values.swift
[128/271] Compiling OrderedCollections OrderedDictionary.swift
[129/271] Compiling OrderedCollections OrderedSet+Codable.swift
[130/271] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[131/271] Compiling OrderedCollections OrderedSet+Descriptions.swift
[132/271] Compiling OrderedCollections OrderedSet+Diffing.swift
[133/271] Compiling OrderedCollections OrderedSet+Equatable.swift
[134/271] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[135/271] Compiling OrderedCollections OrderedSet+Hashable.swift
[136/271] Compiling OrderedCollections OrderedSet+Initializers.swift
[137/271] Compiling OrderedCollections OrderedSet+Insertions.swift
[138/271] Compiling OrderedCollections OrderedSet+Invariants.swift
[139/271] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[140/271] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[141/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[142/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[143/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[144/331] Compiling Tracing SpanProtocol.swift
[145/363] Emitting module Metrics
[146/363] Compiling Metrics Metrics.swift
[148/363] Compiling HashTreeCollections _HashNode+Storage.swift
[149/363] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[151/364] Compiling HashTreeCollections _Bitmap.swift
[152/364] Compiling HashTreeCollections _Bucket.swift
[153/364] Compiling HashTreeCollections _HashNodeHeader.swift
[154/364] Compiling HashTreeCollections _HashSlot.swift
[155/364] Compiling HashTreeCollections _HashStack.swift
[156/364] Compiling HashTreeCollections _HashTreeIterator.swift
[157/364] Compiling HashTreeCollections _HashTreeStatistics.swift
[158/364] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[159/364] Compiling HashTreeCollections _RawHashNode.swift
[160/364] Compiling HashTreeCollections _UnmanagedHashNode.swift
[161/364] Compiling HashTreeCollections _UnsafePath.swift
[162/373] Emitting module Atomics
[163/373] Compiling HashTreeCollections _HashNode+Structural filter.swift
[164/373] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[165/373] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[166/373] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[167/373] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[168/373] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[169/373] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[170/373] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[179/374] Compiling HashTreeCollections TreeDictionary+Codable.swift
[180/374] Compiling HashTreeCollections TreeDictionary+Collection.swift
[181/374] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[182/374] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[183/374] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[184/374] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[185/374] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[186/374] Compiling HashTreeCollections TreeDictionary+Filter.swift
[187/374] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[188/393] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[189/393] Compiling HashTreeCollections TreeDictionary+Keys.swift
[190/393] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[191/393] Compiling HashTreeCollections TreeDictionary+Merge.swift
[192/393] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[193/393] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[194/393] Compiling HashTreeCollections TreeDictionary+Values.swift
[195/393] Compiling HashTreeCollections TreeDictionary.swift
[196/393] Compiling HashTreeCollections TreeSet+Codable.swift
[197/393] Compiling HashTreeCollections TreeSet+Collection.swift
[198/422] Compiling HashTreeCollections TreeSet+Hashable.swift
[199/422] Compiling HashTreeCollections TreeSet+Sendable.swift
[200/422] Compiling _RopeModule Rope+Join.swift
[201/422] Compiling _RopeModule Rope+MutatingForEach.swift
[202/422] Compiling _RopeModule Rope+Remove.swift
[203/422] Compiling _RopeModule Rope+RemoveSubrange.swift
[204/422] Compiling _RopeModule Rope+Split.swift
[205/422] Compiling _RopeModule Optional Utilities.swift
[206/422] Compiling _RopeModule String Utilities.swift
[207/422] Compiling _RopeModule String.Index+ABI.swift
[208/460] Compiling AWSLambdaEvents DecodableRequest.swift
[209/460] Compiling AWSLambdaEvents EncodableResponse.swift
[210/460] Compiling AWSLambdaEvents APIGateway.swift
[211/460] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[212/460] Compiling AWSLambdaEvents AWSRegion.swift
[213/460] Compiling AWSLambdaEvents AppSync.swift
[214/460] Compiling AWSLambdaEvents ALB.swift
[215/460] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[216/460] Compiling AWSLambdaEvents APIGateway+V2.swift
[217/460] Compiling AWSLambdaEvents APIGateway+WebSockets.swift
[221/460] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[222/460] Compiling HashTreeCollections TreeSet+Debugging.swift
[223/460] Compiling HashTreeCollections TreeSet+Descriptions.swift
[224/460] Compiling HashTreeCollections TreeSet+Equatable.swift
[225/460] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[226/460] Compiling HashTreeCollections TreeSet+Extras.swift
[227/460] Compiling HashTreeCollections TreeSet+Filter.swift
[228/460] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[229/460] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[230/460] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[231/460] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[232/460] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[233/460] Compiling BitCollections BitSet+SetAlgebra union.swift
[234/460] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[235/460] Compiling BitCollections BitSet.Counted.swift
[246/460] Compiling AWSLambdaEvents Cloudwatch.swift
[247/460] Compiling AWSLambdaEvents Cognito.swift
[253/460] Compiling AWSLambdaEvents BedrockAgent.swift
[260/460] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[261/460] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[262/460] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[263/460] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[264/460] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[265/460] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[266/460] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[267/460] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[268/460] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[269/460] Compiling HashTreeCollections TreeSet.swift
[270/460] Emitting module DequeModule
[271/461] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[272/461] Compiling BitCollections BitSet+CustomReflectable.swift
[273/461] Compiling BitCollections BitSet+CustomStringConvertible.swift
[274/461] Compiling BitCollections BitSet+Equatable.swift
[275/461] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[276/461] Compiling BitCollections BitSet+Extras.swift
[277/461] Compiling BitCollections BitSet+Hashable.swift
[278/461] Compiling BitCollections BitSet+Initializers.swift
[279/461] Compiling BitCollections BitSet+Invariants.swift
[280/461] Compiling BitCollections BitSet+Random.swift
[281/461] Compiling BitCollections BitSet+SetAlgebra basics.swift
[282/461] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[283/461] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[284/461] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[285/468] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[286/468] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[287/468] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[288/468] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[289/468] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[290/468] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[311/467] Emitting module BitCollections
[312/467] Emitting module OrderedCollections
[316/467] Compiling AWSLambdaEvents DynamoDB.swift
[317/467] Compiling AWSLambdaEvents FunctionURL.swift
[320/467] Compiling AWSLambdaEvents SQS+Decode.swift
[321/467] Compiling AWSLambdaEvents SNS.swift
[322/467] Compiling AWSLambdaEvents SQS.swift
[323/467] Compiling AWSLambdaEvents Base64.swift
[324/467] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[325/467] Compiling AWSLambdaEvents S3.swift
[326/467] Compiling AWSLambdaEvents SES.swift
[327/467] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[334/467] Compiling BitCollections _Word.swift
[343/495] Compiling NIOCore NIOAsyncWriter.swift
[344/495] Compiling NIOCore ByteBuffer-multi-int.swift
[345/495] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[346/531] Compiling NIOCore ByteBuffer-views.swift
[347/531] Compiling NIOCore Channel.swift
[348/531] Compiling NIOCore ChannelHandler.swift
[349/531] Compiling NIOCore NIOAny.swift
[350/531] Compiling NIOCore NIOCloseOnErrorHandler.swift
[351/531] Compiling NIOCore NIOCoreSendableMetatype.swift
[352/531] Compiling NIOCore NIOLoopBound.swift
[353/531] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[354/531] Compiling NIOCore NIOScheduledCallback.swift
[355/531] Compiling NIOCore NIOSendable.swift
[356/531] Emitting module _RopeModule
[357/576] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[358/576] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[359/576] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[360/576] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[361/576] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[362/576] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[363/576] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[364/576] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[365/576] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[366/576] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[367/576] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[368/576] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[369/576] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[370/576] Compiling AsyncAlgorithms CombineLatestStorage.swift
[371/576] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[372/576] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[373/576] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[374/576] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[375/576] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[376/576] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[377/576] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[378/576] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[379/576] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[380/576] Compiling AsyncAlgorithms AsyncChannel.swift
[381/576] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[382/576] Compiling AsyncAlgorithms ChannelStateMachine.swift
[383/576] Compiling AsyncAlgorithms ChannelStorage.swift
[384/576] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[398/576] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[399/576] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[400/576] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[401/576] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[402/576] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[425/576] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[426/576] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[427/576] Compiling AsyncAlgorithms MergeStateMachine.swift
[428/576] Compiling AsyncAlgorithms MergeStorage.swift
[429/576] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[430/576] Compiling AsyncAlgorithms Rethrow.swift
[434/582] Emitting module AWSLambdaEvents
[435/582] Emitting module AsyncAlgorithms
[443/582] Compiling NIOCore RecvByteBufferAllocator.swift
[445/590] Compiling AsyncAlgorithms DebounceStateMachine.swift
[446/590] Compiling AsyncAlgorithms DebounceStorage.swift
[447/590] Compiling AsyncAlgorithms Dictionary.swift
[448/590] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[449/590] Compiling AsyncAlgorithms Locking.swift
[500/590] Compiling AsyncAlgorithms SetAlgebra.swift
[501/590] Compiling AsyncAlgorithms UnsafeTransfer.swift
[502/590] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[503/590] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[504/590] Compiling AsyncAlgorithms ZipStateMachine.swift
[505/590] Compiling AsyncAlgorithms ZipStorage.swift
[506/590] Compiling NIOCore MarkedCircularBuffer.swift
[507/590] Compiling NIOCore MulticastChannel.swift
[523/598] Emitting module HashTreeCollections
[525/598] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[526/598] Compiling ServiceLifecycle CancellationWaiter.swift
[527/598] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[528/599] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[529/599] Emitting module ServiceLifecycle
[530/599] Compiling ServiceLifecycle GracefulShutdown.swift
[540/599] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[541/599] Compiling NIOCore SocketAddresses.swift
[542/599] Compiling NIOCore SocketOptionProvider.swift
[543/599] Compiling NIOCore SystemCallHelpers.swift
[544/599] Compiling NIOCore TimeAmount+Duration.swift
[545/599] Compiling NIOCore TypeAssistedChannelHandler.swift
[546/599] Compiling NIOCore UniversalBootstrapSupport.swift
[547/599] Compiling NIOCore Utilities.swift
[548/601] Compiling ServiceLifecycle ServiceRunnerError.swift
[549/601] Compiling Collections Collections.swift
[550/601] Emitting module Collections
[561/601] Compiling ServiceLifecycle Service.swift
[562/601] Compiling ServiceLifecycle ServiceGroup.swift
[564/601] Emitting module ExtrasBase64
[565/601] Compiling ExtrasBase64 Base32.swift
[566/601] Compiling ExtrasBase64 Base64.swift
[586/601] Emitting module NIOCore
[588/655] Emitting module NIOHTTPTypes
[589/655] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[591/655] Compiling NIOEmbedded Embedded.swift
[592/655] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[593/655] Emitting module NIOEmbedded
[594/655] Compiling NIOEmbedded AsyncTestingChannel.swift
[596/655] Emitting module NIOPosix
[597/661] Compiling NIOPosix Socket.swift
[598/661] Compiling NIOPosix SocketChannel.swift
[599/661] Compiling NIOPosix SocketProtocols.swift
[600/661] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[601/661] Compiling NIOPosix System.swift
[602/661] Compiling NIOPosix Thread.swift
[603/661] Compiling NIOPosix SelectableEventLoop.swift
[604/661] Compiling NIOPosix SelectorEpoll.swift
[605/661] Compiling NIOPosix SelectorGeneric.swift
[606/661] Compiling NIOPosix SelectorKqueue.swift
[607/661] Compiling NIOPosix SelectorUring.swift
[608/661] Compiling NIOPosix ServerSocket.swift
[609/661] Compiling NIOPosix Pool.swift
[610/661] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[611/661] Compiling NIOPosix PosixSingletons.swift
[612/661] Compiling NIOPosix RawSocketBootstrap.swift
[613/661] Compiling NIOPosix Resolver.swift
[614/661] Compiling NIOPosix Selectable.swift
[615/661] Compiling NIOPosix SelectableChannel.swift
[616/661] Compiling NIOPosix NIOPosixSendableMetatype.swift
[617/661] Compiling NIOPosix NIOThreadPool.swift
[618/661] Compiling NIOPosix NonBlockingFileIO.swift
[619/661] Compiling NIOPosix PendingDatagramWritesManager.swift
[620/661] Compiling NIOPosix PendingWritesManager.swift
[621/661] Compiling NIOPosix PipeChannel.swift
[622/661] Compiling NIOPosix PipePair.swift
[623/661] Compiling NIOPosix IO.swift
[624/661] Compiling NIOPosix IntegerBitPacking.swift
[625/661] Compiling NIOPosix IntegerTypes.swift
[626/661] Compiling NIOPosix Linux.swift
[627/661] Compiling NIOPosix LinuxCPUSet.swift
[628/661] Compiling NIOPosix LinuxUring.swift
[629/661] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[630/661] Compiling NIOPosix BSDSocketAPICommon.swift
[631/661] Compiling NIOPosix BSDSocketAPIPosix.swift
[632/661] Compiling NIOPosix BSDSocketAPIWindows.swift
[633/661] Compiling NIOPosix BaseSocket.swift
[634/661] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[635/661] Compiling NIOPosix BaseSocketChannel.swift
[636/661] Compiling NIOPosix BaseStreamSocketChannel.swift
[637/661] Compiling NIOPosix Bootstrap.swift
[638/661] Compiling NIOPosix ControlMessage.swift
[639/661] Compiling NIOPosix DatagramVectorReadManager.swift
[640/661] Compiling NIOPosix Errors+Any.swift
[641/661] Compiling NIOPosix FileDescriptor.swift
[642/661] Compiling NIOPosix GetaddrinfoResolver.swift
[643/661] Compiling NIOPosix HappyEyeballs.swift
[644/661] Compiling NIOPosix ThreadPosix.swift
[645/661] Compiling NIOPosix ThreadWindows.swift
[646/661] Compiling NIOPosix UnsafeTransfer.swift
[647/661] Compiling NIOPosix Utilities.swift
[648/661] Compiling NIOPosix VsockAddress.swift
[649/661] Compiling NIOPosix VsockChannelEvents.swift
[651/663] Compiling NIO Exports.swift
[652/663] Emitting module NIO
[654/679] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[655/679] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[656/679] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[657/679] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[658/681] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[659/681] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[660/681] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[661/681] Compiling NIOHTTP1 HTTPTypes.swift
[662/681] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[663/681] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[664/681] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[665/681] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[666/681] Emitting module NIOHTTP1
[667/681] Compiling NIOHTTP1 ByteCollectionUtils.swift
[668/681] Compiling NIOHTTP1 HTTPDecoder.swift
[669/681] Compiling NIOHTTP1 HTTPEncoder.swift
[670/681] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[671/681] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[673/725] Emitting module NIOHTTPTypesHTTP1
[674/725] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[675/725] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[676/725] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[677/725] Compiling AWSLambdaRuntime SendableMetatype.swift
[678/727] Compiling AWSLambdaRuntime LambdaRuntime.swift
[679/727] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[680/729] Compiling AWSLambdaRuntime Lambda+Codable.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
 27 | import ucrt
 28 | #else
 29 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 30 | #endif
 31 |
[681/729] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
 27 | import ucrt
 28 | #else
 29 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 30 | #endif
 31 |
[682/729] Compiling AWSLambdaRuntime Lambda.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
 27 | import ucrt
 28 | #else
 29 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 30 | #endif
 31 |
[683/729] Compiling AWSLambdaRuntime LambdaRequestID.swift
[684/729] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[685/729] Compiling AWSLambdaRuntime Lambda+JSON.swift
[686/729] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[687/729] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[688/729] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[689/729] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[690/729] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[691/729] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[692/729] Compiling AWSLambdaRuntime Context+Foundation.swift
[693/730] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[694/730] Compiling AWSLambdaRuntime LambdaClock.swift
[695/730] Compiling AWSLambdaRuntime LambdaContext.swift
[696/730] Compiling AWSLambdaRuntime LambdaHandlers.swift
[698/729] Emitting module NIOExtras
[699/729] Compiling AWSLambdaRuntime Utils.swift
[700/729] Compiling AWSLambdaRuntime Version.swift
[712/729] Compiling NIOExtras RequestResponseWithIDHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[716/729] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
 27 | import ucrt
 28 | #else
 29 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 30 | #endif
 31 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.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/AWSLambdaRuntime/LambdaClock.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/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 |     /// - Returns: An `Instant` representing the current time.
140 |     public var now: Instant {
141 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
142 |         clock_gettime(CLOCK_REALTIME, &ts)
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.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/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 |     /// - Returns: An `Instant` representing the current time.
140 |     public var now: Instant {
141 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
142 |         clock_gettime(CLOCK_REALTIME, &ts)
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.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/AWSLambdaRuntime/LambdaClock.swift:141:18: error: cannot find 'timespec' in scope
139 |     /// - Returns: An `Instant` representing the current time.
140 |     public var now: Instant {
141 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
142 |         clock_gettime(CLOCK_REALTIME, &ts)
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:9: error: cannot find 'clock_gettime' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:142:23: error: cannot find 'CLOCK_REALTIME' in scope
140 |     public var now: Instant {
141 |         var ts = timespec()
142 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
143 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
144 |     }
BUILD FAILURE 6.1 android