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-openapi-lambda, reference 0.3.0 (6a5448), with Swift 6.1 for Android on 30 Aug 2025 20:52:32 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/swift-server/swift-openapi-lambda.git
Reference: 0.3.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/swift-server/swift-openapi-lambda
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 6a54484 Add quote api example (#20)
Cloned https://github.com/swift-server/swift-openapi-lambda.git
Revision (git rev-parse @):
6a5448478285e24ceb5d3e4c8d6e01bbd707e35e
SUCCESS checkout https://github.com/swift-server/swift-openapi-lambda.git at 0.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/swift-openapi-lambda.git
https://github.com/swift-server/swift-openapi-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "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.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-openapi-lambda",
  "name" : "swift-openapi-lambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPILambda",
      "targets" : [
        "OpenAPILambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPILambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPILambdaTests",
      "path" : "Tests/OpenAPILambdaTests",
      "sources" : [
        "Router/RouterGraphTest.swift",
        "Router/RouterNodeTest.swift"
      ],
      "target_dependencies" : [
        "OpenAPILambda"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPILambda",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPILambda",
      "path" : "Sources",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "OpenAPILambda"
      ],
      "sources" : [
        "HttpApi/APIGatewayV2+HTTPRequest.swift",
        "HttpApi/OpenAPILambdaHttpApi.swift",
        "OpenAPILambda.swift",
        "OpenAPILambdaHandler.swift",
        "OpenAPILambdaTransport.swift",
        "Router/OpenAPILambdaRouter.swift",
        "Router/OpenAPILambdaRouterNode.swift",
        "Router/OpenAPILambdaRouterTrie.swift"
      ],
      "type" : "library"
    }
  ],
  "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/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
