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 swift-lambda-extras, reference main (3d5faf), with Swift 6.1 for Android on 29 May 2025 21:01:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mobelux/swift-lambda-extras.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/Mobelux/swift-lambda-extras
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d5faf8 Strict Concurrency Support (#15)
Cloned https://github.com/Mobelux/swift-lambda-extras.git
Revision (git rev-parse @):
3d5faf85e10db1ffe69fe6c20389f2099c12245f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Mobelux/swift-lambda-extras.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Mobelux/swift-lambda-extras.git
https://github.com/Mobelux/swift-lambda-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.43.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events"
    },
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
    }
  ],
  "manifest_display_name" : "swift-lambda-extras",
  "name" : "swift-lambda-extras",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LambdaExtras",
      "targets" : [
        "LambdaExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LambdaExtrasCore",
      "targets" : [
        "LambdaExtrasCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LambdaMocks",
      "targets" : [
        "LambdaMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LambdaMocks",
      "module_type" : "SwiftTarget",
      "name" : "LambdaMocks",
      "path" : "Sources/LambdaMocks",
      "product_dependencies" : [
        "AWSLambdaEvents",
        "NIO"
      ],
      "product_memberships" : [
        "LambdaMocks"
      ],
      "sources" : [
        "ContextProvider.swift",
        "Extensions/APIGatewayV2+Utils.swift",
        "Extensions/Dispatch+Utils.swift",
        "Extensions/Logger+Utils.swift",
        "MockContext.swift",
        "MockInitializationContext.swift",
        "Mocked.swift"
      ],
      "target_dependencies" : [
        "LambdaExtrasCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LambdaExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtrasTests",
      "path" : "Tests/LambdaExtrasTests",
      "sources" : [
        "APIGatewayCoderTests.swift",
        "LambdaExtrasTests.swift",
        "Support/Helpers.swift",
        "Support/Mock.swift"
      ],
      "target_dependencies" : [
        "LambdaExtras",
        "LambdaMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LambdaExtrasCore",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtrasCore",
      "path" : "Sources/LambdaExtrasCore",
      "product_dependencies" : [
        "Logging",
        "NIOCore"
      ],
      "product_memberships" : [
        "LambdaExtras",
        "LambdaExtrasCore",
        "LambdaMocks"
      ],
      "sources" : [
        "Extensions.swift",
        "HandlerError.swift",
        "Protocols/EnvironmentValueProvider.swift",
        "Protocols/InitializationContext.swift",
        "Protocols/LambdaCoding.swift",
        "Protocols/RuntimeContext.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LambdaExtras",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtras",
      "path" : "Sources/LambdaExtras",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents"
      ],
      "product_memberships" : [
        "LambdaExtras"
      ],
      "sources" : [
        "APIGatewayCoder.swift",
        "DefaultEnvironment.swift",
        "Exports.swift",
        "Extensions.swift"
      ],
      "target_dependencies" : [
        "LambdaExtrasCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-aws-lambda-events
[1/2436] Fetching swift-aws-lambda-events
[903/13953] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime
[1050/17789] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, swift-log
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (0.72s)
[4412/15353] Fetching swift-aws-lambda-runtime, swift-log
[4413/91461] Fetching swift-aws-lambda-runtime, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (9.63s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (9.74s)
Fetched https://github.com/apple/swift-nio.git from cache (9.86s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events
Computed https://github.com/swift-server/swift-aws-lambda-events at 0.5.0 (10.91s)
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.48s)
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.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.41s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[412/6101] Fetching swift-atomics, swift-system
[620/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.43s)
[5692/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.52s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.26s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime
Computed https://github.com/swift-server/swift-aws-lambda-runtime at 1.0.0-alpha.3 (1.00s)
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-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-aws-lambda-runtime
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events
Working copy of https://github.com/swift-server/swift-aws-lambda-events resolved at 0.5.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/34] Write sources
[18/34] Compiling CNIODarwin shim.c
[18/34] Compiling CNIOLinux liburing_shims.c
[19/34] Write sources
[23/34] Compiling CNIOWindows shim.c
[24/34] Compiling CNIOWindows WSAStartup.c
[25/34] Compiling _AtomicsShims.c
[26/34] Compiling CNIOWASI CNIOWASI.c
[27/34] Compiling CNIOLLHTTP c_nio_http.c
[28/34] Compiling CNIOLinux shim.c
[29/34] Compiling CNIOLLHTTP c_nio_api.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[31/34] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/86] Emitting module HTTPTypes
[34/87] Compiling _NIODataStructures PriorityQueue.swift
[35/87] Compiling Atomics Primitives.shims.swift
[36/87] Compiling Atomics AtomicInteger.swift
[37/88] Compiling Atomics AtomicReference.swift
[38/88] Compiling Atomics AtomicStorage.swift
[39/88] Compiling Atomics AtomicValue.swift
[40/88] Compiling Atomics AtomicMemoryOrderings.swift
[41/88] Compiling Atomics DoubleWord.swift
[42/90] Compiling HTTPTypes ISOLatin1String.swift
[43/90] Compiling Atomics AtomicOptionalWrappable.swift
[45/90] Compiling Atomics ManagedAtomic.swift
[46/90] Compiling Atomics ManagedAtomicLazyReference.swift
[47/90] Compiling HTTPTypes NIOLock.swift
[48/90] Compiling Atomics UnsafeAtomic.swift
[49/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/90] Compiling HTTPTypes HTTPResponse.swift
[54/90] Emitting module _NIODataStructures
[55/90] Compiling _NIODataStructures Heap.swift
[56/90] Compiling HTTPTypes HTTPParsedFields.swift
[57/90] Compiling HTTPTypes HTTPRequest.swift
[61/90] Emitting module InternalCollectionsUtilities
[62/90] Compiling Atomics OptionalRawRepresentable.swift
[63/90] Compiling Atomics RawRepresentable.swift
[64/90] Compiling _NIODataStructures _TinyArray.swift
[65/91] Compiling Atomics AtomicBool.swift
[66/91] Compiling Atomics IntegerConformances.swift
[67/91] Compiling Atomics PointerConformances.swift
[68/91] Compiling Atomics Primitives.native.swift
[69/91] Emitting module _NIOBase64
[70/91] Compiling _NIOBase64 Base64.swift
[71/91] Emitting module Atomics
[74/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/93] Compiling Atomics IntegerOperations.swift
[83/93] Compiling Atomics Unmanaged extensions.swift
[85/109] Compiling DequeModule Deque+CustomReflectable.swift
[86/109] Compiling DequeModule Deque+Descriptions.swift
[87/111] Compiling DequeModule _DequeBuffer.swift
[88/111] Compiling DequeModule _DequeBufferHeader.swift
[89/111] Compiling DequeModule _DequeSlot.swift
[90/111] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/111] Compiling DequeModule Deque+Equatable.swift
[92/111] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/111] Compiling DequeModule Deque+Testing.swift
[94/111] Compiling DequeModule Deque._Storage.swift
[95/111] Compiling DequeModule Deque+Extras.swift
[96/111] Compiling DequeModule Deque+Hashable.swift
[97/111] Compiling DequeModule Deque._UnsafeHandle.swift
[98/111] Compiling DequeModule Deque.swift
[98/111] Compiling c-nioatomics.c
[100/111] Emitting module DequeModule
[101/111] Emitting module Logging
[102/111] Compiling DequeModule Deque+Codable.swift
[103/111] Compiling DequeModule Deque+Collection.swift
[104/112] Compiling Logging MetadataProvider.swift
[105/112] Compiling Logging LogHandler.swift
[106/112] Compiling Logging Locks.swift
[107/112] Compiling Logging Logging.swift
[109/113] Compiling c-atomics.c
[111/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[112/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[113/119] Compiling NIOConcurrencyHelpers lock.swift
[114/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[115/119] Emitting module NIOConcurrencyHelpers
[116/119] Compiling NIOConcurrencyHelpers atomics.swift
[118/180] Compiling HTTPTypes HTTPFieldName.swift
[119/180] Compiling HTTPTypes HTTPField.swift
[120/180] Compiling HTTPTypes HTTPFields.swift
[122/181] Compiling NIOCore MulticastChannel.swift
[123/181] Compiling NIOCore NIOAny.swift
[124/181] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/181] Compiling NIOCore NIOLoopBound.swift
[126/181] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[127/181] Compiling NIOCore NIOScheduledCallback.swift
[128/181] Compiling NIOCore NIOSendable.swift
[129/181] Compiling NIOCore RecvByteBufferAllocator.swift
[130/208] Compiling NIOCore IO.swift
[131/208] Compiling NIOCore IOData.swift
[132/208] Compiling NIOCore IPProtocol.swift
[133/208] Compiling NIOCore IntegerBitPacking.swift
[134/208] Compiling NIOCore IntegerTypes.swift
[135/208] Compiling NIOCore Interfaces.swift
[136/208] Compiling NIOCore Linux.swift
[137/208] Compiling NIOCore MarkedCircularBuffer.swift
[138/208] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[139/208] Compiling NIOCore EventLoopFuture+Deprecated.swift
[140/208] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[141/208] Compiling NIOCore EventLoopFuture.swift
[142/208] Compiling NIOCore FileDescriptor.swift
[143/208] Compiling NIOCore FileHandle.swift
[144/208] Compiling NIOCore FileRegion.swift
[145/208] Compiling NIOCore GlobalSingletons.swift
[146/208] Compiling NIOCore CircularBuffer.swift
[147/208] Compiling NIOCore Codec.swift
[148/208] Compiling NIOCore ConvenienceOptionSupport.swift
[149/208] Compiling NIOCore DeadChannel.swift
[150/208] Compiling NIOCore DispatchQueue+WithFuture.swift
[151/208] Compiling NIOCore EventLoop+Deprecated.swift
[152/208] Compiling NIOCore EventLoop+SerialExecutor.swift
[153/208] Compiling NIOCore EventLoop.swift
[154/208] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/208] Compiling NIOCore SocketAddresses.swift
[156/208] Compiling NIOCore SocketOptionProvider.swift
[157/208] Compiling NIOCore SystemCallHelpers.swift
[158/208] Compiling NIOCore TimeAmount+Duration.swift
[159/208] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/208] Compiling NIOCore UniversalBootstrapSupport.swift
[161/208] Compiling NIOCore Utilities.swift
[162/208] Compiling AWSLambdaEvents SQS.swift
[163/208] Compiling AWSLambdaEvents Base64.swift
[164/210] Compiling AWSLambdaEvents ALB.swift
[165/210] Compiling AWSLambdaEvents APIGateway+V2.swift
[166/210] Compiling AWSLambdaEvents APIGateway.swift
[167/210] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[168/210] Compiling AWSLambdaEvents AWSRegion.swift
[169/210] Compiling AWSLambdaEvents AppSync.swift
[170/210] Compiling AWSLambdaEvents Cognito.swift
[171/210] Compiling AWSLambdaEvents DynamoDB.swift
[172/210] Compiling AWSLambdaEvents FunctionURL.swift
[173/210] Compiling AWSLambdaEvents DateWrappers.swift
[174/210] Compiling AWSLambdaEvents HTTP.swift
[175/210] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[176/210] Compiling AWSLambdaEvents S3.swift
[177/210] Compiling AWSLambdaEvents SES.swift
[178/210] Compiling AWSLambdaEvents SNS.swift
[185/210] Emitting module AWSLambdaEvents
[189/210] Compiling AWSLambdaEvents BedrockAgent.swift
[190/210] Compiling AWSLambdaEvents CloudFormation.swift
[191/210] Compiling AWSLambdaEvents Cloudwatch.swift
[193/211] Emitting module NIOCore
[196/211] Compiling NIOCore ByteBuffer-views.swift
[197/211] Compiling NIOCore Channel.swift
[198/211] Compiling NIOCore ChannelHandler.swift
[199/211] Compiling NIOCore ChannelHandlers.swift
[200/211] Compiling NIOCore ChannelInvoker.swift
[201/211] Compiling NIOCore ChannelOption.swift
[202/211] Compiling NIOCore ChannelPipeline.swift
[213/269] Compiling LambdaExtrasCore InitializationContext.swift
[214/269] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[215/269] Compiling LambdaExtrasCore LambdaCoding.swift
[216/269] Compiling LambdaExtrasCore RuntimeContext.swift
[217/269] Compiling LambdaExtrasCore HandlerError.swift
[218/269] Emitting module LambdaExtrasCore
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
83 |     public var errorDescription: String? { self }
84 |     public var failureReason: String? { self }
[219/269] Compiling LambdaExtrasCore Extensions.swift
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
83 |     public var errorDescription: String? { self }
84 |     public var failureReason: String? { self }
[221/270] Emitting module NIOEmbedded
[222/270] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[223/270] Compiling NIOEmbedded AsyncTestingChannel.swift
[224/270] Compiling NIOEmbedded Embedded.swift
[226/271] Compiling NIOPosix ServerSocket.swift
[227/271] Compiling NIOPosix Socket.swift
[228/271] Compiling NIOPosix SocketChannel.swift
[229/271] Compiling NIOPosix SocketProtocols.swift
[230/271] Compiling NIOPosix System.swift
[231/271] Compiling NIOPosix Thread.swift
[232/271] Compiling NIOPosix SelectableChannel.swift
[233/271] Compiling NIOPosix SelectableEventLoop.swift
[234/271] Compiling NIOPosix SelectorEpoll.swift
[235/271] Compiling NIOPosix SelectorGeneric.swift
[236/271] Compiling NIOPosix SelectorKqueue.swift
[237/271] Compiling NIOPosix SelectorUring.swift
[238/271] Compiling NIOPosix Pool.swift
[239/271] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[240/271] Compiling NIOPosix PosixSingletons.swift
[241/271] Compiling NIOPosix RawSocketBootstrap.swift
[242/271] Compiling NIOPosix Resolver.swift
[243/271] Compiling NIOPosix Selectable.swift
[244/277] Emitting module NIOPosix
[245/277] Compiling NIOPosix NIOThreadPool.swift
[246/277] Compiling NIOPosix NonBlockingFileIO.swift
[247/277] Compiling NIOPosix PendingDatagramWritesManager.swift
[248/277] Compiling NIOPosix PendingWritesManager.swift
[249/277] Compiling NIOPosix PipeChannel.swift
[250/277] Compiling NIOPosix PipePair.swift
[251/277] Compiling NIOPosix IO.swift
[252/277] Compiling NIOPosix IntegerBitPacking.swift
[253/277] Compiling NIOPosix IntegerTypes.swift
[254/277] Compiling NIOPosix Linux.swift
[255/277] Compiling NIOPosix LinuxCPUSet.swift
[256/277] Compiling NIOPosix LinuxUring.swift
[257/277] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[258/277] Compiling NIOPosix ThreadPosix.swift
[259/277] Compiling NIOPosix ThreadWindows.swift
[260/277] Compiling NIOPosix UnsafeTransfer.swift
[261/277] Compiling NIOPosix Utilities.swift
[262/277] Compiling NIOPosix VsockAddress.swift
[263/277] Compiling NIOPosix VsockChannelEvents.swift
[264/277] Compiling NIOPosix BSDSocketAPICommon.swift
[265/277] Compiling NIOPosix BSDSocketAPIPosix.swift
[266/277] Compiling NIOPosix BSDSocketAPIWindows.swift
[267/277] Compiling NIOPosix BaseSocket.swift
[268/277] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[269/277] Compiling NIOPosix BaseSocketChannel.swift
[270/277] Compiling NIOPosix BaseStreamSocketChannel.swift
[271/277] Compiling NIOPosix Bootstrap.swift
[272/277] Compiling NIOPosix ControlMessage.swift
[273/277] Compiling NIOPosix DatagramVectorReadManager.swift
[274/277] Compiling NIOPosix Errors+Any.swift
[275/277] Compiling NIOPosix FileDescriptor.swift
[276/277] Compiling NIOPosix GetaddrinfoResolver.swift
[277/277] Compiling NIOPosix HappyEyeballs.swift
[279/280] Compiling NIO Exports.swift
[280/280] Emitting module NIO
[282/310] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[283/310] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[284/310] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[285/310] Compiling LambdaMocks Logger+Utils.swift
[286/310] Compiling LambdaMocks Dispatch+Utils.swift
[287/310] Compiling LambdaMocks ContextProvider.swift
[288/310] Compiling LambdaMocks Mocked.swift
[289/310] Emitting module NIOFoundationCompat
[290/310] Compiling LambdaMocks MockInitializationContext.swift
[291/310] Emitting module LambdaMocks
[292/310] Compiling LambdaMocks MockContext.swift
[293/310] Compiling LambdaMocks APIGatewayV2+Utils.swift
[295/311] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[297/312] Emitting module NIOHTTP1
[298/314] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[299/314] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[300/314] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[301/314] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[302/314] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[303/314] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[304/314] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[305/314] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[306/314] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[307/314] Compiling NIOHTTP1 HTTPTypes.swift
[308/314] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[309/314] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[310/314] Compiling NIOHTTP1 ByteCollectionUtils.swift
[311/314] Compiling NIOHTTP1 HTTPDecoder.swift
[312/314] Compiling NIOHTTP1 HTTPEncoder.swift
[313/314] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[314/314] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[316/330] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[317/330] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[318/332] Compiling AWSLambdaRuntimeCore Terminator.swift
/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()
[319/332] Compiling AWSLambdaRuntimeCore Utils.swift
/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()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[320/332] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[321/332] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[322/332] 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 |
[323/332] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[324/332] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[325/332] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[326/332] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[327/332] 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 |
[328/332] 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 |
[329/332] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[330/332] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[331/332] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[332/332] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/2] Write swift-version-24593BA9C3E375BF.txt
[3/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/61] Compiling Logging MetadataProvider.swift
[5/61] Compiling Atomics ManagedAtomic.swift
[6/61] Compiling Atomics ManagedAtomicLazyReference.swift
[7/63] Compiling Atomics AtomicInteger.swift
[8/63] Compiling Atomics AtomicOptionalWrappable.swift
[9/63] Compiling Atomics AtomicReference.swift
[10/63] Compiling Atomics AtomicStorage.swift
[11/63] Compiling Atomics UnsafeAtomic.swift
[12/63] Compiling Atomics UnsafeAtomicLazyReference.swift
[13/63] Compiling Atomics AtomicMemoryOrderings.swift
[14/63] Compiling Atomics DoubleWord.swift
[15/63] Compiling HTTPTypes HTTPFieldName.swift
[16/64] Compiling HTTPTypes ISOLatin1String.swift
[17/64] Compiling Logging Locks.swift
[18/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/64] Emitting module Logging
[20/64] Compiling NIOConcurrencyHelpers NIOLock.swift
[21/64] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/64] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/64] Compiling _NIODataStructures Heap.swift
[24/64] Compiling _NIODataStructures _TinyArray.swift
[25/64] Compiling _NIODataStructures PriorityQueue.swift
[26/64] Emitting module _NIODataStructures
[27/65] Compiling Atomics OptionalRawRepresentable.swift
[28/65] Compiling Atomics RawRepresentable.swift
[29/65] Emitting module _NIOBase64
[30/65] Compiling _NIOBase64 Base64.swift
[31/66] Compiling NIOConcurrencyHelpers atomics.swift
[32/66] Compiling NIOConcurrencyHelpers lock.swift
[33/66] Emitting module HTTPTypes
[35/66] Compiling Atomics IntegerOperations.swift
[36/66] Compiling Atomics Unmanaged extensions.swift
[37/66] Emitting module InternalCollectionsUtilities
[38/66] Compiling Atomics Primitives.shims.swift
[43/66] Compiling Atomics AtomicValue.swift
[44/66] Emitting module NIOConcurrencyHelpers
[46/67] Compiling HTTPTypes NIOLock.swift
[47/67] Compiling Atomics PointerConformances.swift
[48/67] Compiling Atomics Primitives.native.swift
[49/67] Compiling Atomics AtomicBool.swift
[50/67] Compiling Atomics IntegerConformances.swift
[54/68] Compiling Logging LogHandler.swift
[56/68] Compiling Logging Logging.swift
[57/69] Compiling HTTPTypes HTTPRequest.swift
[58/69] Compiling HTTPTypes HTTPParsedFields.swift
[59/69] Compiling HTTPTypes HTTPResponse.swift
[61/84] Compiling HTTPTypes HTTPField.swift
[62/84] Compiling HTTPTypes HTTPFields.swift
[64/85] Compiling DequeModule _DequeBuffer.swift
[65/85] Compiling DequeModule _DequeBufferHeader.swift
[66/87] Compiling DequeModule Deque+CustomReflectable.swift
[67/87] Compiling DequeModule Deque+Descriptions.swift
[68/87] Compiling DequeModule Deque+Extras.swift
[69/87] Compiling DequeModule Deque+Hashable.swift
[70/87] Compiling DequeModule Deque+Equatable.swift
[71/87] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/106] Compiling AWSLambdaEvents SES.swift
[73/106] Compiling AWSLambdaEvents SNS.swift
[74/106] Compiling AWSLambdaEvents FunctionURL.swift
[75/106] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[76/106] Compiling AWSLambdaEvents AWSRegion.swift
[77/106] Compiling AWSLambdaEvents AppSync.swift
[78/106] Compiling AWSLambdaEvents ALB.swift
[79/106] Compiling AWSLambdaEvents APIGateway+V2.swift
[80/106] Emitting module DequeModule
[82/107] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[83/107] Compiling AWSLambdaEvents S3.swift
[84/109] Emitting module Atomics
[87/109] Compiling AWSLambdaEvents SQS.swift
[88/109] Compiling AWSLambdaEvents Base64.swift
[89/109] Compiling AWSLambdaEvents BedrockAgent.swift
[90/109] Compiling AWSLambdaEvents CloudFormation.swift
[91/109] Compiling AWSLambdaEvents Cloudwatch.swift
[94/109] Compiling AWSLambdaEvents APIGateway.swift
[95/110] Compiling AWSLambdaEvents DateWrappers.swift
[96/110] Compiling AWSLambdaEvents HTTP.swift
[98/170] Emitting module AWSLambdaEvents
[99/170] Compiling NIOCore AddressedEnvelope.swift
[100/170] Compiling NIOCore AsyncAwaitSupport.swift
[101/170] Compiling NIOCore AsyncChannel.swift
[102/170] Compiling NIOCore NIOAsyncSequenceProducer.swift
[103/170] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[104/170] Compiling NIOCore NIOAsyncWriter.swift
[105/170] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[106/170] Compiling NIOCore EventLoopFuture+Deprecated.swift
[107/170] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[108/170] Compiling NIOCore AsyncChannelHandler.swift
[109/170] Compiling NIOCore AsyncChannelInboundStream.swift
[110/170] Compiling NIOCore AsyncChannelOutboundWriter.swift
[112/171] Compiling NIOCore MulticastChannel.swift
[113/171] Compiling NIOCore NIOAny.swift
[114/171] Compiling NIOCore NIOCloseOnErrorHandler.swift
[115/171] Compiling NIOCore NIOLoopBound.swift
[116/171] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[117/171] Compiling NIOCore NIOScheduledCallback.swift
[118/171] Compiling NIOCore NIOSendable.swift
[119/171] Compiling NIOCore RecvByteBufferAllocator.swift
[120/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[121/179] Compiling NIOCore BSDSocketAPI.swift
[122/179] Compiling NIOCore ByteBuffer-aux.swift
[123/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[124/179] Compiling NIOCore ByteBuffer-conversions.swift
[125/179] Compiling NIOCore ByteBuffer-core.swift
[126/179] Compiling NIOCore ByteBuffer-hex.swift
[127/179] Compiling NIOCore ByteBuffer-int.swift
[128/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[132/179] Compiling NIOCore EventLoopFuture.swift
[133/179] Compiling NIOCore FileDescriptor.swift
[134/179] Compiling NIOCore FileHandle.swift
[135/179] Compiling NIOCore FileRegion.swift
[136/179] Compiling NIOCore GlobalSingletons.swift
[137/179] Compiling NIOCore IO.swift
[138/179] Compiling NIOCore IOData.swift
[139/179] Compiling NIOCore IPProtocol.swift
[140/179] Compiling NIOCore IntegerBitPacking.swift
[141/179] Compiling NIOCore IntegerTypes.swift
[142/179] Compiling NIOCore Interfaces.swift
[143/179] Compiling NIOCore Linux.swift
[144/179] Compiling NIOCore MarkedCircularBuffer.swift
[145/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[146/179] Compiling NIOCore SocketAddresses.swift
[147/179] Compiling NIOCore SocketOptionProvider.swift
[148/179] Compiling NIOCore SystemCallHelpers.swift
[149/179] Compiling NIOCore TimeAmount+Duration.swift
[150/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[151/179] Compiling NIOCore UniversalBootstrapSupport.swift
[152/179] Compiling NIOCore Utilities.swift
[153/179] Compiling NIOCore CircularBuffer.swift
[154/179] Compiling NIOCore Codec.swift
[155/179] Compiling NIOCore ConvenienceOptionSupport.swift
[156/179] Compiling NIOCore DeadChannel.swift
[157/179] Compiling NIOCore DispatchQueue+WithFuture.swift
[158/179] Compiling NIOCore EventLoop+Deprecated.swift
[159/179] Compiling NIOCore EventLoop+SerialExecutor.swift
[160/179] Compiling NIOCore EventLoop.swift
[170/179] Compiling NIOCore ByteBuffer-multi-int.swift
[171/179] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[172/179] Compiling NIOCore ByteBuffer-views.swift
[173/179] Compiling NIOCore Channel.swift
[174/179] Compiling NIOCore ChannelHandler.swift
[175/179] Compiling NIOCore ChannelHandlers.swift
[176/179] Compiling NIOCore ChannelInvoker.swift
[177/179] Compiling NIOCore ChannelOption.swift
[178/179] Compiling NIOCore ChannelPipeline.swift
[179/179] Emitting module NIOCore
[181/191] Emitting module LambdaExtrasCore
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
83 |     public var errorDescription: String? { self }
84 |     public var failureReason: String? { self }
[182/191] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[183/191] Compiling LambdaExtrasCore HandlerError.swift
[184/208] Compiling LambdaExtrasCore InitializationContext.swift
[185/212] Compiling LambdaExtrasCore RuntimeContext.swift
[186/214] Compiling LambdaExtrasCore LambdaCoding.swift
[187/237] Compiling LambdaExtrasCore Extensions.swift
/host/spi-builder-workspace/Sources/LambdaExtrasCore/Extensions.swift:82:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
80 | }
81 |
82 | extension Swift.String: Foundation.LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
83 |     public var errorDescription: String? { self }
84 |     public var failureReason: String? { self }
[189/238] Compiling NIOEmbedded AsyncTestingChannel.swift
[190/238] Emitting module NIOEmbedded
[191/238] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[192/238] Compiling NIOEmbedded Embedded.swift
[194/239] Compiling NIOPosix SelectableChannel.swift
[195/239] Compiling NIOPosix SelectableEventLoop.swift
[196/239] Compiling NIOPosix SelectorEpoll.swift
[197/239] Compiling NIOPosix SelectorGeneric.swift
[198/239] Compiling NIOPosix SelectorKqueue.swift
[199/239] Compiling NIOPosix SelectorUring.swift
[200/239] Compiling NIOPosix Pool.swift
[201/239] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[202/239] Compiling NIOPosix PosixSingletons.swift
[203/239] Compiling NIOPosix RawSocketBootstrap.swift
[204/239] Compiling NIOPosix Resolver.swift
[205/239] Compiling NIOPosix Selectable.swift
[206/239] Compiling NIOPosix ServerSocket.swift
[207/239] Compiling NIOPosix Socket.swift
[208/239] Compiling NIOPosix SocketChannel.swift
[209/239] Compiling NIOPosix SocketProtocols.swift
[210/239] Compiling NIOPosix System.swift
[211/239] Compiling NIOPosix Thread.swift
[212/245] Emitting module NIOPosix
[213/245] Compiling NIOPosix Bootstrap.swift
[214/245] Compiling NIOPosix ControlMessage.swift
[215/245] Compiling NIOPosix DatagramVectorReadManager.swift
[216/245] Compiling NIOPosix Errors+Any.swift
[217/245] Compiling NIOPosix FileDescriptor.swift
[218/245] Compiling NIOPosix GetaddrinfoResolver.swift
[219/245] Compiling NIOPosix HappyEyeballs.swift
[220/245] Compiling NIOPosix BSDSocketAPICommon.swift
[221/245] Compiling NIOPosix BSDSocketAPIPosix.swift
[222/245] Compiling NIOPosix BSDSocketAPIWindows.swift
[223/245] Compiling NIOPosix BaseSocket.swift
[224/245] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[225/245] Compiling NIOPosix BaseSocketChannel.swift
[226/245] Compiling NIOPosix BaseStreamSocketChannel.swift
[227/245] Compiling NIOPosix IO.swift
[228/245] Compiling NIOPosix IntegerBitPacking.swift
[229/245] Compiling NIOPosix IntegerTypes.swift
[230/245] Compiling NIOPosix Linux.swift
[231/245] Compiling NIOPosix LinuxCPUSet.swift
[232/245] Compiling NIOPosix LinuxUring.swift
[233/245] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[234/245] Compiling NIOPosix NIOThreadPool.swift
[235/245] Compiling NIOPosix NonBlockingFileIO.swift
[236/245] Compiling NIOPosix PendingDatagramWritesManager.swift
[237/245] Compiling NIOPosix PendingWritesManager.swift
[238/245] Compiling NIOPosix PipeChannel.swift
[239/245] Compiling NIOPosix PipePair.swift
[240/245] Compiling NIOPosix ThreadPosix.swift
[241/245] Compiling NIOPosix ThreadWindows.swift
[242/245] Compiling NIOPosix UnsafeTransfer.swift
[243/245] Compiling NIOPosix Utilities.swift
[244/245] Compiling NIOPosix VsockAddress.swift
[245/245] Compiling NIOPosix VsockChannelEvents.swift
[247/248] Compiling NIO Exports.swift
[248/248] Emitting module NIO
[250/278] Compiling LambdaMocks Mocked.swift
[251/278] Compiling LambdaMocks MockInitializationContext.swift
[252/278] Compiling LambdaMocks Logger+Utils.swift
[253/278] Compiling LambdaMocks Dispatch+Utils.swift
[254/278] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[255/278] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[256/278] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[257/278] Compiling LambdaMocks MockContext.swift
[258/278] Emitting module NIOFoundationCompat
[259/278] Compiling LambdaMocks APIGatewayV2+Utils.swift
[260/278] Emitting module LambdaMocks
[261/278] Compiling LambdaMocks ContextProvider.swift
[262/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[263/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[265/281] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[266/281] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[267/281] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[268/281] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[269/281] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[270/281] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[271/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[272/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[273/281] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[275/282] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[276/282] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[277/282] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[278/282] Compiling NIOHTTP1 HTTPTypes.swift
[279/282] Emitting module NIOHTTP1
[280/282] Compiling NIOHTTP1 ByteCollectionUtils.swift
[281/282] Compiling NIOHTTP1 HTTPDecoder.swift
[282/282] Compiling NIOHTTP1 HTTPEncoder.swift
[284/298] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[285/298] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[286/300] 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 |
[287/300] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[288/300] 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 |
[289/300] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[290/300] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[291/300] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[292/300] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[293/300] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[294/300] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[295/300] Compiling AWSLambdaRuntimeCore Terminator.swift
[296/300] Compiling AWSLambdaRuntimeCore Utils.swift
[297/300] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[298/300] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[299/300] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[300/300] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
BUILD FAILURE 6.1 android