The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build hummingbird-lambda, reference 0.4.0 (9c6ae1), with Swift 6.1 for Android on 28 May 2025 01:45:02 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-lambda.git
Reference: 0.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-lambda
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 9c6ae15 Update to hummingbird v0.13.0
Cloned https://github.com/hummingbird-project/hummingbird-lambda.git
Revision (git rev-parse @):
9c6ae150a9f39922645d76474a35d228b34f68c6
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-lambda.git at 0.4.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-lambda.git
https://github.com/hummingbird-project/hummingbird-lambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "hummingbird-lambda",
  "name" : "hummingbird-lambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdLambda",
      "targets" : [
        "HummingbirdLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HBLambdaTest",
      "targets" : [
        "HBLambdaTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdLambdaTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambdaTests",
      "path" : "Tests/HummingbirdLambdaTests",
      "product_dependencies" : [
        "HummingbirdXCT",
        "NIOPosix"
      ],
      "sources" : [
        "LambdaTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdLambda",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdLambda",
      "path" : "Sources/HummingbirdLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "ExtrasBase64",
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdLambda",
        "HBLambdaTest"
      ],
      "sources" : [
        "APIGatewayLambda.swift",
        "APIGatewayV2Lambda.swift",
        "ErrorMiddleware.swift",
        "Exports.swift",
        "Lambda.swift",
        "LambdaHandler.swift",
        "Request+APIGateway.swift",
        "Response+APIGateway.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HBLambdaTest",
      "module_type" : "SwiftTarget",
      "name" : "HBLambdaTest",
      "path" : "Sources/HBLambdaTest",
      "product_dependencies" : [
        "HummingbirdFoundation"
      ],
      "product_memberships" : [
        "HBLambdaTest"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HummingbirdLambda"
      ],
      "type" : "executable"
    }
  ],
  "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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio.git
[1/833] Fetching swift-extras-base64
[834/12350] Fetching swift-extras-base64, swift-aws-lambda-runtime
[1410/36833] Fetching swift-extras-base64, swift-aws-lambda-runtime, hummingbird
[6307/112888] Fetching swift-extras-base64, swift-aws-lambda-runtime, hummingbird, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.44s)
[81812/101371] Fetching swift-extras-base64, hummingbird, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (6.59s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (6.61s)
Fetched https://github.com/apple/swift-nio.git from cache (6.68s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 0.7.0 (7.30s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 0.5.2 (0.57s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-backtrace.git
[1/631] Fetching swift-backtrace
[632/4467] Fetching swift-backtrace, swift-log
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.27s)
[3568/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (0.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 0.16.3 (0.53s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/hummingbird-project/hummingbird-core.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[657/4632] Fetching swift-service-lifecycle, swift-metrics
[2594/6845] Fetching swift-service-lifecycle, swift-metrics, hummingbird-core
Fetched https://github.com/hummingbird-project/hummingbird-core.git from cache (0.35s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.35s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
Computing version for https://github.com/hummingbird-project/hummingbird-core.git
Computed https://github.com/hummingbird-project/hummingbird-core.git at 0.14.0 (0.91s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[855/8581] Fetching swift-nio-transport-services, swift-nio-extras
[2956/20108] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.42s)
[2882/11527] Fetching swift-nio-http2
[2883/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.13s)
[10836/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (2.69s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.60s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.35s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.27s)
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.92s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.55s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/8004] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
[3585/7100] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.89s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.62s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 1.0.0-alpha.11 (0.64s)
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 1.0.0-alpha.11
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 0.5.2
Creating working copy for https://github.com/hummingbird-project/hummingbird-core.git
Working copy of https://github.com/hummingbird-project/hummingbird-core.git resolved at 0.14.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 0.16.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 0.7.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.4.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/89] Write sources
[26/89] Compiling CNIOWindows shim.c
[27/89] Compiling _AtomicsShims.c
[28/89] Compiling CNIOWindows WSAStartup.c
[29/89] Compiling CNIOWASI CNIOWASI.c
[30/89] Compiling CNIOLinux liburing_shims.c
[31/89] Compiling CNIOLLHTTP c_nio_http.c
[31/89] Compiling CNIODarwin shim.c
[33/89] Compiling CBacktrace state.c
[34/89] Compiling CBacktrace sort.c
[34/89] Compiling CNIOLinux shim.c
[36/89] Compiling CNIOLLHTTP c_nio_api.c
[37/89] Compiling CBacktrace simple.c
[38/89] Compiling CBacktrace print.c
[39/89] Compiling CBacktrace mmap.c
[40/89] Compiling CBacktrace posix.c
[41/89] Compiling CBacktrace mmapio.c
[42/89] Compiling CBacktrace fileline.c
[43/89] Compiling CBacktrace backtrace.c
[43/89] Write sources
[49/89] Compiling CBacktrace atomic.c
[50/89] Compiling CBacktrace elf.c
[51/89] Write swift-version-24593BA9C3E375BF.txt
[52/89] Compiling CBacktrace dwarf.c
[53/89] Compiling CNIOLLHTTP c_nio_llhttp.c
[55/120] Emitting module _NIOBase64
[56/120] Emitting module Logging
[57/120] Emitting module CoreMetrics
[57/120] Compiling c-nioatomics.c
[59/120] Compiling _NIODataStructures PriorityQueue.swift
[60/120] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/120] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/121] Compiling ExtrasBase64 Base32.swift
[63/121] Compiling _NIODataStructures _TinyArray.swift
[64/121] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/121] Compiling InternalCollectionsUtilities Debugging.swift
[66/121] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/121] Compiling InternalCollectionsUtilities Integer rank.swift
[68/121] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/121] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/121] Emitting module InternalCollectionsUtilities
[71/121] Compiling CoreMetrics Metrics.swift
[72/121] Compiling InternalCollectionsUtilities Descriptions.swift
[73/121] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/121] Compiling _NIOBase64 Base64.swift
[75/121] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/122] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/122] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/122] Emitting module _NIODataStructures
[79/122] Compiling _NIODataStructures Heap.swift
[82/126] Compiling Backtrace Demangle.swift
[83/126] Compiling Backtrace Backtrace.swift
[83/126] Compiling c-atomics.c
[85/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/127] Emitting module Backtrace
[88/161] Wrapping AST for _NIODataStructures for debugging
[89/167] Wrapping AST for _NIOBase64 for debugging
[90/182] Wrapping AST for InternalCollectionsUtilities for debugging
[92/182] Compiling Atomics ManagedAtomic.swift
[93/182] Compiling Atomics ManagedAtomicLazyReference.swift
[94/182] Compiling Atomics UnsafeAtomic.swift
[95/182] Compiling Atomics UnsafeAtomicLazyReference.swift
[95/184] Wrapping AST for Backtrace for debugging
[97/184] Compiling DequeModule _DequeBuffer.swift
[98/184] Compiling DequeModule _DequeBufferHeader.swift
[101/186] Compiling DequeModule Deque+Testing.swift
[102/186] Compiling DequeModule Deque._Storage.swift
[103/186] Compiling DequeModule Deque+Equatable.swift
[104/186] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/186] Compiling DequeModule Deque+CustomReflectable.swift
[106/186] Compiling DequeModule Deque+Descriptions.swift
[107/186] Compiling Atomics IntegerOperations.swift
[108/186] Compiling Atomics Unmanaged extensions.swift
[109/186] Compiling NIOConcurrencyHelpers lock.swift
[112/186] Compiling DequeModule Deque+Extras.swift
[113/186] Compiling DequeModule Deque+Hashable.swift
[114/186] Compiling DequeModule Deque._UnsafeHandle.swift
[115/186] Compiling DequeModule Deque.swift
[116/186] Emitting module NIOConcurrencyHelpers
[117/186] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[118/186] Compiling NIOConcurrencyHelpers atomics.swift
[119/186] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[120/186] Compiling NIOConcurrencyHelpers NIOLock.swift
[121/187] Compiling DequeModule _DequeSlot.swift
[122/187] Compiling DequeModule _UnsafeWrappedBuffer.swift
[127/187] Wrapping AST for NIOConcurrencyHelpers for debugging
[129/187] Compiling DequeModule Deque+Codable.swift
[130/187] Compiling DequeModule Deque+Collection.swift
[131/187] Emitting module DequeModule
[132/188] Compiling CoreMetrics Locks.swift
[133/189] Compiling Logging Locks.swift
[135/189] Compiling Logging MetadataProvider.swift
[137/189] Compiling Logging LogHandler.swift
[138/189] Compiling Logging Logging.swift
[138/190] Wrapping AST for CoreMetrics for debugging
[140/191] Wrapping AST for DequeModule for debugging
[141/192] Wrapping AST for Logging for debugging
[143/192] Emitting module Metrics
[144/192] Emitting module Atomics
[151/193] Wrapping AST for Atomics for debugging
[153/253] Compiling Metrics Metrics.swift
[154/254] Compiling AWSLambdaEvents DateWrappers.swift
[155/254] Compiling NIOCore AsyncAwaitSupport.swift
[156/254] Compiling NIOCore AsyncChannel.swift
[158/255] Emitting module AWSLambdaEvents
[159/255] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[160/255] Compiling NIOCore BSDSocketAPI.swift
[161/255] Compiling NIOCore ByteBuffer-conversions.swift
[162/255] Compiling NIOCore ByteBuffer-core.swift
[162/255] Wrapping AST for Metrics for debugging
[164/259] Compiling AWSLambdaEvents HTTP.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[165/259] Emitting module Lifecycle
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/Lifecycle/Lifecycle.swift:18:8: error: no such module 'Glibc'
 16 | import Darwin
 17 | #else
 18 | import Glibc
    |        `- error: no such module 'Glibc'
 19 | #endif
 20 | import Backtrace
[166/259] Compiling Lifecycle Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/Lifecycle/Lifecycle.swift:18:8: error: no such module 'Glibc'
 16 | import Darwin
 17 | #else
 18 | import Glibc
    |        `- error: no such module 'Glibc'
 19 | #endif
 20 | import Backtrace