[1/2613] Fetching swift-aws-lambda-events
[80/4707] Fetching swift-aws-lambda-events, swift-docc-plugin
[504/10424] Fetching swift-aws-lambda-events, swift-docc-plugin, swift-openapi-runtime
[1626/23630] Fetching swift-aws-lambda-events, swift-docc-plugin, swift-openapi-runtime, swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.61s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.62s)
[6510/18923] Fetching swift-openapi-runtime, swift-aws-lambda-runtime
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (1.92s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.98s)
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 (2.62s)
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.25s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3489] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.05s)
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.52s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.2 (0.58s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 1.0.0-alpha.3 (0.59s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
[1/77939] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.99s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (7.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.97s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[1285/6749] Fetching swift-atomics, swift-system
[4576/24143] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
[4349/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.93s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/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/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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-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-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.8.2
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin AWSLambdaPackager
Building for debugging...
[3/36] Write sources
[16/36] Compiling CNIOWindows shim.c
[16/36] Compiling CNIOWindows WSAStartup.c
[17/36] Write sources
[20/36] Compiling CNIOWASI CNIOWASI.c
[20/36] Compiling CNIOLinux liburing_shims.c
[22/36] Compiling _AtomicsShims.c
[23/36] Compiling CNIODarwin shim.c
[24/36] Compiling CNIOPosix event_loop_id.c
[25/36] Compiling CNIOLLHTTP c_nio_http.c
[26/36] Write sources
[30/36] Compiling CNIOLLHTTP c_nio_api.c
[31/36] Compiling CNIOLinux shim.c
[32/36] Write swift-version-24593BA9C3E375BF.txt
[33/38] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/87] Emitting module Atomics
[36/89] Compiling Atomics IntegerOperations.swift
[37/89] Compiling Atomics Unmanaged extensions.swift
[38/89] Compiling HTTPTypes HTTPRequest.swift
[39/90] Compiling HTTPTypes ISOLatin1String.swift
[40/90] Compiling Atomics AtomicReference.swift
[41/90] Compiling Atomics IntegerConformances.swift
[42/91] Compiling HTTPTypes HTTPParsedFields.swift
[43/91] Compiling _NIODataStructures _TinyArray.swift
[44/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/91] Emitting module InternalCollectionsUtilities
[46/91] Compiling Atomics AtomicInteger.swift
[47/91] Compiling Atomics AtomicOptionalWrappable.swift
[48/91] Compiling Atomics AtomicMemoryOrderings.swift
[49/91] Compiling Atomics DoubleWord.swift
[50/91] Compiling Atomics AtomicBool.swift
[51/91] Compiling Atomics AtomicStorage.swift
[52/91] Compiling Atomics UnsafeAtomic.swift
[53/91] Compiling Atomics UnsafeAtomicLazyReference.swift
[54/91] Compiling _NIODataStructures PriorityQueue.swift
[55/91] Compiling Atomics ManagedAtomic.swift
[56/91] Compiling Atomics ManagedAtomicLazyReference.swift
[57/91] Compiling HTTPTypes HTTPResponse.swift
[58/91] Emitting module _NIOBase64
[59/91] Compiling _NIOBase64 Base64.swift
[63/92] Compiling Atomics OptionalRawRepresentable.swift
[64/92] Compiling Atomics RawRepresentable.swift
[65/92] Compiling Atomics PointerConformances.swift
[66/92] Compiling Atomics Primitives.native.swift
[68/92] Compiling Atomics AtomicValue.swift
[74/92] Emitting module _NIODataStructures
[75/92] Compiling _NIODataStructures Heap.swift
[82/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/95] Compiling HTTPTypes NIOLock.swift
[85/110] Compiling DequeModule Deque+CustomReflectable.swift
[86/110] Compiling DequeModule Deque+Descriptions.swift
[87/112] Compiling DequeModule _DequeBuffer.swift
[88/112] Compiling DequeModule _DequeBufferHeader.swift
[89/112] Compiling DequeModule Deque+Equatable.swift
[90/112] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/112] Compiling c-nioatomics.c
[92/112] Compiling DequeModule _DequeSlot.swift
[93/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/112] Compiling DequeModule Deque+Testing.swift
[95/112] Compiling DequeModule Deque._Storage.swift
[96/112] Compiling DequeModule Deque+Extras.swift
[97/112] Compiling DequeModule Deque+Hashable.swift
[98/112] Compiling DequeModule Deque._UnsafeHandle.swift
[99/112] Compiling DequeModule Deque.swift
[100/112] Compiling DequeModule Deque+Codable.swift
[101/112] Compiling DequeModule Deque+Collection.swift
[102/112] Compiling Logging MetadataProvider.swift
[103/112] Emitting module Logging
[104/112] Compiling Logging Locks.swift
[105/112] Compiling Logging Logging.swift
[106/112] Compiling Logging LogHandler.swift
[107/113] Compiling c-atomics.c
[109/113] Emitting module DequeModule
[111/120] Compiling NIOConcurrencyHelpers NIOLock.swift
[112/120] Compiling NIOConcurrencyHelpers lock.swift
[113/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[114/120] Emitting module NIOConcurrencyHelpers
[115/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[116/120] Compiling NIOConcurrencyHelpers atomics.swift
[118/182] Compiling HTTPTypes HTTPFieldName.swift
[119/182] Compiling HTTPTypes HTTPField.swift
[120/182] Emitting module HTTPTypes
[121/182] Compiling HTTPTypes HTTPFields.swift
[123/183] Compiling NIOCore NIOAny.swift
[124/183] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/183] Compiling NIOCore NIOCoreSendableMetatype.swift
[126/183] Compiling NIOCore NIOLoopBound.swift
[127/183] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[128/183] Compiling NIOCore NIOScheduledCallback.swift
[129/183] Compiling NIOCore NIOSendable.swift
[130/183] Compiling NIOCore RecvByteBufferAllocator.swift
[131/276] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[132/276] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[133/276] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[134/276] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[135/276] Compiling OpenAPIRuntime ServerSentEvents.swift
[136/276] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[137/276] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[138/276] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[139/276] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[140/276] Compiling NIOCore SocketAddresses.swift
[141/276] Compiling NIOCore SocketOptionProvider.swift
[142/276] Compiling NIOCore SystemCallHelpers.swift
[143/276] Compiling NIOCore TimeAmount+Duration.swift
[144/276] Compiling NIOCore TypeAssistedChannelHandler.swift
[145/276] Compiling NIOCore UniversalBootstrapSupport.swift
[146/276] Compiling NIOCore Utilities.swift
[147/276] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[148/276] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[149/276] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[150/276] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[151/276] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[152/276] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[153/276] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[154/276] Compiling OpenAPIRuntime MultipartValidation.swift
[155/276] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[156/276] Compiling OpenAPIRuntime URICodeCodingKey.swift
[157/276] Compiling OpenAPIRuntime URICoderConfiguration.swift
[158/276] Compiling OpenAPIRuntime URIEncodedNode.swift
[159/276] Compiling OpenAPIRuntime URIParsedTypes.swift
[160/276] Compiling OpenAPIRuntime URIDecoder.swift
[161/276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[162/276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[163/276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[164/276] Compiling OpenAPIRuntime FoundationExtensions.swift
[165/276] Compiling OpenAPIRuntime ParameterStyles.swift
[166/276] Compiling OpenAPIRuntime ServerVariable.swift
[167/276] Compiling OpenAPIRuntime URLExtensions.swift
[168/276] Compiling OpenAPIRuntime Deprecated.swift
[169/276] Compiling OpenAPIRuntime ClientError.swift
[170/276] Compiling OpenAPIRuntime CodingErrors.swift
[171/276] Compiling OpenAPIRuntime RuntimeError.swift
[172/276] Compiling OpenAPIRuntime ServerError.swift
[173/276] Emitting module OpenAPIRuntime
[174/284] Compiling OpenAPIRuntime ErrorExtensions.swift
[175/284] Compiling OpenAPIRuntime Acceptable.swift
[176/284] Compiling OpenAPIRuntime Base64EncodedData.swift
[202/287] Compiling OpenAPIRuntime Converter+Server.swift
[203/287] Compiling OpenAPIRuntime Converter.swift
[204/287] Compiling OpenAPIRuntime CurrencyExtensions.swift
[207/287] Compiling OpenAPIRuntime ByteUtilities.swift
[208/287] Compiling OpenAPIRuntime ContentDisposition.swift
[209/287] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[210/287] Compiling AWSLambdaEvents DateWrappers.swift
[211/287] Compiling AWSLambdaEvents HTTP.swift
[212/287] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[213/287] Compiling OpenAPIRuntime UndocumentedPayload.swift
[214/287] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[215/287] Compiling OpenAPIRuntime CodableExtensions.swift
[216/287] Compiling OpenAPIRuntime Configuration.swift
[217/287] Compiling OpenAPIRuntime Converter+Client.swift
[218/287] Compiling OpenAPIRuntime Converter+Common.swift
[223/287] Compiling OpenAPIRuntime CurrencyTypes.swift
[224/287] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[225/287] Compiling OpenAPIRuntime HTTPBody.swift
[226/287] Compiling OpenAPIRuntime ServerTransport.swift
[227/287] Compiling OpenAPIRuntime UniversalClient.swift
[228/287] Compiling OpenAPIRuntime UniversalServer.swift
[229/287] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[239/287] Compiling OpenAPIRuntime ClientTransport.swift
[243/287] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[244/287] Compiling OpenAPIRuntime URIEncoder.swift
[245/287] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[246/287] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[247/287] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[248/287] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[249/287] Compiling OpenAPIRuntime URIParser.swift
[250/287] Compiling OpenAPIRuntime URISerializer.swift
[258/288] Emitting module AWSLambdaEvents
[280/289] Emitting module NIOCore
[291/342] Emitting module NIOEmbedded
[292/342] Compiling NIOEmbedded AsyncTestingChannel.swift
[293/342] Compiling NIOPosix Pool.swift
[294/342] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[295/342] Compiling NIOPosix PosixSingletons.swift
[296/342] Compiling NIOPosix RawSocketBootstrap.swift
[297/342] Compiling NIOPosix Resolver.swift
[298/342] Compiling NIOPosix Selectable.swift
[299/342] Compiling NIOPosix SelectableChannel.swift
[300/348] Compiling NIOEmbedded Embedded.swift
[301/348] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[303/349] Compiling NIOPosix ThreadPosix.swift
[304/349] Compiling NIOPosix ThreadWindows.swift
[305/349] Compiling NIOPosix UnsafeTransfer.swift
[306/349] Compiling NIOPosix Utilities.swift
[307/349] Compiling NIOPosix VsockAddress.swift
[308/349] Compiling NIOPosix VsockChannelEvents.swift
[309/349] Compiling NIOPosix Socket.swift
[310/349] Compiling NIOPosix SocketChannel.swift
[311/349] Compiling NIOPosix SocketProtocols.swift
[312/349] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[313/349] Compiling NIOPosix System.swift
[314/349] Compiling NIOPosix Thread.swift
[315/349] Compiling NIOPosix SelectableEventLoop.swift
[316/349] Compiling NIOPosix SelectorEpoll.swift
[317/349] Compiling NIOPosix SelectorGeneric.swift
[318/349] Compiling NIOPosix SelectorKqueue.swift
[319/349] Compiling NIOPosix SelectorUring.swift
[320/349] Compiling NIOPosix ServerSocket.swift
[321/349] Compiling NIOPosix IO.swift
[322/349] Compiling NIOPosix IntegerBitPacking.swift
[323/349] Compiling NIOPosix IntegerTypes.swift
[324/349] Compiling NIOPosix Linux.swift
[325/349] Compiling NIOPosix LinuxCPUSet.swift
[326/349] Compiling NIOPosix LinuxUring.swift
[327/349] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[328/349] Compiling NIOPosix NIOPosixSendableMetatype.swift
[329/349] Compiling NIOPosix NIOThreadPool.swift
[330/349] Compiling NIOPosix NonBlockingFileIO.swift
[331/349] Compiling NIOPosix PendingDatagramWritesManager.swift
[332/349] Compiling NIOPosix PendingWritesManager.swift
[333/349] Compiling NIOPosix PipeChannel.swift
[334/349] Compiling NIOPosix PipePair.swift
[335/349] Compiling NIOPosix BSDSocketAPICommon.swift
[336/349] Compiling NIOPosix BSDSocketAPIPosix.swift
[337/349] Compiling NIOPosix BSDSocketAPIWindows.swift
[338/349] Compiling NIOPosix BaseSocket.swift
[339/349] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[340/349] Compiling NIOPosix BaseSocketChannel.swift
[341/349] Compiling NIOPosix BaseStreamSocketChannel.swift
[342/349] Emitting module NIOPosix
[343/349] Compiling NIOPosix Bootstrap.swift
[344/349] Compiling NIOPosix ControlMessage.swift
[345/349] Compiling NIOPosix DatagramVectorReadManager.swift
[346/349] Compiling NIOPosix Errors+Any.swift
[347/349] Compiling NIOPosix FileDescriptor.swift
[348/349] Compiling NIOPosix GetaddrinfoResolver.swift
[349/349] Compiling NIOPosix HappyEyeballs.swift
[351/352] Compiling NIO Exports.swift
[352/352] Emitting module NIO
[354/374] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[355/374] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[356/374] Emitting module NIOHTTP1
[357/376] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[358/376] Emitting module NIOFoundationCompat
[359/376] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[360/377] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[361/377] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[363/377] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[364/377] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[365/377] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[366/377] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[367/377] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[368/377] Compiling NIOHTTP1 HTTPTypes.swift
[369/377] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[370/377] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[371/377] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[372/377] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[373/377] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[374/377] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[375/377] Compiling NIOHTTP1 ByteCollectionUtils.swift
[376/377] Compiling NIOHTTP1 HTTPDecoder.swift
[377/377] Compiling NIOHTTP1 HTTPEncoder.swift
[379/393] 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 |
[380/393] 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 |
[381/395] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[382/395] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[383/395] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[384/395] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[385/395] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[386/395] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[387/395] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[388/395] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[389/395] 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 |
[390/395] Compiling AWSLambdaRuntimeCore Terminator.swift
[391/395] Compiling AWSLambdaRuntimeCore Utils.swift
[392/395] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[393/395] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[394/395] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[395/395] Compiling AWSLambdaRuntimeCore LambdaRunner.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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin AWSLambdaPackager
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/61] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/62] Compiling Logging MetadataProvider.swift
[7/62] Compiling Atomics AtomicStorage.swift
[8/62] Compiling Atomics AtomicValue.swift
[10/62] Compiling Atomics AtomicMemoryOrderings.swift
[11/64] Compiling Atomics AtomicInteger.swift
[12/64] Compiling Atomics AtomicOptionalWrappable.swift
[13/64] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[14/64] Compiling Atomics UnsafeAtomic.swift
[15/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[16/64] Compiling Atomics ManagedAtomic.swift
[17/64] Compiling Atomics ManagedAtomicLazyReference.swift
[19/64] Compiling Atomics DoubleWord.swift
[20/64] Compiling _NIODataStructures Heap.swift
[21/64] Emitting module Logging
[22/64] Compiling Logging Locks.swift
[23/64] Compiling HTTPTypes ISOLatin1String.swift
[24/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/65] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[26/65] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/65] Compiling NIOConcurrencyHelpers lock.swift
[28/65] Compiling NIOConcurrencyHelpers atomics.swift
[29/65] Emitting module _NIODataStructures
[30/65] Compiling _NIODataStructures _TinyArray.swift
[31/65] Compiling _NIODataStructures PriorityQueue.swift
[32/65] Emitting module _NIOBase64
[33/65] Compiling _NIOBase64 Base64.swift
[34/67] Compiling Atomics IntegerOperations.swift
[35/67] Compiling Atomics Unmanaged extensions.swift
[36/67] Emitting module InternalCollectionsUtilities
[39/67] Compiling Atomics AtomicReference.swift
[44/67] Compiling HTTPTypes NIOLock.swift
[45/67] Emitting module NIOConcurrencyHelpers
[46/68] Compiling Atomics AtomicBool.swift
[47/68] Compiling Atomics IntegerConformances.swift
[48/68] Compiling Atomics PointerConformances.swift
[49/68] Compiling Atomics Primitives.native.swift
[50/68] Compiling Atomics OptionalRawRepresentable.swift
[51/68] Compiling Atomics RawRepresentable.swift
[53/69] Compiling HTTPTypes HTTPParsedFields.swift
[54/69] Compiling HTTPTypes HTTPRequest.swift
[55/69] Compiling HTTPTypes HTTPResponse.swift
[57/69] Compiling HTTPTypes HTTPFieldName.swift
[58/69] Emitting module HTTPTypes
[59/69] Compiling HTTPTypes HTTPFields.swift
[60/69] Compiling HTTPTypes HTTPField.swift
[61/85] Compiling Logging LogHandler.swift
[62/85] Compiling Logging Logging.swift
[65/86] Compiling DequeModule Deque+CustomReflectable.swift
[66/86] Compiling DequeModule Deque+Descriptions.swift
[67/88] Compiling DequeModule _DequeBuffer.swift
[68/88] Compiling DequeModule _DequeBufferHeader.swift
[69/88] Compiling DequeModule Deque+Equatable.swift
[70/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/112] Compiling AWSLambdaEvents APIGateway+V2.swift
[72/112] Compiling AWSLambdaEvents APIGateway+WebSockets.swift
[73/173] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[74/173] Compiling OpenAPIRuntime OpenAPIValue.swift
[75/173] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[76/173] Compiling OpenAPIRuntime CodableExtensions.swift
[77/173] Compiling OpenAPIRuntime ByteUtilities.swift
[78/173] Compiling OpenAPIRuntime ContentDisposition.swift
[79/173] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[80/176] Compiling OpenAPIRuntime ErrorExtensions.swift
[81/176] Compiling OpenAPIRuntime Acceptable.swift
[82/176] Compiling OpenAPIRuntime Base64EncodedData.swift
[84/176] Emitting module DequeModule
[88/177] Compiling OpenAPIRuntime Configuration.swift
[89/177] Compiling OpenAPIRuntime Converter+Client.swift
[90/177] Compiling OpenAPIRuntime Converter+Common.swift
[91/177] Compiling OpenAPIRuntime Converter+Server.swift
[92/177] Emitting module Atomics
[93/178] Compiling OpenAPIRuntime ServerVariable.swift
[94/178] Compiling OpenAPIRuntime URLExtensions.swift
[95/178] Compiling OpenAPIRuntime Deprecated.swift
[96/178] Compiling OpenAPIRuntime UndocumentedPayload.swift
[97/178] Compiling OpenAPIRuntime FoundationExtensions.swift
[98/178] Compiling OpenAPIRuntime ParameterStyles.swift
[100/178] Compiling OpenAPIRuntime URICodeCodingKey.swift
[101/178] Compiling OpenAPIRuntime URICoderConfiguration.swift
[102/178] Compiling OpenAPIRuntime URIEncodedNode.swift
[103/178] Compiling OpenAPIRuntime URIParsedTypes.swift
[104/178] Compiling OpenAPIRuntime URIDecoder.swift
[105/178] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[106/178] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[107/178] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[113/186] Compiling AWSLambdaEvents DateWrappers.swift
[114/186] Compiling AWSLambdaEvents HTTP.swift
[115/186] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[116/186] Compiling OpenAPIRuntime ServerError.swift
[124/186] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[125/186] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[126/186] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[127/186] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[128/186] Compiling OpenAPIRuntime ServerSentEvents.swift
[129/186] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[130/186] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[131/186] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[132/186] Compiling OpenAPIRuntime ClientTransport.swift
[133/186] Compiling OpenAPIRuntime CurrencyTypes.swift
[134/186] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[135/186] Compiling OpenAPIRuntime HTTPBody.swift
[136/186] Compiling OpenAPIRuntime ServerTransport.swift
[137/186] Compiling OpenAPIRuntime UniversalClient.swift
[138/186] Compiling OpenAPIRuntime UniversalServer.swift
[139/186] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[140/186] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[141/186] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[142/186] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[143/186] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[144/186] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[145/186] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[146/186] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[147/186] Compiling OpenAPIRuntime MultipartValidation.swift
[148/186] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[149/239] Emitting module OpenAPIRuntime
[150/247] Compiling NIOCore ByteBuffer-multi-int.swift
[151/247] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[152/247] Compiling NIOCore ByteBuffer-views.swift
[153/247] Compiling NIOCore Channel.swift
[154/247] Compiling NIOCore ChannelHandler.swift
[155/247] Compiling NIOCore ChannelHandlers.swift
[156/247] Compiling NIOCore ChannelInvoker.swift
[157/247] Compiling NIOCore ChannelOption.swift
[158/247] Compiling NIOCore ChannelPipeline.swift
[159/247] Compiling NIOCore AddressedEnvelope.swift
[160/247] Compiling NIOCore AsyncAwaitSupport.swift
[161/247] Compiling NIOCore AsyncChannel.swift
[162/247] Compiling NIOCore AsyncChannelHandler.swift
[163/247] Compiling NIOCore AsyncChannelInboundStream.swift
[164/247] Compiling NIOCore AsyncChannelOutboundWriter.swift
[165/247] Compiling NIOCore NIOAsyncSequenceProducer.swift
[166/247] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[167/247] Compiling NIOCore NIOAsyncWriter.swift
[168/247] Emitting module AWSLambdaEvents
[180/248] Compiling NIOCore NIOAny.swift
[181/248] Compiling NIOCore NIOCloseOnErrorHandler.swift
[182/248] Compiling NIOCore NIOCoreSendableMetatype.swift
[183/248] Compiling NIOCore NIOLoopBound.swift
[184/248] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[185/248] Compiling NIOCore NIOScheduledCallback.swift
[186/248] Compiling NIOCore NIOSendable.swift
[187/248] Compiling NIOCore RecvByteBufferAllocator.swift
[188/256] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[189/256] Compiling NIOCore SocketAddresses.swift
[190/256] Compiling NIOCore SocketOptionProvider.swift
[191/256] Compiling NIOCore SystemCallHelpers.swift
[192/256] Compiling NIOCore TimeAmount+Duration.swift
[193/256] Compiling NIOCore TypeAssistedChannelHandler.swift
[194/256] Compiling NIOCore UniversalBootstrapSupport.swift
[195/256] Compiling NIOCore Utilities.swift
[197/257] Compiling NIOCore IOData.swift
[198/257] Compiling NIOCore IPProtocol.swift
[199/257] Compiling NIOCore IntegerBitPacking.swift
[200/257] Compiling NIOCore IntegerTypes.swift
[201/257] Compiling NIOCore Interfaces.swift
[202/257] Compiling NIOCore Linux.swift
[203/257] Compiling NIOCore MarkedCircularBuffer.swift
[204/257] Compiling NIOCore MulticastChannel.swift
[205/257] Compiling NIOCore EventLoopFuture+Deprecated.swift
[206/257] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[207/257] Compiling NIOCore EventLoopFuture.swift
[208/257] Compiling NIOCore FileDescriptor.swift
[209/257] Compiling NIOCore FileHandle.swift
[210/257] Compiling NIOCore FileRegion.swift
[211/257] Compiling NIOCore GlobalSingletons.swift
[212/257] Compiling NIOCore IO.swift
[213/257] Compiling NIOCore CircularBuffer.swift
[214/257] Compiling NIOCore Codec.swift
[215/257] Compiling NIOCore ConvenienceOptionSupport.swift
[216/257] Compiling NIOCore DeadChannel.swift
[217/257] Compiling NIOCore DispatchQueue+WithFuture.swift
[218/257] Compiling NIOCore EventLoop+Deprecated.swift
[219/257] Compiling NIOCore EventLoop+SerialExecutor.swift
[220/257] Compiling NIOCore EventLoop.swift
[221/257] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[239/257] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[240/257] Compiling NIOCore BSDSocketAPI.swift
[241/257] Compiling NIOCore ByteBuffer-aux.swift
[242/257] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[243/257] Compiling NIOCore ByteBuffer-conversions.swift
[244/257] Compiling NIOCore ByteBuffer-core.swift
[245/257] Compiling NIOCore ByteBuffer-hex.swift
[246/257] Compiling NIOCore ByteBuffer-int.swift
[247/257] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[257/257] Emitting module NIOCore
[259/310] Compiling NIOEmbedded AsyncTestingChannel.swift
[260/310] Emitting module NIOEmbedded
[261/310] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[262/310] Compiling NIOEmbedded Embedded.swift
[264/311] Compiling NIOPosix Pool.swift
[265/311] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[266/311] Compiling NIOPosix PosixSingletons.swift
[267/311] Compiling NIOPosix RawSocketBootstrap.swift
[268/311] Compiling NIOPosix Resolver.swift
[269/311] Compiling NIOPosix Selectable.swift
[270/311] Compiling NIOPosix SelectableChannel.swift
[271/317] Compiling NIOPosix SelectableEventLoop.swift
[272/317] Compiling NIOPosix SelectorEpoll.swift
[273/317] Compiling NIOPosix SelectorGeneric.swift
[274/317] Compiling NIOPosix SelectorKqueue.swift
[275/317] Compiling NIOPosix SelectorUring.swift
[276/317] Compiling NIOPosix ServerSocket.swift
[277/317] Compiling NIOPosix Socket.swift
[278/317] Compiling NIOPosix SocketChannel.swift
[279/317] Compiling NIOPosix SocketProtocols.swift
[280/317] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[281/317] Compiling NIOPosix System.swift
[282/317] Compiling NIOPosix Thread.swift
[283/317] Compiling NIOPosix IO.swift
[284/317] Compiling NIOPosix IntegerBitPacking.swift
[285/317] Compiling NIOPosix IntegerTypes.swift
[286/317] Compiling NIOPosix Linux.swift
[287/317] Compiling NIOPosix LinuxCPUSet.swift
[288/317] Compiling NIOPosix LinuxUring.swift
[289/317] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[290/317] Compiling NIOPosix NIOPosixSendableMetatype.swift
[291/317] Compiling NIOPosix NIOThreadPool.swift
[292/317] Compiling NIOPosix NonBlockingFileIO.swift
[293/317] Compiling NIOPosix PendingDatagramWritesManager.swift
[294/317] Compiling NIOPosix PendingWritesManager.swift
[295/317] Compiling NIOPosix PipeChannel.swift
[296/317] Compiling NIOPosix PipePair.swift
[297/317] Compiling NIOPosix BSDSocketAPICommon.swift
[298/317] Compiling NIOPosix BSDSocketAPIPosix.swift
[299/317] Compiling NIOPosix BSDSocketAPIWindows.swift
[300/317] Compiling NIOPosix BaseSocket.swift
[301/317] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[302/317] Compiling NIOPosix BaseSocketChannel.swift
[303/317] Compiling NIOPosix BaseStreamSocketChannel.swift
[304/317] Emitting module NIOPosix
[305/317] Compiling NIOPosix Bootstrap.swift
[306/317] Compiling NIOPosix ControlMessage.swift
[307/317] Compiling NIOPosix DatagramVectorReadManager.swift
[308/317] Compiling NIOPosix Errors+Any.swift
[309/317] Compiling NIOPosix FileDescriptor.swift
[310/317] Compiling NIOPosix GetaddrinfoResolver.swift
[311/317] Compiling NIOPosix HappyEyeballs.swift
[312/317] Compiling NIOPosix ThreadPosix.swift
[313/317] Compiling NIOPosix ThreadWindows.swift
[314/317] Compiling NIOPosix UnsafeTransfer.swift
[315/317] Compiling NIOPosix Utilities.swift
[316/317] Compiling NIOPosix VsockAddress.swift
[317/317] Compiling NIOPosix VsockChannelEvents.swift
[319/320] Emitting module NIO
[320/320] Compiling NIO Exports.swift
[322/342] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[323/342] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[324/342] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[325/342] Emitting module NIOFoundationCompat
[326/342] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[327/343] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[328/343] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[329/345] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[330/345] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[331/345] Emitting module NIOHTTP1
[333/345] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[334/345] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[335/345] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[336/345] Compiling NIOHTTP1 HTTPTypes.swift
[337/345] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[338/345] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[339/345] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[340/345] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[341/345] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[342/345] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[343/345] Compiling NIOHTTP1 ByteCollectionUtils.swift
[344/345] Compiling NIOHTTP1 HTTPDecoder.swift
[345/345] Compiling NIOHTTP1 HTTPEncoder.swift
[347/361] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[348/361] Compiling AWSLambdaRuntimeCore HTTPClient.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[349/363] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[350/363] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[351/363] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[352/363] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[353/363] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[354/363] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[355/363] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[356/363] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[357/363] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[358/363] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[359/363] 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 |
[360/363] 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 |
[361/363] 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 |
[362/363] Compiling AWSLambdaRuntimeCore Terminator.swift
[363/363] Compiling AWSLambdaRuntimeCore Utils.swift
BUILD FAILURE 6.1 android