Build Information
Failed to build XCTVaporExtensions, reference 0.2.0 (7ef074), with Swift 6.1 for Android on 30 May 2025 06:00:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/VaporTestUtils.git
Reference: 0.2.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/Appsaurus/VaporTestUtils
* tag 0.2.0 -> FETCH_HEAD
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 0.2.0
========================================
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-4606859-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/vapor/vapor.git
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
[145/74528] Fetching swifttestutils, vapor
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (3.07s)
Fetched https://github.com/vapor/vapor.git from cache (3.13s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (6.72s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.21s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1710] Fetching swift-atomics
[532/7669] Fetching swift-atomics, swift-algorithms
[2024/10278] Fetching swift-atomics, swift-algorithms, websocket-kit
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
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.95s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.96s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
[1/1063] Fetching swift-service-context
[118/6037] Fetching swift-service-context, swift-distributed-tracing
[417/9356] Fetching swift-service-context, swift-distributed-tracing, multipart-kit
[5477/11562] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, swift-metrics
Fetched https://github.com/apple/swift-service-context.git from cache (0.45s)
[7793/10499] Fetching swift-distributed-tracing, multipart-kit, swift-metrics
[8047/14335] Fetching swift-distributed-tracing, multipart-kit, swift-metrics, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Fetching https://github.com/apple/swift-nio.git
[6602/19820] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2
[9138/25734] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, swift-nio-extras
[10321/40577] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, swift-nio-extras, swift-nio-ssl
[19486/116685] Fetching swift-distributed-tracing, multipart-kit, swift-nio-http2, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.05s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.32s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.59s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.44s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (4.12s)
Fetching https://github.com/swift-server/async-http-client.git
[1/5647] Fetching console-kit
[3051/8017] Fetching console-kit, async-kit
[7379/28744] Fetching console-kit, async-kit, routing-kit
Fetched https://github.com/vapor/async-kit.git from cache (1.04s)
[8342/26374] Fetching console-kit, routing-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.07s)
[3110/20727] Fetching routing-kit
[3318/34663] Fetching routing-kit, swift-crypto
[4429/48677] Fetching routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio.git from cache (5.35s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.17s)
[28671/34663] Fetching routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (2.25s)
[8641/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.80s)
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.64s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.68s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.41s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2768/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.66s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.44s)
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.45s)
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.34s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.69s)
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.64s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
[1/2426] Fetching swift-service-lifecycle
[584/3330] Fetching swift-service-lifecycle, swift-http-types
[609/4920] Fetching swift-service-lifecycle, swift-http-types, swift-asn1
[2630/9905] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-async-algorithms
[4999/11046] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-async-algorithms, swift-http-structured-headers
[5206/17201] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
[12067/14775] Fetching swift-http-types, swift-asn1, swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.56s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.56s)
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.11s)
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.65s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.83s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.16s)
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.83s)
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.62s)
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.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.73s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.58s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.60s)
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.70s)
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.63s)
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 (1.90s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.76s)
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-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
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/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-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-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-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-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/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.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/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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-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/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-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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-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/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-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-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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Building for debugging...
[0/835] Write sources
[43/835] Compiling CNIOWindows WSAStartup.c
[43/835] Compiling CNIOWindows shim.c
[45/835] Write sources
[52/835] Compiling CNIOWASI CNIOWASI.c
[53/835] Compiling _NumericsShims _NumericsShims.c
[54/835] Compiling _AtomicsShims.c
[55/835] Compiling CVaporBcrypt bcrypt.c
[56/835] Compiling CNIOLinux liburing_shims.c
[57/835] Compiling CVaporBcrypt blf.c
[58/835] Compiling CSystem shims.c
[59/835] Compiling CNIOLLHTTP c_nio_http.c
[60/835] Compiling CNIOExtrasZlib empty.c
[61/835] Compiling CNIOLinux shim.c
[62/835] Compiling CNIODarwin shim.c
[63/835] Compiling CNIOLLHTTP c_nio_api.c
[64/835] Compiling CNIOSHA1 c_nio_sha1.c
[65/835] Compiling fiat_p256_adx_mul.S
[66/835] Compiling fiat_p256_adx_sqr.S
[67/835] Compiling fiat_curve25519_adx_mul.S
[68/835] Compiling fiat_curve25519_adx_square.S
[69/835] Write swift-version-24593BA9C3E375BF.txt
[70/835] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/839] Compiling CNIOBoringSSLShims shims.c
[72/841] Compiling tls_record.cc
[73/841] Compiling tls_method.cc
[74/841] Compiling tls13_both.cc
[75/841] Compiling tls13_enc.cc
[76/841] Compiling tls13_client.cc
[77/841] Compiling tls13_server.cc
[79/905] Emitting module RealModule
[80/906] Compiling RealModule RealFunctions.swift
[81/906] Compiling ServiceContextModule ServiceContextKey.swift
[82/906] Compiling RealModule Float16+Real.swift
[83/906] Emitting module InternalCollectionsUtilities
[84/906] Compiling SystemPackage MachPort.swift
[85/906] Compiling SystemPackage PlatformString.swift
[86/906] Compiling SystemPackage SystemString.swift
[87/907] Emitting module _NIOBase64
[88/907] Compiling _NIOBase64 Base64.swift
[89/907] Emitting module ServiceContextModule
[90/908] Compiling ServiceContextModule ServiceContext.swift
[91/908] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/908] Compiling InternalCollectionsUtilities Integer rank.swift
[95/912] Compiling RealModule Float80+Real.swift
[96/912] Compiling RealModule Real.swift
[97/912] Compiling _NIODataStructures PriorityQueue.swift
[98/912] Compiling _NIODataStructures _TinyArray.swift
[99/912] Compiling InternalCollectionsUtilities Descriptions.swift
[100/912] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[101/912] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[102/912] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[103/912] Compiling InternalCollectionsUtilities Debugging.swift
[104/912] Compiling RealModule ElementaryFunctions.swift
[105/912] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[106/912] Compiling InternalCollectionsUtilities UInt+reversed.swift
[107/912] Compiling RealModule Float+Real.swift
[110/912] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[111/912] Compiling InternalCollectionsUtilities _SortedCollection.swift
[112/912] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[113/912] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[114/913] Emitting module _NIODataStructures
[115/913] Compiling _NIODataStructures Heap.swift
[116/913] Emitting module SystemPackage
[121/914] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[123/924] Compiling Instrumentation MultiplexInstrument.swift
[124/924] Compiling Instrumentation NoOpInstrument.swift
[125/924] Compiling SystemPackage Util+StringArray.swift
[126/924] Compiling SystemPackage Util.swift
[127/924] Compiling SystemPackage UtilConsumers.swift
[127/924] Compiling t1_enc.cc
[128/935] Compiling ssl_x509.cc
[130/992] Compiling CoreMetrics Metrics.swift
[131/1047] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[132/1047] Compiling OrderedCollections OrderedDictionary+Elements.swift
[133/1047] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[134/1047] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[135/1047] Emitting module CoreMetrics
[136/1047] Compiling CoreMetrics Locks.swift
[137/1047] Compiling OrderedCollections _HashTable+Bucket.swift
[138/1047] Compiling OrderedCollections _HashTable+BucketIterator.swift
[139/1047] Compiling OrderedCollections _HashTable+Constants.swift
[140/1047] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[141/1047] Compiling OrderedCollections _HashTable+Testing.swift
[142/1047] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[143/1047] Compiling OrderedCollections _HashTable.swift
[144/1047] Compiling OrderedCollections _Hashtable+Header.swift
[145/1047] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[146/1047] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[147/1047] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[148/1047] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[149/1047] Compiling OrderedCollections OrderedDictionary+Codable.swift
[150/1047] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[151/1047] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[152/1047] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[153/1048] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[154/1048] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[155/1048] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[156/1048] Compiling OrderedCollections OrderedDictionary+Values.swift
[157/1048] Compiling Instrumentation InstrumentationSystem.swift
[158/1048] Compiling Instrumentation Locks.swift
[159/1048] Compiling Instrumentation Instrument.swift
[160/1048] Emitting module Instrumentation
[161/1049] Compiling Logging MetadataProvider.swift
[162/1049] Compiling Logging LogHandler.swift
[163/1049] Compiling Logging Logging.swift
[164/1049] Compiling Logging Locks.swift
[165/1049] Emitting module Logging
[166/1051] Compiling ssl_versions.cc
[171/1150] Compiling Tracing InstrumentationSystem+Tracing.swift
[172/1150] Compiling Tracing NoOpTracer.swift
[173/1150] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[174/1150] Emitting module Tracing
[175/1150] Compiling HeapModule Heap+Descriptions.swift
[176/1150] Compiling Tracing TracingTime.swift
[177/1150] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[178/1150] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[179/1150] Compiling HashTreeCollections TreeDictionary+Keys.swift
[180/1150] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[181/1150] Compiling HashTreeCollections TreeDictionary+Merge.swift
[182/1150] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[183/1150] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[184/1150] Compiling HashTreeCollections TreeDictionary+Collection.swift
[185/1150] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[186/1150] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[187/1150] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[188/1150] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[189/1150] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[190/1150] Compiling HashTreeCollections TreeDictionary+Filter.swift
[191/1157] Compiling Tracing TracerProtocol.swift
[192/1157] Compiling Tracing Tracer.swift
[193/1157] Compiling Tracing TracerProtocol+Legacy.swift
[194/1157] Compiling HashTreeCollections _HashNode+Structural union.swift
[195/1157] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[196/1157] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[197/1157] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[198/1157] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[199/1157] Compiling HashTreeCollections _HashNode.swift
[200/1157] Compiling HashTreeCollections _HashNodeHeader.swift
[201/1157] Compiling HashTreeCollections _HashSlot.swift
[202/1157] Compiling SwiftTestUtils BaseTestCase.swift
[203/1157] Emitting module SwiftTestUtils
[204/1157] Compiling HeapModule Heap.swift
[205/1157] Compiling HeapModule _HeapNode.swift
[206/1157] Emitting module HeapModule
[207/1157] Compiling HeapModule Heap+Invariants.swift
[208/1157] Compiling HeapModule Heap+UnsafeHandle.swift
[209/1158] Compiling SwiftTestUtils XCAssertions.swift
[210/1158] 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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/754] Write sources
[1/755] Compiling fiat_p256_adx_sqr.S
[2/755] Compiling fiat_curve25519_adx_square.S
[3/755] Compiling fiat_p256_adx_mul.S
[4/755] Compiling md5-x86_64-linux.S
[5/755] Compiling md5-x86_64-apple.S
[6/755] Compiling fiat_curve25519_adx_mul.S
[7/755] Write swift-version-24593BA9C3E375BF.txt
[8/755] Compiling CCryptoBoringSSLShims shims.c
[10/759] Compiling _NIODataStructures Heap.swift
[11/759] Emitting module _NIODataStructures
[12/759] Compiling _NIODataStructures PriorityQueue.swift
[13/759] Compiling _NIODataStructures _TinyArray.swift
[14/760] Compiling ssl_transcript.cc
[15/760] Compiling ssl_stat.cc
[16/792] Compiling ssl_session.cc
[17/794] Compiling ssl_file.cc
[18/794] Compiling ssl_key_share.cc
[19/797] Compiling ssl_privkey.cc
[21/801] Emitting module SwiftTestUtils
[22/802] Compiling SwiftTestUtils XCAssertions.swift
[23/802] Compiling SwiftTestUtils BaseTestCase.swift
[24/802] 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)
[25/805] Emitting module _NIOBase64
[25/805] Compiling ssl_lib.cc
BUILD FAILURE 6.1 android