The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-aws-lambda-runtime, reference 0.5.2 (699ada), with Swift 6.1 for Android on 13 Jul 2025 11:38:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 0.5.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               0.5.2      -> FETCH_HEAD
HEAD is now at 699ada1 Add guards for code that relies on _Concurrency (#237)
Cloned https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
699ada1724459582303c15aae64fa12ca4d33809
SUCCESS checkout https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git at 0.5.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.32.0",
            "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-backtrace",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-backtrace.git"
    }
  ],
  "manifest_display_name" : "swift-aws-lambda-runtime",
  "name" : "swift-aws-lambda-runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AWSLambdaRuntime",
      "targets" : [
        "AWSLambdaRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaRuntimeCore",
      "targets" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaEvents",
      "targets" : [
        "AWSLambdaEvents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaTesting",
      "targets" : [
        "AWSLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringSample",
      "targets" : [
        "StringSample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MockServer",
      "targets" : [
        "MockServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "CodableSample",
      "targets" : [
        "CodableSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StringSample",
      "module_type" : "SwiftTarget",
      "name" : "StringSample",
      "path" : "Sources/StringSample",
      "product_memberships" : [
        "StringSample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MockServer",
      "module_type" : "SwiftTarget",
      "name" : "MockServer",
      "path" : "Sources/MockServer",
      "product_dependencies" : [
        "NIOHTTP1",
        "NIO"
      ],
      "product_memberships" : [
        "MockServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CodableSample",
      "module_type" : "SwiftTarget",
      "name" : "CodableSample",
      "path" : "Sources/CodableSample",
      "product_memberships" : [
        "CodableSample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "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+CodeableTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore",
        "AWSLambdaRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntimeCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeCoreTests",
      "path" : "Tests/AWSLambdaRuntimeCoreTests",
      "product_dependencies" : [
        "NIOTestUtils",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "LambdaHandlerTest.swift",
        "LambdaLifecycleTest.swift",
        "LambdaRunnerTest.swift",
        "LambdaRuntimeClientTest.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",
        "Backtrace",
        "NIOHTTP1",
        "NIO",
        "_NIOConcurrency"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime",
        "AWSLambdaRuntimeCore",
        "AWSLambdaTesting",
        "StringSample",
        "CodableSample"
      ],
      "sources" : [
        "HTTPClient.swift",
        "Lambda+LocalServer.swift",
        "Lambda+String.swift",
        "Lambda.swift",
        "LambdaConfiguration.swift",
        "LambdaContext.swift",
        "LambdaHandler.swift",
        "LambdaLifecycle.swift",
        "LambdaRunner.swift",
        "LambdaRuntimeClient.swift",
        "Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaRuntime",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntime",
      "path" : "Sources/AWSLambdaRuntime",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime",
        "AWSLambdaTesting",
        "StringSample",
        "CodableSample"
      ],
      "sources" : [
        "Context+Foundation.swift",
        "Lambda+Codable.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaEventsTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaEventsTests",
      "path" : "Tests/AWSLambdaEventsTests",
      "sources" : [
        "ALBTests.swift",
        "APIGateway+V2Tests.swift",
        "APIGatewayTests.swift",
        "AppSyncTests.swift",
        "CloudwatchTests.swift",
        "DynamoDBTests.swift",
        "S3Tests.swift",
        "SESTests.swift",
        "SNSTests.swift",
        "SQSTests.swift",
        "Utils/Base64Tests.swift",
        "Utils/DateWrapperTests.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaEvents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaEvents",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaEvents",
      "path" : "Sources/AWSLambdaEvents",
      "product_memberships" : [
        "AWSLambdaEvents"
      ],
      "sources" : [
        "ALB.swift",
        "APIGateway+V2.swift",
        "APIGateway.swift",
        "AWSRegion.swift",
        "AppSync.swift",
        "Cloudwatch.swift",
        "DynamoDB.swift",
        "S3.swift",
        "SES.swift",
        "SNS.swift",
        "SQS.swift",
        "Utils/Base64.swift",
        "Utils/DateWrappers.swift",
        "Utils/HTTP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-backtrace.git
[1/631] Fetching swift-backtrace
[632/4485] Fetching swift-backtrace, swift-log
[4486/81064] Fetching swift-backtrace, swift-log, swift-nio
Fetched https://github.com/swift-server/swift-backtrace.git from cache (4.14s)
Fetched https://github.com/apple/swift-log.git from cache (4.15s)
Fetched https://github.com/apple/swift-nio.git from cache (4.23s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (4.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (0.72s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[1809/6465] Fetching swift-atomics, swift-system
[2648/23211] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
[4354/16746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
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-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
Building for debugging...
[0/73] Write sources
[16/73] Compiling _AtomicsShims.c
[17/73] Compiling CNIOWASI CNIOWASI.c
[18/73] Compiling CNIOWindows WSAStartup.c
[19/73] Compiling CNIOWindows shim.c
[20/73] Compiling CNIOLinux liburing_shims.c
[21/73] Compiling CNIOLLHTTP c_nio_http.c
[22/73] Compiling CNIODarwin shim.c
[23/73] Compiling CBacktrace state.c
[24/73] Compiling CNIOLLHTTP c_nio_api.c
[25/73] Compiling CBacktrace sort.c
[26/73] Compiling CBacktrace simple.c
[27/73] Compiling CNIOLinux shim.c
[28/73] Compiling CBacktrace print.c
[29/73] Compiling CBacktrace mmapio.c
[30/73] Compiling CBacktrace posix.c
[31/73] Compiling CBacktrace mmap.c
[32/73] Compiling CBacktrace fileline.c
[33/73] Write swift-version-24593BA9C3E375BF.txt
[33/73] Write sources
[40/73] Compiling CBacktrace backtrace.c
[41/73] Compiling CBacktrace atomic.c
[42/73] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/73] Compiling CBacktrace dwarf.c
[44/75] Compiling CBacktrace elf.c
[46/130] Emitting module Atomics
[47/132] Compiling Atomics UnsafeAtomic.swift
[48/132] Compiling Atomics UnsafeAtomicLazyReference.swift
[49/132] Compiling Atomics ManagedAtomic.swift
[50/132] Compiling Atomics ManagedAtomicLazyReference.swift
[51/132] Compiling InternalCollectionsUtilities Debugging.swift
[52/132] Compiling InternalCollectionsUtilities Descriptions.swift
[53/132] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[54/132] Compiling Atomics AtomicValue.swift
[55/132] Emitting module _NIOBase64
[56/132] Compiling _NIOBase64 Base64.swift
[57/133] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/133] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/133] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/133] Compiling Atomics IntegerOperations.swift
[61/133] Compiling Atomics Unmanaged extensions.swift
[64/134] Emitting module InternalCollectionsUtilities
[67/134] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/134] Compiling InternalCollectionsUtilities Integer rank.swift
[69/134] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/134] Compiling _NIODataStructures PriorityQueue.swift
[73/134] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[74/134] Compiling _NIODataStructures _TinyArray.swift
[75/134] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/134] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/134] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/134] Emitting module _NIODataStructures
[79/134] Compiling _NIODataStructures Heap.swift
[89/139] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/140] Wrapping AST for _NIOBase64 for debugging
[91/140] Compiling Backtrace Demangle.swift
[92/140] Compiling Backtrace Backtrace.swift
[93/140] Emitting module Backtrace
[94/141] Wrapping AST for Atomics for debugging
[95/141] Wrapping AST for _NIODataStructures for debugging
[97/141] Compiling c-nioatomics.c
[98/141] Wrapping AST for InternalCollectionsUtilities for debugging
[99/152] Wrapping AST for Backtrace for debugging
[101/156] Compiling DequeModule Deque+CustomReflectable.swift
[102/156] Compiling DequeModule Deque+Descriptions.swift
[103/158] Compiling DequeModule _DequeBuffer.swift
[104/158] Compiling DequeModule _DequeBufferHeader.swift
[105/158] Compiling DequeModule Deque+Testing.swift
[106/158] Compiling DequeModule Deque._Storage.swift
[107/158] Compiling DequeModule Deque+Extras.swift
[108/158] Compiling DequeModule Deque+Hashable.swift
[109/158] Compiling DequeModule Deque+Equatable.swift
[110/158] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[111/158] Compiling DequeModule _DequeSlot.swift
[112/158] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/158] Compiling DequeModule Deque._UnsafeHandle.swift
[114/158] Compiling DequeModule Deque.swift
[115/158] Compiling DequeModule Deque+Codable.swift
[116/158] Compiling DequeModule Deque+Collection.swift
[116/158] Compiling c-atomics.c
[118/164] Emitting module DequeModule
[119/165] Compiling Logging MetadataProvider.swift
[121/165] Emitting module Logging
[122/165] Compiling Logging LogHandler.swift
[123/165] Compiling Logging Logging.swift
[124/165] Compiling Logging Locks.swift
[125/166] Wrapping AST for DequeModule for debugging
[126/166] Wrapping AST for Logging for debugging
[128/166] Compiling NIOConcurrencyHelpers NIOLock.swift
[129/166] Compiling NIOConcurrencyHelpers lock.swift
[130/166] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[133/166] Compiling AWSLambdaEvents DateWrappers.swift
[136/167] Emitting module NIOConcurrencyHelpers
[137/167] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[138/167] Compiling NIOConcurrencyHelpers atomics.swift
[141/167] Emitting module AWSLambdaEvents
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     static var all: [AWSRegion] = [
   |                |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |         Self.ap_northeast_1,
30 |         Self.ap_northeast_2,
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 |     struct DetailTypeMismatch: Error {
126 |         let name: String
127 |         let type: Any
    |             `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 |     }
129 | }
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     static var all: [AWSRegion] = [
   |                |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |         Self.ap_northeast_1,
30 |         Self.ap_northeast_2,
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     static var all: [AWSRegion] = [
   |                |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |         Self.ap_northeast_1,
30 |         Self.ap_northeast_2,
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 |     struct DetailTypeMismatch: Error {
126 |         let name: String
127 |         let type: Any
    |             `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 |     }
129 | }
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 |     struct DetailTypeMismatch: Error {
126 |         let name: String
127 |         let type: Any
    |             `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 |     }
129 | }
[149/168] Compiling AWSLambdaEvents HTTP.swift
[149/169] Wrapping AST for NIOConcurrencyHelpers for debugging
[152/230] Compiling NIOCore NIOAny.swift
[153/230] Compiling NIOCore NIOCloseOnErrorHandler.swift
[154/230] Compiling NIOCore NIOCoreSendableMetatype.swift
[155/230] Compiling NIOCore NIOLoopBound.swift
[156/230] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[157/230] Compiling NIOCore NIOScheduledCallback.swift
[158/230] Compiling NIOCore NIOSendable.swift
[159/230] Compiling NIOCore RecvByteBufferAllocator.swift
[160/238] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[161/238] Compiling NIOCore BSDSocketAPI.swift
[162/238] Compiling NIOCore ByteBuffer-aux.swift
[163/238] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[164/238] Compiling NIOCore ByteBuffer-conversions.swift
[165/238] Compiling NIOCore ByteBuffer-core.swift
[166/238] Compiling NIOCore ByteBuffer-hex.swift
[167/238] Compiling NIOCore ByteBuffer-int.swift
[168/238] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[169/238] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[170/238] Compiling NIOCore SocketAddresses.swift
[171/238] Compiling NIOCore SocketOptionProvider.swift
[172/238] Compiling NIOCore SystemCallHelpers.swift
[173/238] Compiling NIOCore TimeAmount+Duration.swift
[174/238] Compiling NIOCore TypeAssistedChannelHandler.swift
[175/238] Compiling NIOCore UniversalBootstrapSupport.swift
[176/238] Compiling NIOCore Utilities.swift
[177/238] Compiling NIOCore EventLoopFuture+Deprecated.swift
[178/238] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[179/238] Compiling NIOCore EventLoopFuture.swift
[180/238] Compiling NIOCore FileDescriptor.swift
[181/238] Compiling NIOCore FileHandle.swift
[182/238] Compiling NIOCore FileRegion.swift
[183/238] Compiling NIOCore GlobalSingletons.swift
[184/238] Compiling NIOCore IO.swift
[185/238] Compiling NIOCore CircularBuffer.swift
[186/238] Compiling NIOCore Codec.swift
[187/238] Compiling NIOCore ConvenienceOptionSupport.swift
[188/238] Compiling NIOCore DeadChannel.swift
[189/238] Compiling NIOCore DispatchQueue+WithFuture.swift
[190/238] Compiling NIOCore EventLoop+Deprecated.swift
[191/238] Compiling NIOCore EventLoop+SerialExecutor.swift
[192/238] Compiling NIOCore EventLoop.swift
[193/238] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[194/238] Emitting module NIOCore
[195/238] Compiling NIOCore AddressedEnvelope.swift
[196/238] Compiling NIOCore AsyncAwaitSupport.swift
[197/238] Compiling NIOCore AsyncChannel.swift
[198/238] Compiling NIOCore AsyncChannelHandler.swift
[199/238] Compiling NIOCore AsyncChannelInboundStream.swift
[200/238] Compiling NIOCore AsyncChannelOutboundWriter.swift
[201/238] Compiling NIOCore NIOAsyncSequenceProducer.swift
[202/238] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[203/238] Compiling NIOCore NIOAsyncWriter.swift
[204/238] Compiling NIOCore IOData.swift
[205/238] Compiling NIOCore IPProtocol.swift
[206/238] Compiling NIOCore IntegerBitPacking.swift
[207/238] Compiling NIOCore IntegerTypes.swift
[208/238] Compiling NIOCore Interfaces.swift
[209/238] Compiling NIOCore Linux.swift
[210/238] Compiling NIOCore MarkedCircularBuffer.swift
[211/238] Compiling NIOCore MulticastChannel.swift
[212/238] Compiling NIOCore ByteBuffer-multi-int.swift
[213/238] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[214/238] Compiling NIOCore ByteBuffer-views.swift
[215/238] Compiling NIOCore Channel.swift
[216/238] Compiling NIOCore ChannelHandler.swift
[217/238] Compiling NIOCore ChannelHandlers.swift
[218/238] Compiling NIOCore ChannelInvoker.swift
[219/238] Compiling NIOCore ChannelOption.swift
[220/238] Compiling NIOCore ChannelPipeline.swift
[221/239] Wrapping AST for NIOCore for debugging
[223/290] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[224/290] Compiling NIOEmbedded Embedded.swift
[225/290] Emitting module NIOEmbedded
[226/290] Compiling NIOEmbedded AsyncTestingChannel.swift
[228/291] Emitting module NIOPosix
[229/297] Compiling NIOPosix Pool.swift
[230/297] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[231/297] Compiling NIOPosix PosixSingletons.swift
[232/297] Compiling NIOPosix RawSocketBootstrap.swift
[233/297] Compiling NIOPosix Resolver.swift
[234/297] Compiling NIOPosix Selectable.swift
[235/297] Compiling NIOPosix ServerSocket.swift
[236/297] Compiling NIOPosix Socket.swift
[237/297] Compiling NIOPosix SocketChannel.swift
[238/297] Compiling NIOPosix SocketProtocols.swift
[239/297] Compiling NIOPosix System.swift
[240/297] Compiling NIOPosix Thread.swift
[241/297] Compiling NIOPosix SelectableChannel.swift
[242/297] Compiling NIOPosix SelectableEventLoop.swift
[243/297] Compiling NIOPosix SelectorEpoll.swift
[244/297] Compiling NIOPosix SelectorGeneric.swift
[245/297] Compiling NIOPosix SelectorKqueue.swift
[246/297] Compiling NIOPosix SelectorUring.swift
[247/297] Compiling NIOPosix IO.swift
[248/297] Compiling NIOPosix IntegerBitPacking.swift
[249/297] Compiling NIOPosix IntegerTypes.swift
[250/297] Compiling NIOPosix Linux.swift
[251/297] Compiling NIOPosix LinuxCPUSet.swift
[252/297] Compiling NIOPosix LinuxUring.swift
[253/297] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[254/297] Compiling NIOPosix NIOPosixSendableMetatype.swift
[255/297] Compiling NIOPosix NIOThreadPool.swift
[256/297] Compiling NIOPosix NonBlockingFileIO.swift
[257/297] Compiling NIOPosix PendingDatagramWritesManager.swift
[258/297] Compiling NIOPosix PendingWritesManager.swift
[259/297] Compiling NIOPosix PipeChannel.swift
[260/297] Compiling NIOPosix PipePair.swift
[260/297] Wrapping AST for NIOEmbedded for debugging
[262/297] Compiling NIOPosix ThreadPosix.swift
[263/297] Compiling NIOPosix ThreadWindows.swift
[264/297] Compiling NIOPosix UnsafeTransfer.swift
[265/297] Compiling NIOPosix Utilities.swift
[266/297] Compiling NIOPosix VsockAddress.swift
[267/297] Compiling NIOPosix VsockChannelEvents.swift
[268/297] Compiling NIOPosix BSDSocketAPICommon.swift
[269/297] Compiling NIOPosix BSDSocketAPIPosix.swift
[270/297] Compiling NIOPosix BSDSocketAPIWindows.swift
[271/297] Compiling NIOPosix BaseSocket.swift
[272/297] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[273/297] Compiling NIOPosix BaseSocketChannel.swift
[274/297] Compiling NIOPosix BaseStreamSocketChannel.swift
[275/297] Compiling NIOPosix Bootstrap.swift
[276/297] Compiling NIOPosix ControlMessage.swift
[277/297] Compiling NIOPosix DatagramVectorReadManager.swift
[278/297] Compiling NIOPosix Errors+Any.swift
[279/297] Compiling NIOPosix FileDescriptor.swift
[280/297] Compiling NIOPosix GetaddrinfoResolver.swift
[281/297] Compiling NIOPosix HappyEyeballs.swift
[282/298] Wrapping AST for NIOPosix for debugging
[284/300] Emitting module NIO
[285/300] Compiling NIO Exports.swift
[286/301] Wrapping AST for NIO for debugging
[288/324] Compiling _NIOConcurrency Empty.swift
[289/324] Emitting module _NIOConcurrency
[291/325] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[292/325] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[293/325] Emitting module NIOFoundationCompat
[293/325] Wrapping AST for _NIOConcurrency for debugging
[295/325] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[296/325] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[297/326] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[298/326] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[300/328] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[301/328] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[301/328] Wrapping AST for NIOFoundationCompat for debugging
[303/328] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[304/328] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[305/328] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[306/328] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[307/328] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[308/328] Compiling NIOHTTP1 HTTPTypes.swift
[309/328] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[310/328] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[311/328] Emitting module NIOHTTP1
[312/328] Compiling NIOHTTP1 ByteCollectionUtils.swift
[313/328] Compiling NIOHTTP1 HTTPDecoder.swift
[314/328] Compiling NIOHTTP1 HTTPEncoder.swift
[315/328] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[316/328] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[317/329] Wrapping AST for NIOHTTP1 for debugging
[319/342] 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 |
[320/342] Compiling AWSLambdaRuntimeCore LambdaLifecycle.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 |
[321/343] 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 |
[322/343] 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 |
[323/343] 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 |
[324/343] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[325/343] 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 |
[326/343] 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 |
[327/343] 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 |
[328/343] 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 |
[329/343] 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 |
[330/343] Compiling MockServer main.swift
/host/spi-builder-workspace/Sources/MockServer/main.swift:37:49: warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
 35 |             .childChannelInitializer { channel in
 36 |                 channel.pipeline.configureHTTPServerPipeline(withErrorHandling: true).flatMap { _ in
 37 |                     channel.pipeline.addHandler(HTTPHandler(mode: self.mode))
    |                                                 `- warning: type 'HTTPHandler' does not conform to the 'Sendable' protocol
 38 |                 }
 39 |             }
    :
 48 | }
 49 |
 50 | internal final class HTTPHandler: ChannelInboundHandler {
    |                      `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 51 |     public typealias InboundIn = HTTPServerRequestPart
 52 |     public typealias OutboundOut = HTTPServerResponsePart
/host/spi-builder-workspace/Sources/MockServer/main.swift:117:22: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
 48 | }
 49 |
 50 | internal final class HTTPHandler: ChannelInboundHandler {
    |                      `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 51 |     public typealias InboundIn = HTTPServerRequestPart
 52 |     public typealias OutboundOut = HTTPServerResponsePart
    :
115 |
116 |         context.write(wrapOutboundOut(.head(head))).whenFailure { error in
117 |             print("\(self) write error \(error)")
    |                      `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
118 |         }
119 |
/host/spi-builder-workspace/Sources/MockServer/main.swift:124:26: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
 48 | }
 49 |
 50 | internal final class HTTPHandler: ChannelInboundHandler {
    |                      `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 51 |     public typealias InboundIn = HTTPServerRequestPart
 52 |     public typealias OutboundOut = HTTPServerResponsePart
    :
122 |             buffer.writeString(b)
123 |             context.write(wrapOutboundOut(.body(.byteBuffer(buffer)))).whenFailure { error in
124 |                 print("\(self) write error \(error)")
    |                          `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
125 |             }
126 |         }
/host/spi-builder-workspace/Sources/MockServer/main.swift:130:26: warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
 48 | }
 49 |
 50 | internal final class HTTPHandler: ChannelInboundHandler {
    |                      `- note: class 'HTTPHandler' does not conform to the 'Sendable' protocol
 51 |     public typealias InboundIn = HTTPServerRequestPart
 52 |     public typealias OutboundOut = HTTPServerResponsePart
    :
128 |         context.writeAndFlush(wrapOutboundOut(.end(nil))).whenComplete { result in
129 |             if case .failure(let error) = result {
130 |                 print("\(self) write error \(error)")
    |                          `- warning: capture of 'self' with non-sendable type 'HTTPHandler' in a '@Sendable' closure
131 |             }
132 |         }
[331/343] Emitting module MockServer
[332/343] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Building for debugging...
[0/27] Write swift-version-24593BA9C3E375BF.txt
[2/93] Compiling Backtrace Demangle.swift
[3/93] Compiling NIOConcurrencyHelpers lock.swift
[4/93] Compiling Logging Locks.swift
[5/93] Emitting module Backtrace
[6/93] Compiling Backtrace Backtrace.swift
[7/94] Compiling Atomics ManagedAtomic.swift
[8/94] Compiling Atomics ManagedAtomicLazyReference.swift
[9/96] Compiling Logging MetadataProvider.swift
[10/96] Compiling InternalCollectionsUtilities Descriptions.swift
[11/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/96] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/96] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/96] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/96] Compiling InternalCollectionsUtilities Debugging.swift
[19/96] Compiling Atomics UnsafeAtomic.swift
[20/96] Compiling Atomics UnsafeAtomicLazyReference.swift
[22/96] Emitting module Logging
[23/96] Compiling AWSLambdaEvents DateWrappers.swift
[24/97] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/97] Compiling Atomics IntegerOperations.swift
[27/97] Compiling Atomics Unmanaged extensions.swift
[28/97] Compiling _NIODataStructures PriorityQueue.swift
[29/97] Compiling _NIODataStructures _TinyArray.swift
[30/97] Compiling _NIODataStructures Heap.swift
[31/97] Compiling AWSLambdaEvents HTTP.swift
[32/97] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[34/97] Compiling NIOConcurrencyHelpers atomics.swift
[35/97] Emitting module _NIOBase64
[36/97] Compiling _NIOBase64 Base64.swift
[37/98] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/98] Compiling InternalCollectionsUtilities Integer rank.swift
[41/98] Compiling Atomics AtomicReference.swift
[42/98] Emitting module _NIODataStructures
[43/99] Emitting module NIOConcurrencyHelpers
[45/100] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[46/100] Compiling InternalCollectionsUtilities _SortedCollection.swift
[49/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[50/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/97] Emitting module InternalCollectionsUtilities
[59/98] Compiling Logging LogHandler.swift
[60/98] Compiling Logging Logging.swift
[63/99] Wrapping AST for InternalCollectionsUtilities for debugging
[65/114] Compiling DequeModule Deque+CustomReflectable.swift
[66/114] Compiling DequeModule Deque+Descriptions.swift
[67/114] Emitting module AWSLambdaEvents
[67/114] Wrapping AST for Logging for debugging
[71/116] Compiling DequeModule _DequeBuffer.swift
[72/116] Compiling DequeModule _DequeBufferHeader.swift
[73/116] Compiling DequeModule _DequeSlot.swift
[74/116] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/116] Compiling DequeModule Deque+Extras.swift
[76/116] Compiling DequeModule Deque+Hashable.swift
[77/116] Compiling DequeModule Deque+Equatable.swift
[78/116] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/116] Compiling DequeModule Deque._UnsafeHandle.swift
[80/116] Compiling DequeModule Deque.swift
[81/116] Compiling DequeModule Deque+Testing.swift
[82/116] Compiling DequeModule Deque._Storage.swift
[87/116] Compiling DequeModule Deque+Codable.swift
[88/116] Compiling DequeModule Deque+Collection.swift
[89/117] Emitting module DequeModule
[96/118] Emitting module Atomics
[99/119] Wrapping AST for Atomics for debugging
[100/119] Wrapping AST for DequeModule for debugging
[102/180] Compiling NIOCore NIOAny.swift
[103/180] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/180] Compiling NIOCore NIOCoreSendableMetatype.swift
[105/180] Compiling NIOCore NIOLoopBound.swift
[106/180] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[107/180] Compiling NIOCore NIOScheduledCallback.swift
[108/180] Compiling NIOCore NIOSendable.swift
[109/180] Compiling NIOCore RecvByteBufferAllocator.swift
[110/188] Compiling NIOCore AddressedEnvelope.swift
[111/188] Compiling NIOCore AsyncAwaitSupport.swift
[112/188] Compiling NIOCore AsyncChannel.swift
[113/188] Compiling NIOCore AsyncChannelHandler.swift
[114/188] Compiling NIOCore AsyncChannelInboundStream.swift
[115/188] Compiling NIOCore AsyncChannelOutboundWriter.swift
[116/188] Compiling NIOCore NIOAsyncSequenceProducer.swift
[117/188] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[118/188] Compiling NIOCore NIOAsyncWriter.swift
[119/188] Compiling NIOCore IOData.swift
[120/188] Compiling NIOCore IPProtocol.swift
[121/188] Compiling NIOCore IntegerBitPacking.swift
[122/188] Compiling NIOCore IntegerTypes.swift
[123/188] Compiling NIOCore Interfaces.swift
[124/188] Compiling NIOCore Linux.swift
[125/188] Compiling NIOCore MarkedCircularBuffer.swift
[126/188] Compiling NIOCore MulticastChannel.swift
[127/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[128/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/188] Compiling NIOCore EventLoopFuture.swift
[130/188] Compiling NIOCore FileDescriptor.swift
[131/188] Compiling NIOCore FileHandle.swift
[132/188] Compiling NIOCore FileRegion.swift
[133/188] Compiling NIOCore GlobalSingletons.swift
[134/188] Compiling NIOCore IO.swift
[135/188] Compiling NIOCore CircularBuffer.swift
[136/188] Compiling NIOCore Codec.swift
[137/188] Compiling NIOCore ConvenienceOptionSupport.swift
[138/188] Compiling NIOCore DeadChannel.swift
[139/188] Compiling NIOCore DispatchQueue+WithFuture.swift
[140/188] Compiling NIOCore EventLoop+Deprecated.swift
[141/188] Compiling NIOCore EventLoop+SerialExecutor.swift
[142/188] Compiling NIOCore EventLoop.swift
[143/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[144/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[145/188] Compiling NIOCore SocketAddresses.swift
[146/188] Compiling NIOCore SocketOptionProvider.swift
[147/188] Compiling NIOCore SystemCallHelpers.swift
[148/188] Compiling NIOCore TimeAmount+Duration.swift
[149/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[150/188] Compiling NIOCore UniversalBootstrapSupport.swift
[151/188] Compiling NIOCore Utilities.swift
[152/188] Compiling NIOCore ByteBuffer-multi-int.swift
[153/188] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[154/188] Compiling NIOCore ByteBuffer-views.swift
[155/188] Compiling NIOCore Channel.swift
[156/188] Compiling NIOCore ChannelHandler.swift
[157/188] Compiling NIOCore ChannelHandlers.swift
[158/188] Compiling NIOCore ChannelInvoker.swift
[159/188] Compiling NIOCore ChannelOption.swift
[160/188] Compiling NIOCore ChannelPipeline.swift
[161/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[162/188] Compiling NIOCore BSDSocketAPI.swift
[163/188] Compiling NIOCore ByteBuffer-aux.swift
[164/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[165/188] Compiling NIOCore ByteBuffer-conversions.swift
[166/188] Compiling NIOCore ByteBuffer-core.swift
[167/188] Compiling NIOCore ByteBuffer-hex.swift
[168/188] Compiling NIOCore ByteBuffer-int.swift
[169/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[170/188] Emitting module NIOCore
[172/239] Compiling NIOEmbedded AsyncTestingChannel.swift
[173/239] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/239] Emitting module NIOEmbedded
[175/239] Compiling NIOEmbedded Embedded.swift
[177/239] Compiling NIOPosix SelectableChannel.swift
[178/239] Compiling NIOPosix SelectableEventLoop.swift
[179/239] Compiling NIOPosix SelectorEpoll.swift
[180/239] Compiling NIOPosix SelectorGeneric.swift
[181/239] Compiling NIOPosix SelectorKqueue.swift
[182/239] Compiling NIOPosix SelectorUring.swift
[183/245] Compiling NIOPosix BSDSocketAPICommon.swift
[184/245] Compiling NIOPosix BSDSocketAPIPosix.swift
[185/245] Compiling NIOPosix BSDSocketAPIWindows.swift
[186/245] Compiling NIOPosix BaseSocket.swift
[187/245] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[188/245] Compiling NIOPosix BaseSocketChannel.swift
[189/245] Compiling NIOPosix BaseStreamSocketChannel.swift
[190/245] Compiling NIOPosix ServerSocket.swift
[191/245] Compiling NIOPosix Socket.swift
[192/245] Compiling NIOPosix SocketChannel.swift
[193/245] Compiling NIOPosix SocketProtocols.swift
[194/245] Compiling NIOPosix System.swift
[195/245] Compiling NIOPosix Thread.swift
[196/245] Compiling NIOPosix Bootstrap.swift
[197/245] Compiling NIOPosix ControlMessage.swift
[198/245] Compiling NIOPosix DatagramVectorReadManager.swift
[199/245] Compiling NIOPosix Errors+Any.swift
[200/245] Compiling NIOPosix FileDescriptor.swift
[201/245] Compiling NIOPosix GetaddrinfoResolver.swift
[202/245] Compiling NIOPosix HappyEyeballs.swift
[203/245] Emitting module NIOPosix
[204/245] Compiling NIOPosix Pool.swift
[205/245] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[206/245] Compiling NIOPosix PosixSingletons.swift
[207/245] Compiling NIOPosix RawSocketBootstrap.swift
[208/245] Compiling NIOPosix Resolver.swift
[209/245] Compiling NIOPosix Selectable.swift
[210/245] Compiling NIOPosix IO.swift
[211/245] Compiling NIOPosix IntegerBitPacking.swift
[212/245] Compiling NIOPosix IntegerTypes.swift
[213/245] Compiling NIOPosix Linux.swift
[214/245] Compiling NIOPosix LinuxCPUSet.swift
[215/245] Compiling NIOPosix LinuxUring.swift
[216/245] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[217/245] Compiling NIOPosix NIOPosixSendableMetatype.swift
[218/245] Compiling NIOPosix NIOThreadPool.swift
[219/245] Compiling NIOPosix NonBlockingFileIO.swift
[220/245] Compiling NIOPosix PendingDatagramWritesManager.swift
[221/245] Compiling NIOPosix PendingWritesManager.swift
[222/245] Compiling NIOPosix PipeChannel.swift
[223/245] Compiling NIOPosix PipePair.swift
[224/245] Compiling NIOPosix ThreadPosix.swift
[225/245] Compiling NIOPosix ThreadWindows.swift
[226/245] Compiling NIOPosix UnsafeTransfer.swift
[227/245] Compiling NIOPosix Utilities.swift
[228/245] Compiling NIOPosix VsockAddress.swift
[229/245] Compiling NIOPosix VsockChannelEvents.swift
[231/247] Compiling NIO Exports.swift
[232/247] Emitting module NIO
[234/254] Compiling _NIOConcurrency Empty.swift
[235/254] Emitting module _NIOConcurrency
[236/271] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[237/271] Emitting module NIOFoundationCompat
[238/271] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[239/271] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[241/270] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[242/270] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[243/272] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[245/273] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[246/273] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[247/272] Emitting module NIOHTTP1
[248/272] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[249/272] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[250/272] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[251/272] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[252/272] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[253/272] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[254/272] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[255/272] Compiling NIOHTTP1 HTTPTypes.swift
[256/272] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[257/272] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[258/272] Compiling NIOHTTP1 ByteCollectionUtils.swift
[259/272] Compiling NIOHTTP1 HTTPDecoder.swift
[260/272] Compiling NIOHTTP1 HTTPEncoder.swift
[262/285] 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 |
[263/286] Compiling AWSLambdaRuntimeCore LambdaLifecycle.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 |
[264/286] 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 |
[265/286] 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 |
[266/286] 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 |
[267/286] 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 |
[268/286] 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 |
[269/286] 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 |
[270/286] Emitting module MockServer
error: emit-module command failed with exit code 1 (use -v to see invocation)
[271/286] 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 |
[272/286] 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 |
[273/286] 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 |
[274/286] 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 |
BUILD FAILURE 6.1 android