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 main (97b2e6), with Swift 6.1 for Android on 26 Oct 2025 14:10:43 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/awslabs/swift-openapi-lambda.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/awslabs/swift-openapi-lambda
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97b2e6d Add support for Lambda functions exposed behind an Application Load Balancer (ALB) (#29)
Cloned https://github.com/awslabs/swift-openapi-lambda.git
Revision (git rev-parse @):
97b2e6d017b9d7404b144ab59bd92b0fc6316a2e
SUCCESS checkout https://github.com/awslabs/swift-openapi-lambda.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/awslabs/swift-openapi-lambda.git
https://github.com/awslabs/swift-openapi-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "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" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/awslabs/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/awslabs/swift-aws-lambda-events.git"
    }
  ],
  "manifest_display_name" : "swift-openapi-lambda",
  "name" : "swift-openapi-lambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPILambda",
      "targets" : [
        "OpenAPILambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPILambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPILambdaTests",
      "path" : "Tests/OpenAPILambdaTests",
      "product_dependencies" : [
        "AWSLambdaEvents"
      ],
      "sources" : [
        "ALBConversionTests.swift",
        "APIGatewayV2ConversionTests.swift",
        "HTTPHeadersConversionTests.swift",
        "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" : [
        "EventSource/ALB/ALBTargetGroup+HTTPRequest.swift",
        "EventSource/ALB/OpenAPILambdaALB.swift",
        "EventSource/HTTPHeadersExtension.swift",
        "EventSource/HttpApi/APIGatewayV2+HTTPRequest.swift",
        "EventSource/HttpApi/OpenAPILambdaHttpApi.swift",
        "Exports.swift",
        "Middleware/LoggingMiddleware.swift",
        "OpenAPILambdaHandler.swift",
        "OpenAPILambdaService.swift",
        "OpenAPILambdaTransport.swift",
        "Router/OpenAPILambdaRouter+SimplifiedAPI.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-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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/awslabs/swift-aws-lambda-runtime.git
Fetching https://github.com/awslabs/swift-aws-lambda-events.git
Fetching https://github.com/apple/swift-openapi-runtime.git
[1/2769] Fetching swift-aws-lambda-events
[29/8522] Fetching swift-aws-lambda-events, swift-openapi-runtime
[7379/22903] Fetching swift-aws-lambda-events, swift-openapi-runtime, swift-aws-lambda-runtime
Fetched https://github.com/awslabs/swift-aws-lambda-events.git from cache (0.72s)
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.72s)
[720/14381] Fetching swift-aws-lambda-runtime
Fetched https://github.com/awslabs/swift-aws-lambda-runtime.git from cache (2.62s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.3 (3.82s)
Fetching https://github.com/apple/swift-http-types
[1/939] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.41s)
Computing version for https://github.com/awslabs/swift-aws-lambda-events.git
Computed https://github.com/awslabs/swift-aws-lambda-events.git at 1.2.3 (1.54s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.09s)
Computing version for https://github.com/awslabs/swift-aws-lambda-runtime.git
Computed https://github.com/awslabs/swift-aws-lambda-runtime.git at 2.3.1 (1.13s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio.git
[1/2530] Fetching swift-service-lifecycle
[912/6619] Fetching swift-service-lifecycle, swift-log
[2900/24858] Fetching swift-service-lifecycle, swift-log, swift-collections
[10765/104536] Fetching swift-service-lifecycle, swift-log, swift-collections, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (11.20s)
Fetched https://github.com/apple/swift-log.git from cache (11.23s)
Fetched https://github.com/apple/swift-collections.git from cache (11.29s)
Fetched https://github.com/apple/swift-nio.git from cache (11.46s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.0 (12.66s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5633] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.69s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.87.0 (2.20s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[1694/6885] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.92s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.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.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/awslabs/swift-aws-lambda-runtime.git
Working copy of https://github.com/awslabs/swift-aws-lambda-runtime.git resolved at 2.3.1
Creating working copy for https://github.com/awslabs/swift-aws-lambda-events.git
Working copy of https://github.com/awslabs/swift-aws-lambda-events.git resolved at 1.2.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.87.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-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.8.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.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.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/37] Write sources
[21/37] Compiling CNIOWindows shim.c
[22/37] Compiling _AtomicsShims.c
[23/37] Compiling CNIOWindows WSAStartup.c
[24/37] Compiling CNIOPosix event_loop_id.c
[25/37] Compiling CNIOWASI CNIOWASI.c
[26/37] Compiling CNIOLinux liburing_shims.c
[27/37] Compiling CNIODarwin shim.c
[28/37] Write sources
[30/37] Compiling CNIOLLHTTP c_nio_http.c
[31/37] Compiling CNIOLinux shim.c
[32/37] Compiling CNIOLLHTTP c_nio_api.c
[33/37] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/37] Write swift-version-24593BA9C3E375BF.txt
[36/75] Emitting module InternalCollectionsUtilities
[37/77] Emitting module _NIODataStructures
[38/77] Compiling HTTPTypes ISOLatin1String.swift
[39/78] Emitting module HTTPTypes
[40/78] Compiling HTTPTypes HTTPField.swift
[41/78] Compiling _NIOBase64 Base64.swift
[42/78] Emitting module _NIOBase64
[43/78] Compiling HTTPTypes HTTPRequest.swift
[44/78] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[45/78] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[46/79] Compiling HTTPTypes HTTPResponse.swift
[47/79] Compiling ConcurrencyHelpers LockedValueBox.swift
[48/79] Compiling _NIODataStructures _TinyArray.swift
[49/79] Compiling InternalCollectionsUtilities Debugging.swift
[50/79] Compiling InternalCollectionsUtilities Descriptions.swift
[51/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/79] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/79] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[54/79] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/79] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/79] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/79] Compiling _NIODataStructures PriorityQueue.swift
[58/79] Compiling HTTPTypes HTTPParsedFields.swift
[59/79] Compiling _NIODataStructures Heap.swift
[60/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/80] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/80] Compiling InternalCollectionsUtilities Integer rank.swift
[64/80] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/80] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/106] Compiling HTTPTypes NIOLock.swift
[70/114] Compiling c-nioatomics.c
[72/169] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[73/169] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[74/169] Compiling OrderedCollections OrderedDictionary+Elements.swift
[75/169] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[76/171] Compiling OrderedCollections OrderedDictionary+Codable.swift
[77/171] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[78/171] Compiling OrderedCollections _HashTable.swift
[79/171] Compiling OrderedCollections _Hashtable+Header.swift
[80/171] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[82/173] Compiling OrderedCollections _HashTable+Constants.swift
[83/173] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[84/173] Compiling OrderedCollections _HashTable+Testing.swift
[85/173] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[88/173] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[89/173] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[91/173] Compiling Atomics IntegerOperations.swift
[92/173] Compiling Atomics Unmanaged extensions.swift
[93/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[94/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[95/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[96/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[97/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[98/173] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[99/173] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[100/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[101/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[102/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[103/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[104/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[105/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[106/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[106/180] Compiling c-atomics.c
[108/180] Compiling OrderedCollections OrderedDictionary.swift
[109/180] Compiling OrderedCollections OrderedSet+Codable.swift
[110/180] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[111/180] Compiling OrderedCollections OrderedSet+Descriptions.swift
[112/180] Compiling OrderedCollections OrderedSet+Diffing.swift
[113/180] Compiling OrderedCollections OrderedSet+Equatable.swift
[114/180] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[115/180] Compiling OrderedCollections OrderedSet+Hashable.swift
[116/180] Compiling DequeModule _DequeSlot.swift
[117/180] Compiling DequeModule _UnsafeWrappedBuffer.swift
[125/186] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[126/186] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[127/186] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[128/186] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[129/186] Compiling OrderedCollections OrderedDictionary+Values.swift
[130/186] Compiling OrderedCollections OrderedSet+Initializers.swift
[131/186] Compiling OrderedCollections OrderedSet+Insertions.swift
[132/186] Compiling OrderedCollections OrderedSet+Invariants.swift
[133/186] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[134/186] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[135/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[136/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[137/186] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[146/186] Emitting module DequeModule
[147/186] Compiling OrderedCollections _HashTable+Bucket.swift
[148/186] Compiling OrderedCollections _HashTable+BucketIterator.swift
[150/187] Compiling NIOConcurrencyHelpers NIOLock.swift
[151/187] Compiling Logging MetadataProvider.swift
[152/187] Emitting module Logging
[153/187] Emitting module ConcurrencyHelpers
[154/187] Compiling ConcurrencyHelpers Lock.swift
[155/187] Compiling Logging Locks.swift
[156/188] Compiling Logging LogHandler.swift
[157/188] Compiling Logging Logging.swift
[168/189] Compiling NIOConcurrencyHelpers lock.swift
[169/189] Emitting module NIOConcurrencyHelpers
[170/189] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[171/189] Compiling NIOConcurrencyHelpers atomics.swift
[172/189] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[174/193] Compiling OrderedCollections OrderedSet+Sendable.swift
[175/193] Compiling OrderedCollections OrderedSet+SubSequence.swift
[176/193] Compiling OrderedCollections OrderedSet+Testing.swift
[177/193] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[178/193] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[179/193] Compiling OrderedCollections OrderedSet.swift
[180/193] Compiling OrderedCollections _UnsafeBitset.swift
[181/193] Emitting module OrderedCollections
[182/194] Compiling UnixSignals UnixSignal.swift
[183/194] Emitting module UnixSignals
[190/194] Emitting module Atomics
[192/195] Compiling UnixSignals UnixSignalsSequence.swift
[195/302] Emitting module AsyncAlgorithms
[196/308] Compiling NIOCore FileRegion.swift
[197/308] Compiling NIOCore GlobalSingletons.swift
[198/308] Compiling NIOCore IO.swift
[199/308] Compiling NIOCore IOData.swift
[200/308] Compiling NIOCore IPProtocol.swift
[201/308] Compiling NIOCore IntegerBitPacking.swift
[202/308] Compiling NIOCore AddressedEnvelope.swift
[203/308] Compiling NIOCore AsyncAwaitSupport.swift
[204/308] Compiling NIOCore AsyncChannel.swift
[205/308] Compiling NIOCore AsyncChannelHandler.swift
[206/308] Compiling NIOCore AsyncChannelInboundStream.swift
[207/308] Compiling NIOCore AsyncChannelOutboundWriter.swift
[208/308] Compiling NIOCore NIOAsyncSequenceProducer.swift
[209/308] Compiling HTTPTypes HTTPFieldName.swift
[210/308] Compiling HTTPTypes HTTPFields.swift
[211/309] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[212/309] Compiling NIOCore NIOAsyncWriter.swift
[213/309] Compiling NIOCore ByteBuffer-multi-int.swift
[214/309] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[215/309] Compiling NIOCore ByteBuffer-views.swift
[216/309] Compiling NIOCore Channel.swift
[217/309] Compiling NIOCore ChannelHandler.swift
[218/309] Compiling NIOCore ChannelHandlers.swift
[219/309] Compiling NIOCore ChannelInvoker.swift
[220/309] Compiling NIOCore ChannelOption.swift
[221/309] Compiling NIOCore ChannelPipeline.swift
[222/309] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[223/309] Compiling NIOCore BSDSocketAPI.swift
[225/309] Compiling NIOCore ByteBuffer-aux.swift
[226/309] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[227/309] Compiling NIOCore ByteBuffer-conversions.swift
[228/309] Compiling NIOCore ByteBuffer-core.swift
[229/309] Compiling NIOCore ByteBuffer-hex.swift
[230/309] Compiling NIOCore ByteBuffer-int.swift
[231/309] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[232/309] Compiling NIOCore EventLoopFuture+Deprecated.swift
[233/309] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[234/309] Compiling NIOCore EventLoopFuture.swift
[235/309] Compiling NIOCore FileDescriptor.swift
[236/309] Compiling NIOCore FileHandle.swift
[237/309] Compiling NIOCore IntegerTypes.swift
[238/309] Compiling NIOCore Interfaces.swift
[239/309] Compiling NIOCore Linux.swift
[240/309] Compiling NIOCore MarkedCircularBuffer.swift
[241/309] Compiling NIOCore MulticastChannel.swift
[242/309] Compiling NIOCore NIOAny.swift
[243/309] Compiling AsyncAlgorithms SetAlgebra.swift
[244/309] Compiling AsyncAlgorithms UnsafeTransfer.swift
[245/309] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[246/309] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[247/309] Compiling AsyncAlgorithms ZipStateMachine.swift
[248/309] Compiling AsyncAlgorithms ZipStorage.swift
[256/310] Compiling NIOCore RecvByteBufferAllocator.swift
[258/403] Compiling OpenAPIRuntime ClientTransport.swift
[259/403] Compiling OpenAPIRuntime CurrencyTypes.swift
[260/403] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[261/403] Compiling OpenAPIRuntime HTTPBody.swift
[262/403] Compiling OpenAPIRuntime ServerTransport.swift
[263/403] Compiling OpenAPIRuntime UniversalClient.swift
[264/403] Compiling OpenAPIRuntime UniversalServer.swift
[265/403] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[266/411] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[267/411] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[268/411] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[269/411] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[270/411] Compiling OpenAPIRuntime ServerSentEvents.swift
[271/411] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[272/411] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[273/411] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[274/411] Compiling ServiceLifecycle Service.swift
[275/412] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[276/412] Emitting module ServiceLifecycle
[277/412] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[278/412] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[279/412] Compiling ServiceLifecycle ServiceRunnerError.swift
[280/412] Compiling ServiceLifecycle CancellationWaiter.swift
[281/412] Compiling ServiceLifecycle GracefulShutdown.swift
[282/412] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[283/412] Compiling OpenAPIRuntime URICodeCodingKey.swift
[284/412] Compiling OpenAPIRuntime URICoderConfiguration.swift
[285/412] Compiling OpenAPIRuntime URIEncodedNode.swift
[286/412] Compiling OpenAPIRuntime URIParsedTypes.swift
[287/412] Compiling OpenAPIRuntime URIDecoder.swift
[288/412] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[289/412] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[290/412] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[291/412] Compiling ServiceLifecycle ServiceGroup.swift
[293/413] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[294/413] Compiling NIOCore SocketAddresses.swift
[295/413] Compiling NIOCore SocketOptionProvider.swift
[296/413] Compiling NIOCore SystemCallHelpers.swift
[297/413] Compiling NIOCore TimeAmount+Duration.swift
[298/413] Compiling NIOCore TypeAssistedChannelHandler.swift
[299/413] Compiling NIOCore UniversalBootstrapSupport.swift
[300/413] Compiling NIOCore Utilities.swift
[301/413] Compiling OpenAPIRuntime ServerVariable.swift
[302/413] Compiling OpenAPIRuntime URLExtensions.swift
[303/413] Compiling OpenAPIRuntime Deprecated.swift
[304/416] Compiling OpenAPIRuntime ErrorExtensions.swift
[305/416] Compiling OpenAPIRuntime FoundationExtensions.swift
[306/416] Compiling OpenAPIRuntime ParameterStyles.swift
[307/416] Compiling OpenAPIRuntime Acceptable.swift
[308/416] Compiling OpenAPIRuntime Base64EncodedData.swift
[309/416] Compiling OpenAPIRuntime ByteUtilities.swift
[310/416] Compiling OpenAPIRuntime ContentDisposition.swift
[311/416] Compiling AWSLambdaEvents DateWrappers.swift
[312/416] Compiling AWSLambdaEvents HTTP.swift
[313/416] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[322/416] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[323/416] Compiling OpenAPIRuntime CodableExtensions.swift
[324/416] Compiling OpenAPIRuntime Configuration.swift
[325/416] Compiling OpenAPIRuntime Converter+Client.swift
[326/416] Compiling OpenAPIRuntime Converter+Common.swift
[327/416] Compiling OpenAPIRuntime Converter+Server.swift
[328/416] Compiling OpenAPIRuntime Converter.swift
[329/416] Compiling OpenAPIRuntime CurrencyExtensions.swift
[339/424] Compiling OpenAPIRuntime ServerError.swift
[340/424] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[341/424] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[342/424] Compiling OpenAPIRuntime OpenAPIValue.swift
[343/424] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[344/424] Compiling OpenAPIRuntime UndocumentedPayload.swift
[347/424] Emitting module AWSLambdaEvents
[364/424] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[365/424] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[366/424] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[367/424] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[368/424] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[369/424] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[370/424] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[371/424] Compiling OpenAPIRuntime MultipartValidation.swift
[373/424] Emitting module OpenAPIRuntime
[390/425] Emitting module NIOCore
[419/480] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[420/480] Compiling OpenAPIRuntime URIEncoder.swift
[421/480] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[422/480] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[423/480] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[424/480] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[425/480] Compiling OpenAPIRuntime URIParser.swift
[426/480] Compiling OpenAPIRuntime URISerializer.swift
[428/481] Emitting module NIOEmbedded
[429/481] Compiling NIOEmbedded AsyncTestingChannel.swift
[430/481] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[431/481] Compiling NIOEmbedded Embedded.swift
[433/482] Compiling NIOPosix SelectableEventLoop.swift
[434/482] Compiling NIOPosix SelectorEpoll.swift
[435/482] Compiling NIOPosix SelectorGeneric.swift
[436/482] Compiling NIOPosix SelectorKqueue.swift
[437/482] Compiling NIOPosix SelectorUring.swift
[438/482] Compiling NIOPosix SelectorWSAPoll.swift
[439/482] Compiling NIOPosix ServerSocket.swift
[440/482] Compiling NIOPosix Pool.swift
[441/482] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[442/482] Compiling NIOPosix PosixSingletons.swift
[443/482] Compiling NIOPosix RawSocketBootstrap.swift
[444/482] Compiling NIOPosix Resolver.swift
[445/482] Compiling NIOPosix Selectable.swift
[446/482] Compiling NIOPosix SelectableChannel.swift
[447/482] Compiling NIOPosix Socket.swift
[448/482] Compiling NIOPosix SocketChannel.swift
[449/482] Compiling NIOPosix SocketProtocols.swift
[450/482] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[451/482] Compiling NIOPosix System.swift
[452/482] Compiling NIOPosix Thread.swift
[453/482] Compiling NIOPosix ThreadPosix.swift
[454/488] Compiling NIOPosix NIOPosixSendableMetatype.swift
[455/488] Compiling NIOPosix NIOThreadPool.swift
[456/488] Compiling NIOPosix NonBlockingFileIO.swift
[457/488] Compiling NIOPosix PendingDatagramWritesManager.swift
[458/488] Compiling NIOPosix PendingWritesManager.swift
[459/488] Compiling NIOPosix PipeChannel.swift
[460/488] Compiling NIOPosix PipePair.swift
[461/488] Compiling NIOPosix IO.swift
[462/488] Compiling NIOPosix IntegerBitPacking.swift
[463/488] Compiling NIOPosix IntegerTypes.swift
[464/488] Compiling NIOPosix Linux.swift
[465/488] Compiling NIOPosix LinuxCPUSet.swift
[466/488] Compiling NIOPosix LinuxUring.swift
[467/488] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[468/488] Compiling NIOPosix BSDSocketAPICommon.swift
[469/488] Compiling NIOPosix BSDSocketAPIPosix.swift
[470/488] Compiling NIOPosix BSDSocketAPIWindows.swift
[471/488] Compiling NIOPosix BaseSocket.swift
[472/488] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[473/488] Compiling NIOPosix BaseSocketChannel.swift
[474/488] Compiling NIOPosix BaseStreamSocketChannel.swift
[475/488] Compiling NIOPosix ThreadWindows.swift
[476/488] Compiling NIOPosix UnsafeTransfer.swift
[477/488] Compiling NIOPosix Utilities.swift
[478/488] Compiling NIOPosix VsockAddress.swift
[479/488] Compiling NIOPosix VsockChannelEvents.swift
[480/488] Compiling NIOPosix Windows.swift
[481/488] Compiling NIOPosix Bootstrap.swift
[482/488] Compiling NIOPosix ControlMessage.swift
[483/488] Compiling NIOPosix DatagramVectorReadManager.swift
[484/488] Compiling NIOPosix Errors+Any.swift
[485/488] Compiling NIOPosix FileDescriptor.swift
[486/488] Compiling NIOPosix GetaddrinfoResolver.swift
[487/488] Compiling NIOPosix HappyEyeballs.swift
[488/488] Emitting module NIOPosix
[490/491] Emitting module NIO
[491/491] Compiling NIO Exports.swift
[493/508] Emitting module NIOHTTP1
[494/510] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[495/510] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[496/510] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[497/510] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[498/510] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[499/510] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[500/510] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[501/510] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[502/510] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[503/510] Compiling NIOHTTP1 HTTPTypes.swift
[504/510] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[505/510] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[506/510] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[507/510] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[508/510] Compiling NIOHTTP1 ByteCollectionUtils.swift
[509/510] Compiling NIOHTTP1 HTTPDecoder.swift
[510/510] Compiling NIOHTTP1 HTTPEncoder.swift
[512/533] Compiling AWSLambdaRuntime Lambda+JSON.swift
[513/533] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[514/533] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[515/536] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[516/536] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[517/536] Compiling AWSLambdaRuntime Context+Foundation.swift
[518/536] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[519/536] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[520/536] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[521/536] Compiling AWSLambdaRuntime SendableMetatype.swift
[522/536] Compiling AWSLambdaRuntime Utils.swift
[523/536] Compiling AWSLambdaRuntime Version.swift
[524/536] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[525/536] Compiling AWSLambdaRuntime LambdaRuntime.swift
[526/536] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[527/536] Compiling AWSLambdaRuntime LambdaHandlers.swift
[528/536] Compiling AWSLambdaRuntime LambdaRequestID.swift
[529/536] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[530/536] Compiling AWSLambdaRuntime Lambda+Codable.swift
[531/536] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[532/536] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[533/536] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:30:8: error: Unsupported platform
 28 | import ucrt
 29 | #else
 30 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 31 | #endif
 32 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:25:8: error: Unsupported platform
 23 | import ucrt
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
[534/536] Compiling AWSLambdaRuntime Lambda.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:30:8: error: Unsupported platform
 28 | import ucrt
 29 | #else
 30 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 31 | #endif
 32 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:25:8: error: Unsupported platform
 23 | import ucrt
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:143:18: error: cannot find 'timespec' in scope
141 |     /// - Returns: An `Instant` representing the current time.
142 |     public var now: Instant {
143 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
144 |         clock_gettime(CLOCK_REALTIME, &ts)
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:9: error: cannot find 'clock_gettime' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:23: error: cannot find 'CLOCK_REALTIME' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
[535/536] Compiling AWSLambdaRuntime LambdaClock.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:30:8: error: Unsupported platform
 28 | import ucrt
 29 | #else
 30 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 31 | #endif
 32 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:25:8: error: Unsupported platform
 23 | import ucrt
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:143:18: error: cannot find 'timespec' in scope
141 |     /// - Returns: An `Instant` representing the current time.
142 |     public var now: Instant {
143 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
144 |         clock_gettime(CLOCK_REALTIME, &ts)
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:9: error: cannot find 'clock_gettime' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:23: error: cannot find 'CLOCK_REALTIME' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
[536/536] Compiling AWSLambdaRuntime LambdaContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:30:8: error: Unsupported platform
 28 | import ucrt
 29 | #else
 30 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 31 | #endif
 32 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:25:8: error: Unsupported platform
 23 | import ucrt
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:143:18: error: cannot find 'timespec' in scope
141 |     /// - Returns: An `Instant` representing the current time.
142 |     public var now: Instant {
143 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
144 |         clock_gettime(CLOCK_REALTIME, &ts)
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:9: error: cannot find 'clock_gettime' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:23: error: cannot find 'CLOCK_REALTIME' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/64] Compiling ConcurrencyHelpers LockedValueBox.swift
[4/64] Compiling _NIODataStructures PriorityQueue.swift
[5/64] Compiling Atomics AtomicOptionalWrappable.swift
[6/64] Compiling Atomics AtomicReference.swift
[7/66] Compiling Atomics ManagedAtomic.swift
[8/66] Compiling Atomics ManagedAtomicLazyReference.swift
[9/66] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[10/66] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[11/66] Compiling Atomics AtomicStorage.swift
[12/66] Compiling Atomics AtomicValue.swift
[13/68] Compiling Atomics AtomicMemoryOrderings.swift
[14/68] Compiling Atomics DoubleWord.swift
[17/68] Compiling Logging MetadataProvider.swift
[20/68] Compiling Logging Locks.swift
[21/68] Emitting module _NIOBase64
[22/68] Compiling _NIOBase64 Base64.swift
[27/68] Compiling HTTPTypes ISOLatin1String.swift
[28/70] Emitting module ConcurrencyHelpers
[29/70] Compiling ConcurrencyHelpers Lock.swift
[30/71] Emitting module Logging
[31/71] Compiling Atomics IntegerOperations.swift
[32/71] Compiling Atomics Unmanaged extensions.swift
[33/71] Compiling NIOConcurrencyHelpers lock.swift
[35/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[36/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[37/71] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/71] Compiling NIOConcurrencyHelpers atomics.swift
[39/71] Compiling HTTPTypes HTTPParsedFields.swift
[41/71] Compiling Atomics AtomicInteger.swift
[44/71] Compiling _NIODataStructures Heap.swift
[45/71] Emitting module _NIODataStructures
[46/71] Compiling _NIODataStructures _TinyArray.swift
[47/72] Emitting module NIOConcurrencyHelpers
[49/73] Compiling HTTPTypes NIOLock.swift
[51/73] Compiling HTTPTypes HTTPRequest.swift
[52/73] Compiling HTTPTypes HTTPResponse.swift
[53/76] Compiling HTTPTypes HTTPField.swift
[54/76] Compiling HTTPTypes HTTPFieldName.swift
[55/76] Emitting module HTTPTypes
[56/76] Compiling HTTPTypes HTTPFields.swift
[57/77] Compiling Atomics OptionalRawRepresentable.swift
[58/77] Compiling Atomics RawRepresentable.swift
[59/77] Compiling Atomics AtomicBool.swift
[60/77] Compiling Atomics IntegerConformances.swift
[61/77] Compiling Atomics PointerConformances.swift
[62/77] Emitting module InternalCollectionsUtilities
[63/77] Compiling Atomics Primitives.native.swift
[67/78] Compiling Logging LogHandler.swift
[68/78] Compiling Logging Logging.swift
[69/79] Emitting module UnixSignals
[70/79] Compiling UnixSignals UnixSignal.swift
[71/79] Compiling UnixSignals UnixSignalsSequence.swift
[74/235] Compiling OpenAPIRuntime ServerVariable.swift
[75/235] Compiling OpenAPIRuntime URLExtensions.swift
[76/235] Compiling OpenAPIRuntime Deprecated.swift
[77/235] Compiling OpenAPIRuntime Acceptable.swift
[78/235] Compiling OpenAPIRuntime Base64EncodedData.swift
[79/235] Compiling OpenAPIRuntime ByteUtilities.swift
[80/238] Compiling OpenAPIRuntime ContentDisposition.swift
[81/238] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[82/238] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[89/240] Compiling AWSLambdaEvents HTTP.swift
[90/240] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[91/240] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[92/240] Compiling OrderedCollections OrderedSet+Descriptions.swift
[93/240] Compiling OrderedCollections OrderedSet+Diffing.swift
[94/240] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/240] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[96/240] Compiling OrderedCollections OrderedSet+Hashable.swift
[97/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[98/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[99/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[100/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[101/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[102/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[103/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[104/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[105/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[106/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[107/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[108/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[109/247] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[110/247] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[111/247] Compiling DequeModule _DequeSlot.swift
[112/247] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/247] Emitting module Atomics
[116/248] Compiling OpenAPIRuntime ParameterStyles.swift
[118/248] Compiling OpenAPIRuntime UndocumentedPayload.swift
[119/248] Compiling OpenAPIRuntime FoundationExtensions.swift
[120/248] Compiling OpenAPIRuntime OpenAPIValue.swift
[121/248] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[130/248] Compiling OpenAPIRuntime RuntimeError.swift
[131/248] Compiling OpenAPIRuntime ServerError.swift
[132/248] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[133/248] Compiling OpenAPIRuntime CodableExtensions.swift
[134/248] Compiling OpenAPIRuntime Configuration.swift
[135/248] Compiling OpenAPIRuntime Converter+Client.swift
[136/248] Compiling OpenAPIRuntime Converter+Common.swift
[137/248] Compiling AWSLambdaEvents DateWrappers.swift
[138/248] Compiling OrderedCollections OrderedSet+Initializers.swift
[139/248] Compiling OrderedCollections OrderedSet+Insertions.swift
[140/248] Compiling OrderedCollections OrderedSet+Invariants.swift
[141/248] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[142/248] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[143/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[144/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[145/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[162/256] Emitting module DequeModule
[177/257] Compiling OrderedCollections OrderedSet+Sendable.swift
[178/257] Compiling OrderedCollections OrderedSet+SubSequence.swift
[179/257] Compiling OrderedCollections OrderedSet+Testing.swift
[180/257] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[181/257] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[182/257] Compiling OrderedCollections OrderedSet.swift
[226/318] Compiling NIOCore NIOCoreSendableMetatype.swift
[227/318] Compiling NIOCore NIOLoopBound.swift
[228/318] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[229/318] Compiling NIOCore NIOScheduledCallback.swift
[230/318] Compiling NIOCore NIOSendable.swift
[231/318] Compiling NIOCore RecvByteBufferAllocator.swift
[232/318] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[233/318] Emitting module AWSLambdaEvents
[234/318] Emitting module OpenAPIRuntime
[235/318] Compiling NIOCore AddressedEnvelope.swift
[236/318] Compiling NIOCore AsyncAwaitSupport.swift
[237/318] Compiling NIOCore AsyncChannel.swift
[238/318] Compiling NIOCore AsyncChannelHandler.swift
[239/318] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[240/318] Compiling NIOCore NIOAsyncWriter.swift
[241/318] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[242/318] Compiling NIOCore BSDSocketAPI.swift
[243/318] Compiling NIOCore AsyncChannelInboundStream.swift
[244/318] Compiling NIOCore AsyncChannelOutboundWriter.swift
[245/318] Compiling NIOCore NIOAsyncSequenceProducer.swift
[246/318] Compiling NIOCore ByteBuffer-core.swift
[247/318] Compiling NIOCore ByteBuffer-hex.swift
[248/318] Compiling NIOCore ByteBuffer-int.swift
[250/319] Emitting module OrderedCollections
[251/320] Compiling NIOCore NIOAny.swift
[252/320] Compiling NIOCore NIOCloseOnErrorHandler.swift
[260/328] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[261/328] Compiling NIOCore SocketAddresses.swift
[262/328] Compiling NIOCore SocketOptionProvider.swift
[263/328] Compiling NIOCore SystemCallHelpers.swift
[264/328] Compiling NIOCore TimeAmount+Duration.swift
[265/328] Compiling NIOCore TypeAssistedChannelHandler.swift
[266/328] Compiling NIOCore UniversalBootstrapSupport.swift
[267/328] Compiling NIOCore Utilities.swift
[269/374] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[270/374] Compiling AsyncAlgorithms Locking.swift
[271/374] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[272/374] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[273/374] Compiling AsyncAlgorithms MergeStateMachine.swift
[274/374] Compiling AsyncAlgorithms MergeStorage.swift
[275/374] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[276/374] Compiling AsyncAlgorithms Rethrow.swift
[277/374] Compiling NIOCore IOData.swift
[278/374] Compiling NIOCore IPProtocol.swift
[279/374] Compiling NIOCore IntegerBitPacking.swift
[280/374] Compiling NIOCore IntegerTypes.swift
[281/374] Compiling NIOCore Interfaces.swift
[282/374] Compiling NIOCore Linux.swift
[283/374] Compiling NIOCore MarkedCircularBuffer.swift
[284/374] Compiling NIOCore MulticastChannel.swift
[285/374] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[286/374] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[287/374] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[288/374] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[289/374] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[290/374] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[291/374] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[292/374] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[293/374] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[296/374] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[297/374] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[298/374] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[299/374] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[300/374] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[301/380] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[302/380] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[303/380] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[304/380] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[305/380] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[306/380] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[313/380] Compiling AsyncAlgorithms ChannelStorage.swift
[314/380] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[315/380] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[316/380] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[317/380] Compiling AsyncAlgorithms CombineLatestStorage.swift
[318/380] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[319/380] Compiling AsyncAlgorithms DebounceStateMachine.swift
[320/380] Compiling AsyncAlgorithms DebounceStorage.swift
[321/380] Compiling AsyncAlgorithms Dictionary.swift
[343/380] Emitting module AsyncAlgorithms
[353/380] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[354/380] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[355/380] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[356/380] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[357/380] Compiling AsyncAlgorithms AsyncChannel.swift
[358/380] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[359/380] Compiling AsyncAlgorithms ChannelStateMachine.swift
[365/380] Compiling AsyncAlgorithms SetAlgebra.swift
[366/380] Compiling AsyncAlgorithms UnsafeTransfer.swift
[367/380] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[368/380] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[369/380] Compiling AsyncAlgorithms ZipStateMachine.swift
[370/380] Compiling AsyncAlgorithms ZipStorage.swift
[372/389] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[373/390] Compiling ServiceLifecycle CancellationWaiter.swift
[374/390] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[375/390] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[376/390] Emitting module ServiceLifecycle
[377/390] Compiling ServiceLifecycle ServiceRunnerError.swift
[378/390] Compiling ServiceLifecycle Service.swift
[379/390] Compiling ServiceLifecycle GracefulShutdown.swift
[380/390] Compiling ServiceLifecycle ServiceGroup.swift
[391/391] Emitting module NIOCore
[393/446] Compiling NIOEmbedded Embedded.swift
[394/446] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[395/446] Emitting module NIOEmbedded
[396/446] Compiling NIOEmbedded AsyncTestingChannel.swift
[398/447] Compiling NIOPosix BSDSocketAPICommon.swift
[399/447] Compiling NIOPosix BSDSocketAPIPosix.swift
[400/447] Compiling NIOPosix BSDSocketAPIWindows.swift
[401/447] Compiling NIOPosix BaseSocket.swift
[402/447] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[403/447] Compiling NIOPosix BaseSocketChannel.swift
[404/447] Compiling NIOPosix BaseStreamSocketChannel.swift
[405/453] Emitting module NIOPosix
[406/453] Compiling NIOPosix IO.swift
[407/453] Compiling NIOPosix IntegerBitPacking.swift
[408/453] Compiling NIOPosix IntegerTypes.swift
[409/453] Compiling NIOPosix Linux.swift
[410/453] Compiling NIOPosix LinuxCPUSet.swift
[411/453] Compiling NIOPosix LinuxUring.swift
[412/453] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[413/453] Compiling NIOPosix SelectableEventLoop.swift
[414/453] Compiling NIOPosix SelectorEpoll.swift
[415/453] Compiling NIOPosix SelectorGeneric.swift
[416/453] Compiling NIOPosix SelectorKqueue.swift
[417/453] Compiling NIOPosix SelectorUring.swift
[418/453] Compiling NIOPosix SelectorWSAPoll.swift
[419/453] Compiling NIOPosix ServerSocket.swift
[420/453] Compiling NIOPosix NIOPosixSendableMetatype.swift
[421/453] Compiling NIOPosix NIOThreadPool.swift
[422/453] Compiling NIOPosix NonBlockingFileIO.swift
[423/453] Compiling NIOPosix PendingDatagramWritesManager.swift
[424/453] Compiling NIOPosix PendingWritesManager.swift
[425/453] Compiling NIOPosix PipeChannel.swift
[426/453] Compiling NIOPosix PipePair.swift
[427/453] Compiling NIOPosix Socket.swift
[428/453] Compiling NIOPosix SocketChannel.swift
[429/453] Compiling NIOPosix SocketProtocols.swift
[430/453] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[431/453] Compiling NIOPosix System.swift
[432/453] Compiling NIOPosix Thread.swift
[433/453] Compiling NIOPosix ThreadPosix.swift
[434/453] Compiling NIOPosix Pool.swift
[435/453] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[436/453] Compiling NIOPosix PosixSingletons.swift
[437/453] Compiling NIOPosix RawSocketBootstrap.swift
[438/453] Compiling NIOPosix Resolver.swift
[439/453] Compiling NIOPosix Selectable.swift
[440/453] Compiling NIOPosix SelectableChannel.swift
[441/453] Compiling NIOPosix Bootstrap.swift
[442/453] Compiling NIOPosix ControlMessage.swift
[443/453] Compiling NIOPosix DatagramVectorReadManager.swift
[444/453] Compiling NIOPosix Errors+Any.swift
[445/453] Compiling NIOPosix FileDescriptor.swift
[446/453] Compiling NIOPosix GetaddrinfoResolver.swift
[447/453] Compiling NIOPosix HappyEyeballs.swift
[448/453] Compiling NIOPosix ThreadWindows.swift
[449/453] Compiling NIOPosix UnsafeTransfer.swift
[450/453] Compiling NIOPosix Utilities.swift
[451/453] Compiling NIOPosix VsockAddress.swift
[452/453] Compiling NIOPosix VsockChannelEvents.swift
[453/453] Compiling NIOPosix Windows.swift
[455/456] Compiling NIO Exports.swift
[456/456] Emitting module NIO
[458/473] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[459/473] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[460/475] Emitting module NIOHTTP1
[461/475] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[462/475] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[463/475] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[464/475] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[465/475] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[466/475] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[467/475] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[468/475] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[469/475] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[470/475] Compiling NIOHTTP1 HTTPTypes.swift
[471/475] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[472/475] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[473/475] Compiling NIOHTTP1 ByteCollectionUtils.swift
[474/475] Compiling NIOHTTP1 HTTPDecoder.swift
[475/475] Compiling NIOHTTP1 HTTPEncoder.swift
[477/498] Compiling AWSLambdaRuntime Lambda+JSON.swift
[478/498] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[479/498] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[480/498] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[481/498] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[482/498] Compiling AWSLambdaRuntime Context+Foundation.swift
[483/498] Compiling AWSLambdaRuntime Lambda.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:30:8: error: Unsupported platform
 28 | import ucrt
 29 | #else
 30 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 31 | #endif
 32 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:25:8: error: Unsupported platform
 23 | import ucrt
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:143:18: error: cannot find 'timespec' in scope
141 |     /// - Returns: An `Instant` representing the current time.
142 |     public var now: Instant {
143 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
144 |         clock_gettime(CLOCK_REALTIME, &ts)
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:9: error: cannot find 'clock_gettime' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:23: error: cannot find 'CLOCK_REALTIME' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
[484/498] Compiling AWSLambdaRuntime LambdaClock.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:30:8: error: Unsupported platform
 28 | import ucrt
 29 | #else
 30 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 31 | #endif
 32 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:25:8: error: Unsupported platform
 23 | import ucrt
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:143:18: error: cannot find 'timespec' in scope
141 |     /// - Returns: An `Instant` representing the current time.
142 |     public var now: Instant {
143 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
144 |         clock_gettime(CLOCK_REALTIME, &ts)
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:9: error: cannot find 'clock_gettime' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:23: error: cannot find 'CLOCK_REALTIME' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
[485/498] Compiling AWSLambdaRuntime LambdaContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:30:8: error: Unsupported platform
 28 | import ucrt
 29 | #else
 30 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 31 | #endif
 32 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:25:8: error: Unsupported platform
 23 | import ucrt
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:143:18: error: cannot find 'timespec' in scope
141 |     /// - Returns: An `Instant` representing the current time.
142 |     public var now: Instant {
143 |         var ts = timespec()
    |                  `- error: cannot find 'timespec' in scope
144 |         clock_gettime(CLOCK_REALTIME, &ts)
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:9: error: cannot find 'clock_gettime' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |         `- error: cannot find 'clock_gettime' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:144:23: error: cannot find 'CLOCK_REALTIME' in scope
142 |     public var now: Instant {
143 |         var ts = timespec()
144 |         clock_gettime(CLOCK_REALTIME, &ts)
    |                       `- error: cannot find 'CLOCK_REALTIME' in scope
145 |         return .init(millisecondsSinceEpoch: Int64(ts.tv_sec) * 1000 + Int64(ts.tv_nsec) / 1_000_000)
146 |     }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[486/501] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/Lambda.swift:30:8: error: Unsupported platform
 28 | import ucrt
 29 | #else
 30 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 31 | #endif
 32 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntime/LambdaClock.swift:25:8: error: Unsupported platform
 23 | import ucrt
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
[487/501] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[488/501] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[489/501] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[490/501] Compiling AWSLambdaRuntime SendableMetatype.swift
[491/501] Compiling AWSLambdaRuntime Utils.swift
[492/501] Compiling AWSLambdaRuntime Version.swift
[493/501] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[494/501] Compiling AWSLambdaRuntime LambdaRuntime.swift
[495/501] Compiling AWSLambdaRuntime LambdaRuntimeClient+ChannelHandler.swift
[496/501] Compiling AWSLambdaRuntime Lambda+Codable.swift
[497/501] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[498/501] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[499/501] Compiling AWSLambdaRuntime LambdaHandlers.swift
[500/501] Compiling AWSLambdaRuntime LambdaRequestID.swift
[501/501] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
BUILD FAILURE 6.1 android