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 VaporDynamoDBSessions, reference 1.1.0 (2e5bb4), with Swift 6.1 for Android on 28 May 2025 08:06:20 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brokenhandsio/vapor-dynamodb-sessions.git
Reference: 1.1.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/brokenhandsio/vapor-dynamodb-sessions
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 2e5bb4b Update the DB
Cloned https://github.com/brokenhandsio/vapor-dynamodb-sessions.git
Revision (git rev-parse @):
2e5bb4b0b42d8f2e0a843bb0c81f5801772f6243
SUCCESS checkout https://github.com/brokenhandsio/vapor-dynamodb-sessions.git at 1.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brokenhandsio/vapor-dynamodb-sessions.git
https://github.com/brokenhandsio/vapor-dynamodb-sessions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    }
  ],
  "manifest_display_name" : "VaporDynamoDBSessions",
  "name" : "VaporDynamoDBSessions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "VaporDynamoDBSessions",
      "targets" : [
        "VaporDynamoDBSessions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporDynamoDBSessionsTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporDynamoDBSessionsTests",
      "path" : "Tests/VaporDynamoDBSessionsTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "Application+AWS.swift",
        "DynamoDBSessionTests.swift"
      ],
      "target_dependencies" : [
        "VaporDynamoDBSessions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporDynamoDBSessions",
      "module_type" : "SwiftTarget",
      "name" : "VaporDynamoDBSessions",
      "path" : "Sources/VaporDynamoDBSessions",
      "product_dependencies" : [
        "Vapor",
        "SotoDynamoDB"
      ],
      "product_memberships" : [
        "VaporDynamoDBSessions"
      ],
      "sources" : [
        "Application+DynamoDBSessions.swift",
        "DynamoDB+Sessions.swift",
        "DynamoDBProvider.swift",
        "SessionRecord.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/vapor/vapor.git
Fetching https://github.com/soto-project/soto.git
[1/74378] Fetching vapor
[74379/215447] Fetching vapor, soto
Fetched https://github.com/vapor/vapor.git from cache (118.46s)
Fetched https://github.com/soto-project/soto.git from cache (119.40s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 5.13.2 (123.73s)
Fetching https://github.com/soto-project/soto-core.git
[1/56330] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (3.92s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 5.9.4 (5.01s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
[1/658] Fetching jmespath.swift
[659/14594] Fetching jmespath.swift, swift-crypto
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.53s)
[279/13936] Fetching swift-crypto
Fetching https://github.com/apple/swift-metrics.git
[420/27950] Fetching swift-crypto, async-http-client
[2240/42793] Fetching swift-crypto, async-http-client, swift-nio-ssl
[18463/44999] Fetching swift-crypto, async-http-client, swift-nio-ssl, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.84s)
[20494/42793] Fetching swift-crypto, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
[26491/46629] Fetching swift-crypto, async-http-client, swift-nio-ssl, swift-log
Fetched https://github.com/swift-server/async-http-client.git from cache (2.27s)
[18468/32615] Fetching swift-crypto, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
[16829/28779] Fetching swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.44s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-crypto.git from cache (4.62s)
[1/2667] Fetching swift-nio-transport-services
[2668/78722] Fetching swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (8.10s)
Fetched https://github.com/apple/swift-nio.git from cache (8.26s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (13.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.83s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.87s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.95s)
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.88s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.90s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2943/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.99s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.16s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (5.35s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[4792/17441] Fetching swift-nio-extras, swift-nio-http2
[4852/23400] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.76s)
[8841/17486] Fetching swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.83s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.85s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.76s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (5.84s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1141] Fetching swift-http-structured-headers
[743/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/8200] Fetching swift-http-structured-headers, swift-http-types, swift-certificates
[2047/9790] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1
[3073/12216] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1, swift-service-lifecycle
[5888/17201] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.88s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.89s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.89s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.90s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.89s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.90s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.82s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.02s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.01s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (4.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.43s)
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.78s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.91s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.95s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/console-kit.git
[1/1063] Fetching swift-service-context
[1064/4382] Fetching swift-service-context, multipart-kit
[1562/9959] Fetching swift-service-context, multipart-kit, console-kit
[1663/14933] Fetching swift-service-context, multipart-kit, console-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.40s)
[3685/13870] Fetching multipart-kit, console-kit, swift-distributed-tracing
Fetching https://github.com/vapor/async-kit.git
[12179/16240] Fetching multipart-kit, console-kit, swift-distributed-tracing, async-kit
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (1.90s)
Fetched https://github.com/vapor/async-kit.git from cache (1.50s)
[6634/8293] Fetching multipart-kit, swift-distributed-tracing
[8294/29020] Fetching multipart-kit, swift-distributed-tracing, routing-kit
[12025/31629] Fetching multipart-kit, swift-distributed-tracing, routing-kit, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.47s)
[20437/26655] Fetching multipart-kit, routing-kit, websocket-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (2.52s)
[18777/23336] Fetching routing-kit, websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (1.40s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.42s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (4.17s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.78s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.87s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.10s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.82s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.92s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.84s)
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 5.13.2
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 5.9.4
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-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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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
Building for debugging...
[0/897] Write sources
[57/897] Compiling _NumericsShims _NumericsShims.c
[58/897] Compiling _AtomicsShims.c
[59/897] Compiling CVaporBcrypt bcrypt.c
[60/897] Compiling CVaporBcrypt blf.c
[61/897] Compiling CSotoExpat xmltok_impl.c
[62/897] Compiling CSystem shims.c
[63/897] Compiling CNIOWindows shim.c
[63/897] Compiling CSotoExpat xmltok_ns.c
[65/897] Compiling CNIOWASI CNIOWASI.c
[66/897] Compiling CNIOWindows WSAStartup.c
[67/897] Compiling CSotoExpat xmlrole.c
[68/897] Compiling CNIOLinux liburing_shims.c
[69/897] Compiling CNIOLLHTTP c_nio_http.c
[70/897] Compiling CNIOSHA1 c_nio_sha1.c
[71/897] Compiling CNIODarwin shim.c
[72/897] Compiling CNIOExtrasZlib empty.c
[73/897] Compiling CNIOLinux shim.c
[74/897] Compiling CNIOLLHTTP c_nio_api.c
[75/897] Compiling fiat_p256_adx_sqr.S
[76/897] Compiling fiat_p256_adx_mul.S
[77/897] Write swift-version-24593BA9C3E375BF.txt
[78/897] Compiling fiat_curve25519_adx_mul.S
[79/897] Compiling fiat_curve25519_adx_square.S
[80/897] Compiling CSotoExpat xmlparse.c
[81/897] Compiling CSotoExpat xmltok.c
[82/897] Compiling CNIOLLHTTP c_nio_llhttp.c
[83/936] Compiling CNIOBoringSSLShims shims.c
[84/949] Compiling tls_method.cc
[84/949] Compiling tls_record.cc
[87/965] Compiling RealModule ElementaryFunctions.swift
[88/966] Compiling RealModule Float80+Real.swift
[89/966] Compiling RealModule Real.swift
[90/966] Compiling _NIODataStructures _TinyArray.swift
[91/966] Emitting module ServiceContextModule
[92/966] Compiling ServiceContextModule ServiceContext.swift
[93/966] Compiling _NIODataStructures PriorityQueue.swift
[94/966] Compiling JMESPath Expression.swift
[95/966] Compiling JMESPath Functions.swift
[96/966] Compiling JMESPath Ast.swift
[97/966] Compiling JMESPath Error.swift
[98/966] Emitting module RealModule
[99/966] Compiling ServiceContextModule ServiceContextKey.swift
[100/966] Emitting module _NIOBase64
[101/966] Compiling SystemPackage MachPort.swift
[102/966] Compiling SystemPackage PlatformString.swift
[103/966] Compiling SystemPackage SystemString.swift
[104/966] Compiling RealModule Float+Real.swift
[105/966] Compiling RealModule Float16+Real.swift
[106/967] Compiling _NIOBase64 Base64.swift
[107/971] Compiling RealModule RealFunctions.swift
[108/972] Emitting module SystemPackage
[109/972] Emitting module _NIODataStructures
[110/972] Compiling _NIODataStructures Heap.swift
[119/973] Compiling JMESPath Runtime.swift
[120/974] Compiling JMESPath Token.swift
[121/974] Compiling JMESPath Sendable.swift
[122/998] Emitting module JMESPath
[123/999] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[124/999] Compiling InternalCollectionsUtilities Debugging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[125/1000] Emitting module SotoXML
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[126/1000] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[127/1000] Compiling JMESPath Parser.swift
[128/1000] Emitting module Instrumentation
[129/1000] Compiling Instrumentation NoOpInstrument.swift
[130/1000] Compiling InternalCollectionsUtilities Descriptions.swift
[131/1000] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[132/1000] Compiling Instrumentation MultiplexInstrument.swift
[133/1000] Compiling Instrumentation Instrument.swift
[134/1000] Compiling Instrumentation InstrumentationSystem.swift
[135/1000] Compiling SystemPackage Util+StringArray.swift
[136/1000] Compiling SystemPackage Util.swift
[137/1000] Compiling SystemPackage UtilConsumers.swift
[138/1000] Compiling INIParser INIParser.swift
[139/1000] Emitting module INIParser
[140/1001] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[141/1001] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[142/1001] Compiling InternalCollectionsUtilities _SortedCollection.swift
[144/1001] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[145/1001] Compiling InternalCollectionsUtilities Integer rank.swift
[146/1001] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[147/1001] Compiling InternalCollectionsUtilities UInt+reversed.swift
[148/1001] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[149/1001] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[150/1001] Emitting module InternalCollectionsUtilities
[152/1021] Compiling Atomics UnsafeAtomic.swift
[153/1021] Compiling Atomics UnsafeAtomicLazyReference.swift
[154/1021] Compiling Atomics Primitives.shims.swift
[155/1021] Compiling Atomics AtomicInteger.swift
[156/1021] Compiling Atomics AtomicOptionalWrappable.swift
[157/1023] Compiling Atomics ManagedAtomic.swift
[158/1023] Compiling Atomics ManagedAtomicLazyReference.swift
[159/1048] Compiling Algorithms Cycle.swift
[160/1048] Compiling Algorithms EitherSequence.swift
[161/1048] Compiling CoreMetrics Metrics.swift
[162/1048] Compiling Algorithms Split.swift
[163/1048] Compiling Algorithms Stride.swift
[164/1048] Compiling Instrumentation Locks.swift
[165/1049] Emitting module CoreMetrics
[166/1049] Compiling CoreMetrics Locks.swift
[167/1049] Compiling Algorithms Indexed.swift
[168/1049] Compiling Algorithms Intersperse.swift
[169/1049] Compiling Algorithms Joined.swift
[170/1049] Compiling Logging MetadataProvider.swift
[171/1050] Compiling Algorithms Suffix.swift
[172/1050] Compiling Algorithms RandomSample.swift
[173/1050] Compiling Algorithms Reductions.swift
[174/1050] Compiling Algorithms Rotate.swift
[175/1050] Compiling Algorithms FlattenCollection.swift
[176/1050] Compiling Algorithms Grouped.swift
[180/1050] Compiling Algorithms Keyed.swift
[181/1050] Compiling Algorithms MinMax.swift
[182/1050] Compiling Algorithms Compacted.swift
[183/1050] Compiling Algorithms Permutations.swift
[184/1050] Compiling Algorithms Product.swift
[189/1050] Compiling Algorithms FirstNonNil.swift
[190/1050] Compiling Algorithms Partition.swift
[191/1050] Emitting module Logging
[192/1050] Compiling Logging LogHandler.swift
[193/1050] Compiling Logging Locks.swift
[194/1050] Compiling Logging Logging.swift
[199/1189] Compiling SotoXML Expat.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[200/1189] Compiling SotoXML XMLEncoder.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[201/1189] Compiling SotoXML XMLDecoder.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[202/1189] Compiling SotoXML XML.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[203/1189] Compiling OrderedCollections _HashTable+Bucket.swift
[204/1189] Compiling OrderedCollections _HashTable+BucketIterator.swift
[205/1189] Compiling Tracing TracingTime.swift
[206/1189] Compiling RoutingKit Parameters.swift
[207/1189] Compiling RoutingKit Router.swift
[208/1189] Emitting module RoutingKit
[209/1189] Compiling RoutingKit AnyRouter.swift
[210/1189] Compiling Tracing NoOpTracer.swift
[211/1189] Compiling Tracing InstrumentationSystem+Tracing.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/812] Compiling v3_purp.c
[1/812] Compiling v3_pmaps.c
[2/812] Compiling fiat_curve25519_adx_square.S
[2/812] Compiling fiat_curve25519_adx_mul.S
[4/812] Compiling v3_prn.c
[5/812] Compiling v3_skey.c
[6/812] Compiling v3_utl.c
[7/812] Compiling CCryptoBoringSSLShims shims.c
[8/812] Write swift-version-24593BA9C3E375BF.txt
[9/812] Compiling tls13_both.cc
[10/812] Compiling tls13_enc.cc
[11/812] Compiling tls13_client.cc
[12/818] Compiling ssl_x509.cc
[13/850] Compiling tls13_server.cc
[15/854] Compiling ServiceContextModule ServiceContextKey.swift
[16/854] Compiling _NIODataStructures Heap.swift
[16/854] Compiling ssl_versions.cc
[18/854] Compiling _NIODataStructures _TinyArray.swift
[19/854] Compiling _NIODataStructures PriorityQueue.swift
[19/854] Compiling t1_enc.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/854] Emitting module SotoXML
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[22/854] Compiling ServiceContextModule ServiceContext.swift
[23/854] Emitting module ServiceContextModule
[24/855] Emitting module _NIOBase64
[25/855] Compiling _NIOBase64 Base64.swift
[26/856] Emitting module _NIODataStructures
[29/857] Compiling SotoXML Expat.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[30/857] Compiling SotoXML XML.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[32/857] Compiling SotoXML XMLEncoder.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[33/857] Compiling SotoXML XMLDecoder.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:24:8: error: no such module 'Darwin.C'
 22 | import Glibc
 23 | #else
 24 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 25 | #endif
 26 |
[34/870] Compiling SystemPackage Mocking.swift
[35/870] Compiling SystemPackage RawBuffer.swift
[36/870] Compiling SystemPackage Syscalls.swift
[37/870] Compiling SystemPackage WindowsSyscallAdapters.swift
[38/870] Compiling SystemPackage Backcompat.swift
[39/870] Compiling SystemPackage CInterop.swift
[40/870] Compiling SystemPackage Constants.swift
[41/870] Compiling SystemPackage Exports.swift
[41/870] Compiling ssl_transcript.cc
BUILD FAILURE 6.1 android