The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-aws-lambda-runtime, reference main (4a7d95), with Swift 6.1 for Android on 13 Jul 2025 11:46:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrea-scuderi/swift-aws-lambda-runtime.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/andrea-scuderi/swift-aws-lambda-runtime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4a7d95e fix: remove unused code in v2 (#427)
Cloned https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
4a7d95e4a38a6936074a0a7a3721fd0eaf4c666d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "swift-aws-lambda-runtime",
  "name" : "swift-aws-lambda-runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AWSLambdaRuntime",
      "targets" : [
        "AWSLambdaRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaPackager",
      "targets" : [
        "AWSLambdaPackager"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "MockServer",
      "targets" : [
        "MockServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MockServer",
      "module_type" : "SwiftTarget",
      "name" : "MockServer",
      "path" : "Sources/MockServer",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1",
        "NIOCore",
        "NIOPosix"
      ],
      "product_memberships" : [
        "MockServer"
      ],
      "sources" : [
        "MockHTTPServer.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AWSLambdaRuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeTests",
      "path" : "Tests/AWSLambdaRuntimeTests",
      "product_dependencies" : [
        "NIOTestUtils",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "CollectEverythingLogHandler.swift",
        "ControlPlaneRequestEncoderTests.swift",
        "InvocationTests.swift",
        "LambdaMockClient.swift",
        "LambdaRequestIDTests.swift",
        "LambdaRunLoopTests.swift",
        "LambdaRuntimeClientTests.swift",
        "LambdaRuntimeTests.swift",
        "MockLambdaServer.swift",
        "NewLambda+CodableTests.swift",
        "PoolTests.swift",
        "Utils.swift",
        "UtilsTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntime",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntime",
      "path" : "Sources/AWSLambdaRuntime",
      "product_dependencies" : [
        "NIOCore",
        "DequeModule",
        "Logging",
        "NIOHTTP1",
        "NIOPosix",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime"
      ],
      "sources" : [
        "ControlPlaneRequest.swift",
        "ControlPlaneRequestEncoder.swift",
        "FoundationSupport/Context+Foundation.swift",
        "FoundationSupport/Lambda+JSON.swift",
        "FoundationSupport/Vendored/ByteBuffer-foundation.swift",
        "FoundationSupport/Vendored/JSON+ByteBuffer.swift",
        "Lambda+Codable.swift",
        "Lambda+LocalServer.swift",
        "Lambda.swift",
        "LambdaContext.swift",
        "LambdaHandlers.swift",
        "LambdaRequestID.swift",
        "LambdaRuntime+ServiceLifecycle.swift",
        "LambdaRuntime.swift",
        "LambdaRuntimeClient.swift",
        "LambdaRuntimeClientProtocol.swift",
        "LambdaRuntimeError.swift",
        "SendableMetatype.swift",
        "Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaPackager",
      "module_type" : "PluginTarget",
      "name" : "AWSLambdaPackager",
      "path" : "Plugins/AWSLambdaPackager",
      "plugin_capability" : {
        "intent" : {
          "description" : "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions.",
          "type" : "custom",
          "verb" : "archive"
        },
        "permissions" : [
          {
            "network_scope" : {
              "docker" : {
              }
            },
            "reason" : "This plugin uses Docker to create the AWS Lambda ZIP package.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "AWSLambdaPackager"
      ],
      "sources" : [
        "Plugin.swift",
        "PluginUtils.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
[1/2426] Fetching swift-service-lifecycle
[293/6280] Fetching swift-service-lifecycle, swift-log
[5048/23026] Fetching swift-service-lifecycle, swift-log, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
[3852/16746] Fetching swift-collections
[4188/93325] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
[45182/76579] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.37s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (6.86s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4990] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.70s)
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.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.82s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (4.23s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[815/6465] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.75s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/48] Write sources
[13/48] Compiling CNIOWindows WSAStartup.c
[13/48] Write sources
[13/48] Compiling CNIOWASI CNIOWASI.c
[19/48] Compiling CNIOWindows shim.c
[20/48] Compiling CNIOLinux liburing_shims.c
[21/48] Compiling CNIOLLHTTP c_nio_http.c
[22/48] Compiling _AtomicsShims.c
[23/48] Write sources
[26/48] Compiling CNIODarwin shim.c
[27/48] Compiling CNIOLLHTTP c_nio_api.c
[28/48] Compiling CNIOLinux shim.c
[29/48] Write swift-version-24593BA9C3E375BF.txt
[30/51] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/94] Emitting module _NIODataStructures
[33/94] Emitting module Atomics
[33/96] Compiling c-nioatomics.c
[35/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/97] Compiling _NIODataStructures _TinyArray.swift
[38/97] Emitting module _NIOBase64
[39/97] Compiling _NIOBase64 Base64.swift
[40/97] Compiling Atomics IntegerOperations.swift
[41/97] Compiling Atomics Unmanaged extensions.swift
[42/98] Compiling ConcurrencyHelpers LockedValueBox.swift
[43/98] Compiling Atomics Primitives.native.swift
[44/98] Compiling Atomics OptionalRawRepresentable.swift
[45/98] Compiling Atomics RawRepresentable.swift
[46/98] Compiling Atomics AtomicBool.swift
[47/98] Emitting module InternalCollectionsUtilities
[48/98] Compiling Atomics IntegerConformances.swift
[49/98] Compiling Atomics PointerConformances.swift
[50/98] Compiling Atomics AtomicReference.swift
[51/98] Compiling Atomics AtomicStorage.swift
[52/98] Compiling _NIODataStructures PriorityQueue.swift
[53/98] Compiling Atomics AtomicValue.swift
[54/98] Compiling Atomics UnsafeAtomic.swift
[55/98] Compiling Atomics AtomicInteger.swift
[56/98] Compiling Atomics AtomicOptionalWrappable.swift
[58/98] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/99] Compiling Atomics ManagedAtomic.swift
[62/99] Compiling Atomics ManagedAtomicLazyReference.swift
[63/99] Compiling Atomics AtomicMemoryOrderings.swift
[64/99] Compiling Atomics DoubleWord.swift
[64/99] Compiling c-atomics.c
[69/99] Compiling _NIODataStructures Heap.swift
[79/107] Wrapping AST for _NIOBase64 for debugging
[80/107] Wrapping AST for _NIODataStructures for debugging
[82/107] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/107] Wrapping AST for InternalCollectionsUtilities for debugging
[83/118] Wrapping AST for Atomics for debugging
[85/177] Compiling DequeModule Deque+CustomReflectable.swift
[86/177] Compiling DequeModule Deque+Descriptions.swift
[87/179] Compiling NIOConcurrencyHelpers lock.swift
[88/179] Compiling DequeModule _DequeBuffer.swift
[89/179] Compiling DequeModule _DequeBufferHeader.swift
[90/179] Compiling DequeModule Deque+Equatable.swift
[91/179] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/179] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/179] Compiling NIOConcurrencyHelpers NIOLock.swift
[94/179] Compiling NIOConcurrencyHelpers atomics.swift
[95/179] Emitting module NIOConcurrencyHelpers
[96/180] Compiling DequeModule Deque+Extras.swift
[97/180] Compiling DequeModule Deque+Hashable.swift
[98/180] Wrapping AST for NIOConcurrencyHelpers for debugging
[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
[107/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[108/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[109/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[110/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[111/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[112/180] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[113/180] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[114/187] Compiling DequeModule _DequeSlot.swift
[115/187] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/187] Compiling OrderedCollections OrderedSet+Initializers.swift
[117/187] Compiling OrderedCollections OrderedSet+Insertions.swift
[118/187] Compiling OrderedCollections OrderedSet+Invariants.swift
[119/187] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[120/187] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[121/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[122/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[123/187] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[124/187] Compiling DequeModule Deque._UnsafeHandle.swift
[125/187] Compiling DequeModule Deque.swift
[126/187] Compiling DequeModule Deque+Testing.swift
[127/187] Compiling DequeModule Deque._Storage.swift
[128/187] Compiling OrderedCollections OrderedDictionary.swift
[129/187] Compiling OrderedCollections OrderedSet+Codable.swift
[130/187] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[131/187] Compiling OrderedCollections OrderedSet+Descriptions.swift
[132/187] Compiling OrderedCollections OrderedSet+Diffing.swift
[133/187] Compiling OrderedCollections OrderedSet+Equatable.swift
[134/187] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[135/187] Compiling OrderedCollections OrderedSet+Hashable.swift
[144/187] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[145/187] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[146/187] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[147/187] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[148/187] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[149/187] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[150/187] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[151/187] Compiling OrderedCollections OrderedDictionary+Values.swift
[152/187] Compiling DequeModule Deque+Codable.swift
[153/187] Compiling DequeModule Deque+Collection.swift
[154/187] Emitting module DequeModule
[155/188] Wrapping AST for DequeModule for debugging
[156/188] Emitting module ConcurrencyHelpers
[157/188] Compiling ConcurrencyHelpers Lock.swift
[159/189] Emitting module Logging
[160/189] Compiling Logging Locks.swift
[161/189] Compiling Logging LogHandler.swift
[162/189] Compiling Logging Logging.swift
[163/189] Compiling Logging MetadataProvider.swift
[166/238] Compiling NIOCore AddressedEnvelope.swift
[167/238] Compiling NIOCore AsyncAwaitSupport.swift
[168/238] Compiling NIOCore AsyncChannel.swift
[169/238] Compiling NIOCore AsyncChannelHandler.swift
[170/238] Compiling NIOCore AsyncChannelInboundStream.swift
[171/238] Compiling NIOCore AsyncChannelOutboundWriter.swift
[172/238] Compiling NIOCore NIOAsyncSequenceProducer.swift
[173/238] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[173/251] Wrapping AST for Logging for debugging
[175/254] Compiling NIOCore NIOCoreSendableMetatype.swift
[176/254] Compiling NIOCore NIOLoopBound.swift
[177/254] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[178/254] Compiling NIOCore NIOScheduledCallback.swift
[179/254] Compiling NIOCore NIOSendable.swift
[180/254] Compiling NIOCore RecvByteBufferAllocator.swift
[181/254] Compiling OrderedCollections _UnsafeBitset.swift
[182/254] Emitting module UnixSignals
[183/254] Emitting module OrderedCollections
[185/255] Compiling UnixSignals UnixSignal.swift
[186/255] Compiling UnixSignals UnixSignalsSequence.swift
[188/301] Emitting module AsyncAlgorithms
[189/307] Compiling NIOCore NIOAny.swift
[190/307] Compiling NIOCore NIOCloseOnErrorHandler.swift
[197/307] Compiling AsyncAlgorithms SetAlgebra.swift
[198/307] Compiling AsyncAlgorithms UnsafeTransfer.swift
[199/307] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[200/307] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[201/307] Compiling AsyncAlgorithms ZipStateMachine.swift
[202/307] Compiling AsyncAlgorithms ZipStorage.swift
[203/307] Compiling NIOCore MarkedCircularBuffer.swift
[204/307] Compiling NIOCore MulticastChannel.swift
[205/315] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[206/315] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[207/315] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[208/315] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[209/315] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[210/315] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[211/315] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[212/315] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[213/315] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[214/315] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[215/315] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[216/315] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[217/315] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[218/315] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[219/315] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[220/315] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[221/315] Compiling AsyncAlgorithms MergeStateMachine.swift
[222/315] Compiling AsyncAlgorithms MergeStorage.swift
[223/315] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[224/315] Compiling AsyncAlgorithms Rethrow.swift
[225/315] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[226/315] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[227/315] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[228/315] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[229/315] Compiling AsyncAlgorithms AsyncChannel.swift
[230/315] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[231/315] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[232/315] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[233/315] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[234/315] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[235/315] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[236/315] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[237/315] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[238/315] Compiling AsyncAlgorithms DebounceStateMachine.swift
[239/315] Compiling AsyncAlgorithms DebounceStorage.swift
[240/315] Compiling AsyncAlgorithms Dictionary.swift
[241/315] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[242/315] Compiling AsyncAlgorithms Locking.swift
[249/315] Compiling AsyncAlgorithms ChannelStateMachine.swift
[250/315] Compiling AsyncAlgorithms ChannelStorage.swift
[251/315] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[252/315] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[253/315] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[254/315] Compiling AsyncAlgorithms CombineLatestStorage.swift
[256/324] Compiling ServiceLifecycle Service.swift
[257/325] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[258/325] Emitting module ServiceLifecycle
[259/325] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[260/325] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[261/325] Compiling ServiceLifecycle ServiceRunnerError.swift
[262/325] Compiling ServiceLifecycle CancellationWaiter.swift
[263/325] Compiling ServiceLifecycle GracefulShutdown.swift
[264/325] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[265/325] Compiling NIOCore SocketAddresses.swift
[266/325] Compiling NIOCore SocketOptionProvider.swift
[267/325] Compiling NIOCore SystemCallHelpers.swift
[268/325] Compiling NIOCore TimeAmount+Duration.swift
[269/325] Compiling NIOCore TypeAssistedChannelHandler.swift
[270/325] Compiling NIOCore UniversalBootstrapSupport.swift
[271/325] Compiling NIOCore Utilities.swift
[272/325] Compiling ServiceLifecycle ServiceGroup.swift
[274/326] Emitting module NIOCore
[319/327] Wrapping AST for NIOCore for debugging
[321/378] Emitting module NIOEmbedded
[322/378] Compiling NIOEmbedded AsyncTestingChannel.swift
[323/378] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[324/378] Compiling NIOEmbedded Embedded.swift
[325/379] Compiling NIOPosix IO.swift
[326/379] Compiling NIOPosix IntegerBitPacking.swift
[327/379] Compiling NIOPosix IntegerTypes.swift
[328/379] Compiling NIOPosix Linux.swift
[329/379] Compiling NIOPosix LinuxCPUSet.swift
[330/379] Compiling NIOPosix LinuxUring.swift
[331/379] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[332/385] Wrapping AST for NIOEmbedded for debugging
[334/385] Compiling NIOPosix ThreadPosix.swift
[335/385] Compiling NIOPosix ThreadWindows.swift
[336/385] Compiling NIOPosix UnsafeTransfer.swift
[337/385] Compiling NIOPosix Utilities.swift
[338/385] Compiling NIOPosix VsockAddress.swift
[339/385] Compiling NIOPosix VsockChannelEvents.swift
[340/385] Compiling NIOPosix Pool.swift
[341/385] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[342/385] Compiling NIOPosix PosixSingletons.swift
[343/385] Compiling NIOPosix RawSocketBootstrap.swift
[344/385] Compiling NIOPosix Resolver.swift
[345/385] Compiling NIOPosix Selectable.swift
[346/385] Compiling NIOPosix SelectableChannel.swift
[347/385] Compiling NIOPosix SelectableEventLoop.swift
[348/385] Compiling NIOPosix SelectorEpoll.swift
[349/385] Compiling NIOPosix SelectorGeneric.swift
[350/385] Compiling NIOPosix SelectorKqueue.swift
[351/385] Compiling NIOPosix SelectorUring.swift
[352/385] Compiling NIOPosix ServerSocket.swift
[353/385] Compiling NIOPosix Socket.swift
[354/385] Compiling NIOPosix SocketChannel.swift
[355/385] Compiling NIOPosix SocketProtocols.swift
[356/385] Compiling NIOPosix System.swift
[357/385] Compiling NIOPosix Thread.swift
[358/385] Compiling NIOPosix BSDSocketAPICommon.swift
[359/385] Compiling NIOPosix BSDSocketAPIPosix.swift
[360/385] Compiling NIOPosix BSDSocketAPIWindows.swift
[361/385] Compiling NIOPosix BaseSocket.swift
[362/385] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[363/385] Compiling NIOPosix BaseSocketChannel.swift
[364/385] Compiling NIOPosix BaseStreamSocketChannel.swift
[365/385] Emitting module NIOPosix
[366/385] Compiling NIOPosix NIOPosixSendableMetatype.swift
[367/385] Compiling NIOPosix NIOThreadPool.swift
[368/385] Compiling NIOPosix NonBlockingFileIO.swift
[369/385] Compiling NIOPosix PendingDatagramWritesManager.swift
[370/385] Compiling NIOPosix PendingWritesManager.swift
[371/385] Compiling NIOPosix PipeChannel.swift
[372/385] Compiling NIOPosix PipePair.swift
[373/385] Compiling NIOPosix Bootstrap.swift
[374/385] Compiling NIOPosix ControlMessage.swift
[375/385] Compiling NIOPosix DatagramVectorReadManager.swift
[376/385] Compiling NIOPosix Errors+Any.swift
[377/385] Compiling NIOPosix FileDescriptor.swift
[378/385] Compiling NIOPosix GetaddrinfoResolver.swift
[379/385] Compiling NIOPosix HappyEyeballs.swift
[380/386] Wrapping AST for NIOPosix for debugging
[382/388] Compiling NIO Exports.swift
[383/388] Emitting module NIO
[384/389] Wrapping AST for NIO for debugging
[386/405] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[387/405] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[388/407] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[389/407] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[390/407] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[391/407] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[392/407] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[393/407] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[394/407] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[395/407] Compiling NIOHTTP1 HTTPTypes.swift
[396/407] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[397/407] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[398/407] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[399/407] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[400/407] Emitting module NIOHTTP1
[401/407] Compiling NIOHTTP1 ByteCollectionUtils.swift
[402/407] Compiling NIOHTTP1 HTTPDecoder.swift
[403/407] Compiling NIOHTTP1 HTTPEncoder.swift
[404/408] Wrapping AST for NIOHTTP1 for debugging
[406/428] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[407/428] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[408/430] Compiling AWSLambdaRuntime SendableMetatype.swift
[409/430] Compiling AWSLambdaRuntime Utils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[410/430] Compiling AWSLambdaRuntime Lambda+JSON.swift
[411/430] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[412/430] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[413/430] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
   |        `- error: Unsupported platform
30 | #endif
31 |
[414/430] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[415/430] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[416/430] Compiling AWSLambdaRuntime Context+Foundation.swift
[417/430] Compiling AWSLambdaRuntime LambdaContext.swift
[418/430] Compiling AWSLambdaRuntime LambdaHandlers.swift
[419/430] Compiling AWSLambdaRuntime LambdaRequestID.swift
[420/430] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[421/430] Compiling AWSLambdaRuntime Lambda+Codable.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
   |        `- error: Unsupported platform
30 | #endif
31 |
[422/430] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
   |        `- error: Unsupported platform
30 | #endif
31 |
[423/430] Compiling AWSLambdaRuntime Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
   |        `- error: Unsupported platform
30 | #endif
31 |
[424/430] Emitting module MockServer
[425/430] Compiling MockServer MockHTTPServer.swift
[427/431] Compiling AWSLambdaRuntime LambdaRuntime.swift
[428/431] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[428/431] Wrapping AST for MockServer for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/17] Write swift-version-24593BA9C3E375BF.txt
[3/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/70] Compiling Logging Locks.swift
[5/70] Compiling Atomics OptionalRawRepresentable.swift
[6/70] Compiling Atomics RawRepresentable.swift
[7/70] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[8/70] Emitting module _NIODataStructures
[9/70] Compiling Atomics AtomicBool.swift
[10/70] Compiling Atomics AtomicStorage.swift
[11/70] Compiling ConcurrencyHelpers LockedValueBox.swift
[12/70] Compiling Atomics ManagedAtomic.swift
[13/70] Compiling Atomics ManagedAtomicLazyReference.swift
[14/70] Compiling Atomics AtomicMemoryOrderings.swift
[15/70] Compiling Atomics DoubleWord.swift
[16/72] Emitting module ConcurrencyHelpers
[17/72] Compiling ConcurrencyHelpers Lock.swift
[18/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/73] Emitting module Logging
[20/73] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/73] Compiling Atomics AtomicInteger.swift
[23/73] Compiling Atomics AtomicOptionalWrappable.swift
[24/73] Compiling Atomics AtomicReference.swift
[25/73] Emitting module _NIOBase64
[26/73] Compiling _NIOBase64 Base64.swift
[27/73] Compiling Atomics IntegerOperations.swift
[28/73] Compiling Atomics Unmanaged extensions.swift
[30/76] Compiling NIOConcurrencyHelpers atomics.swift
[31/76] Compiling NIOConcurrencyHelpers lock.swift
[32/76] Compiling _NIODataStructures Heap.swift
[33/76] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[34/76] Emitting module NIOConcurrencyHelpers
[35/77] Compiling _NIODataStructures PriorityQueue.swift
[36/77] Compiling _NIODataStructures _TinyArray.swift
[41/76] Emitting module InternalCollectionsUtilities
[44/76] Compiling Atomics AtomicValue.swift
[45/76] Compiling Atomics IntegerConformances.swift
[46/76] Compiling Atomics UnsafeAtomic.swift
[47/76] Compiling Atomics UnsafeAtomicLazyReference.swift
[49/77] Emitting module UnixSignals
[50/77] Compiling UnixSignals UnixSignal.swift
[51/77] Compiling UnixSignals UnixSignalsSequence.swift
[52/77] Compiling Logging LogHandler.swift
[53/77] Compiling Logging MetadataProvider.swift
[54/77] Compiling Logging Logging.swift
[57/147] Compiling OrderedCollections _HashTable+Bucket.swift
[58/147] Compiling OrderedCollections _HashTable+BucketIterator.swift
[59/149] Emitting module Atomics
[60/149] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[61/149] Compiling OrderedCollections OrderedDictionary+Elements.swift
[62/149] Compiling OrderedCollections _HashTable+Testing.swift
[63/149] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[64/149] Compiling OrderedCollections _HashTable.swift
[65/149] Compiling OrderedCollections _Hashtable+Header.swift
[66/149] Compiling OrderedCollections OrderedDictionary+Codable.swift
[67/149] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[68/149] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[69/149] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[80/150] Compiling OrderedCollections _HashTable+Constants.swift
[81/150] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[82/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[83/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[84/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[85/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[86/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[87/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[88/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[89/157] Compiling OrderedCollections OrderedSet+Initializers.swift
[90/157] Compiling OrderedCollections OrderedSet+Insertions.swift
[91/157] Compiling OrderedCollections OrderedSet+Invariants.swift
[92/157] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[93/157] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[94/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[95/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[96/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[97/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[98/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[99/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[100/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[101/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[102/157] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[103/157] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[104/157] Compiling DequeModule _DequeSlot.swift
[105/157] Compiling DequeModule _UnsafeWrappedBuffer.swift
[106/157] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[107/157] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[108/157] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[109/157] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[110/157] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[111/157] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[112/157] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[113/157] Compiling OrderedCollections OrderedDictionary+Values.swift
[115/157] Compiling OrderedCollections OrderedDictionary.swift
[116/157] Compiling OrderedCollections OrderedSet+Codable.swift
[117/157] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[118/157] Compiling OrderedCollections OrderedSet+Descriptions.swift
[119/157] Compiling OrderedCollections OrderedSet+Diffing.swift
[120/157] Compiling OrderedCollections OrderedSet+Equatable.swift
[121/157] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[122/157] Compiling OrderedCollections OrderedSet+Hashable.swift
[131/157] Emitting module DequeModule
[141/217] Compiling NIOCore AsyncChannelHandler.swift
[142/217] Compiling NIOCore AsyncChannelInboundStream.swift
[143/217] Compiling NIOCore AsyncChannelOutboundWriter.swift
[144/217] Compiling NIOCore NIOAsyncSequenceProducer.swift
[145/217] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/217] Compiling NIOCore NIOAsyncWriter.swift
[147/217] Compiling OrderedCollections _UnsafeBitset.swift
[148/217] Compiling NIOCore NIOAny.swift
[149/217] Compiling NIOCore NIOCloseOnErrorHandler.swift
[150/217] Compiling NIOCore NIOCoreSendableMetatype.swift
[151/217] Compiling NIOCore NIOLoopBound.swift
[152/217] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[153/217] Compiling NIOCore NIOScheduledCallback.swift
[154/217] Compiling NIOCore NIOSendable.swift
[155/217] Compiling NIOCore RecvByteBufferAllocator.swift
[156/225] Emitting module OrderedCollections
[158/271] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[159/271] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[160/271] Compiling AsyncAlgorithms MergeStateMachine.swift
[161/271] Compiling AsyncAlgorithms MergeStorage.swift
[162/271] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[163/271] Compiling AsyncAlgorithms Rethrow.swift
[164/277] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[165/277] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[166/277] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[167/277] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[168/277] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[169/277] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[170/277] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[171/277] Emitting module AsyncAlgorithms
[172/277] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[173/277] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[174/277] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[175/277] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[176/277] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[177/277] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[178/277] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[193/277] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[194/277] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[195/277] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[196/277] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[197/277] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[198/277] Compiling AsyncAlgorithms DebounceStateMachine.swift
[199/277] Compiling AsyncAlgorithms DebounceStorage.swift
[200/277] Compiling AsyncAlgorithms Dictionary.swift
[201/277] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[202/277] Compiling AsyncAlgorithms Locking.swift
[203/277] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[204/277] Compiling NIOCore SocketAddresses.swift
[205/277] Compiling NIOCore SocketOptionProvider.swift
[206/277] Compiling NIOCore SystemCallHelpers.swift
[207/277] Compiling NIOCore TimeAmount+Duration.swift
[208/277] Compiling NIOCore TypeAssistedChannelHandler.swift
[209/277] Compiling NIOCore UniversalBootstrapSupport.swift
[210/277] Compiling NIOCore Utilities.swift
[211/277] Compiling AsyncAlgorithms SetAlgebra.swift
[212/277] Compiling AsyncAlgorithms UnsafeTransfer.swift
[213/277] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[214/277] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[215/277] Compiling AsyncAlgorithms ZipStateMachine.swift
[216/277] Compiling AsyncAlgorithms ZipStorage.swift
[221/277] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[222/277] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[223/277] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[224/277] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[225/277] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[226/277] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[227/277] Compiling AsyncAlgorithms AsyncChannel.swift
[228/277] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[229/277] Compiling AsyncAlgorithms ChannelStateMachine.swift
[230/277] Compiling AsyncAlgorithms ChannelStorage.swift
[231/277] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[232/277] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[233/277] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[234/277] Compiling AsyncAlgorithms CombineLatestStorage.swift
[236/286] Compiling ServiceLifecycle CancellationWaiter.swift
[237/287] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[238/287] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[239/287] Emitting module ServiceLifecycle
[240/287] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[241/287] Compiling ServiceLifecycle GracefulShutdown.swift
[242/287] Compiling ServiceLifecycle ServiceRunnerError.swift
[243/287] Compiling ServiceLifecycle Service.swift
[244/287] Compiling ServiceLifecycle ServiceGroup.swift
[262/288] Compiling NIOCore ChannelPipeline.swift
[263/288] Compiling NIOCore AddressedEnvelope.swift
[264/288] Compiling NIOCore AsyncAwaitSupport.swift
[265/288] Compiling NIOCore AsyncChannel.swift
[280/288] Emitting module NIOCore
[282/339] Emitting module NIOEmbedded
[283/339] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[284/339] Compiling NIOEmbedded AsyncTestingChannel.swift
[285/339] Compiling NIOEmbedded Embedded.swift
[286/339] Compiling NIOPosix Pool.swift
[287/339] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[288/339] Compiling NIOPosix PosixSingletons.swift
[289/339] Compiling NIOPosix RawSocketBootstrap.swift
[290/339] Compiling NIOPosix Resolver.swift
[291/339] Compiling NIOPosix Selectable.swift
[293/345] Compiling NIOPosix ThreadPosix.swift
[294/345] Compiling NIOPosix ThreadWindows.swift
[295/345] Compiling NIOPosix UnsafeTransfer.swift
[296/345] Compiling NIOPosix Utilities.swift
[297/345] Compiling NIOPosix VsockAddress.swift
[298/345] Compiling NIOPosix VsockChannelEvents.swift
[299/345] Compiling NIOPosix SelectableChannel.swift
[300/345] Compiling NIOPosix SelectableEventLoop.swift
[301/345] Compiling NIOPosix SelectorEpoll.swift
[302/345] Compiling NIOPosix SelectorGeneric.swift
[303/345] Compiling NIOPosix SelectorKqueue.swift
[304/345] Compiling NIOPosix SelectorUring.swift
[305/345] Compiling NIOPosix ServerSocket.swift
[306/345] Compiling NIOPosix Socket.swift
[307/345] Compiling NIOPosix SocketChannel.swift
[308/345] Compiling NIOPosix SocketProtocols.swift
[309/345] Compiling NIOPosix System.swift
[310/345] Compiling NIOPosix Thread.swift
[311/345] Compiling NIOPosix Bootstrap.swift
[312/345] Compiling NIOPosix ControlMessage.swift
[313/345] Compiling NIOPosix DatagramVectorReadManager.swift
[314/345] Compiling NIOPosix Errors+Any.swift
[315/345] Compiling NIOPosix FileDescriptor.swift
[316/345] Compiling NIOPosix GetaddrinfoResolver.swift
[317/345] Compiling NIOPosix HappyEyeballs.swift
[318/345] Compiling NIOPosix BSDSocketAPICommon.swift
[319/345] Compiling NIOPosix BSDSocketAPIPosix.swift
[320/345] Compiling NIOPosix BSDSocketAPIWindows.swift
[321/345] Compiling NIOPosix BaseSocket.swift
[322/345] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[323/345] Compiling NIOPosix BaseSocketChannel.swift
[324/345] Compiling NIOPosix BaseStreamSocketChannel.swift
[325/345] Emitting module NIOPosix
[326/345] Compiling NIOPosix IO.swift
[327/345] Compiling NIOPosix IntegerBitPacking.swift
[328/345] Compiling NIOPosix IntegerTypes.swift
[329/345] Compiling NIOPosix Linux.swift
[330/345] Compiling NIOPosix LinuxCPUSet.swift
[331/345] Compiling NIOPosix LinuxUring.swift
[332/345] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[333/345] Compiling NIOPosix NIOPosixSendableMetatype.swift
[334/345] Compiling NIOPosix NIOThreadPool.swift
[335/345] Compiling NIOPosix NonBlockingFileIO.swift
[336/345] Compiling NIOPosix PendingDatagramWritesManager.swift
[337/345] Compiling NIOPosix PendingWritesManager.swift
[338/345] Compiling NIOPosix PipeChannel.swift
[339/345] Compiling NIOPosix PipePair.swift
[341/347] Emitting module NIO
[342/347] Compiling NIO Exports.swift
[344/363] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[345/363] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[346/363] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[347/363] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[348/363] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[349/363] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[350/365] Emitting module NIOHTTP1
[351/365] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[352/365] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[353/365] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[354/365] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[355/365] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[356/365] Compiling NIOHTTP1 HTTPTypes.swift
[357/365] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[358/365] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[359/365] Compiling NIOHTTP1 ByteCollectionUtils.swift
[360/365] Compiling NIOHTTP1 HTTPDecoder.swift
[361/365] Compiling NIOHTTP1 HTTPEncoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[363/385] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[364/385] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[365/385] Emitting module AWSLambdaRuntime
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
   |        `- error: Unsupported platform
30 | #endif
31 |
[366/387] Emitting module MockServer
[367/387] Compiling MockServer MockHTTPServer.swift
[368/387] Compiling AWSLambdaRuntime ControlPlaneRequest.swift
[369/387] Compiling AWSLambdaRuntime ControlPlaneRequestEncoder.swift
[370/387] Compiling AWSLambdaRuntime Context+Foundation.swift
[371/388] Wrapping AST for MockServer for debugging
[372/388] Write Objects.LinkFileList
[374/388] Compiling AWSLambdaRuntime SendableMetatype.swift
[375/388] Compiling AWSLambdaRuntime Utils.swift
[376/388] Compiling AWSLambdaRuntime Lambda+JSON.swift
[377/388] Compiling AWSLambdaRuntime ByteBuffer-foundation.swift
[378/388] Compiling AWSLambdaRuntime JSON+ByteBuffer.swift
[379/388] Compiling AWSLambdaRuntime LambdaRequestID.swift
[380/388] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[380/388] Linking MockServer
[382/388] Compiling AWSLambdaRuntime LambdaContext.swift
[383/388] Compiling AWSLambdaRuntime LambdaHandlers.swift
[384/388] Compiling AWSLambdaRuntime LambdaRuntime.swift
[385/388] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[386/388] Compiling AWSLambdaRuntime Lambda+Codable.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
   |        `- error: Unsupported platform
30 | #endif
31 |
[387/388] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
   |        `- error: Unsupported platform
30 | #endif
31 |
[388/388] Compiling AWSLambdaRuntime Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntime/Lambda.swift:29:8: error: Unsupported platform
27 | import ucrt
28 | #else
29 | #error("Unsupported platform")
   |        `- error: Unsupported platform
30 | #endif
31 |
BUILD FAILURE 6.1 android