The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-aws-lambda-runtime, reference 1.0.0-alpha.2 (8d9f44), with Swift 6.1 for Android on 13 Jul 2025 11:45:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
Reference: 1.0.0-alpha.2
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
 * tag               1.0.0-alpha.2 -> FETCH_HEAD
HEAD is now at 8d9f44b allow custom initialization of the HandlerType of the LambdaRuntime (#310)
Cloned https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
8d9f44b7838750b103ad2ad49055e8333d719e8a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git at 1.0.0-alpha.2
========================================
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.43.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-aws-lambda-runtime",
  "name" : "swift-aws-lambda-runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AWSLambdaRuntime",
      "targets" : [
        "AWSLambdaRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaRuntimeCore",
      "targets" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaPackager",
      "targets" : [
        "AWSLambdaPackager"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "AWSLambdaTesting",
      "targets" : [
        "AWSLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MockServer",
      "targets" : [
        "MockServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MockServer",
      "module_type" : "SwiftTarget",
      "name" : "MockServer",
      "path" : "Sources/MockServer",
      "product_dependencies" : [
        "NIOHTTP1",
        "NIO"
      ],
      "product_memberships" : [
        "MockServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AWSLambdaTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaTestingTests",
      "path" : "Tests/AWSLambdaTestingTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaTesting",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaTesting",
      "path" : "Sources/AWSLambdaTesting",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "AWSLambdaTesting"
      ],
      "sources" : [
        "Lambda+Testing.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaRuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeTests",
      "path" : "Tests/AWSLambdaRuntimeTests",
      "sources" : [
        "Lambda+CodableTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore",
        "AWSLambdaRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntimeCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeCoreTests",
      "path" : "Tests/AWSLambdaRuntimeCoreTests",
      "product_dependencies" : [
        "NIOTestUtils",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "ControlPlaneRequestEncoderTests.swift",
        "ControlPlaneRequestTests.swift",
        "LambdaHandlerTest.swift",
        "LambdaHandlers.swift",
        "LambdaRequestIDTests.swift",
        "LambdaRunnerTest.swift",
        "LambdaRuntimeClientTest.swift",
        "LambdaRuntimeTest.swift",
        "LambdaTest.swift",
        "MockLambdaServer.swift",
        "Utils.swift",
        "UtilsTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntimeCore",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeCore",
      "path" : "Sources/AWSLambdaRuntimeCore",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOPosix"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime",
        "AWSLambdaRuntimeCore",
        "AWSLambdaTesting"
      ],
      "sources" : [
        "ControlPlaneRequest.swift",
        "ControlPlaneRequestEncoder.swift",
        "HTTPClient.swift",
        "Lambda+LocalServer.swift",
        "Lambda+String.swift",
        "Lambda.swift",
        "LambdaConfiguration.swift",
        "LambdaContext.swift",
        "LambdaHandler.swift",
        "LambdaRequestID.swift",
        "LambdaRunner.swift",
        "LambdaRuntime.swift",
        "LambdaRuntimeClient.swift",
        "Terminator.swift",
        "Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaRuntime",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntime",
      "path" : "Sources/AWSLambdaRuntime",
      "product_dependencies" : [
        "NIOCore",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime",
        "AWSLambdaTesting"
      ],
      "sources" : [
        "Context+Foundation.swift",
        "Lambda+Codable.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore"
      ],
      "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" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "AWSLambdaPackager"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[232/5948] Fetching swift-docc-plugin, swift-log
[5949/82527] Fetching swift-docc-plugin, swift-log, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (0.85s)
[4620/80433] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.64s)
Fetched https://github.com/apple/swift-nio.git from cache (6.74s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (9.32s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.25s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (0.99s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[1285/6465] Fetching swift-atomics, swift-system
[3765/23211] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.19s)
Fetched https://github.com/apple/swift-system.git from cache (1.19s)
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.5.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-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
[1/1] Compiling plugin AWSLambdaPackager
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/47] Write sources
[20/47] Compiling _AtomicsShims.c
[21/47] Compiling CNIODarwin shim.c
[22/47] Compiling CNIOWindows shim.c
[23/47] Compiling CNIOWindows WSAStartup.c
[24/47] Compiling CNIOWASI CNIOWASI.c
[25/47] Compiling CNIOLinux liburing_shims.c
[26/47] Compiling CNIOLLHTTP c_nio_api.c
[27/47] Compiling CNIOLLHTTP c_nio_http.c
[28/47] Compiling CNIOLinux shim.c
[29/47] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/47] Write swift-version-24593BA9C3E375BF.txt
[32/90] Emitting module Logging
[33/90] Emitting module Atomics
[34/92] Compiling Atomics AtomicInteger.swift
[35/92] Compiling Atomics AtomicOptionalWrappable.swift
[36/93] Compiling _NIODataStructures _TinyArray.swift
[37/93] Compiling _NIODataStructures PriorityQueue.swift
[38/93] Compiling Atomics AtomicMemoryOrderings.swift
[39/93] Compiling Atomics DoubleWord.swift
[40/93] Compiling _NIOBase64 Base64.swift
[41/93] Emitting module _NIOBase64
[42/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/93] Emitting module InternalCollectionsUtilities
[44/93] Compiling Atomics IntegerOperations.swift
[45/93] Compiling Atomics Unmanaged extensions.swift
[46/94] Compiling Atomics AtomicReference.swift
[47/94] Compiling Atomics AtomicStorage.swift
[48/94] Compiling Atomics ManagedAtomic.swift
[49/94] Compiling Atomics ManagedAtomicLazyReference.swift
[50/94] Compiling Atomics UnsafeAtomic.swift
[51/94] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/94] Compiling Atomics AtomicValue.swift
[54/94] Compiling Atomics AtomicBool.swift
[55/94] Compiling Atomics IntegerConformances.swift
[56/94] Compiling Atomics OptionalRawRepresentable.swift
[57/94] Compiling Atomics RawRepresentable.swift
[63/94] Compiling Atomics PointerConformances.swift
[64/94] Compiling Atomics Primitives.native.swift
[65/94] Compiling _NIODataStructures Heap.swift
[66/94] Emitting module _NIODataStructures
[74/96] Wrapping AST for _NIOBase64 for debugging
[76/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/97] Wrapping AST for _NIODataStructures for debugging
[79/97] Wrapping AST for Atomics for debugging
[80/97] Wrapping AST for InternalCollectionsUtilities for debugging
[82/112] Compiling DequeModule Deque+CustomReflectable.swift
[83/112] Compiling DequeModule Deque+Descriptions.swift
[84/114] Compiling DequeModule _DequeBuffer.swift
[85/114] Compiling DequeModule _DequeBufferHeader.swift
[85/114] Compiling c-nioatomics.c
[87/114] Compiling DequeModule Deque+Equatable.swift
[88/114] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/114] Compiling DequeModule Deque+Testing.swift
[90/114] Compiling DequeModule Deque._Storage.swift
[91/114] Compiling DequeModule Deque+Extras.swift
[92/114] Compiling DequeModule Deque+Hashable.swift
[93/114] Compiling DequeModule _DequeSlot.swift
[94/114] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/114] Compiling DequeModule Deque._UnsafeHandle.swift
[96/114] Compiling DequeModule Deque.swift
[97/114] Compiling DequeModule Deque+Codable.swift
[98/114] Compiling DequeModule Deque+Collection.swift
[98/114] Compiling c-atomics.c
[100/114] Emitting module DequeModule
[102/121] Compiling Logging Locks.swift
[103/121] Compiling Logging MetadataProvider.swift
[103/121] Wrapping AST for DequeModule for debugging
[105/121] Compiling Logging Logging.swift
[106/121] Compiling Logging LogHandler.swift
[107/122] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[109/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[110/122] Compiling NIOConcurrencyHelpers lock.swift
[111/122] Emitting module NIOConcurrencyHelpers
[112/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[113/122] Compiling NIOConcurrencyHelpers atomics.swift
[114/123] Wrapping AST for NIOConcurrencyHelpers for debugging
[116/184] Compiling NIOCore NIOAny.swift
[117/184] Compiling NIOCore NIOCloseOnErrorHandler.swift
[118/184] Compiling NIOCore NIOCoreSendableMetatype.swift
[119/184] Compiling NIOCore NIOLoopBound.swift
[120/184] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[121/184] Compiling NIOCore NIOScheduledCallback.swift
[122/184] Compiling NIOCore NIOSendable.swift
[123/184] Compiling NIOCore RecvByteBufferAllocator.swift
[124/192] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[125/192] Compiling NIOCore SocketAddresses.swift
[126/192] Compiling NIOCore SocketOptionProvider.swift
[127/192] Compiling NIOCore SystemCallHelpers.swift
[128/192] Compiling NIOCore TimeAmount+Duration.swift
[129/192] Compiling NIOCore TypeAssistedChannelHandler.swift
[130/192] Compiling NIOCore UniversalBootstrapSupport.swift
[131/192] Compiling NIOCore Utilities.swift
[132/192] Compiling NIOCore EventLoopFuture+Deprecated.swift
[133/192] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[134/192] Compiling NIOCore EventLoopFuture.swift
[135/192] Compiling NIOCore FileDescriptor.swift
[136/192] Compiling NIOCore FileHandle.swift
[137/192] Compiling NIOCore FileRegion.swift
[138/192] Compiling NIOCore GlobalSingletons.swift
[139/192] Compiling NIOCore IO.swift
[140/192] Compiling NIOCore CircularBuffer.swift
[141/192] Compiling NIOCore Codec.swift
[142/192] Compiling NIOCore ConvenienceOptionSupport.swift
[143/192] Compiling NIOCore DeadChannel.swift
[144/192] Compiling NIOCore DispatchQueue+WithFuture.swift
[145/192] Compiling NIOCore EventLoop+Deprecated.swift
[146/192] Compiling NIOCore EventLoop+SerialExecutor.swift
[147/192] Compiling NIOCore EventLoop.swift
[148/192] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[149/192] Compiling NIOCore IOData.swift
[150/192] Compiling NIOCore IPProtocol.swift
[151/192] Compiling NIOCore IntegerBitPacking.swift
[152/192] Compiling NIOCore IntegerTypes.swift
[153/192] Compiling NIOCore Interfaces.swift
[154/192] Compiling NIOCore Linux.swift
[155/192] Compiling NIOCore MarkedCircularBuffer.swift
[156/192] Compiling NIOCore MulticastChannel.swift
[157/192] Compiling NIOCore AddressedEnvelope.swift
[158/192] Compiling NIOCore AsyncAwaitSupport.swift
[159/192] Compiling NIOCore AsyncChannel.swift
[160/192] Compiling NIOCore AsyncChannelHandler.swift
[161/192] Compiling NIOCore AsyncChannelInboundStream.swift
[162/192] Compiling NIOCore AsyncChannelOutboundWriter.swift
[163/192] Compiling NIOCore NIOAsyncSequenceProducer.swift
[164/192] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[165/192] Compiling NIOCore NIOAsyncWriter.swift
[166/192] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[167/192] Compiling NIOCore BSDSocketAPI.swift
[168/192] Compiling NIOCore ByteBuffer-aux.swift
[169/192] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[170/192] Compiling NIOCore ByteBuffer-conversions.swift
[171/192] Compiling NIOCore ByteBuffer-core.swift
[172/192] Compiling NIOCore ByteBuffer-hex.swift
[173/192] Compiling NIOCore ByteBuffer-int.swift
[174/192] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[175/192] Compiling NIOCore ByteBuffer-multi-int.swift
[176/192] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[177/192] Compiling NIOCore ByteBuffer-views.swift
[178/192] Compiling NIOCore Channel.swift
[179/192] Compiling NIOCore ChannelHandler.swift
[180/192] Compiling NIOCore ChannelHandlers.swift
[181/192] Compiling NIOCore ChannelInvoker.swift
[182/192] Compiling NIOCore ChannelOption.swift
[183/192] Compiling NIOCore ChannelPipeline.swift
[184/192] Emitting module NIOCore
[185/196] Wrapping AST for NIOCore for debugging
[187/244] Emitting module NIOEmbedded
[188/244] Compiling NIOEmbedded AsyncTestingChannel.swift
[189/244] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[190/244] Compiling NIOEmbedded Embedded.swift
[191/245] Wrapping AST for NIOEmbedded for debugging
[193/245] Emitting module NIOPosix
[194/251] Compiling NIOPosix ServerSocket.swift
[195/251] Compiling NIOPosix Socket.swift
[196/251] Compiling NIOPosix SocketChannel.swift
[197/251] Compiling NIOPosix SocketProtocols.swift
[198/251] Compiling NIOPosix System.swift
[199/251] Compiling NIOPosix Thread.swift
[200/251] Compiling NIOPosix SelectableChannel.swift
[201/251] Compiling NIOPosix SelectableEventLoop.swift
[202/251] Compiling NIOPosix SelectorEpoll.swift
[203/251] Compiling NIOPosix SelectorGeneric.swift
[204/251] Compiling NIOPosix SelectorKqueue.swift
[205/251] Compiling NIOPosix SelectorUring.swift
[206/251] Compiling NIOPosix NIOPosixSendableMetatype.swift
[207/251] Compiling NIOPosix NIOThreadPool.swift
[208/251] Compiling NIOPosix NonBlockingFileIO.swift
[209/251] Compiling NIOPosix PendingDatagramWritesManager.swift
[210/251] Compiling NIOPosix PendingWritesManager.swift
[211/251] Compiling NIOPosix PipeChannel.swift
[212/251] Compiling NIOPosix PipePair.swift
[213/251] Compiling NIOPosix Pool.swift
[214/251] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[215/251] Compiling NIOPosix PosixSingletons.swift
[216/251] Compiling NIOPosix RawSocketBootstrap.swift
[217/251] Compiling NIOPosix Resolver.swift
[218/251] Compiling NIOPosix Selectable.swift
[219/251] Compiling NIOPosix BSDSocketAPICommon.swift
[220/251] Compiling NIOPosix BSDSocketAPIPosix.swift
[221/251] Compiling NIOPosix BSDSocketAPIWindows.swift
[222/251] Compiling NIOPosix BaseSocket.swift
[223/251] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[224/251] Compiling NIOPosix BaseSocketChannel.swift
[225/251] Compiling NIOPosix BaseStreamSocketChannel.swift
[226/251] Compiling NIOPosix IO.swift
[227/251] Compiling NIOPosix IntegerBitPacking.swift
[228/251] Compiling NIOPosix IntegerTypes.swift
[229/251] Compiling NIOPosix Linux.swift
[230/251] Compiling NIOPosix LinuxCPUSet.swift
[231/251] Compiling NIOPosix LinuxUring.swift
[232/251] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[233/251] Compiling NIOPosix Bootstrap.swift
[234/251] Compiling NIOPosix ControlMessage.swift
[235/251] Compiling NIOPosix DatagramVectorReadManager.swift
[236/251] Compiling NIOPosix Errors+Any.swift
[237/251] Compiling NIOPosix FileDescriptor.swift
[238/251] Compiling NIOPosix GetaddrinfoResolver.swift
[239/251] Compiling NIOPosix HappyEyeballs.swift
[240/251] Compiling NIOPosix ThreadPosix.swift
[241/251] Compiling NIOPosix ThreadWindows.swift
[242/251] Compiling NIOPosix UnsafeTransfer.swift
[243/251] Compiling NIOPosix Utilities.swift
[244/251] Compiling NIOPosix VsockAddress.swift
[245/251] Compiling NIOPosix VsockChannelEvents.swift
[246/252] Wrapping AST for NIOPosix for debugging
[248/254] Emitting module NIO
[249/254] Compiling NIO Exports.swift
[250/255] Wrapping AST for NIO for debugging
[252/276] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[253/276] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[254/278] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[255/278] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[256/278] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[257/278] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[258/278] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[259/278] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[260/278] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[261/278] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[262/278] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[263/278] Compiling NIOHTTP1 HTTPTypes.swift
[264/278] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[265/278] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[266/278] Emitting module NIOHTTP1
[267/278] Compiling NIOHTTP1 ByteCollectionUtils.swift
[268/278] Compiling NIOHTTP1 HTTPDecoder.swift
[269/278] Compiling NIOHTTP1 HTTPEncoder.swift
[270/279] Wrapping AST for NIOHTTP1 for debugging
[272/296] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[273/296] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[274/296] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[275/296] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[276/297] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[277/297] Compiling AWSLambdaRuntimeCore Terminator.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[278/297] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[279/297] Emitting module NIOFoundationCompat
[280/298] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[281/298] Compiling AWSLambdaRuntimeCore LambdaContext.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[282/298] Compiling AWSLambdaRuntimeCore Lambda+String.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[283/298] Compiling AWSLambdaRuntimeCore Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[284/298] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[285/298] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[286/298] Compiling AWSLambdaRuntimeCore HTTPClient.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[287/298] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[288/298] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[289/298] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[290/298] Emitting module MockServer
[291/298] Compiling MockServer main.swift
/host/spi-builder-workspace/Sources/MockServer/main.swift:38:49: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
 36 |             .childChannelInitializer { channel in
 37 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap { _ in
 38 |                     channel.pipeline.addHandler(HTTPHandler(mode: self.mode))
    |                                                 `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
 39 |                 }
 40 |             }
    :
 49 | }
 50 |
 51 | internal final class HTTPHandler: ChannelInboundHandler {
    |                      `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 52 |     public typealias InboundIn = HTTPServerRequestPart
 53 |     public typealias OutboundOut = HTTPServerResponsePart
/host/spi-builder-workspace/Sources/MockServer/main.swift:118:22: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
 49 | }
 50 |
 51 | internal final class HTTPHandler: ChannelInboundHandler {
    |                      `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 52 |     public typealias InboundIn = HTTPServerRequestPart
 53 |     public typealias OutboundOut = HTTPServerResponsePart
    :
116 |
117 |         context.write(wrapOutboundOut(.head(head))).whenFailure { error in
118 |             print("\(self) write error \(error)")
    |                      `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
119 |         }
120 |
/host/spi-builder-workspace/Sources/MockServer/main.swift:125:26: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
 49 | }
 50 |
 51 | internal final class HTTPHandler: ChannelInboundHandler {
    |                      `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 52 |     public typealias InboundIn = HTTPServerRequestPart
 53 |     public typealias OutboundOut = HTTPServerResponsePart
    :
123 |             buffer.writeString(b)
124 |             context.write(wrapOutboundOut(.body(.byteBuffer(buffer)))).whenFailure { error in
125 |                 print("\(self) write error \(error)")
    |                          `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
126 |             }
127 |         }
/host/spi-builder-workspace/Sources/MockServer/main.swift:131:26: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
 49 | }
 50 |
 51 | internal final class HTTPHandler: ChannelInboundHandler {
    |                      `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 52 |     public typealias InboundIn = HTTPServerRequestPart
 53 |     public typealias OutboundOut = HTTPServerResponsePart
    :
129 |         context.writeAndFlush(wrapOutboundOut(.end(nil))).whenComplete { result in
130 |             if case .failure(let error) = result {
131 |                 print("\(self) write error \(error)")
    |                          `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
132 |             }
133 |         }
[293/298] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[294/298] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[296/299] Compiling AWSLambdaRuntimeCore Utils.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[296/299] Wrapping AST for MockServer for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/18] Write swift-version-24593BA9C3E375BF.txt
[5/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/68] Compiling Logging MetadataProvider.swift
[7/68] Compiling Atomics AtomicValue.swift
[8/68] Compiling Atomics AtomicMemoryOrderings.swift
[9/68] Compiling Atomics AtomicReference.swift
[10/68] Compiling Atomics AtomicStorage.swift
[11/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/68] Compiling Atomics ManagedAtomic.swift
[13/68] Compiling Atomics ManagedAtomicLazyReference.swift
[14/68] Compiling Atomics UnsafeAtomic.swift
[15/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[16/70] Compiling NIOConcurrencyHelpers NIOLock.swift
[17/70] Compiling _NIODataStructures Heap.swift
[19/70] Compiling Atomics DoubleWord.swift
[22/70] Emitting module Logging
[23/70] Emitting module InternalCollectionsUtilities
[24/70] Compiling Atomics IntegerOperations.swift
[25/70] Compiling Atomics Unmanaged extensions.swift
[26/70] Emitting module NIOConcurrencyHelpers
[27/70] Emitting module _NIODataStructures
[28/70] Emitting module _NIOBase64
[29/70] Compiling _NIOBase64 Base64.swift
[30/71] Compiling NIOConcurrencyHelpers lock.swift
[31/71] Compiling Atomics AtomicInteger.swift
[32/71] Compiling Atomics AtomicOptionalWrappable.swift
[35/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[36/71] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[37/71] Compiling NIOConcurrencyHelpers atomics.swift
[38/71] Compiling Atomics RawRepresentable.swift
[39/71] Compiling Atomics AtomicBool.swift
[40/71] Compiling _NIODataStructures PriorityQueue.swift
[41/71] Compiling _NIODataStructures _TinyArray.swift
[43/71] Compiling Atomics IntegerConformances.swift
[44/71] Compiling Atomics PointerConformances.swift
[47/71] Compiling Atomics Primitives.native.swift
[48/71] Compiling Atomics OptionalRawRepresentable.swift
[50/71] Wrapping AST for InternalCollectionsUtilities for debugging
[52/71] Compiling Logging LogHandler.swift
[53/71] Compiling Logging Locks.swift
[54/71] Compiling Logging Logging.swift
[56/87] Compiling DequeModule Deque+CustomReflectable.swift
[57/87] Compiling DequeModule Deque+Descriptions.swift
[58/89] Compiling DequeModule _DequeBuffer.swift
[59/89] Compiling DequeModule _DequeBufferHeader.swift
[60/89] Compiling DequeModule Deque+Extras.swift
[61/89] Compiling DequeModule Deque+Hashable.swift
[62/89] Compiling DequeModule Deque+Equatable.swift
[63/89] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[64/89] Compiling DequeModule _DequeSlot.swift
[65/89] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/89] Compiling DequeModule Deque+Testing.swift
[67/89] Compiling DequeModule Deque._Storage.swift
[68/89] Compiling DequeModule Deque._UnsafeHandle.swift
[69/89] Compiling DequeModule Deque.swift
[70/89] Compiling DequeModule Deque+Codable.swift
[71/89] Compiling DequeModule Deque+Collection.swift
[72/89] Emitting module DequeModule
[79/90] Emitting module Atomics
[81/91] Wrapping AST for DequeModule for debugging
[82/91] Wrapping AST for Atomics for debugging
[84/152] Compiling NIOCore AddressedEnvelope.swift
[85/152] Compiling NIOCore AsyncAwaitSupport.swift
[86/152] Compiling NIOCore AsyncChannel.swift
[87/152] Compiling NIOCore AsyncChannelHandler.swift
[88/152] Compiling NIOCore AsyncChannelInboundStream.swift
[89/152] Compiling NIOCore AsyncChannelOutboundWriter.swift
[90/152] Compiling NIOCore NIOAsyncSequenceProducer.swift
[91/152] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[92/152] Compiling NIOCore NIOAsyncWriter.swift
[93/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[94/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[95/160] Compiling NIOCore EventLoopFuture.swift
[96/160] Compiling NIOCore FileDescriptor.swift
[97/160] Compiling NIOCore FileHandle.swift
[98/160] Compiling NIOCore FileRegion.swift
[99/160] Compiling NIOCore GlobalSingletons.swift
[100/160] Compiling NIOCore IO.swift
[101/160] Compiling NIOCore NIOAny.swift
[102/160] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/160] Compiling NIOCore NIOCoreSendableMetatype.swift
[104/160] Compiling NIOCore NIOLoopBound.swift
[105/160] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[106/160] Compiling NIOCore NIOScheduledCallback.swift
[107/160] Compiling NIOCore NIOSendable.swift
[108/160] Compiling NIOCore RecvByteBufferAllocator.swift
[109/160] Compiling NIOCore IOData.swift
[110/160] Compiling NIOCore IPProtocol.swift
[111/160] Compiling NIOCore IntegerBitPacking.swift
[112/160] Compiling NIOCore IntegerTypes.swift
[113/160] Compiling NIOCore Interfaces.swift
[114/160] Compiling NIOCore Linux.swift
[115/160] Compiling NIOCore MarkedCircularBuffer.swift
[116/160] Compiling NIOCore MulticastChannel.swift
[117/160] Compiling NIOCore CircularBuffer.swift
[118/160] Compiling NIOCore Codec.swift
[119/160] Compiling NIOCore ConvenienceOptionSupport.swift
[120/160] Compiling NIOCore DeadChannel.swift
[121/160] Compiling NIOCore DispatchQueue+WithFuture.swift
[122/160] Compiling NIOCore EventLoop+Deprecated.swift
[123/160] Compiling NIOCore EventLoop+SerialExecutor.swift
[124/160] Compiling NIOCore EventLoop.swift
[125/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[126/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[127/160] Compiling NIOCore SocketAddresses.swift
[128/160] Compiling NIOCore SocketOptionProvider.swift
[129/160] Compiling NIOCore SystemCallHelpers.swift
[130/160] Compiling NIOCore TimeAmount+Duration.swift
[131/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[132/160] Compiling NIOCore UniversalBootstrapSupport.swift
[133/160] Compiling NIOCore Utilities.swift
[134/160] Compiling NIOCore ByteBuffer-multi-int.swift
[135/160] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[136/160] Compiling NIOCore ByteBuffer-views.swift
[137/160] Compiling NIOCore Channel.swift
[138/160] Compiling NIOCore ChannelHandler.swift
[139/160] Compiling NIOCore ChannelHandlers.swift
[140/160] Compiling NIOCore ChannelInvoker.swift
[141/160] Compiling NIOCore ChannelOption.swift
[142/160] Compiling NIOCore ChannelPipeline.swift
[143/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/160] Compiling NIOCore BSDSocketAPI.swift
[145/160] Compiling NIOCore ByteBuffer-aux.swift
[146/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/160] Compiling NIOCore ByteBuffer-conversions.swift
[148/160] Compiling NIOCore ByteBuffer-core.swift
[149/160] Compiling NIOCore ByteBuffer-hex.swift
[150/160] Compiling NIOCore ByteBuffer-int.swift
[151/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[152/160] Emitting module NIOCore
[154/211] Compiling NIOEmbedded Embedded.swift
[155/211] Emitting module NIOEmbedded
[156/211] Compiling NIOEmbedded AsyncTestingChannel.swift
[157/211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[159/211] Compiling NIOPosix Pool.swift
[160/211] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[161/211] Compiling NIOPosix PosixSingletons.swift
[162/211] Compiling NIOPosix RawSocketBootstrap.swift
[163/211] Compiling NIOPosix Resolver.swift
[164/211] Compiling NIOPosix Selectable.swift
[165/217] Compiling NIOPosix ThreadPosix.swift
[166/217] Compiling NIOPosix ThreadWindows.swift
[167/217] Compiling NIOPosix UnsafeTransfer.swift
[168/217] Compiling NIOPosix Utilities.swift
[169/217] Compiling NIOPosix VsockAddress.swift
[170/217] Compiling NIOPosix VsockChannelEvents.swift
[171/217] Compiling NIOPosix ServerSocket.swift
[172/217] Compiling NIOPosix Socket.swift
[173/217] Compiling NIOPosix SocketChannel.swift
[174/217] Compiling NIOPosix SocketProtocols.swift
[175/217] Compiling NIOPosix System.swift
[176/217] Compiling NIOPosix Thread.swift
[177/217] Emitting module NIOPosix
[178/217] Compiling NIOPosix SelectableChannel.swift
[179/217] Compiling NIOPosix SelectableEventLoop.swift
[180/217] Compiling NIOPosix SelectorEpoll.swift
[181/217] Compiling NIOPosix SelectorGeneric.swift
[182/217] Compiling NIOPosix SelectorKqueue.swift
[183/217] Compiling NIOPosix SelectorUring.swift
[184/217] Compiling NIOPosix BSDSocketAPICommon.swift
[185/217] Compiling NIOPosix BSDSocketAPIPosix.swift
[186/217] Compiling NIOPosix BSDSocketAPIWindows.swift
[187/217] Compiling NIOPosix BaseSocket.swift
[188/217] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[189/217] Compiling NIOPosix BaseSocketChannel.swift
[190/217] Compiling NIOPosix BaseStreamSocketChannel.swift
[191/217] Compiling NIOPosix Bootstrap.swift
[192/217] Compiling NIOPosix ControlMessage.swift
[193/217] Compiling NIOPosix DatagramVectorReadManager.swift
[194/217] Compiling NIOPosix Errors+Any.swift
[195/217] Compiling NIOPosix FileDescriptor.swift
[196/217] Compiling NIOPosix GetaddrinfoResolver.swift
[197/217] Compiling NIOPosix HappyEyeballs.swift
[198/217] Compiling NIOPosix IO.swift
[199/217] Compiling NIOPosix IntegerBitPacking.swift
[200/217] Compiling NIOPosix IntegerTypes.swift
[201/217] Compiling NIOPosix Linux.swift
[202/217] Compiling NIOPosix LinuxCPUSet.swift
[203/217] Compiling NIOPosix LinuxUring.swift
[204/217] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[205/217] Compiling NIOPosix NIOPosixSendableMetatype.swift
[206/217] Compiling NIOPosix NIOThreadPool.swift
[207/217] Compiling NIOPosix NonBlockingFileIO.swift
[208/217] Compiling NIOPosix PendingDatagramWritesManager.swift
[209/217] Compiling NIOPosix PendingWritesManager.swift
[210/217] Compiling NIOPosix PipeChannel.swift
[211/217] Compiling NIOPosix PipePair.swift
[213/219] Compiling NIO Exports.swift
[214/219] Emitting module NIO
[216/240] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[217/240] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[218/240] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[219/240] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[220/242] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[221/242] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[222/242] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[223/242] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[224/242] Emitting module NIOFoundationCompat
[225/242] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[226/242] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[228/243] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[229/243] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[230/243] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[231/243] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[232/243] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[233/243] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[234/243] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[235/243] Compiling NIOHTTP1 HTTPTypes.swift
[236/243] Emitting module NIOHTTP1
[237/243] Compiling NIOHTTP1 ByteCollectionUtils.swift
[238/243] Compiling NIOHTTP1 HTTPDecoder.swift
[239/243] Compiling NIOHTTP1 HTTPEncoder.swift
[241/260] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[242/260] Compiling AWSLambdaRuntimeCore Terminator.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[243/261] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[244/261] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[245/261] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[246/261] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[247/261] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[248/261] Compiling AWSLambdaRuntimeCore HTTPClient.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[249/261] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[250/261] Compiling AWSLambdaRuntimeCore Utils.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[251/261] Compiling AWSLambdaRuntimeCore Lambda+String.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[252/261] Compiling AWSLambdaRuntimeCore Lambda.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[253/261] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[254/261] Compiling AWSLambdaRuntimeCore LambdaContext.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[255/261] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[256/261] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
/host/spi-builder-workspace/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
 16 | import Glibc
 17 | #else
 18 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 19 | #endif
 20 |
[257/261] Emitting module MockServer
BUILD FAILURE 6.1 android