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 main (2e5bb4), with Swift 6.1 for Android on 28 May 2025 08:06:21 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/brokenhandsio/vapor-dynamodb-sessions.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/brokenhandsio/vapor-dynamodb-sessions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-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/soto-project/soto.git
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
[74379/215447] Fetching vapor, soto
Fetched https://github.com/vapor/vapor.git from cache (126.34s)
Fetched https://github.com/soto-project/soto.git from cache (127.27s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 5.13.2 (131.51s)
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.86s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 5.9.4 (4.94s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[2588/3325] Fetching swift-nio-transport-services, jmespath.swift
[2608/17261] Fetching swift-nio-transport-services, jmespath.swift, swift-crypto
[4163/31275] Fetching swift-nio-transport-services, jmespath.swift, swift-crypto, async-http-client
[4164/46118] Fetching swift-nio-transport-services, jmespath.swift, swift-crypto, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.73s)
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.73s)
[4423/42793] Fetching swift-crypto, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
[6960/118848] Fetching swift-crypto, async-http-client, swift-nio-ssl, swift-nio
[21590/122684] Fetching swift-crypto, async-http-client, swift-nio-ssl, swift-nio, swift-log
[22631/124890] Fetching swift-crypto, async-http-client, swift-nio-ssl, swift-nio, swift-log, swift-metrics
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.87s)
[26861/118848] Fetching swift-crypto, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.16s)
[32663/104834] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.35s)
Fetched https://github.com/apple/swift-crypto.git from cache (9.38s)
Fetched https://github.com/apple/swift-nio.git from cache (9.49s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (10.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (5.28s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.96s)
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.91s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.92s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[309/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (4.75s)
Fetched https://github.com/apple/swift-collections.git from cache (5.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.12s)
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 (0.86s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[1312/17486] Fetching swift-algorithms, swift-nio-http2
[17487/23400] Fetching swift-algorithms, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-algorithms.git from cache (3.12s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.56s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (5.59s)
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.89s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.96s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[321/2731] Fetching swift-http-structured-headers, swift-asn1
[2081/5157] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[3111/6061] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types
[5383/12216] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
[9958/11312] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.62s)
[8430/9722] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.62s)
Fetching https://github.com/apple/swift-async-algorithms.git
[6866/7296] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
[5786/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.84s)
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.60s)
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 (2.08s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.10s)
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.00s)
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 (0.89s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
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 (2.22s)
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.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.94s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.99s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/console-kit.git
[1/5577] Fetching console-kit
[1898/8896] Fetching console-kit, multipart-kit
[3444/9959] Fetching console-kit, multipart-kit, swift-service-context
[4413/12568] Fetching console-kit, multipart-kit, swift-service-context, websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.53s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.56s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.57s)
[1628/5689] Fetching multipart-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.43s)
[1649/3319] Fetching multipart-kit
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.16s)
[1/20727] Fetching routing-kit
[416/25701] Fetching routing-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.48s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.50s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (5.38s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.89s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.88s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (2.03s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.06s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.87s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.92s)
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/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/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/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/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/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-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-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/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/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/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/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-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/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-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-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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
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/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-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-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
[55/897] Compiling _NumericsShims _NumericsShims.c
[56/897] Compiling CSotoExpat xmltok_impl.c
[57/897] Compiling CVaporBcrypt blf.c
[58/897] Compiling CSotoExpat xmltok_ns.c
[59/897] Compiling CVaporBcrypt bcrypt.c
[60/897] Compiling CSystem shims.c
[61/897] Compiling _AtomicsShims.c
[62/897] Compiling CNIOWindows WSAStartup.c
[63/897] Compiling CNIOWindows shim.c
[64/897] Compiling CNIOWASI CNIOWASI.c
[65/897] Compiling CSotoExpat xmlrole.c
[66/897] Compiling CNIOLinux liburing_shims.c
[67/897] Compiling CNIOSHA1 c_nio_sha1.c
[68/897] Compiling CNIOLLHTTP c_nio_http.c
[69/897] Compiling CNIOLinux shim.c
[70/897] Compiling CNIOExtrasZlib empty.c
[71/897] Compiling CNIODarwin shim.c
[72/897] Compiling CNIOLLHTTP c_nio_api.c
[73/897] Compiling fiat_p256_adx_mul.S
[74/897] Compiling fiat_p256_adx_sqr.S
[75/897] Write swift-version-24593BA9C3E375BF.txt
[76/897] Compiling CSotoExpat xmlparse.c
[77/897] Compiling CSotoExpat xmltok.c
[78/897] Compiling CNIOLLHTTP c_nio_llhttp.c
[79/897] Compiling fiat_curve25519_adx_square.S
[80/897] Compiling fiat_curve25519_adx_mul.S
[81/897] Compiling CNIOBoringSSLShims shims.c
[82/949] Compiling tls_method.cc
[83/949] Compiling tls_record.cc
[85/965] Emitting module RealModule
[86/966] Compiling JMESPath Ast.swift
[87/966] Compiling JMESPath Error.swift
[88/966] Compiling JMESPath Expression.swift
[89/966] Compiling JMESPath Functions.swift
[90/966] Compiling _NIODataStructures _TinyArray.swift
[91/966] Emitting module _NIOBase64
[92/966] Compiling _NIOBase64 Base64.swift
[93/966] Compiling ServiceContextModule ServiceContextKey.swift
[94/966] Compiling ServiceContextModule ServiceContext.swift
[95/966] Emitting module ServiceContextModule
[96/966] Compiling _NIODataStructures PriorityQueue.swift
[97/966] Compiling RealModule Float80+Real.swift
[98/968] Compiling RealModule Real.swift
[99/968] Compiling SystemPackage MachPort.swift
[100/968] Compiling SystemPackage PlatformString.swift
[101/968] Compiling SystemPackage SystemString.swift
[102/971] Compiling RealModule Float16+Real.swift
[103/971] Compiling RealModule ElementaryFunctions.swift
[104/971] Compiling RealModule Float+Real.swift
[105/971] Emitting module SystemPackage
[110/971] Compiling SystemPackage FilePathParsing.swift
[111/971] Compiling SystemPackage FilePathString.swift
[112/971] Compiling SystemPackage FilePathSyntax.swift
[113/971] Compiling SystemPackage FilePathTemp.swift
[114/971] Compiling _NIODataStructures Heap.swift
[115/971] Emitting module _NIODataStructures
[117/972] Compiling RealModule RealFunctions.swift
[121/992] Compiling JMESPath Runtime.swift
[122/993] Compiling JMESPath Sendable.swift
[123/996] Compiling JMESPath Token.swift
[124/999] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[125/999] Compiling InternalCollectionsUtilities Integer rank.swift
[126/999] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[127/1000] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[128/1000] Compiling InternalCollectionsUtilities Debugging.swift
[129/1000] Compiling InternalCollectionsUtilities Descriptions.swift
[130/1000] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[131/1000] Compiling Instrumentation NoOpInstrument.swift
[132/1000] Compiling JMESPath Parser.swift
[133/1000] Compiling Instrumentation MultiplexInstrument.swift
[134/1000] Emitting module INIParser
[135/1000] Compiling INIParser INIParser.swift
[139/1001] Compiling SystemPackage Util+StringArray.swift
[140/1001] Compiling SystemPackage Util.swift
[141/1001] Compiling SystemPackage UtilConsumers.swift
[142/1001] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[143/1001] Emitting module InternalCollectionsUtilities
[144/1001] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[145/1001] Compiling InternalCollectionsUtilities _SortedCollection.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
[151/1002] Compiling CoreMetrics Metrics.swift
[151/1002] Compiling tls13_server.cc
[153/1002] Compiling Logging MetadataProvider.swift
[154/1002] Emitting module Logging
[155/1002] Compiling Logging Locks.swift
[156/1002] Emitting module CoreMetrics
[157/1002] Compiling CoreMetrics Locks.swift
[158/1003] Compiling Instrumentation InstrumentationSystem.swift
[159/1003] Compiling Instrumentation Locks.swift
[160/1003] Compiling Instrumentation Instrument.swift
[161/1003] Emitting module Instrumentation
[161/1014] Compiling tls13_enc.cc
[163/1027] Compiling _RopeModule BigString+Summary.swift
[164/1027] Compiling _RopeModule BigString.swift
[165/1027] Compiling _RopeModule _RopeVersion.swift
[166/1027] Compiling _RopeModule Rope+Collection.swift
[167/1028] Compiling _RopeModule BigString+Ingester.swift
[168/1028] Compiling _RopeModule BigString+Invariants.swift
[169/1028] Compiling _RopeModule BigString+Iterators.swift
[170/1028] Compiling _RopeModule BigString+Metrics.swift
[172/1031] Compiling _RopeModule BigString+Append.swift
[173/1031] Compiling _RopeModule BigString+Initializers.swift
[174/1031] Compiling _RopeModule BigString+Insert.swift
[175/1031] Compiling _RopeModule BigString+Managing Breaks.swift
[176/1033] Compiling _RopeModule Rope+Extract.swift
[177/1033] Compiling _RopeModule Rope+Find.swift
[178/1033] Compiling _RopeModule Rope+ForEachWhile.swift
[179/1033] Compiling _RopeModule Rope+Insert.swift
[180/1068] Compiling Logging LogHandler.swift
[181/1068] Compiling Logging Logging.swift
[185/1136] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[186/1136] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[187/1136] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[188/1136] 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 |
[189/1136] 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 |
[190/1136] 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 |
[191/1136] Compiling JMESPath Variable.swift
[192/1136] 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 |
[193/1136] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[194/1138] Compiling HeapModule Heap+Descriptions.swift
[195/1138] Emitting module JMESPath
[196/1138] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[197/1138] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[198/1138] Compiling HeapModule Heap+Invariants.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/811] Write sources
[1/812] Compiling fiat_curve25519_adx_mul.S
[2/812] Compiling fiat_curve25519_adx_square.S
[3/812] Compiling v3_utl.c
[4/812] Compiling v3_skey.c
[5/812] Compiling v3_prn.c
[6/812] Compiling v3_pmaps.c
[7/812] Compiling v3_purp.c
[8/812] Compiling CCryptoBoringSSLShims shims.c
[9/812] Write swift-version-24593BA9C3E375BF.txt
[10/812] Compiling ssl_versions.cc
[11/812] Compiling tls13_client.cc
[12/817] Compiling t1_enc.cc
[13/818] Compiling ssl_stat.cc
[14/818] Compiling ssl_x509.cc
[15/818] Compiling tls13_both.cc
[16/818] Compiling ssl_transcript.cc
[17/869] Compiling ssl_session.cc
[19/869] Emitting module _NIODataStructures
[20/869] Compiling _NIODataStructures Heap.swift
[21/869] 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 |
[22/869] Compiling ServiceContextModule ServiceContextKey.swift
[23/869] Compiling Logging MetadataProvider.swift
[24/869] Compiling SystemPackage Errno.swift
[25/869] Compiling SystemPackage ErrnoWindows.swift
[26/870] Compiling RealModule Float80+Real.swift
[27/870] Compiling RealModule Real.swift
[28/881] Compiling RealModule Float16+Real.swift
[29/881] Emitting module ServiceContextModule
[30/881] Compiling ServiceContextModule ServiceContext.swift
[31/882] Emitting module _NIOBase64
[32/882] Compiling _NIOBase64 Base64.swift
[33/883] Compiling RealModule RealFunctions.swift
[34/883] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/883] 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 |
[36/883] Emitting module RealModule
[37/883] Compiling RealModule Float+Real.swift
[38/883] Compiling RealModule ElementaryFunctions.swift
[39/883] Compiling JMESPath Interpreter.swift
[40/883] Compiling JMESPath Lexer.swift
[41/883] Compiling _NIODataStructures PriorityQueue.swift
[42/883] Compiling _NIODataStructures _TinyArray.swift
[45/885] Emitting module Logging
[46/885] 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 |
[47/885] 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 |
[48/885] Compiling SystemPackage Backcompat.swift
[49/885] Compiling SystemPackage CInterop.swift
[50/885] Compiling SystemPackage Constants.swift
[51/885] Compiling SystemPackage Exports.swift
[52/899] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/899] Compiling InternalCollectionsUtilities Debugging.swift
[54/899] Compiling InternalCollectionsUtilities Descriptions.swift
[55/899] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/899] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/900] Emitting module InternalCollectionsUtilities
[58/900] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/900] Compiling InternalCollectionsUtilities Integer rank.swift
[60/900] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/900] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/900] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/900] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/900] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/900] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/900] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
BUILD FAILURE 6.1 android