The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XCTVaporExtensions, reference master (7ef074), with Swift 6.1 for Android on 30 May 2025 06:00:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/VaporTestUtils.git
Reference: master
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/Appsaurus/VaporTestUtils
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7ef074c Renaming package from VaporTestUtils to XCTVaporExtensions to avoid clashes with dependency package VaporTestUtils that is part of Vapor package and was leading to circular dependency issues.
Cloned https://github.com/Appsaurus/VaporTestUtils.git
Revision (git rev-parse @):
7ef074c6d9927d33479e32ae0dfbe6205b48f585
SUCCESS checkout https://github.com/Appsaurus/VaporTestUtils.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Appsaurus/VaporTestUtils.git
https://github.com/Appsaurus/VaporTestUtils.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swifttestutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/SwiftTestUtils"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "XCTVaporExtensions",
  "name" : "XCTVaporExtensions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTVaporExtensions",
      "targets" : [
        "XCTVaporExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTVaporExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTVaporExtensionsTests",
      "path" : "Tests/XCTVaporExtensionsTests",
      "sources" : [
        "VaporTestUtilsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCTVaporExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTVaporExtensions",
      "module_type" : "SwiftTarget",
      "name" : "XCTVaporExtensions",
      "path" : "Sources/XCTVaporExtensions",
      "product_dependencies" : [
        "SwiftTestUtils",
        "Vapor",
        "XCTVapor"
      ],
      "product_memberships" : [
        "XCTVaporExtensions"
      ],
      "sources" : [
        "ResponseExtensions.swift",
        "VaporTestCase.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleAppTests",
      "module_type" : "SwiftTarget",
      "name" : "ExampleAppTests",
      "path" : "ExampleApp/Tests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "ExampleAppTests.swift",
        "ExampleLinuxAppTests.swift"
      ],
      "target_dependencies" : [
        "ExampleApp",
        "XCTVaporExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExampleApp",
      "module_type" : "SwiftTarget",
      "name" : "ExampleApp",
      "path" : "ExampleApp/App",
      "product_dependencies" : [
        "Vapor"
      ],
      "sources" : [
        "configure.swift",
        "routes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Appsaurus/SwiftTestUtils
Fetching https://github.com/vapor/vapor.git
[1/150] Fetching swifttestutils
[151/74528] Fetching swifttestutils, vapor
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (1.78s)
Fetched https://github.com/vapor/vapor.git from cache (1.82s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (4.21s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.04s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/3672] Fetching swift-service-context, websocket-kit
[1065/6991] Fetching swift-service-context, websocket-kit, multipart-kit
[4769/8701] Fetching swift-service-context, websocket-kit, multipart-kit, swift-atomics
[6479/13675] Fetching swift-service-context, websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing
[7872/19634] Fetching swift-service-context, websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.85s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.85s)
[8119/14177] Fetching swift-service-context, multipart-kit, swift-algorithms, swift-log
[11649/16383] Fetching swift-service-context, multipart-kit, swift-algorithms, swift-log, swift-metrics
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-metrics.git from cache (1.09s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (1.10s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-service-context.git from cache (2.03s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.03s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.09s)
Fetching https://github.com/apple/swift-crypto.git
[1/5914] Fetching swift-nio-extras
[61/26641] Fetching swift-nio-extras, routing-kit
[7517/38168] Fetching swift-nio-extras, routing-kit, swift-nio-http2
[22131/52104] Fetching swift-nio-extras, routing-kit, swift-nio-http2, swift-crypto
[26175/128212] Fetching swift-nio-extras, routing-kit, swift-nio-http2, swift-crypto, swift-nio
[27449/143055] Fetching swift-nio-extras, routing-kit, swift-nio-http2, swift-crypto, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.69s)
[34409/137141] Fetching routing-kit, swift-nio-http2, swift-crypto, swift-nio, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[56241/142788] Fetching routing-kit, swift-nio-http2, swift-crypto, swift-nio, swift-nio-ssl, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.23s)
[61477/122061] Fetching swift-nio-http2, swift-crypto, swift-nio, swift-nio-ssl, console-kit
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.68s)
[59524/116414] Fetching swift-nio-http2, swift-crypto, swift-nio, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
[86733/118784] Fetching swift-nio-http2, swift-crypto, swift-nio, swift-nio-ssl, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.74s)
[75608/107257] Fetching swift-crypto, swift-nio, swift-nio-ssl, async-kit
[79099/121271] Fetching swift-crypto, swift-nio, swift-nio-ssl, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.51s)
[77770/118901] Fetching swift-crypto, swift-nio, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.33s)
[81187/104965] Fetching swift-nio, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.68s)
[69573/90122] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.36s)
[57843/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.46s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.20s)
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 (0.43s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.32s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.38s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.62s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.29s)
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.06s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
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.79s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/2426] Fetching swift-service-lifecycle
[2/3567] Fetching swift-service-lifecycle, swift-http-structured-headers
[3/8552] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[898/9456] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-http-types
[4507/15611] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-certificates
[6165/17201] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
[14266/16297] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
[13310/15156] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
[12669/12730] Fetching swift-async-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.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 (1.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.69s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.07s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.65s)
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.90s)
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.78s)
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.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.68s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.72s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.63s)
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.78s)
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.71s)
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.57s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.63s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
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/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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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/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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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/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-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-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-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/835] Write sources
[50/835] Compiling _NumericsShims _NumericsShims.c
[50/835] Compiling _AtomicsShims.c
[52/835] Compiling CVaporBcrypt bcrypt.c
[52/835] Compiling CVaporBcrypt blf.c
[54/835] Compiling CNIOWindows WSAStartup.c
[54/835] Compiling CSystem shims.c
[56/835] Compiling CNIOWindows shim.c
[57/835] Compiling CNIOWASI CNIOWASI.c
[58/835] Compiling CNIOSHA1 c_nio_sha1.c
[59/835] Compiling CNIOLinux liburing_shims.c
[60/835] Compiling CNIODarwin shim.c
[60/835] Compiling CNIOExtrasZlib empty.c
[62/835] Compiling CNIOLLHTTP c_nio_http.c
[63/835] Write swift-version-24593BA9C3E375BF.txt
[64/835] Compiling CNIOLinux shim.c
[65/835] Compiling CNIOLLHTTP c_nio_api.c
[66/835] Compiling fiat_p256_adx_mul.S
[66/835] Compiling fiat_p256_adx_sqr.S
[68/835] Compiling fiat_curve25519_adx_square.S
[69/835] Compiling fiat_curve25519_adx_mul.S
[70/840] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/845] Compiling CNIOBoringSSLShims shims.c
[73/905] Compiling _NIOBase64 Base64.swift
[74/905] Emitting module _NIOBase64
[75/906] Emitting module InternalCollectionsUtilities
[76/907] Compiling _NIODataStructures _TinyArray.swift
[77/907] Compiling RealModule ElementaryFunctions.swift
[78/907] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/907] Compiling InternalCollectionsUtilities Debugging.swift
[80/907] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/907] Compiling InternalCollectionsUtilities Integer rank.swift
[83/911] Compiling _NIODataStructures PriorityQueue.swift
[84/911] Emitting module _NIODataStructures
[85/911] Compiling _NIODataStructures Heap.swift
[86/911] Compiling ServiceContextModule ServiceContextKey.swift
[87/911] Compiling RealModule Float+Real.swift
[90/912] Compiling ServiceContextModule ServiceContext.swift
[91/912] Emitting module ServiceContextModule
[92/912] Compiling SystemPackage MachPort.swift
[93/912] Compiling SystemPackage PlatformString.swift
[94/912] Compiling SystemPackage SystemString.swift
[95/912] Compiling RealModule Real.swift
[96/913] Compiling RealModule Float16+Real.swift
[97/913] Compiling RealModule Float80+Real.swift
[98/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[99/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[102/913] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[103/913] Compiling InternalCollectionsUtilities UInt+reversed.swift
[104/913] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[105/913] Compiling InternalCollectionsUtilities _SortedCollection.swift
[106/913] Compiling InternalCollectionsUtilities Descriptions.swift
[107/913] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[108/913] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[113/913] Emitting module RealModule
[116/913] Compiling RealModule RealFunctions.swift
[117/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[124/924] Compiling Instrumentation Instrument.swift
[125/924] Compiling Instrumentation NoOpInstrument.swift
[126/924] Compiling SystemPackage Util+StringArray.swift
[127/924] Compiling SystemPackage Util.swift
[128/924] Compiling SystemPackage UtilConsumers.swift
[129/924] Emitting module Instrumentation
[130/924] Compiling Instrumentation MultiplexInstrument.swift
[131/924] Compiling CoreMetrics Metrics.swift
[131/924] Compiling tls_record.cc
[132/924] Compiling tls_method.cc
[134/1047] Compiling Instrumentation InstrumentationSystem.swift
[135/1047] Emitting module CoreMetrics
[136/1047] Compiling Instrumentation Locks.swift
[137/1047] Compiling CoreMetrics Locks.swift
[138/1047] Compiling Logging MetadataProvider.swift
[139/1047] Emitting module Logging
[140/1047] Compiling Logging Locks.swift
[141/1047] Compiling OrderedCollections _HashTable+Bucket.swift
[142/1047] Compiling OrderedCollections _HashTable+BucketIterator.swift
[143/1047] Compiling OrderedCollections _HashTable+Constants.swift
[144/1047] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[145/1049] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[146/1049] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[147/1049] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[148/1049] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[149/1049] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[150/1049] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[151/1049] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[152/1049] Compiling OrderedCollections OrderedDictionary+Values.swift
[153/1049] Emitting module SystemPackage
[154/1049] Compiling OrderedCollections _HashTable+Testing.swift
[155/1049] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[156/1049] Compiling OrderedCollections _HashTable.swift
[157/1049] Compiling OrderedCollections _Hashtable+Header.swift
[158/1050] Compiling Logging LogHandler.swift
[159/1050] Compiling Logging Logging.swift
[159/1051] Compiling tls13_server.cc
[164/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[165/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[166/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[167/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[168/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[169/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[170/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[171/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[172/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[173/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[174/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[175/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[176/1051] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[177/1051] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[179/1151] Compiling HashTreeCollections _HashNode+Structural union.swift
[180/1151] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[181/1151] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[182/1151] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[183/1151] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[184/1151] Compiling HashTreeCollections _HashNode.swift
[185/1151] Compiling HashTreeCollections _HashNodeHeader.swift
[186/1151] Compiling HashTreeCollections _HashSlot.swift
[187/1151] Compiling HashTreeCollections _HashStack.swift
[188/1151] Compiling HashTreeCollections _HashTreeIterator.swift
[189/1151] Compiling HashTreeCollections _HashTreeStatistics.swift
[190/1151] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[191/1151] Compiling HashTreeCollections _RawHashNode.swift
[192/1151] Compiling HashTreeCollections _UnmanagedHashNode.swift
[193/1151] Compiling HashTreeCollections _UnsafePath.swift
[194/1151] Compiling HashTreeCollections TreeDictionary+Codable.swift
[195/1151] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[196/1151] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[197/1151] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[198/1151] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[199/1151] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[200/1151] Compiling HashTreeCollections _HashNode+Structural merge.swift
[201/1151] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[202/1151] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[203/1151] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[204/1151] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[205/1151] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[206/1151] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[207/1151] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[208/1151] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[209/1151] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[210/1151] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[211/1151] Compiling HashTreeCollections TreeDictionary+Filter.swift
[212/1151] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[213/1160] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[214/1166] Compiling HeapModule Heap+Descriptions.swift
[215/1166] Compiling Tracing TracingTime.swift
[216/1166] Compiling Tracing InstrumentationSystem+Tracing.swift
[217/1166] Compiling HashTreeCollections _AncestorHashSlots.swift
[218/1166] Compiling HashTreeCollections _Bitmap.swift
[219/1166] Compiling HashTreeCollections _Bucket.swift
[220/1166] Compiling HashTreeCollections _Hash.swift
[221/1166] Compiling HashTreeCollections _HashLevel.swift
[222/1166] Compiling HashTreeCollections _HashNode+Builder.swift
[223/1166] Compiling HashTreeCollections _HashNode+Debugging.swift
[224/1166] Compiling HashTreeCollections _HashNode+Initializers.swift
[225/1166] Emitting module Tracing
[226/1166] Compiling HeapModule _HeapNode.swift
[227/1166] Compiling Tracing TracerProtocol.swift
[228/1166] Compiling SwiftTestUtils LinuxTestable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTestUtils/Sources/Shared/LinuxTestable.swift:21:35: error: type 'Self' has no member 'defaultTestSuite'
19 | 		let thisClass = type(of: self)
20 | 		let linuxCount = tests.count
21 | 		let darwinCount = Int(thisClass.defaultTestSuite.testCaseCount)
   |                                   `- error: type 'Self' has no member 'defaultTestSuite'
22 | 		let failureMessage = "\(darwinCount - linuxCount) tests are missing from allTests in \(thisClass)."
23 | 		XCTAssertEqual(linuxCount, darwinCount,failureMessage)
[229/1166] Compiling SwiftTestUtils XCAssertions.swift
[230/1166] Compiling HeapModule Heap.swift
[231/1166] Emitting module SwiftTestUtils
[232/1166] Compiling SwiftTestUtils BaseTestCase.swift
[233/1166] Compiling HeapModule Heap+Invariants.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/760] Write sources
[3/761] Compiling fiat_p256_adx_mul.S
[4/761] Compiling fiat_curve25519_adx_square.S
[5/761] Compiling fiat_p256_adx_sqr.S
[6/761] Compiling md5-x86_64-apple.S
[7/761] Compiling md5-x86_64-linux.S
[8/761] Compiling fiat_curve25519_adx_mul.S
[9/761] Compiling md5-586-linux.S
[10/761] Compiling CCryptoBoringSSLShims shims.c
[11/761] Compiling ssl_x509.cc
[12/761] Compiling t1_enc.cc
[13/761] Compiling tls13_enc.cc
[14/761] Write swift-version-24593BA9C3E375BF.txt
[15/761] Compiling ssl_versions.cc
[16/765] Compiling tls13_client.cc
[17/765] Compiling ssl_transcript.cc
[18/765] Compiling tls13_both.cc
[20/765] Compiling _NIODataStructures Heap.swift
[21/771] Emitting module _NIODataStructures
[22/771] Compiling _NIODataStructures PriorityQueue.swift
[23/771] Compiling _NIODataStructures _TinyArray.swift
[23/799] Compiling ssl_stat.cc
[25/800] Compiling SwiftTestUtils LinuxTestable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTestUtils/Sources/Shared/LinuxTestable.swift:21:35: error: type 'Self' has no member 'defaultTestSuite'
19 | 		let thisClass = type(of: self)
20 | 		let linuxCount = tests.count
21 | 		let darwinCount = Int(thisClass.defaultTestSuite.testCaseCount)
   |                                   `- error: type 'Self' has no member 'defaultTestSuite'
22 | 		let failureMessage = "\(darwinCount - linuxCount) tests are missing from allTests in \(thisClass)."
23 | 		XCTAssertEqual(linuxCount, darwinCount,failureMessage)
[26/800] Compiling SwiftTestUtils XCAssertions.swift
[27/800] Emitting module SwiftTestUtils
[28/800] Compiling SwiftTestUtils BaseTestCase.swift
[29/800] Compiling ssl_session.cc
[30/800] Emitting module _NIOBase64
[30/800] Compiling ssl_privkey.cc
[30/800] Compiling ssl_lib.cc
BUILD FAILURE 6.1 android