Build Information
Failed to build swift-cactus, reference main (79c4cf), with Swift 6.1 for Android on 7 Dec 2025 15:29:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/mhayes853/swift-cactus.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/mhayes853/swift-cactus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79c4cfb Merge pull request #66 from mhayes853/observable
Cloned https://github.com/mhayes853/swift-cactus.git
Revision (git rev-parse @):
79c4cfb756cf015313cede2e8aecc72276dfef16
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mhayes853/swift-cactus.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mhayes853/swift-cactus.git
https://github.com/mhayes853/swift-cactus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "zip",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.7",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor-community/Zip"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-operation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mhayes853/swift-operation"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-cactus",
"name" : "swift-cactus",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Cactus",
"targets" : [
"Cactus"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CXXCactusShims",
"targets" : [
"CXXCactusShims"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "cactus_util",
"module_type" : "BinaryTarget",
"name" : "cactus_util",
"path" : "bin/cactus_util.xcframework",
"product_memberships" : [
"Cactus"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CactusTests",
"module_type" : "SwiftTarget",
"name" : "CactusTests",
"path" : "Tests/CactusTests",
"product_dependencies" : [
"SnapshotTesting",
"CustomDump",
"Operation",
"IssueReportingTestSupport"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/CactusTests/Resources/joe.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CactusTests/Resources/test.wav",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CactusTests/Resources/test.zip",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CactusModelDirectoryTests.swift",
"IsRunningFromXcode.swift",
"JSONSchemaTests/JSONSchema+ValidationTests.swift",
"JSONSchemaTests/JSONSchemaTests.swift",
"LanguageModelTests/CactusLanguageModel+ConfigurationFileTests.swift",
"LanguageModelTests/CactusLanguageModel+DownloadingTests.swift",
"LanguageModelTests/CactusLanguageModel+MetadataTests.swift",
"LanguageModelTests/CactusLanguageModel+PropertiesTests.swift",
"LanguageModelTests/CactusLanguageModelTests.swift",
"Observe.swift",
"TelemetryTests/CactusTelemetry+BatcherTests.swift",
"TelemetryTests/CactusTelemetry+ProjectIDTests.swift",
"TelemetryTests/CactusTelemetryTests.swift",
"TelemetryTests/TelemetryToken.swift",
"TemporaryModelDirectory.swift",
"TestModelOperations.swift"
],
"target_dependencies" : [
"Cactus"
],
"type" : "test"
},
{
"c99name" : "Cactus",
"module_type" : "SwiftTarget",
"name" : "Cactus",
"path" : "Sources/Cactus",
"product_dependencies" : [
"Logging",
"Zip",
"IssueReporting",
"Crypto"
],
"product_memberships" : [
"Cactus"
],
"sources" : [
"AndroidFilesDirectory.swift",
"CactusModelsDirectory.swift",
"CactusSubscription.swift",
"Internal/ApplicationSupportDirectory.swift",
"Internal/CactusSupabaseClient.swift",
"Internal/ChainSequence.swift",
"Internal/Lock.swift",
"Internal/Observation.swift",
"Internal/RegularExpression.swift",
"Internal/Sequence+IsUnique.swift",
"Internal/URL+NativePath.swift",
"Internal/UUID+V5.swift",
"JSONSchema/JSONSchema+Validation.swift",
"JSONSchema/JSONSchema+Value.swift",
"JSONSchema/JSONSchema+ValueSchema.swift",
"JSONSchema/JSONSchema+ValueType.swift",
"JSONSchema/JSONSchema.swift",
"LanguageModel/CactusLanguageModel+ChatMessage.swift",
"LanguageModel/CactusLanguageModel+ConfigurationFile.swift",
"LanguageModel/CactusLanguageModel+Downloading.swift",
"LanguageModel/CactusLanguageModel+Functions.swift",
"LanguageModel/CactusLanguageModel+Metadata.swift",
"LanguageModel/CactusLanguageModel+Properties.swift",
"LanguageModel/CactusLanguageModel.swift",
"SwiftCactusVersion.swift",
"Telemetry/CactusTelemetry+Batcher.swift",
"Telemetry/CactusTelemetry+Client.swift",
"Telemetry/CactusTelemetry+DefaultClient.swift",
"Telemetry/CactusTelemetry+DeviceMetadata.swift",
"Telemetry/CactusTelemetry+Event.swift",
"Telemetry/CactusTelemetry+ProjectID.swift",
"Telemetry/CactusTelemetry.swift"
],
"target_dependencies" : [
"CXXCactusShims",
"cactus_util"
],
"type" : "library"
},
{
"c99name" : "CXXCactusShims",
"module_type" : "SwiftTarget",
"name" : "CXXCactusShims",
"path" : "Sources/CXXCactusShims",
"product_memberships" : [
"Cactus",
"CXXCactusShims"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"CXXCactus",
"CXXCactusDarwin"
],
"type" : "library"
},
{
"c99name" : "CXXCactusDarwin",
"module_type" : "BinaryTarget",
"name" : "CXXCactusDarwin",
"path" : "bin/CXXCactusDarwin.xcframework",
"product_memberships" : [
"Cactus",
"CXXCactusShims"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "CXXCactus",
"module_type" : "BinaryTarget",
"name" : "CXXCactus",
"path" : "bin/CXXCactus.artifactbundle",
"product_memberships" : [
"Cactus",
"CXXCactusShims"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android