Build Information
Failed to build Laner, reference main (058883), with Swift 6.1 for Android on 29 Nov 2025 02:21:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexey1312/Laner.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/alexey1312/Laner
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0588839 Update manifest
Cloned https://github.com/alexey1312/Laner.git
Revision (git rev-parse @):
0588839e79d714df79696dd9944ac0c05a3bb1f8
SUCCESS checkout https://github.com/alexey1312/Laner.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/alexey1312/Laner.git
https://github.com/alexey1312/Laner.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
}
],
"manifest_display_name" : "Laner",
"name" : "Laner",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "laner",
"targets" : [
"laner"
],
"type" : {
"executable" : null
}
},
{
"name" : "LanerDSL",
"targets" : [
"LanerDSL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerKit",
"targets" : [
"LanerKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerPluginKit",
"targets" : [
"LanerPluginKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanerMatch",
"targets" : [
"LanerMatch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "laner",
"module_type" : "SwiftTarget",
"name" : "laner",
"path" : "Sources/laner",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"laner"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LanerCore",
"LanerKit"
],
"type" : "executable"
},
{
"c99name" : "LanerPluginKit",
"module_type" : "SwiftTarget",
"name" : "LanerPluginKit",
"path" : "Sources/LanerPluginKit",
"product_memberships" : [
"LanerPluginKit"
],
"sources" : [
"LanerPluginKit.swift"
],
"target_dependencies" : [
"LanerDSL",
"LanerKit"
],
"type" : "library"
},
{
"c99name" : "LanerMatchTests",
"module_type" : "SwiftTarget",
"name" : "LanerMatchTests",
"path" : "Tests/LanerMatchTests",
"sources" : [
"AppStoreConnectAPITests.swift",
"CertificateTypeTests.swift",
"CryptoServiceTests.swift",
"GitStorageTests.swift",
"KeychainServiceTests.swift",
"MatchServiceTests.swift",
"TestFlightModelsTests.swift"
],
"target_dependencies" : [
"LanerMatch"
],
"type" : "test"
},
{
"c99name" : "LanerMatch",
"module_type" : "SwiftTarget",
"name" : "LanerMatch",
"path" : "Sources/LanerMatch",
"product_dependencies" : [
"Logging",
"Crypto",
"AsyncHTTPClient"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerPluginKit",
"LanerMatch"
],
"sources" : [
"API/AppStoreConnectAPI+Builds.swift",
"API/AppStoreConnectAPI.swift",
"API/JWTGenerator.swift",
"LanerMatch.swift",
"Models/BetaGroup.swift",
"Models/Build.swift",
"Models/BuildUpload.swift",
"Models/Certificate.swift",
"Models/CertificateType.swift",
"Models/Device.swift",
"Models/MatchError.swift",
"Models/ProvisioningProfile.swift",
"Models/TestFlightError.swift",
"Services/ChunkedUploader.swift",
"Services/CryptoService.swift",
"Services/KeychainService.swift",
"Services/MatchService.swift",
"Services/TestFlightService.swift",
"Storage/GitStorage.swift",
"Storage/StorageProvider.swift"
],
"target_dependencies" : [
"LanerKit"
],
"type" : "library"
},
{
"c99name" : "LanerKitTests",
"module_type" : "SwiftTarget",
"name" : "LanerKitTests",
"path" : "Tests/LanerKitTests",
"sources" : [
"FileManagerExtensionsTests.swift",
"LanerKitTests.swift",
"LoggingTests.swift",
"PlatformTests.swift",
"ProcessResultTests.swift",
"ShellErrorTests.swift",
"ShellExecutorTests.swift",
"XcodebuildTests.swift"
],
"target_dependencies" : [
"LanerKit"
],
"type" : "test"
},
{
"c99name" : "LanerKit",
"module_type" : "SwiftTarget",
"name" : "LanerKit",
"path" : "Sources/LanerKit",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerKit",
"LanerPluginKit",
"LanerMatch"
],
"sources" : [
"FileManagerExtensions.swift",
"LanerKit.swift",
"Logging/ConsoleLogHandler.swift",
"Logging/LogCategory.swift",
"Logging/LoggingConfiguration.swift",
"Platform.swift",
"ProcessResult.swift",
"ShellError.swift",
"ShellExecutor.swift",
"Xcodebuild/ArchiveOptions.swift",
"Xcodebuild/BuildOptions.swift",
"Xcodebuild/TestOptions.swift",
"Xcodebuild/XcodebuildExecutor.swift",
"Xcodebuild/XcodebuildResult.swift"
],
"type" : "library"
},
{
"c99name" : "LanerDSLTests",
"module_type" : "SwiftTarget",
"name" : "LanerDSLTests",
"path" : "Tests/LanerDSLTests",
"sources" : [
"ActionsTest.swift",
"LanerDSLTests.swift",
"LanerfileTests.swift",
"MatchActionTests.swift",
"PilotActionTests.swift"
],
"target_dependencies" : [
"LanerDSL"
],
"type" : "test"
},
{
"c99name" : "LanerDSL",
"module_type" : "SwiftTarget",
"name" : "LanerDSL",
"path" : "Sources/LanerDSL",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerPluginKit"
],
"sources" : [
"Action.swift",
"Actions/Functions.swift",
"Actions/MatchAction.swift",
"Actions/PilotAction.swift",
"Actions/RegisterDevicesAction.swift",
"AnyAction.swift",
"Artifact.swift",
"Builders/LaneBuilder.swift",
"Environment.swift",
"ExecutionContext.swift",
"Lane.swift",
"LanerConfiguration.swift",
"LanerDSL.swift",
"Manifest/Lanerfile.swift"
],
"target_dependencies" : [
"LanerKit",
"LanerMatch"
],
"type" : "library"
},
{
"c99name" : "LanerCoreTests",
"module_type" : "SwiftTarget",
"name" : "LanerCoreTests",
"path" : "Tests/LanerCoreTests",
"sources" : [
"LanerCoreTests.swift",
"MatchCommandTests.swift"
],
"target_dependencies" : [
"LanerCore"
],
"type" : "test"
},
{
"c99name" : "LanerCore",
"module_type" : "SwiftTarget",
"name" : "LanerCore",
"path" : "Sources/LanerCore",
"product_dependencies" : [
"ArgumentParser",
"Logging",
"Crypto"
],
"product_memberships" : [
"laner"
],
"sources" : [
"Commands/BuildCommand.swift",
"Commands/CLIError.swift",
"Commands/DoctorCommand.swift",
"Commands/GlobalOptions.swift",
"Commands/InitCommand.swift",
"Commands/LaneCommand.swift",
"Commands/LanesCommand.swift",
"Commands/MatchCommand.swift",
"Commands/TestCommand.swift",
"Commands/UploadCommand.swift",
"Commands/VersionCommand.swift",
"LanerCore.swift",
"Manifest/ManifestCache.swift",
"Manifest/ManifestCompiler.swift",
"Manifest/ManifestError.swift",
"Manifest/ManifestLoader.swift"
],
"target_dependencies" : [
"LanerDSL",
"LanerKit"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-server/async-http-client
[1/16860] Fetching swift-argument-parser
[507/22273] Fetching swift-argument-parser, swift-log
[2258/36760] Fetching swift-argument-parser, swift-log, async-http-client
[3295/54223] Fetching swift-argument-parser, swift-log, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-log from cache (0.55s)
[13079/48810] Fetching swift-argument-parser, async-http-client, swift-crypto
Fetched https://github.com/swift-server/async-http-client from cache (1.67s)
[20178/34323] Fetching swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (3.46s)
Fetched https://github.com/apple/swift-crypto from cache (3.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (4.43s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.82s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.30.0 (0.67s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[602/4629] Fetching swift-atomics, swift-nio-transport-services
[603/10195] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing
[723/16236] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-algorithms
[3655/22562] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-algorithms, swift-nio-extras
[7256/34280] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.72s)
Fetching https://github.com/apple/swift-nio-ssl.git
[19451/28239] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.77s)
[17228/25430] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
[15525/23610] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[23611/38898] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[24987/119453] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.33s)
[40494/113887] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.34s)
[35127/107561] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.38s)
[27508/95843] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.85s)
[39472/80555] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.39s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (11.88s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (1.02s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.78s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.82s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/943] Fetching swift-http-types
[944/3511] Fetching swift-http-types, swift-service-lifecycle
[1432/5174] Fetching swift-http-types, swift-service-lifecycle, swift-asn1
[3276/10898] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
[5833/9955] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.38s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.47s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.48s)
[1/1204] Fetching swift-http-structured-headers
[1205/8229] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.58s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.68s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (2.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.47s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.65s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (0.86s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (2.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.14s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.24s)
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.30.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.6.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.16.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.5.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.1
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.5.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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.39.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.3.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-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
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.1.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.90.1
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.36.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.26.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.1.1
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.9.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.3.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.3.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.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/859] Write sources
[11/859] Compiling rsaz-avx2-apple.S
[12/859] Compiling _NumericsShims _NumericsShims.c
[13/859] Write sources
[15/859] Compiling rsaz-avx2-linux.S
[16/859] Write sources
[25/859] Compiling rdrand-x86_64-linux.S
[25/859] Write sources
[38/859] Compiling CNIOWindows shim.c
[39/859] Compiling _AtomicsShims.c
[40/859] Compiling CNIOWindows WSAStartup.c
[41/859] Compiling CNIOWASI CNIOWASI.c
[42/859] Compiling CNIOPosix event_loop_id.c
[43/859] Compiling CNIOLinux liburing_shims.c
[44/859] Compiling CNIOLLHTTP c_nio_http.c
[45/859] Compiling CNIOLinux shim.c
[46/859] Compiling CNIOExtrasZlib empty.c
[47/859] Compiling CNIODarwin shim.c
[48/859] Compiling CNIOLLHTTP c_nio_api.c
[49/859] Compiling fiat_p256_adx_sqr.S
[50/859] Compiling fiat_p256_adx_mul.S
[51/859] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/859] Compiling fiat_curve25519_adx_square.S
[53/859] Compiling fiat_curve25519_adx_mul.S
[54/859] Compiling get_cipher.cc
[55/859] Write swift-version-24593BA9C3E375BF.txt
[56/859] Compiling conf.cc
[57/859] Compiling tls_cbc.cc
[58/859] Compiling CNIOBoringSSLShims shims.c
[60/879] Emitting module ServiceContextModule
[60/879] Compiling cms.cc
[61/884] Compiling tls_method.cc
[62/884] Compiling tls_record.cc
[63/900] Compiling tls13_server.cc
[65/900] Emitting module InternalCollectionsUtilities
[66/902] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/902] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/902] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[69/902] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/902] Compiling _NIODataStructures _TinyArray.swift
[71/902] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[72/902] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[73/902] Compiling _NIODataStructures PriorityQueue.swift
[74/902] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/902] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/903] Emitting module RealModule
[77/903] Compiling Logging LogHandler.swift
[78/903] Compiling InternalCollectionsUtilities _SortedCollection.swift
[79/903] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/903] Compiling RealModule Float80+Real.swift
[81/903] Compiling RealModule Real.swift
[82/903] Compiling InternalCollectionsUtilities Debugging.swift
[83/903] Compiling InternalCollectionsUtilities Descriptions.swift
[84/903] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/903] Compiling InternalCollectionsUtilities Integer rank.swift
[86/903] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/903] Compiling RealModule RealFunctions.swift
[88/903] Compiling RealModule Float16+Real.swift
[89/903] Compiling ServiceContextModule ServiceContextKey.swift
[92/903] Compiling ServiceContextModule ServiceContext.swift
[93/903] Compiling _NIOBase64 Base64.swift
[94/903] Emitting module _NIOBase64
[97/904] Compiling InternalCollectionsUtilities UInt+reversed.swift
[98/904] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[101/906] Compiling _NIODataStructures Heap.swift
[102/906] Emitting module _NIODataStructures
[106/907] Compiling RealModule RelaxedArithmetic.swift
[107/908] Compiling tls13_enc.cc
[109/908] Compiling tls13_client.cc
[110/908] Wrapping AST for RealModule for debugging
[111/908] Wrapping AST for _NIODataStructures for debugging
[112/923] Wrapping AST for _NIOBase64 for debugging
[113/929] Wrapping AST for ServiceContextModule for debugging
[115/929] Compiling DequeModule _DequeBuffer.swift
[116/929] Compiling DequeModule _DequeBufferHeader.swift
[116/931] Wrapping AST for InternalCollectionsUtilities for debugging
[118/931] Compiling DequeModule Deque+CustomReflectable.swift
[119/931] Compiling DequeModule Deque+Descriptions.swift
[120/931] Compiling Instrumentation NoOpInstrument.swift
[121/931] Compiling Instrumentation MultiplexInstrument.swift
[122/931] Compiling Instrumentation Instrument.swift
[123/931] Emitting module Instrumentation
[124/931] Compiling DequeModule Deque+Equatable.swift
[125/931] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[126/931] Compiling DequeModule Deque+Extras.swift
[127/931] Compiling DequeModule Deque+Hashable.swift
[128/931] Compiling DequeModule Deque+Testing.swift
[129/931] Compiling DequeModule Deque._Storage.swift
[130/931] Compiling DequeModule _DequeSlot.swift
[131/931] Compiling DequeModule _UnsafeWrappedBuffer.swift
[132/931] Compiling DequeModule Deque._UnsafeHandle.swift
[133/931] Compiling DequeModule Deque.swift
[134/931] Emitting module Logging
[135/931] Compiling Logging Locks.swift
[136/931] Compiling Instrumentation InstrumentationSystem.swift
[137/931] Compiling Instrumentation Locks.swift
[138/931] Compiling Logging MetadataProvider.swift
[139/932] Compiling DequeModule Deque+Codable.swift
[140/932] Compiling DequeModule Deque+Collection.swift
[141/932] Compiling Logging Logging.swift
[142/932] Emitting module DequeModule
[145/948] Compiling tls13_both.cc
[146/948] Compiling t1_enc.cc
[147/956] Wrapping AST for Logging for debugging
[148/956] Wrapping AST for Instrumentation for debugging
[149/956] Wrapping AST for DequeModule for debugging
[150/956] Compiling ssl_transcript.cc
[152/956] Compiling Tracing InstrumentationSystem+Tracing.swift
[153/956] Compiling Tracing NoOpTracer.swift
[153/956] Compiling ssl_x509.cc
[155/956] Emitting module Tracing
[156/956] Compiling Tracing TracingTime.swift
[156/956] Compiling ssl_versions.cc
[158/956] Compiling Tracing TracerProtocol.swift
[159/956] Compiling Tracing TracerProtocol+Legacy.swift
[160/956] Compiling Tracing Tracer.swift
[161/956] Compiling Tracing SpanProtocol.swift
[162/957] Compiling ssl_stat.cc
[163/957] Wrapping AST for Tracing for debugging
[164/957] Compiling ssl_privkey.cc
[165/957] Compiling ssl_key_share.cc
[166/957] Compiling ssl_file.cc
[167/957] Compiling ssl_session.cc
[169/957] Compiling LanerKit XcodebuildExecutor.swift
[170/958] Compiling LanerKit BuildOptions.swift
[171/958] Compiling LanerKit TestOptions.swift
[172/958] Compiling LanerKit XcodebuildResult.swift
[172/958] Compiling ssl_lib.cc
[173/958] Compiling ssl_credential.cc
[174/958] Compiling ssl_cipher.cc
[176/958] Compiling LanerKit ProcessResult.swift
[177/958] Compiling LanerKit ShellError.swift
[178/958] Compiling LanerKit ConsoleLogHandler.swift
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:16: error: cannot find 'isatty' in scope
70 |
71 | // Check if stdout is a terminal
72 | return isatty(STDOUT_FILENO) != 0
| `- error: cannot find 'isatty' in scope
73 | }
74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:23: error: cannot find 'STDOUT_FILENO' in scope
70 |
71 | // Check if stdout is a terminal
72 | return isatty(STDOUT_FILENO) != 0
| `- error: cannot find 'STDOUT_FILENO' in scope
73 | }
74 |
[179/958] Compiling LanerKit LogCategory.swift
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:16: error: cannot find 'isatty' in scope
70 |
71 | // Check if stdout is a terminal
72 | return isatty(STDOUT_FILENO) != 0
| `- error: cannot find 'isatty' in scope
73 | }
74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:23: error: cannot find 'STDOUT_FILENO' in scope
70 |
71 | // Check if stdout is a terminal
72 | return isatty(STDOUT_FILENO) != 0
| `- error: cannot find 'STDOUT_FILENO' in scope
73 | }
74 |
[179/958] Compiling ssl_buffer.cc
[181/958] Emitting module LanerKit
[182/958] Compiling LanerKit FileManagerExtensions.swift
[183/958] Compiling LanerKit LanerKit.swift
[183/958] Compiling ssl_cert.cc
[184/958] Compiling ssl_asn1.cc
[186/958] Compiling LanerKit LoggingConfiguration.swift
[187/958] Compiling LanerKit Platform.swift
[188/958] Compiling LanerKit ShellExecutor.swift
[189/958] Compiling LanerKit ArchiveOptions.swift
[189/958] Compiling handshake.cc
[189/958] Compiling handshake_client.cc
[189/958] Compiling s3_both.cc
[189/958] Compiling handshake_server.cc
[189/958] Compiling s3_pkt.cc
[189/958] Compiling ssl_aead_ctx.cc
[189/958] Compiling s3_lib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/771] Write sources
[5/781] Compiling s3_pkt.cc
[6/781] Compiling ssl_aead_ctx.cc
[7/781] Compiling s3_lib.cc
[8/781] Compiling s3_both.cc
[9/781] Compiling handshake.cc
[10/781] Compiling handshake_server.cc
[11/781] Write swift-version-24593BA9C3E375BF.txt
[12/781] Compiling handoff.cc
[13/781] Compiling handshake_client.cc
[15/787] Compiling _NIOBase64 Base64.swift
[16/787] Emitting module _NIOBase64
[17/788] Emitting module _NIODataStructures
[19/787] Compiling _NIODataStructures PriorityQueue.swift
[20/787] Compiling _NIODataStructures Heap.swift
[21/787] Compiling _NIODataStructures _TinyArray.swift
[23/801] Compiling ServiceContextModule ServiceContextKey.swift
[24/801] Emitting module ServiceContextModule
[25/801] Compiling ServiceContextModule ServiceContext.swift
[26/802] Compiling RealModule RealFunctions.swift
[27/803] Compiling RealModule Float80+Real.swift
[29/802] Compiling RealModule Real.swift
[30/802] Compiling RealModule AlgebraicField.swift
[31/802] Compiling RealModule ApproximateEquality.swift
[31/802] Compiling encrypted_client_hello.cc
[33/802] Compiling RealModule RelaxedArithmetic.swift
[33/805] Compiling d1_srtp.cc
[35/807] Compiling RealModule ElementaryFunctions.swift
[36/807] Compiling RealModule Float+Real.swift
[37/807] Compiling RealModule Float16+Real.swift
[38/807] Compiling RealModule AugmentedArithmetic.swift
[39/807] Compiling RealModule Double+Real.swift
[40/823] Emitting module RealModule
[40/824] Compiling dtls_method.cc
[41/828] Compiling d1_pkt.cc
[43/830] Compiling Logging MetadataProvider.swift
[44/830] Compiling Logging LogHandler.swift
[44/830] Compiling dtls_record.cc
[46/830] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[47/830] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/833] Compiling Instrumentation Instrument.swift
[50/851] Compiling Instrumentation NoOpInstrument.swift
[51/851] Emitting module Logging
[52/851] Emitting module Instrumentation
[53/851] Compiling Logging Locks.swift
[54/851] Compiling Instrumentation MultiplexInstrument.swift
[55/851] Compiling Atomics UnsafeAtomic.swift
[56/851] Compiling Atomics UnsafeAtomicLazyReference.swift
[57/851] Compiling Instrumentation InstrumentationSystem.swift
[58/851] Compiling Instrumentation Locks.swift
[58/851] Compiling extensions.cc
[60/852] Compiling Atomics ManagedAtomic.swift
[61/852] Compiling Atomics ManagedAtomicLazyReference.swift
[62/852] Compiling Atomics AtomicMemoryOrderings.swift
[63/852] Compiling Atomics DoubleWord.swift
[69/853] Compiling Atomics AtomicStorage.swift
[70/853] Compiling Atomics AtomicValue.swift
[73/861] Compiling Atomics AtomicInteger.swift
[74/861] Compiling Atomics AtomicOptionalWrappable.swift
[75/861] Compiling Atomics AtomicReference.swift
[76/861] Emitting module InternalCollectionsUtilities
[77/861] Compiling Atomics IntegerOperations.swift
[78/861] Compiling Atomics Unmanaged extensions.swift
[79/861] Compiling Tracing Tracer.swift
[80/861] Compiling Tracing TracerProtocol.swift
[81/861] Compiling Tracing TracerProtocol+Legacy.swift
[82/861] Compiling Tracing TracingTime.swift
[83/861] Compiling Atomics IntegerConformances.swift
[84/861] Compiling Atomics PointerConformances.swift
[85/861] Compiling Atomics Primitives.native.swift
[90/861] Compiling Atomics RawRepresentable.swift
[91/861] Compiling Atomics AtomicBool.swift
[93/862] Compiling Logging Logging.swift
[94/863] Compiling Tracing NoOpTracer.swift
[95/863] Emitting module Tracing
[96/863] Compiling Tracing InstrumentationSystem+Tracing.swift
[97/863] Compiling Tracing SpanProtocol.swift
[97/863] Compiling md5-x86_64-linux.S
[100/861] Compiling md5-x86_64-apple.S
[101/861] Compiling md5-586-linux.S
[103/861] Emitting module ArgumentParserToolInfo
[104/861] Compiling ArgumentParserToolInfo ToolInfo.swift
[104/863] Compiling md5-586-apple.S
[106/891] Compiling chacha20_poly1305_x86_64-linux.S
[107/891] Compiling bio_ssl.cc
[108/891] Compiling chacha20_poly1305_x86_64-apple.S
[109/891] Compiling chacha20_poly1305_armv8-win.S
[111/891] Compiling LanerKit XcodebuildExecutor.swift
[112/892] Compiling LanerKit BuildOptions.swift
[113/892] Compiling LanerKit TestOptions.swift
[114/892] Compiling DequeModule _DequeBuffer.swift
[115/892] Compiling DequeModule _DequeBufferHeader.swift
[115/894] Compiling chacha20_poly1305_armv8-linux.S
[117/926] Compiling ArgumentParser FishCompletionsGenerator.swift
[118/926] Compiling ArgumentParser ZshCompletionsGenerator.swift
[119/926] Compiling ArgumentParser Argument.swift
[120/926] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:16: error: cannot find 'isatty' in scope
70 |
71 | // Check if stdout is a terminal
72 | return isatty(STDOUT_FILENO) != 0
| `- error: cannot find 'isatty' in scope
73 | }
74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:23: error: cannot find 'STDOUT_FILENO' in scope
70 |
71 | // Check if stdout is a terminal
72 | return isatty(STDOUT_FILENO) != 0
| `- error: cannot find 'STDOUT_FILENO' in scope
73 | }
74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:16: error: cannot find 'isatty' in scope
70 |
71 | // Check if stdout is a terminal
72 | return isatty(STDOUT_FILENO) != 0
| `- error: cannot find 'isatty' in scope
73 | }
74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:23: error: cannot find 'STDOUT_FILENO' in scope
70 |
71 | // Check if stdout is a terminal
72 | return isatty(STDOUT_FILENO) != 0
| `- error: cannot find 'STDOUT_FILENO' in scope
73 | }
74 |
[124/938] Compiling chacha20_poly1305_armv8-apple.S
[126/938] Emitting module LanerKit
[127/938] Compiling ArgumentParser BashCompletionsGenerator.swift
[128/938] Compiling ArgumentParser CompletionsGenerator.swift
[128/938] Compiling chacha-x86_64-linux.S
[130/938] Compiling LanerKit XcodebuildResult.swift
[130/938] Compiling chacha-x86_64-apple.S
[131/938] Compiling d1_lib.cc
[132/938] Compiling chacha-x86-linux.S
[133/938] Compiling chacha-x86-apple.S
[134/938] Compiling chacha-armv8-win.S
[135/938] Compiling chacha-armv8-linux.S
[136/938] Compiling chacha-armv8-apple.S
[138/938] Compiling ArgumentParser InputOrigin.swift
[139/938] Compiling ArgumentParser Name.swift
[139/938] Compiling chacha-armv4-linux.S
[141/938] Compiling ArgumentParser ArgumentHelp.swift
[142/938] Compiling ArgumentParser OptionGroup.swift
[143/938] Compiling ArgumentParser AsyncParsableCommand.swift
[144/938] Compiling ArgumentParser CommandConfiguration.swift
[145/938] Compiling ArgumentParser CommandGroup.swift
[146/938] Compiling ArgumentParser EnumerableFlag.swift
[148/938] Compiling aes128gcmsiv-x86_64-linux.S
[151/938] Compiling aes128gcmsiv-x86_64-apple.S
[154/938] Compiling x86_64-mont5-apple.S
[154/938] Compiling x86_64-mont5-linux.S
[157/938] Compiling err_data.cc
[157/938] Compiling d1_both.cc
BUILD FAILURE 6.1 android