[167/259] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/259] Compiling NIOCore AddressedEnvelope.swift
[169/259] Compiling NIOCore ByteBuffer-aux.swift
[170/259] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[171/259] Compiling NIOCore ByteBuffer-hex.swift
[172/259] Compiling NIOCore ByteBuffer-int.swift
[173/260] Emitting module ExtrasBase64
[175/260] Compiling Lifecycle Atomics.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/Lifecycle/Lifecycle.swift:18:8: error: no such module 'Glibc'
 16 | import Darwin
 17 | #else
 18 | import Glibc
    |        `- error: no such module 'Glibc'
 19 | #endif
 20 | import Backtrace
[176/260] Compiling Lifecycle Lifecycle.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/Lifecycle/Lifecycle.swift:18:8: error: no such module 'Glibc'
 16 | import Darwin
 17 | #else
 18 | import Glibc
    |        `- error: no such module 'Glibc'
 19 | #endif
 20 | import Backtrace
[177/260] Compiling NIOCore MulticastChannel.swift
[178/260] Compiling NIOCore NIOAny.swift
[179/260] Compiling NIOCore NIOCloseOnErrorHandler.swift
[180/260] Compiling NIOCore NIOLoopBound.swift
[181/260] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[182/260] Compiling NIOCore NIOScheduledCallback.swift
[183/260] Compiling NIOCore NIOSendable.swift
[184/260] Compiling NIOCore RecvByteBufferAllocator.swift
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/34] Write swift-version-24593BA9C3E375BF.txt
[2/74] Compiling Backtrace Backtrace.swift
[3/74] Compiling Backtrace Demangle.swift
[4/74] Emitting module Backtrace
[5/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/76] Compiling Logging MetadataProvider.swift
[8/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/75] Compiling InternalCollectionsUtilities Debugging.swift
[10/75] Compiling InternalCollectionsUtilities Descriptions.swift
[11/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/75] Emitting module _NIOBase64
[13/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/75] Compiling Logging Locks.swift
[15/75] Compiling NIOConcurrencyHelpers atomics.swift
[16/75] Compiling NIOConcurrencyHelpers NIOLock.swift
[17/75] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[18/75] Emitting module Logging
[19/75] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/75] Compiling InternalCollectionsUtilities Integer rank.swift
[21/75] Compiling _NIOBase64 Base64.swift
[22/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/95] Compiling NIOConcurrencyHelpers lock.swift
[24/95] Compiling Atomics AtomicBool.swift
[25/95] Compiling Atomics IntegerConformances.swift
[26/95] Compiling _NIODataStructures PriorityQueue.swift
[27/95] Compiling _NIODataStructures Heap.swift
[28/95] Emitting module _NIODataStructures
[29/95] Compiling _NIODataStructures _TinyArray.swift
[31/96] Compiling Atomics ManagedAtomic.swift
[32/96] Compiling Atomics ManagedAtomicLazyReference.swift
[33/95] Emitting module InternalCollectionsUtilities
[34/97] Compiling Atomics Primitives.shims.swift
[35/97] Compiling Atomics AtomicInteger.swift
[36/97] Compiling Atomics PointerConformances.swift
[37/97] Compiling Atomics Primitives.native.swift
[39/98] Compiling Atomics UnsafeAtomic.swift
[40/98] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/97] Emitting module NIOConcurrencyHelpers
[42/115] Wrapping AST for InternalCollectionsUtilities for debugging
[45/126] Compiling DequeModule Deque+Equatable.swift
[46/126] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[47/128] Compiling DequeModule _DequeBuffer.swift
[48/128] Compiling DequeModule _DequeBufferHeader.swift
[49/128] Compiling Atomics IntegerOperations.swift
[50/128] Compiling Atomics Unmanaged extensions.swift
[51/128] Compiling DequeModule Deque._Storage.swift
[52/128] Compiling DequeModule Deque._UnsafeHandle.swift
[53/128] Compiling DequeModule Deque+Extras.swift
[54/128] Compiling DequeModule Deque+Hashable.swift
[55/128] Compiling DequeModule Deque+Testing.swift
[56/128] Compiling DequeModule Deque.swift
[59/128] Compiling AWSLambdaEvents DateWrappers.swift
[60/129] Compiling DequeModule Deque+CustomReflectable.swift
[61/129] Compiling DequeModule Deque+Descriptions.swift
[68/129] Compiling Logging LogHandler.swift
[69/129] Compiling Logging Logging.swift
[71/130] Compiling AWSLambdaEvents HTTP.swift
[72/130] Compiling CoreMetrics Locks.swift
[73/130] Emitting module CoreMetrics
[74/130] Compiling CoreMetrics Metrics.swift
[76/131] Compiling DequeModule _DequeSlot.swift
[77/131] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/131] Emitting module AWSLambdaEvents
[79/131] Compiling DequeModule Deque+Codable.swift
[80/131] Compiling DequeModule Deque+Collection.swift
[84/131] Emitting module DequeModule
[101/133] Emitting module Atomics
[104/134] Compiling ExtrasBase64 Base32.swift
[105/134] Emitting module ExtrasBase64
[106/134] Compiling ExtrasBase64 Base64.swift
[107/135] Wrapping AST for Logging for debugging
[108/135] Wrapping AST for ExtrasBase64 for debugging
[109/135] Wrapping AST for DequeModule for debugging
[110/135] Wrapping AST for AWSLambdaEvents for debugging
[111/135] Wrapping AST for Atomics for debugging
[112/135] Wrapping AST for CoreMetrics for debugging
[114/197] Emitting module Metrics
[115/197] Compiling Metrics Metrics.swift
[117/201] Compiling Lifecycle Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/Lifecycle/Lifecycle.swift:18:8: error: no such module 'Glibc'
 16 | import Darwin
 17 | #else
 18 | import Glibc
    |        `- error: no such module 'Glibc'
 19 | #endif
 20 | import Backtrace
[118/201] Compiling NIOCore MulticastChannel.swift
[119/201] Compiling NIOCore NIOAny.swift
[120/201] Compiling NIOCore NIOCloseOnErrorHandler.swift
[121/201] Compiling NIOCore NIOLoopBound.swift
[122/201] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[123/201] Compiling NIOCore NIOScheduledCallback.swift
[124/201] Compiling NIOCore NIOSendable.swift
[125/201] Compiling NIOCore RecvByteBufferAllocator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[126/201] Emitting module Lifecycle
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/Lifecycle/Lifecycle.swift:18:8: error: no such module 'Glibc'
 16 | import Darwin
 17 | #else
 18 | import Glibc
    |        `- error: no such module 'Glibc'
 19 | #endif
 20 | import Backtrace
[127/209] Compiling Lifecycle Lifecycle.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/Lifecycle/Lifecycle.swift:18:8: error: no such module 'Glibc'
 16 | import Darwin
 17 | #else
 18 | import Glibc
    |        `- error: no such module 'Glibc'
 19 | #endif
 20 | import Backtrace
[128/209] Compiling Lifecycle Atomics.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/Lifecycle/Lifecycle.swift:18:8: error: no such module 'Glibc'
 16 | import Darwin
 17 | #else
 18 | import Glibc
    |        `- error: no such module 'Glibc'
 19 | #endif
 20 | import Backtrace
BUILD FAILURE 6.1 android