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 0.4.0 (3d5faf), with Swift 6.1 for Android on 3 Sep 2025 06:52:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/mgacy/swift-lambda-extras.git
Reference: 0.4.0
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/mgacy/swift-lambda-extras
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 3d5faf8 Strict Concurrency Support (#15)
Cloned https://github.com/mgacy/swift-lambda-extras.git
Revision (git rev-parse @):
3d5faf85e10db1ffe69fe6c20389f2099c12245f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mgacy/swift-lambda-extras.git at 0.4.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mgacy/swift-lambda-extras.git
https://github.com/mgacy/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-4609320-3":/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 -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: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
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
Fetching https://github.com/apple/swift-log.git
[1/2613] Fetching swift-aws-lambda-events
[1177/6516] Fetching swift-aws-lambda-events, swift-log
[6517/19920] Fetching swift-aws-lambda-events, swift-log, swift-aws-lambda-runtime
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
[3284/16017] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (3.13s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (3.22s)
[1/77992] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.40s)
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 (15.07s)
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.43s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.18s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4941] Fetching swift-system
[4942/22335] Fetching swift-system, swift-collections
Fetching https://github.com/apple/swift-atomics.git
[9117/24149] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.44s)
Fetched https://github.com/apple/swift-system.git from cache (2.32s)
Fetched https://github.com/apple/swift-collections.git from cache (2.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.10s)
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 (0.88s)
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/35] Write sources
[20/35] Compiling CNIOWindows shim.c
[21/35] Compiling _AtomicsShims.c
[21/35] Compiling CNIOWindows WSAStartup.c
[23/35] Compiling CNIOWASI CNIOWASI.c
[23/35] Compiling CNIOPosix event_loop_id.c
[25/35] Compiling CNIOLinux liburing_shims.c
[26/35] Compiling CNIODarwin shim.c
[26/35] Write sources
[28/35] Compiling CNIOLLHTTP c_nio_http.c
[29/35] Compiling CNIOLinux shim.c
[30/35] Compiling CNIOLLHTTP c_nio_api.c
[31/35] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/35] Write swift-version-24593BA9C3E375BF.txt
[34/86] Emitting module _NIOBase64
[35/86] Emitting module Atomics
[36/88] Compiling _NIOBase64 Base64.swift
[37/88] Compiling Atomics AtomicInteger.swift
[38/88] Compiling Atomics AtomicOptionalWrappable.swift
[39/90] Compiling _NIODataStructures _TinyArray.swift
[40/90] Compiling HTTPTypes HTTPParsedFields.swift
[41/91] Compiling Atomics AtomicReference.swift
[42/91] Compiling Atomics AtomicMemoryOrderings.swift
[43/91] Compiling Atomics DoubleWord.swift
[44/91] Compiling Atomics AtomicStorage.swift
[45/91] Compiling Atomics IntegerOperations.swift
[46/91] Compiling Atomics Unmanaged extensions.swift
[47/91] Compiling HTTPTypes HTTPResponse.swift
[48/91] Compiling HTTPTypes HTTPRequest.swift
[49/91] Compiling HTTPTypes ISOLatin1String.swift
[50/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/91] Compiling Atomics UnsafeAtomic.swift
[52/91] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/91] Compiling _NIODataStructures PriorityQueue.swift
[54/91] Compiling Atomics OptionalRawRepresentable.swift
[55/91] Compiling Atomics RawRepresentable.swift
[56/91] Emitting module HTTPTypes
[61/91] Compiling Atomics AtomicValue.swift
[62/91] Compiling Atomics ManagedAtomic.swift
[63/91] Compiling Atomics ManagedAtomicLazyReference.swift
[67/91] Compiling Atomics PointerConformances.swift
[68/91] Compiling Atomics Primitives.native.swift
[69/91] Compiling Atomics AtomicBool.swift
[70/91] Compiling Atomics IntegerConformances.swift
[71/91] Emitting module InternalCollectionsUtilities
[72/91] Emitting module _NIODataStructures
[73/91] Compiling _NIODataStructures Heap.swift
[81/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/94] Compiling c-nioatomics.c
[85/94] Compiling HTTPTypes NIOLock.swift
[86/109] Compiling DequeModule _DequeBuffer.swift
[87/109] Compiling DequeModule _DequeBufferHeader.swift
[87/111] Compiling c-atomics.c
[89/111] Compiling DequeModule Deque+Extras.swift
[90/111] Compiling DequeModule Deque+Hashable.swift
[91/111] Compiling DequeModule Deque+Equatable.swift
[92/111] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/117] Compiling DequeModule _DequeSlot.swift
[94/117] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/117] Compiling NIOConcurrencyHelpers lock.swift
[96/117] Compiling DequeModule Deque+CustomReflectable.swift
[97/117] Compiling DequeModule Deque+Descriptions.swift
[98/117] Compiling DequeModule Deque+Testing.swift
[99/117] Compiling DequeModule Deque._Storage.swift
[100/117] Compiling DequeModule Deque._UnsafeHandle.swift
[101/117] Compiling DequeModule Deque.swift
[102/117] Compiling DequeModule Deque+Codable.swift
[103/117] Compiling DequeModule Deque+Collection.swift
[104/117] Emitting module DequeModule
[106/118] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[107/118] Compiling NIOConcurrencyHelpers NIOLock.swift
[108/118] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/118] Compiling NIOConcurrencyHelpers atomics.swift
[110/118] Emitting module NIOConcurrencyHelpers
[112/119] Compiling Logging Locks.swift
[113/119] Emitting module Logging
[114/119] Compiling Logging MetadataProvider.swift
[115/119] Compiling Logging Logging.swift
[116/119] Compiling Logging LogHandler.swift
[118/181] Compiling NIOCore NIOAny.swift
[119/181] Compiling NIOCore NIOCloseOnErrorHandler.swift
[120/181] Compiling NIOCore NIOCoreSendableMetatype.swift
[121/181] Compiling NIOCore NIOLoopBound.swift
[122/181] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[123/181] Compiling NIOCore NIOScheduledCallback.swift
[124/181] Compiling NIOCore NIOSendable.swift
[125/181] Compiling NIOCore RecvByteBufferAllocator.swift
[126/189] Compiling HTTPTypes HTTPField.swift
[127/189] Compiling HTTPTypes HTTPFieldName.swift
[128/189] Compiling HTTPTypes HTTPFields.swift
[130/209] Compiling NIOCore IOData.swift
[131/209] Compiling NIOCore IPProtocol.swift
[132/209] Compiling NIOCore IntegerBitPacking.swift
[133/209] Compiling NIOCore IntegerTypes.swift
[134/209] Compiling NIOCore Interfaces.swift
[135/209] Compiling NIOCore Linux.swift
[136/209] Compiling NIOCore MarkedCircularBuffer.swift
[137/209] Compiling NIOCore MulticastChannel.swift
[138/209] Compiling NIOCore EventLoopFuture+Deprecated.swift
[139/209] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[140/209] Compiling NIOCore EventLoopFuture.swift
[141/209] Compiling NIOCore FileDescriptor.swift
[142/209] Compiling NIOCore FileHandle.swift
[143/209] Compiling NIOCore FileRegion.swift
[144/209] Compiling NIOCore GlobalSingletons.swift
[145/209] Compiling NIOCore IO.swift
[146/209] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[147/209] Compiling NIOCore SocketAddresses.swift
[148/209] Compiling NIOCore SocketOptionProvider.swift
[149/209] Compiling NIOCore SystemCallHelpers.swift
[150/209] Compiling NIOCore TimeAmount+Duration.swift
[151/209] Compiling NIOCore TypeAssistedChannelHandler.swift
[152/209] Compiling NIOCore UniversalBootstrapSupport.swift
[153/209] Compiling NIOCore Utilities.swift
[154/209] Compiling NIOCore CircularBuffer.swift
[155/209] Compiling NIOCore Codec.swift
[156/209] Compiling NIOCore ConvenienceOptionSupport.swift
[157/209] Compiling NIOCore DeadChannel.swift
[158/209] Compiling NIOCore DispatchQueue+WithFuture.swift
[159/209] Compiling NIOCore EventLoop+Deprecated.swift
[160/209] Compiling NIOCore EventLoop+SerialExecutor.swift
[161/209] Compiling NIOCore EventLoop.swift
[162/209] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[163/209] Compiling AWSLambdaEvents SQS.swift
[164/209] Compiling AWSLambdaEvents Base64.swift
[165/211] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[166/211] Compiling AWSLambdaEvents S3.swift
[167/211] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[168/211] Compiling AWSLambdaEvents AWSRegion.swift
[169/211] Compiling AWSLambdaEvents AppSync.swift
[170/211] Compiling AWSLambdaEvents SES.swift
[171/211] Compiling AWSLambdaEvents SNS.swift
[172/211] Emitting module AWSLambdaEvents
[173/211] Compiling AWSLambdaEvents DateWrappers.swift
[174/211] Compiling AWSLambdaEvents HTTP.swift
[175/211] Compiling AWSLambdaEvents ALB.swift
[176/211] Compiling AWSLambdaEvents APIGateway+V2.swift
[177/211] Compiling AWSLambdaEvents APIGateway.swift
[178/211] Compiling AWSLambdaEvents BedrockAgent.swift
[179/211] Compiling AWSLambdaEvents CloudFormation.swift
[180/211] Compiling AWSLambdaEvents Cloudwatch.swift
[181/211] Compiling AWSLambdaEvents Cognito.swift
[182/211] Compiling AWSLambdaEvents DynamoDB.swift
[183/211] Compiling AWSLambdaEvents FunctionURL.swift
[194/212] Compiling NIOCore ByteBuffer-multi-int.swift
[195/212] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[196/212] Compiling NIOCore ByteBuffer-views.swift
[197/212] Compiling NIOCore Channel.swift
[198/212] Compiling NIOCore ChannelHandler.swift
[199/212] Compiling NIOCore ChannelHandlers.swift
[200/212] Compiling NIOCore ChannelInvoker.swift
[201/212] Compiling NIOCore ChannelOption.swift
[202/212] Compiling NIOCore ChannelPipeline.swift
[212/212] Emitting module NIOCore
[214/272] Compiling LambdaExtrasCore HandlerError.swift
[215/272] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[216/272] Compiling LambdaExtrasCore LambdaCoding.swift
[217/272] Compiling LambdaExtrasCore InitializationContext.swift
[218/272] Compiling LambdaExtrasCore RuntimeContext.swift
[219/272] 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 }
[220/272] 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 }
[222/273] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[223/273] Compiling NIOEmbedded Embedded.swift
[224/273] Compiling NIOEmbedded AsyncTestingChannel.swift
[225/273] Emitting module NIOEmbedded
[227/274] Compiling NIOPosix Pool.swift
[228/274] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[229/274] Compiling NIOPosix PosixSingletons.swift
[230/274] Compiling NIOPosix RawSocketBootstrap.swift
[231/274] Compiling NIOPosix Resolver.swift
[232/274] Compiling NIOPosix Selectable.swift
[233/274] Compiling NIOPosix SelectableChannel.swift
[234/280] Compiling NIOPosix IO.swift
[235/280] Compiling NIOPosix IntegerBitPacking.swift
[236/280] Compiling NIOPosix IntegerTypes.swift
[237/280] Compiling NIOPosix Linux.swift
[238/280] Compiling NIOPosix LinuxCPUSet.swift
[239/280] Compiling NIOPosix LinuxUring.swift
[240/280] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[241/280] Emitting module NIOPosix
[242/280] Compiling NIOPosix ThreadPosix.swift
[243/280] Compiling NIOPosix ThreadWindows.swift
[244/280] Compiling NIOPosix UnsafeTransfer.swift
[245/280] Compiling NIOPosix Utilities.swift
[246/280] Compiling NIOPosix VsockAddress.swift
[247/280] Compiling NIOPosix VsockChannelEvents.swift
[248/280] Compiling NIOPosix SelectableEventLoop.swift
[249/280] Compiling NIOPosix SelectorEpoll.swift
[250/280] Compiling NIOPosix SelectorGeneric.swift
[251/280] Compiling NIOPosix SelectorKqueue.swift
[252/280] Compiling NIOPosix SelectorUring.swift
[253/280] Compiling NIOPosix ServerSocket.swift
[254/280] Compiling NIOPosix Socket.swift
[255/280] Compiling NIOPosix SocketChannel.swift
[256/280] Compiling NIOPosix SocketProtocols.swift
[257/280] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[258/280] Compiling NIOPosix System.swift
[259/280] Compiling NIOPosix Thread.swift
[260/280] Compiling NIOPosix NIOPosixSendableMetatype.swift
[261/280] Compiling NIOPosix NIOThreadPool.swift
[262/280] Compiling NIOPosix NonBlockingFileIO.swift
[263/280] Compiling NIOPosix PendingDatagramWritesManager.swift
[264/280] Compiling NIOPosix PendingWritesManager.swift
[265/280] Compiling NIOPosix PipeChannel.swift
[266/280] Compiling NIOPosix PipePair.swift
[267/280] Compiling NIOPosix Bootstrap.swift
[268/280] Compiling NIOPosix ControlMessage.swift
[269/280] Compiling NIOPosix DatagramVectorReadManager.swift
[270/280] Compiling NIOPosix Errors+Any.swift
[271/280] Compiling NIOPosix FileDescriptor.swift
[272/280] Compiling NIOPosix GetaddrinfoResolver.swift
[273/280] Compiling NIOPosix HappyEyeballs.swift
[274/280] Compiling NIOPosix BSDSocketAPICommon.swift
[275/280] Compiling NIOPosix BSDSocketAPIPosix.swift
[276/280] Compiling NIOPosix BSDSocketAPIWindows.swift
[277/280] Compiling NIOPosix BaseSocket.swift
[278/280] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[279/280] Compiling NIOPosix BaseSocketChannel.swift
[280/280] Compiling NIOPosix BaseStreamSocketChannel.swift
[282/283] Emitting module NIO
[283/283] Compiling NIO Exports.swift
[285/313] Compiling LambdaMocks Logger+Utils.swift
[286/313] Compiling LambdaMocks MockContext.swift
[287/313] Compiling LambdaMocks APIGatewayV2+Utils.swift
[288/313] Compiling LambdaMocks Dispatch+Utils.swift
[289/313] Compiling LambdaMocks MockInitializationContext.swift
[290/313] Compiling LambdaMocks Mocked.swift
[291/313] Compiling LambdaMocks ContextProvider.swift
[292/313] Emitting module LambdaMocks
[293/314] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[294/314] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[295/314] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[297/314] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[298/314] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[299/316] Emitting module NIOFoundationCompat
[300/316] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[301/317] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[302/317] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[303/317] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[304/317] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[306/317] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[307/317] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[308/317] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[309/317] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[310/317] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[311/317] Compiling NIOHTTP1 HTTPTypes.swift
[312/317] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[313/317] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[314/317] Compiling NIOHTTP1 ByteCollectionUtils.swift
[315/317] Compiling NIOHTTP1 HTTPDecoder.swift
[316/317] Compiling NIOHTTP1 HTTPEncoder.swift
[317/317] Emitting module NIOHTTP1
[319/333] 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 |
[320/333] 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 |
[321/335] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[322/335] Compiling AWSLambdaRuntimeCore Lambda+String.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[323/335] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[324/335] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[325/335] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[326/335] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[327/335] 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 |
[328/335] 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()
[329/335] 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()
[330/335] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[331/335] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[332/335] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[333/335] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[334/335] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[335/335] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/2] Write swift-version-24593BA9C3E375BF.txt
[3/59] Compiling Logging LogHandler.swift
[4/59] Compiling Logging MetadataProvider.swift
[5/59] Compiling Logging Locks.swift
[6/59] Emitting module Logging
[7/59] Compiling Atomics UnsafeAtomic.swift
[8/59] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/61] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/61] Compiling Atomics AtomicValue.swift
[11/61] Compiling Atomics AtomicMemoryOrderings.swift
[12/61] Compiling Atomics AtomicReference.swift
[13/61] Compiling Atomics AtomicStorage.swift
[14/62] Compiling NIOConcurrencyHelpers lock.swift
[15/62] Compiling Atomics ManagedAtomic.swift
[16/62] Compiling Atomics ManagedAtomicLazyReference.swift
[17/62] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/62] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/62] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/62] Compiling HTTPTypes ISOLatin1String.swift
[24/63] Compiling Atomics DoubleWord.swift
[25/63] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[26/63] Compiling NIOConcurrencyHelpers atomics.swift
[27/63] Compiling Atomics OptionalRawRepresentable.swift
[28/63] Compiling Atomics RawRepresentable.swift
[29/63] Compiling HTTPTypes HTTPField.swift
[30/63] Emitting module HTTPTypes
[31/63] Compiling Atomics IntegerOperations.swift
[32/63] Compiling Atomics Unmanaged extensions.swift
[33/63] Compiling _NIODataStructures Heap.swift
[34/63] Emitting module _NIODataStructures
[35/63] Compiling Atomics AtomicInteger.swift
[36/63] Compiling Atomics AtomicOptionalWrappable.swift
[37/63] Compiling Logging Logging.swift
[38/64] Compiling _NIOBase64 Base64.swift
[39/64] Emitting module _NIOBase64
[40/65] Emitting module NIOConcurrencyHelpers
[41/66] Compiling _NIODataStructures _TinyArray.swift
[42/66] Compiling _NIODataStructures PriorityQueue.swift
[47/67] Emitting module InternalCollectionsUtilities
[48/67] Compiling Atomics PointerConformances.swift
[49/67] Compiling Atomics Primitives.native.swift
[50/67] Compiling Atomics AtomicBool.swift
[51/67] Compiling Atomics IntegerConformances.swift
[55/68] Compiling HTTPTypes NIOLock.swift
[57/68] Compiling HTTPTypes HTTPParsedFields.swift
[58/68] Compiling HTTPTypes HTTPResponse.swift
[59/68] Compiling HTTPTypes HTTPRequest.swift
[60/68] Compiling HTTPTypes HTTPFieldName.swift
[61/68] Compiling HTTPTypes HTTPFields.swift
[63/84] Compiling DequeModule _DequeBuffer.swift
[64/84] Compiling DequeModule _DequeBufferHeader.swift
[65/86] Compiling DequeModule Deque+Equatable.swift
[66/86] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/86] Compiling DequeModule Deque+CustomReflectable.swift
[68/86] Compiling DequeModule Deque+Descriptions.swift
[69/105] Compiling AWSLambdaEvents SES.swift
[70/105] Compiling AWSLambdaEvents SNS.swift
[71/105] Compiling AWSLambdaEvents ALB.swift
[72/105] Compiling AWSLambdaEvents APIGateway+V2.swift
[73/105] Compiling AWSLambdaEvents APIGateway.swift
[74/105] Compiling AWSLambdaEvents Cognito.swift
[75/105] Compiling AWSLambdaEvents DynamoDB.swift
[76/105] Compiling AWSLambdaEvents FunctionURL.swift
[77/105] Emitting module DequeModule
[78/105] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[79/105] Compiling AWSLambdaEvents AWSRegion.swift
[80/106] Compiling AWSLambdaEvents BedrockAgent.swift
[81/106] Compiling AWSLambdaEvents CloudFormation.swift
[82/106] Compiling AWSLambdaEvents Cloudwatch.swift
[85/106] Compiling AWSLambdaEvents AppSync.swift
[89/108] Emitting module Atomics
[91/109] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[92/109] Compiling AWSLambdaEvents S3.swift
[93/109] Compiling AWSLambdaEvents SQS.swift
[94/109] Compiling AWSLambdaEvents Base64.swift
[95/109] Compiling AWSLambdaEvents DateWrappers.swift
[96/109] Compiling AWSLambdaEvents HTTP.swift
[97/170] Emitting module AWSLambdaEvents
[98/170] Compiling NIOCore NIOAny.swift
[99/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[100/170] Compiling NIOCore NIOCoreSendableMetatype.swift
[101/170] Compiling NIOCore NIOLoopBound.swift
[102/170] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[103/170] Compiling NIOCore NIOScheduledCallback.swift
[104/170] Compiling NIOCore NIOSendable.swift
[105/170] Compiling NIOCore RecvByteBufferAllocator.swift
[106/178] Compiling NIOCore CircularBuffer.swift
[107/178] Compiling NIOCore Codec.swift
[108/178] Compiling NIOCore ConvenienceOptionSupport.swift
[109/178] Compiling NIOCore DeadChannel.swift
[110/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[111/178] Compiling NIOCore EventLoop+Deprecated.swift
[112/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[113/178] Compiling NIOCore EventLoop.swift
[114/178] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[115/178] Compiling NIOCore ByteBuffer-multi-int.swift
[116/178] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[117/178] Compiling NIOCore ByteBuffer-views.swift
[119/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[120/179] Compiling NIOCore SocketAddresses.swift
[121/179] Compiling NIOCore SocketOptionProvider.swift
[122/179] Compiling NIOCore SystemCallHelpers.swift
[123/179] Compiling NIOCore TimeAmount+Duration.swift
[124/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[125/179] Compiling NIOCore UniversalBootstrapSupport.swift
[126/179] Compiling NIOCore Utilities.swift
[127/179] Compiling NIOCore AddressedEnvelope.swift
[128/179] Compiling NIOCore AsyncAwaitSupport.swift
[129/179] Compiling NIOCore AsyncChannel.swift
[130/179] Compiling NIOCore AsyncChannelHandler.swift
[131/179] Compiling NIOCore AsyncChannelInboundStream.swift
[132/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[133/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[134/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[135/179] Compiling NIOCore NIOAsyncWriter.swift
[136/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[137/179] Compiling NIOCore BSDSocketAPI.swift
[138/179] Compiling NIOCore ByteBuffer-aux.swift
[139/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[140/179] Compiling NIOCore ByteBuffer-conversions.swift
[141/179] Compiling NIOCore ByteBuffer-core.swift
[142/179] Compiling NIOCore ByteBuffer-hex.swift
[143/179] Compiling NIOCore ByteBuffer-int.swift
[144/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[155/179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[156/179] Compiling NIOCore EventLoopFuture.swift
[157/179] Compiling NIOCore FileDescriptor.swift
[158/179] Compiling NIOCore FileHandle.swift
[159/179] Compiling NIOCore FileRegion.swift
[160/179] Compiling NIOCore GlobalSingletons.swift
[161/179] Compiling NIOCore IO.swift
[165/179] Compiling NIOCore Channel.swift
[166/179] Compiling NIOCore ChannelHandler.swift
[167/179] Compiling NIOCore ChannelHandlers.swift
[168/179] Compiling NIOCore ChannelInvoker.swift
[169/179] Compiling NIOCore ChannelOption.swift
[170/179] Compiling NIOCore ChannelPipeline.swift
[171/179] Emitting module NIOCore
[172/179] Compiling NIOCore IOData.swift
[173/179] Compiling NIOCore IPProtocol.swift
[174/179] Compiling NIOCore IntegerBitPacking.swift
[175/179] Compiling NIOCore IntegerTypes.swift
[176/179] Compiling NIOCore Interfaces.swift
[177/179] Compiling NIOCore Linux.swift
[178/179] Compiling NIOCore MarkedCircularBuffer.swift
[179/179] Compiling NIOCore MulticastChannel.swift
[181/227] Compiling LambdaExtrasCore HandlerError.swift
[182/227] 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 }
[183/227] 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 }
[184/227] Compiling LambdaExtrasCore EnvironmentValueProvider.swift
[185/227] Compiling LambdaExtrasCore LambdaCoding.swift
[186/227] Compiling LambdaExtrasCore RuntimeContext.swift
[187/229] Compiling LambdaExtrasCore InitializationContext.swift
[189/240] Emitting module NIOEmbedded
[190/240] Compiling NIOEmbedded AsyncTestingChannel.swift
[191/240] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[192/240] Compiling NIOEmbedded Embedded.swift
[194/241] Compiling NIOPosix Pool.swift
[195/241] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[196/241] Compiling NIOPosix PosixSingletons.swift
[197/241] Compiling NIOPosix RawSocketBootstrap.swift
[198/241] Compiling NIOPosix Resolver.swift
[199/241] Compiling NIOPosix Selectable.swift
[200/241] Compiling NIOPosix SelectableChannel.swift
[201/247] Compiling NIOPosix IO.swift
[202/247] Compiling NIOPosix IntegerBitPacking.swift
[203/247] Compiling NIOPosix IntegerTypes.swift
[204/247] Compiling NIOPosix Linux.swift
[205/247] Compiling NIOPosix LinuxCPUSet.swift
[206/247] Compiling NIOPosix LinuxUring.swift
[207/247] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[208/247] Compiling NIOPosix ThreadPosix.swift
[209/247] Compiling NIOPosix ThreadWindows.swift
[210/247] Compiling NIOPosix UnsafeTransfer.swift
[211/247] Compiling NIOPosix Utilities.swift
[212/247] Compiling NIOPosix VsockAddress.swift
[213/247] Compiling NIOPosix VsockChannelEvents.swift
[214/247] Emitting module NIOPosix
[215/247] Compiling NIOPosix Bootstrap.swift
[216/247] Compiling NIOPosix ControlMessage.swift
[217/247] Compiling NIOPosix DatagramVectorReadManager.swift
[218/247] Compiling NIOPosix Errors+Any.swift
[219/247] Compiling NIOPosix FileDescriptor.swift
[220/247] Compiling NIOPosix GetaddrinfoResolver.swift
[221/247] Compiling NIOPosix HappyEyeballs.swift
[222/247] Compiling NIOPosix BSDSocketAPICommon.swift
[223/247] Compiling NIOPosix BSDSocketAPIPosix.swift
[224/247] Compiling NIOPosix BSDSocketAPIWindows.swift
[225/247] Compiling NIOPosix BaseSocket.swift
[226/247] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[227/247] Compiling NIOPosix BaseSocketChannel.swift
[228/247] Compiling NIOPosix BaseStreamSocketChannel.swift
[229/247] Compiling NIOPosix SelectableEventLoop.swift
[230/247] Compiling NIOPosix SelectorEpoll.swift
[231/247] Compiling NIOPosix SelectorGeneric.swift
[232/247] Compiling NIOPosix SelectorKqueue.swift
[233/247] Compiling NIOPosix SelectorUring.swift
[234/247] Compiling NIOPosix ServerSocket.swift
[235/247] Compiling NIOPosix Socket.swift
[236/247] Compiling NIOPosix SocketChannel.swift
[237/247] Compiling NIOPosix SocketProtocols.swift
[238/247] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[239/247] Compiling NIOPosix System.swift
[240/247] Compiling NIOPosix Thread.swift
[241/247] Compiling NIOPosix NIOPosixSendableMetatype.swift
[242/247] Compiling NIOPosix NIOThreadPool.swift
[243/247] Compiling NIOPosix NonBlockingFileIO.swift
[244/247] Compiling NIOPosix PendingDatagramWritesManager.swift
[245/247] Compiling NIOPosix PendingWritesManager.swift
[246/247] Compiling NIOPosix PipeChannel.swift
[247/247] Compiling NIOPosix PipePair.swift
[249/250] Compiling NIO Exports.swift
[250/250] Emitting module NIO
[252/280] Compiling LambdaMocks Mocked.swift
[253/280] Compiling LambdaMocks Dispatch+Utils.swift
[254/280] Compiling LambdaMocks MockInitializationContext.swift
[255/280] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[256/280] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[257/280] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[258/280] Compiling LambdaMocks Logger+Utils.swift
[259/280] Compiling LambdaMocks MockContext.swift
[260/280] Compiling LambdaMocks ContextProvider.swift
[261/280] Emitting module LambdaMocks
[262/280] Compiling LambdaMocks APIGatewayV2+Utils.swift
[264/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[265/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[266/283] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[267/283] Emitting module NIOFoundationCompat
[269/284] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[270/284] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[271/284] Emitting module NIOHTTP1
[272/284] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[273/284] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[274/284] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[275/284] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[276/284] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[277/284] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[278/284] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[279/284] Compiling NIOHTTP1 HTTPTypes.swift
[280/284] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[281/284] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[282/284] Compiling NIOHTTP1 ByteCollectionUtils.swift
[283/284] Compiling NIOHTTP1 HTTPDecoder.swift
[284/284] Compiling NIOHTTP1 HTTPEncoder.swift
[286/300] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[287/300] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[288/302] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[289/302] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[290/302] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[291/302] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[292/302] 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 |
[293/302] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[294/302] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[295/302] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[296/302] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[297/302] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[298/302] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[299/302] 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 |
[300/302] 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 |
[301/302] Compiling AWSLambdaRuntimeCore Terminator.swift
[302/302] Compiling AWSLambdaRuntimeCore Utils.swift
BUILD FAILURE 6.1 android