Build Information
Failed to build Catenary, reference 0.1.1 (02000f), with Swift 6.1 for Android on 29 May 2025 20:42:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Fleuronic/Catenary.git
Reference: 0.1.1
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/Fleuronic/Catenary
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 02000f6 Update dependencies
Cloned https://github.com/Fleuronic/Catenary.git
Revision (git rev-parse @):
02000f6ceb1106ea5d5343d6c63aa78cccfd2cac
SUCCESS checkout https://github.com/Fleuronic/Catenary.git at 0.1.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Fleuronic/Catenary.git
https://github.com/Fleuronic/Catenary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "postgres-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-kit"
},
{
"identity" : "persistdb",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PersistX/PersistDB"
},
{
"identity" : "asyncextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Fleuronic/AsyncExtensions"
},
{
"identity" : "reactivecombinebridge",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/simba909/ReactiveCombineBridge"
}
],
"manifest_display_name" : "Catenary",
"name" : "Catenary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Catenary",
"targets" : [
"Catenary"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CatenarySQL",
"targets" : [
"CatenarySQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CatenaryPostgreSQL",
"targets" : [
"CatenaryPostgreSQL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CatenaryTests",
"module_type" : "SwiftTarget",
"name" : "CatenaryTests",
"path" : "Tests/CatenaryTests",
"sources" : [
"File.swift"
],
"target_dependencies" : [
"Catenary"
],
"type" : "test"
},
{
"c99name" : "CatenarySQL",
"module_type" : "SwiftTarget",
"name" : "CatenarySQL",
"path" : "Sources/CatenarySQL",
"product_dependencies" : [
"PersistDB",
"AsyncExtensions",
"ReactiveCombineBridge"
],
"product_memberships" : [
"CatenarySQL"
],
"sources" : [
"Store.swift"
],
"target_dependencies" : [
"Catenary"
],
"type" : "library"
},
{
"c99name" : "CatenaryPostgreSQL",
"module_type" : "SwiftTarget",
"name" : "CatenaryPostgreSQL",
"path" : "Sources/CatenaryPostgreSQL",
"product_dependencies" : [
"PostgresKit"
],
"product_memberships" : [
"CatenaryPostgreSQL"
],
"sources" : [
"PostgreSQLConnection.swift"
],
"target_dependencies" : [
"Catenary"
],
"type" : "library"
},
{
"c99name" : "Catenary",
"module_type" : "SwiftTarget",
"name" : "Catenary",
"path" : "Sources/Catenary",
"product_memberships" : [
"Catenary",
"CatenarySQL",
"CatenaryPostgreSQL"
],
"sources" : [
"Connection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/PersistX/PersistDB
[1/2695] Fetching persistdb
Fetched https://github.com/PersistX/PersistDB from cache (0.52s)
Fetching https://github.com/simba909/ReactiveCombineBridge
[1/42] Fetching reactivecombinebridge
Fetched https://github.com/simba909/ReactiveCombineBridge from cache (0.35s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
Fetching https://github.com/tonyarnold/Differ.git
Fetching https://github.com/PersistX/Schemata.git
Fetching https://github.com/Fleuronic/AsyncExtensions
[1/137] Fetching asyncextensions
Fetched https://github.com/Fleuronic/AsyncExtensions from cache (0.49s)
[1/1125] Fetching schemata
[1126/53613] Fetching schemata, reactiveswift
[1127/55979] Fetching schemata, reactiveswift, differ
Fetched https://github.com/PersistX/Schemata.git from cache (0.62s)
[1661/54854] Fetching reactiveswift, differ
Fetched https://github.com/tonyarnold/Differ.git from cache (2.23s)
[52488/52488] Fetching reactiveswift
Fetching https://github.com/vapor/postgres-kit
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (5.03s)
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit from cache (1.44s)
Computing version for https://github.com/PersistX/Schemata.git
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (7.34s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (1.51s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (1.09s)
Computing version for https://github.com/Fleuronic/AsyncExtensions
Computed https://github.com/Fleuronic/AsyncExtensions at 0.5.0 (0.97s)
Fetching https://github.com/cx-org/CombineX
[1/9232] Fetching combinex
Fetched https://github.com/cx-org/CombineX from cache (1.28s)
Computing version for https://github.com/cx-org/CombineX
Computed https://github.com/cx-org/CombineX at 0.4.0 (2.43s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (1.84s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (2.15s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-nio.git
[1/5983] Fetching sql-kit
[2/8353] Fetching sql-kit, async-kit
[2974/20624] Fetching sql-kit, async-kit, postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (1.24s)
Fetched https://github.com/vapor/async-kit.git from cache (1.28s)
Fetched https://github.com/vapor/postgres-nio.git from cache (1.84s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.19s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[692/9795] Fetching swift-log, swift-algorithms
[829/26386] Fetching swift-log, swift-algorithms, swift-collections
[12094/102494] Fetching swift-log, swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
[13318/98658] Fetching swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (3.14s)
[56191/82067] Fetching swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (9.43s)
Fetched https://github.com/apple/swift-nio.git from cache (9.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (12.21s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.47s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.28s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.23s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.00s)
Computed https://github.com/vapor/postgres-kit at 2.13.5 (0.88s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.00s)
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (0.00s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.00s)
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.00s)
Computed https://github.com/Fleuronic/AsyncExtensions at 0.5.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (0.00s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.00s)
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.00s)
error: Dependencies could not be resolved because root depends on 'asyncextensions' 0.2.1..<1.0.0.
'asyncextensions' >= 0.2.1 cannot be used because 'asyncextensions' >= 0.2.1 practically depends on 'swift-atomics' 0.0.3..<0.1.0 (1).
'swift-atomics' >= 1.2.0 is required because 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0 and 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0.
'postgres-nio' {1.20.2..<1.21.0, 1.21.1} practically depends on 'swift-atomics' 1.2.0..<2.0.0 because 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0.
'postgres-nio' 1.20.2..<1.21.0 practically depends on 'swift-atomics' 1.2.0..<2.0.0 because no versions of 'postgres-nio' match the requirement 1.20.3..<1.21.0 and 'postgres-nio' 1.20.2 depends on 'swift-atomics' 1.2.0..<2.0.0.
'combinex' >= 0.4.0 practically depends on 'swift-atomics' 0.0.3..<0.1.0 because no versions of 'combinex' match the requirement 0.4.1..<1.0.0 and 'combinex' 0.4.0 depends on 'swift-atomics' 0.0.3..<0.1.0.
'asyncextensions' >= 0.2.1 practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.4.2 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.5.0 depends on 'combinex' 0.4.0..<1.0.0.
'asyncextensions' {0.2.1..<0.4.2, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.4.0 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.4.1 depends on 'combinex' 0.4.0..<1.0.0.
'asyncextensions' {0.2.1..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.3.0 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.3.1 depends on 'combinex' 0.4.0..<1.0.0.
'asyncextensions' {0.2.1..<0.3.0, 0.3.2..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because no versions of 'asyncextensions' match the requirement {0.2.2..<0.3.0, 0.3.2..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} and 'asyncextensions' 0.2.1 depends on 'combinex' 0.4.0..<1.0.0.
(1) 'asyncextensions' >= 0.2.1 practically depends on 'swift-atomics' 0.0.3..<0.1.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/PersistX/PersistDB
Updated https://github.com/PersistX/PersistDB (0.29s)
Updating https://github.com/simba909/ReactiveCombineBridge
Updated https://github.com/simba909/ReactiveCombineBridge (0.23s)
Updating https://github.com/ReactiveCocoa/ReactiveSwift
Updating https://github.com/Fleuronic/AsyncExtensions
Updating https://github.com/PersistX/Schemata.git
Updating https://github.com/vapor/postgres-kit
Updating https://github.com/tonyarnold/Differ.git
Updated https://github.com/PersistX/Schemata.git (0.37s)
Updated https://github.com/tonyarnold/Differ.git (0.39s)
Updated https://github.com/vapor/postgres-kit (0.47s)
Updated https://github.com/ReactiveCocoa/ReactiveSwift (0.49s)
Updated https://github.com/Fleuronic/AsyncExtensions (0.49s)
Computing version for https://github.com/PersistX/Schemata.git
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (2.39s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (1.29s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (1.23s)
Computing version for https://github.com/Fleuronic/AsyncExtensions
Computed https://github.com/Fleuronic/AsyncExtensions at 0.5.0 (1.03s)
Updating https://github.com/cx-org/CombineX
Updated https://github.com/cx-org/CombineX (0.30s)
Computing version for https://github.com/cx-org/CombineX
Computed https://github.com/cx-org/CombineX at 0.4.0 (1.47s)
Updating https://github.com/apple/swift-atomics.git
Updated https://github.com/apple/swift-atomics.git (0.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (1.37s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (0.91s)
Updating https://github.com/vapor/sql-kit.git
Updating https://github.com/vapor/async-kit.git
Updated https://github.com/vapor/sql-kit.git (0.29s)
Updating https://github.com/vapor/postgres-nio.git
Updated https://github.com/vapor/async-kit.git (0.29s)
Updated https://github.com/vapor/postgres-nio.git (0.27s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.64s)
Updating https://github.com/apple/swift-nio.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-collections.git
Updated https://github.com/apple/swift-nio.git (0.42s)
Updating https://github.com/apple/swift-algorithms.git
Updated https://github.com/apple/swift-algorithms.git (0.39s)
Updated https://github.com/apple/swift-log.git (0.39s)
Updated https://github.com/apple/swift-collections.git (0.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.95s)
Updating https://github.com/apple/swift-numerics.git
Updated https://github.com/apple/swift-numerics.git (0.21s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.35s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.00s)
Computed https://github.com/vapor/postgres-kit at 2.13.5 (1.52s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.27s)
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (0.00s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.00s)
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.00s)
Computed https://github.com/Fleuronic/AsyncExtensions at 0.5.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (0.00s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.00s)
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.00s)
error: Dependencies could not be resolved because root depends on 'asyncextensions' 0.2.1..<1.0.0.
'asyncextensions' >= 0.2.1 cannot be used because 'asyncextensions' >= 0.2.1 practically depends on 'swift-atomics' 0.0.3..<0.1.0 (1).
'swift-atomics' >= 1.2.0 is required because 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0 and 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0.
'postgres-nio' {1.20.2..<1.21.0, 1.21.1} practically depends on 'swift-atomics' 1.2.0..<2.0.0 because 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0.
'postgres-nio' 1.20.2..<1.21.0 practically depends on 'swift-atomics' 1.2.0..<2.0.0 because no versions of 'postgres-nio' match the requirement 1.20.3..<1.21.0 and 'postgres-nio' 1.20.2 depends on 'swift-atomics' 1.2.0..<2.0.0.
'combinex' >= 0.4.0 practically depends on 'swift-atomics' 0.0.3..<0.1.0 because no versions of 'combinex' match the requirement 0.4.1..<1.0.0 and 'combinex' 0.4.0 depends on 'swift-atomics' 0.0.3..<0.1.0.
'asyncextensions' >= 0.2.1 practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.4.2 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.5.0 depends on 'combinex' 0.4.0..<1.0.0.
'asyncextensions' {0.2.1..<0.4.2, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.4.0 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.4.1 depends on 'combinex' 0.4.0..<1.0.0.
'asyncextensions' {0.2.1..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.3.0 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.3.1 depends on 'combinex' 0.4.0..<1.0.0.
'asyncextensions' {0.2.1..<0.3.0, 0.3.2..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because no versions of 'asyncextensions' match the requirement {0.2.2..<0.3.0, 0.3.2..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} and 'asyncextensions' 0.2.1 depends on 'combinex' 0.4.0..<1.0.0.
(1) 'asyncextensions' >= 0.2.1 practically depends on 'swift-atomics' 0.0.3..<0.1.0.
BUILD FAILURE 6.1 android