Build Information
Failed to build Laner, reference main (c59484), with Swift 6.1 for Android on 8 Feb 2026 02:54:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 c594846 feat: migrate configuration to Pkl for Laner
Cloned https://github.com/alexey1312/Laner.git
Revision (git rev-parse @):
c59484639dc09142f431190238c2787602983bb4
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.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.15.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.30.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
},
{
"identity" : "pkl-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/pkl-swift"
}
],
"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" : [
"ActionDispatcherTests.swift",
"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",
"PklSwift"
],
"product_memberships" : [
"laner",
"LanerDSL",
"LanerPluginKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/LanerDSL/Resources/pkl",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Action.swift",
"ActionDispatcher.swift",
"Actions/Functions.swift",
"Actions/MatchAction.swift",
"Actions/PilotAction.swift",
"Actions/RegisterDevicesAction.swift",
"Actions/ShellActionImpl.swift",
"Artifact.swift",
"Environment.swift",
"ExecutionContext.swift",
"Generated/Lanerfile.pkl.swift",
"Lane.swift",
"LanerDSL.swift",
"Manifest/Lanerfile.swift",
"PklTypeConversions.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",
"PklSwift"
],
"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/ManifestError.swift",
"Manifest/ManifestLoader.swift"
],
"target_dependencies" : [
"LanerDSL",
"LanerKit"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 -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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/pkl-swift
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/5899] Fetching swift-log
[1771/8350] Fetching swift-log, pkl-swift
[4551/25521] Fetching swift-log, pkl-swift, swift-argument-parser
[6576/40521] Fetching swift-log, pkl-swift, swift-argument-parser, async-http-client
[7103/58042] Fetching swift-log, pkl-swift, swift-argument-parser, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-log from cache (1.05s)
[10188/52143] Fetching pkl-swift, swift-argument-parser, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (2.43s)
Fetched https://github.com/swift-server/async-http-client from cache (2.45s)
[3421/19972] Fetching pkl-swift, swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (5.03s)
[1495/2451] Fetching pkl-swift
Fetched https://github.com/apple/pkl-swift from cache (6.87s)
Computing version for https://github.com/apple/pkl-swift
Computed https://github.com/apple/pkl-swift at 0.7.2 (9.57s)
Fetching https://github.com/apple/swift-system
[1/5552] Fetching swift-system
Fetching https://github.com/SwiftPackageIndex/SemanticVersion
Fetched https://github.com/apple/swift-system from cache (0.71s)
[1/387] Fetching semanticversion
Fetched https://github.com/SwiftPackageIndex/SemanticVersion from cache (0.59s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.30.3 (2.33s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/6437] Fetching swift-nio-extras
[1225/12085] Fetching swift-nio-extras, swift-distributed-tracing
[1772/14894] Fetching swift-nio-extras, swift-distributed-tracing, swift-nio-transport-services
[2949/16714] Fetching swift-nio-extras, swift-distributed-tracing, swift-nio-transport-services, swift-atomics
[9146/28496] Fetching swift-nio-extras, swift-distributed-tracing, swift-nio-transport-services, swift-atomics, swift-nio-http2
[14952/34548] Fetching swift-nio-extras, swift-distributed-tracing, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.10s)
[22785/31739] Fetching swift-nio-extras, swift-distributed-tracing, swift-atomics, swift-nio-http2, swift-algorithms
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-algorithms.git from cache (2.23s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (2.78s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.79s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.80s)
[1/15296] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.80s)
[4590/97239] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.18s)
[36259/81943] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.18s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (18.38s)
Fetching https://github.com/apple/swift-asn1.git
[1/1692] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.9.1 (1.34s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.58s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.96s)
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 (0.62s)
Computing version for https://github.com/SwiftPackageIndex/SemanticVersion
Computed https://github.com/SwiftPackageIndex/SemanticVersion at 0.5.1 (1.71s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/6409] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
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.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.93s)
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 (1.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.97s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.98s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.42s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.23s)
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
Fetching https://github.com/apple/swift-certificates.git
[1/1204] Fetching swift-http-structured-headers
[242/2155] Fetching swift-http-structured-headers, swift-http-types
[1434/4729] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[3855/11826] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.50s)
[4985/10875] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
[3923/9671] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.62s)
[4968/7097] Fetching swift-certificates
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.98s)
[1/6085] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (3.33s)
Fetching https://github.com/apple/swift-collections.git
[1/19478] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
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 (3.42s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.07s)
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.87s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (1.09s)
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.93s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.36s)
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-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-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/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.30.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.32.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.9.1
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.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.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-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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/apple/pkl-swift
Working copy of https://github.com/apple/pkl-swift resolved at 0.7.2
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-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/SwiftPackageIndex/SemanticVersion
Working copy of https://github.com/SwiftPackageIndex/SemanticVersion resolved at 0.5.1
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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/871] Write sources
[6/871] Copying pkl
[6/871] Write sources
[39/871] Compiling _NumericsShims _NumericsShims.c
[40/871] Compiling _AtomicsShims.c
[41/871] Compiling CNIOOpenBSD shim.c
[42/871] Compiling CNIOWindows WSAStartup.c
[43/871] Compiling CNIOWindows shim.c
[44/871] Compiling CNIOPosix event_loop_id.c
[45/871] Compiling CNIOWASI CNIOWASI.c
[46/871] Compiling CNIOLinux liburing_shims.c
[47/871] Compiling CSystem shims.c
[48/871] Compiling CNIOLLHTTP c_nio_http.c
[49/871] Compiling CNIOExtrasZlib empty.c
[49/871] Compiling CNIODarwin shim.c
[51/871] Compiling CNIOLinux shim.c
[52/871] Compiling fiat_p256_adx_sqr.S
[53/871] Compiling CNIOLLHTTP c_nio_api.c
[54/871] Compiling fiat_p256_adx_mul.S
[55/871] Compiling fiat_curve25519_adx_square.S
[56/871] Compiling fiat_curve25519_adx_mul.S
[57/871] Write swift-version-24593BA9C3E375BF.txt
[58/871] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/871] Compiling CNIOBoringSSLShims shims.c
[60/877] Compiling PklSwiftInternals Discovery.cpp
[61/877] Compiling tls_record.cc
[62/877] Compiling tls13_server.cc
[63/908] Compiling tls_method.cc
[64/915] Compiling tls13_enc.cc
[65/920] Compiling tls13_client.cc
[67/947] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/947] Emitting module SystemPackage
[69/951] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/951] Compiling _NIOBase64 Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/952] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/952] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/954] Compiling _NIODataStructures _TinyArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/954] Compiling RealModule RealFunctions.swift
[76/955] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/955] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/955] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/955] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/955] Compiling ServiceContextModule ServiceContextKey.swift
[81/955] Compiling ServiceContextModule ServiceContext.swift
[82/955] Emitting module ServiceContextModule
[83/955] Compiling RealModule Float16+Real.swift
[84/955] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/955] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/956] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/956] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/956] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/956] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/956] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/956] Compiling RealModule Real.swift
[92/956] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/956] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/956] Compiling RealModule Float80+Real.swift
[95/956] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/956] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/956] Emitting module RealModule
[104/956] Compiling RealModule RelaxedArithmetic.swift
[109/957] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/957] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/958] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/958] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/959] Compiling SystemPackage IORequest.swift
[120/959] Wrapping AST for _NIOBase64 for debugging
[121/964] Wrapping AST for _NIODataStructures for debugging
[123/980] Compiling DequeModule Deque+CustomReflectable.swift
[124/980] Compiling DequeModule Deque+Descriptions.swift
[125/980] Compiling DequeModule Deque+Codable.swift
[126/980] Compiling DequeModule Deque+Collection.swift
[127/980] Compiling DequeModule Deque+Equatable.swift
[128/980] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[129/980] Compiling DequeModule Deque+Extras.swift
[130/980] Compiling DequeModule Deque+Hashable.swift
[131/980] Compiling DequeModule Deque._UnsafeHandle.swift
[132/980] Compiling DequeModule Deque.swift
[132/980] Wrapping AST for ServiceContextModule for debugging
[133/980] Wrapping AST for RealModule for debugging
[135/980] Compiling Instrumentation NoOpInstrument.swift
[135/980] Wrapping AST for InternalCollectionsUtilities for debugging
[137/980] Emitting module Instrumentation
[138/980] Compiling Instrumentation MultiplexInstrument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/980] Compiling Instrumentation InstrumentationSystem.swift
[142/980] Compiling Instrumentation Instrument.swift
[143/982] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/982] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/982] Emitting module SemanticVersion
[146/982] Compiling SemanticVersion SemanticVersion.swift
[147/982] Compiling SystemPackage SystemString.swift
[148/982] Compiling SystemPackage Util+StringArray.swift
[149/982] Compiling SystemPackage Util.swift
[150/982] Compiling SystemPackage UtilConsumers.swift
[151/982] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/982] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/982] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/982] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/982] Compiling SemanticVersion SemanticVersion+LosslessStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/982] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/983] Compiling tls13_both.cc
[167/983] Compiling Instrumentation Locks.swift
[168/984] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/984] Wrapping AST for DequeModule for debugging
[170/984] Compiling SystemPackage Constants.swift
[171/984] Compiling SystemPackage Exports.swift
[172/984] Compiling SystemPackage Mocking.swift
[173/984] Compiling SystemPackage RawBuffer.swift
[174/984] Compiling SystemPackage Syscalls.swift
[175/984] Compiling SystemPackage WindowsSyscallAdapters.swift
[176/984] Compiling SystemPackage MachPort.swift
[177/984] Compiling SystemPackage PlatformString.swift
[178/984] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/984] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/984] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/984] Compiling SystemPackage IORing.swift
[182/984] Compiling SystemPackage RawIORequest.swift
[183/984] Compiling SystemPackage Backcompat.swift
[184/984] Compiling SystemPackage CInterop.swift
[187/986] Compiling t1_enc.cc
[189/1019] Compiling SemanticVersion SemanticVersion+Codable.swift
[189/1024] Compiling ssl_x509.cc
[191/1024] Wrapping AST for SystemPackage for debugging
[192/1024] Wrapping AST for Logging for debugging
[194/1024] Compiling Tracing TracingTime.swift
[194/1024] Wrapping AST for SemanticVersion for debugging
[196/1024] Emitting module Tracing
[196/1024] Wrapping AST for Instrumentation for debugging
[198/1024] Compiling Tracing TracerProtocol+Legacy.swift
[199/1024] Compiling Tracing TracerProtocol.swift
[200/1024] Compiling Tracing Tracer.swift
[201/1024] Compiling Tracing InstrumentationSystem+Tracing.swift
[202/1024] Compiling Tracing NoOpTracer.swift
[203/1024] Compiling Tracing SpanProtocol.swift
[204/1025] Compiling ssl_versions.cc
[205/1025] Compiling ssl_stat.cc
[206/1025] Compiling ssl_transcript.cc
[207/1025] Wrapping AST for Tracing for debugging
[209/1025] Compiling LanerKit XcodebuildExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/1026] Compiling MessagePack UnkeyedEncodingContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/1026] Compiling MessagePack FixedWidthInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/1026] Compiling MessagePack KeyedDecodingContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/1026] Compiling MessagePack KeyedSingleDecodingContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/1026] Emitting module LanerKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/1026] Compiling MessagePack AnyCodingKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/1026] Compiling MessagePack Box.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/1026] Compiling LanerKit XcodebuildResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/1026] Emitting module MessagePack
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/1027] Compiling ssl_privkey.cc
[220/1027] Compiling MessagePack MessagePackDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/1027] Compiling MessagePack SingleValueDecodingContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/1027] Compiling MessagePack MessagePackEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[223/1027] Compiling MessagePack SingleValueEncodingContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[224/1027] Compiling MessagePack _MessagePackDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/1027] Compiling MessagePack KeyedEncodingContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/1027] Compiling ssl_cipher.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Decoder/MessagePackDecoder.swift:201:73: error: cannot find 'NSEC_PER_SEC' in scope
199 | }
200 |
201 | let timeInterval = TimeInterval(seconds) + nanoseconds / Double(NSEC_PER_SEC)
| `- error: cannot find 'NSEC_PER_SEC' in scope
202 |
203 | return Date(timeIntervalSince1970: timeInterval)
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Decoder/MessagePackDecoder.swift:201:73: error: cannot find 'NSEC_PER_SEC' in scope
199 | }
200 |
201 | let timeInterval = TimeInterval(seconds) + nanoseconds / Double(NSEC_PER_SEC)
| `- error: cannot find 'NSEC_PER_SEC' in scope
202 |
203 | return Date(timeIntervalSince1970: timeInterval)
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/1027] Compiling ssl_credential.cc
[227/1027] Compiling ssl_lib.cc
[227/1027] Compiling ssl_key_share.cc
[227/1027] Compiling ssl_session.cc
[227/1027] Compiling ssl_file.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/789] Write sources
[5/801] Compiling ssl_file.cc
[6/801] Compiling ssl_buffer.cc
[7/801] Write swift-version-24593BA9C3E375BF.txt
[8/801] Compiling ssl_key_share.cc
[9/801] Compiling ssl_cipher.cc
[10/801] Compiling ssl_credential.cc
[11/801] Compiling ssl_cert.cc
[12/801] Compiling ssl_session.cc
[13/845] Compiling ssl_lib.cc
[15/845] Compiling ServiceContextModule ServiceContextKey.swift
[16/846] Compiling _NIODataStructures Heap.swift
[17/856] Compiling SystemPackage IORing.swift
[18/856] Compiling SystemPackage RawIORequest.swift
[19/856] Compiling SystemPackage Backcompat.swift
[20/856] Compiling SystemPackage CInterop.swift
[21/860] Compiling SystemPackage Syscalls.swift
[22/860] Compiling SystemPackage WindowsSyscallAdapters.swift
[23/860] Compiling SystemPackage MachPort.swift
[24/860] Compiling SystemPackage PlatformString.swift
[25/860] Emitting module _NIODataStructures
[26/860] Compiling _NIOBase64 Base64.swift
[27/860] Emitting module _NIOBase64
[28/861] Emitting module ServiceContextModule
[29/861] Compiling ServiceContextModule ServiceContext.swift
[30/861] Compiling SemanticVersion SemanticVersion.swift
[31/862] Compiling RealModule RealFunctions.swift
[33/862] Compiling RealModule Float80+Real.swift
[34/862] Compiling RealModule Real.swift
[36/861] Compiling SemanticVersion SemanticVersion+Codable.swift
[37/861] Emitting module SemanticVersion
[38/861] Compiling SemanticVersion SemanticVersion+LosslessStringConvertible.swift
[39/861] Compiling RealModule RelaxedArithmetic.swift
[40/861] Compiling _NIODataStructures PriorityQueue.swift
[41/861] Compiling _NIODataStructures _TinyArray.swift
[42/863] Compiling RealModule ElementaryFunctions.swift
[43/863] Compiling RealModule Float+Real.swift
[44/863] Compiling RealModule Float16+Real.swift
[47/881] Emitting module RealModule
[48/882] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/882] Compiling InternalCollectionsUtilities UInt+reversed.swift
[50/882] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[51/882] Compiling InternalCollectionsUtilities Integer rank.swift
[52/883] Compiling SystemPackage Constants.swift
[53/883] Compiling SystemPackage Exports.swift
[54/883] Compiling SystemPackage Mocking.swift
[55/883] Compiling SystemPackage RawBuffer.swift
[56/883] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/883] Compiling InternalCollectionsUtilities Debugging.swift
[58/883] Compiling InternalCollectionsUtilities Descriptions.swift
[59/883] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/883] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/883] Compiling SystemPackage FilePermissions.swift
[62/883] Compiling SystemPackage IOCompletion.swift
[63/883] Compiling SystemPackage IORequest.swift
[65/883] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/883] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/885] Compiling Logging MetadataProvider.swift
[68/885] Emitting module SystemPackage
[69/904] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[70/904] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[71/905] Compiling SystemPackage SystemString.swift
[72/905] Compiling SystemPackage Util+StringArray.swift
[73/905] Compiling SystemPackage Util.swift
[74/905] Compiling SystemPackage UtilConsumers.swift
[75/909] Compiling Atomics AtomicMemoryOrderings.swift
[76/909] Compiling Atomics DoubleWord.swift
[77/909] Compiling Atomics AtomicStorage.swift
[78/909] Compiling Atomics AtomicValue.swift
[79/909] Compiling Atomics ManagedAtomic.swift
[80/909] Compiling Atomics ManagedAtomicLazyReference.swift
[81/909] Emitting module Logging
[82/909] Compiling Logging Locks.swift
[83/909] Compiling Atomics Primitives.native.swift
[84/909] Compiling Atomics AtomicInteger.swift
[85/909] Compiling Atomics AtomicOptionalWrappable.swift
[86/909] Compiling Atomics AtomicReference.swift
[88/911] Compiling Atomics OptionalRawRepresentable.swift
[89/911] Compiling Atomics RawRepresentable.swift
[90/911] Compiling Atomics AtomicBool.swift
[91/911] Compiling Atomics IntegerConformances.swift
[92/911] Compiling Atomics PointerConformances.swift
[92/911] Compiling ssl_asn1.cc
[94/911] Compiling Instrumentation NoOpInstrument.swift
[95/911] Compiling Instrumentation MultiplexInstrument.swift
[103/914] Emitting module Instrumentation
[103/914] Wrapping AST for RealModule for debugging
[104/914] Compiling ssl_aead_ctx.cc
[106/914] Compiling Instrumentation InstrumentationSystem.swift
[107/914] Compiling Instrumentation Instrument.swift
[108/914] Compiling Instrumentation Locks.swift
[111/915] Compiling Atomics UnsafeAtomic.swift
[112/915] Compiling Atomics UnsafeAtomicLazyReference.swift
[116/915] Emitting module InternalCollectionsUtilities
[118/914] Compiling Atomics IntegerOperations.swift
[119/914] Compiling Atomics Unmanaged extensions.swift
[122/930] Compiling MessagePack UnkeyedDecodingContainer.swift
[123/930] Compiling MessagePack UnkeyedMapDecodingContainer.swift
[124/930] Compiling MessagePack _MessagePackDecoder.swift
[126/929] Emitting module ArgumentParserToolInfo
[127/929] Compiling ArgumentParserToolInfo ToolInfo.swift
[128/930] Compiling Logging LogHandler.swift
[129/930] Compiling Logging Logging.swift
[131/931] Compiling MessagePack AnyCodingKey.swift
[132/931] Compiling MessagePack Box.swift
[136/939] Compiling MessagePack MessagePackDecoder.swift
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Decoder/MessagePackDecoder.swift:201:73: error: cannot find 'NSEC_PER_SEC' in scope
199 | }
200 |
201 | let timeInterval = TimeInterval(seconds) + nanoseconds / Double(NSEC_PER_SEC)
| `- error: cannot find 'NSEC_PER_SEC' in scope
202 |
203 | return Date(timeIntervalSince1970: timeInterval)
[137/939] Compiling MessagePack SingleValueDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Decoder/MessagePackDecoder.swift:201:73: error: cannot find 'NSEC_PER_SEC' in scope
199 | }
200 |
201 | let timeInterval = TimeInterval(seconds) + nanoseconds / Double(NSEC_PER_SEC)
| `- error: cannot find 'NSEC_PER_SEC' in scope
202 |
203 | return Date(timeIntervalSince1970: timeInterval)
[138/1000] Compiling Tracing TracingTime.swift
[139/1000] Compiling ArgumentParser ArgumentDiscussion.swift
[140/1000] Compiling ArgumentParser ArgumentHelp.swift
[141/1000] Emitting module Tracing
[142/1000] Compiling ArgumentParser Errors.swift
[143/1000] Compiling ArgumentParser Flag.swift
[144/1000] Compiling Tracing TracerProtocol.swift
[147/1002] Compiling MessagePack IO.swift
[148/1002] Compiling ArgumentParser CompletionsGenerator.swift
[149/1002] Compiling ArgumentParser FishCompletionsGenerator.swift
[150/1002] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:230:54: error: cannot find 'NSEC_PER_SEC' in scope
228 |
229 | let seconds = Int64(integral)
230 | let nanoseconds = UInt32(fractional * Double(NSEC_PER_SEC))
| `- error: cannot find 'NSEC_PER_SEC' in scope
231 |
232 | if seconds < 0 || seconds > UInt32.max {
[151/1002] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:230:54: error: cannot find 'NSEC_PER_SEC' in scope
228 |
229 | let seconds = Int64(integral)
230 | let nanoseconds = UInt32(fractional * Double(NSEC_PER_SEC))
| `- error: cannot find 'NSEC_PER_SEC' in scope
231 |
232 | if seconds < 0 || seconds > UInt32.max {
[152/1002] Compiling Tracing Tracer.swift
[153/1002] Compiling Tracing TracerProtocol+Legacy.swift
[154/1002] Compiling ArgumentParser OptionGroup.swift
[155/1002] Compiling ArgumentParser BashCompletionsGenerator.swift
[156/1002] Compiling ArgumentParser NameSpecification.swift
[157/1002] Compiling ArgumentParser Option.swift
[160/1002] Emitting module MessagePack
[164/1002] Compiling s3_both.cc
[164/1002] Compiling s3_lib.cc
[164/1002] Compiling s3_pkt.cc
BUILD FAILURE 6.1 android