Build Information
Failed to build Canopy, reference main (f754c8), with Swift 6.1 for Android on 23 Oct 2025 16:18:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Tact/Canopy.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/Tact/Canopy
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f754c84 Oct 26 modernization. (#30)
Cloned https://github.com/Tact/Canopy.git
Revision (git rev-parse @):
f754c840f9da78c1edbcc0a5d6d9d0b5d703b507
SUCCESS checkout https://github.com/Tact/Canopy.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Tact/Canopy.git
https://github.com/Tact/Canopy.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "semaphore",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/Semaphore"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Canopy",
"name" : "Canopy",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Canopy",
"targets" : [
"Canopy"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CanopyTestTools",
"targets" : [
"CanopyTestTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CanopyTests",
"module_type" : "SwiftTarget",
"name" : "CanopyTests",
"path" : "Targets/Canopy/Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Targets/Canopy/Tests/Fixtures/textFile.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CKDatabaseScopeExtensionTests.swift",
"CKRecordZoneIDExtensionTests.swift",
"CanopyResultRecordTests.swift",
"CanopyTests.swift",
"ContainerAPITests.swift",
"DatabaseAPITests.swift",
"DependencyTests.swift",
"FetchDatabaseChangesResultTests.swift",
"FetchDatabaseChangesTests.swift",
"FetchRecordsResultTests.swift",
"FetchZoneChangesResultTests.swift",
"FetchZoneChangesTests.swift",
"MockCanopyResultRecordTests.swift",
"MockObjectTests.swift",
"MockValueStoreTests.swift",
"ModifyRecordsFeatureTests.swift",
"ModifyRecordsResultTests.swift",
"ModifyRecordsTests.swift",
"ModifySubscriptionResultTests.swift",
"ModifyZonesResultTests.swift",
"QueryRecordsFeatureTests.swift",
"ReplayingMockContainerTests.swift",
"ReplayingMockDatabaseTests.swift",
"ResultsTypesTests.swift",
"SerialFetchChangesTests.swift"
],
"target_dependencies" : [
"Canopy",
"CanopyTestTools"
],
"type" : "test"
},
{
"c99name" : "CanopyTestTools",
"module_type" : "SwiftTarget",
"name" : "CanopyTestTools",
"path" : "Targets/CanopyTestTools/Sources",
"product_memberships" : [
"CanopyTestTools"
],
"sources" : [
"CodableResult.swift",
"CodableVoid.swift",
"Extensions/CKQueryOperation.Cursor.swift",
"Extensions/CKRecordZone.swift",
"Extensions/CKServerChangeToken.swift",
"Extensions/CKShare.Metadata.swift",
"Extensions/CKShare.Participant.swift",
"Extensions/CKShare.swift",
"Extensions/CanopyResultRecord.swift",
"MockCanopy/MockCanopy.swift",
"ReplayingMockCKContainer/ReplayingMockCKContainer+AcceptShares.swift",
"ReplayingMockCKContainer/ReplayingMockCKContainer+AccountStatus.swift",
"ReplayingMockCKContainer/ReplayingMockCKContainer+FetchShareParticipants.swift",
"ReplayingMockCKContainer/ReplayingMockCKContainer+FetchUserRecordID.swift",
"ReplayingMockCKContainer/ReplayingMockCKContainer.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase+Fetch.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase+FetchDatabaseChanges.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase+FetchZoneChanges.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase+FetchZones.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase+Modify.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase+ModifySubscriptions.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase+ModifyZones.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase+Query.swift",
"ReplayingMockCKDatabase/ReplayingMockCKDatabase.swift",
"ReplayingMockContainer/ReplayingMockContainer+Types.swift",
"ReplayingMockContainer/ReplayingMockContainer.swift",
"ReplayingMockDatabase/ReplayingMockDatabase+Types.swift",
"ReplayingMockDatabase/ReplayingMockDatabase.swift"
],
"target_dependencies" : [
"Canopy"
],
"type" : "library"
},
{
"c99name" : "Canopy",
"module_type" : "SwiftTarget",
"name" : "Canopy",
"path" : "Targets/Canopy/Sources",
"product_dependencies" : [
"Semaphore",
"Dependencies"
],
"product_memberships" : [
"Canopy",
"CanopyTestTools"
],
"sources" : [
"Archiving/CloudKitCursorArchive.swift",
"Archiving/CloudKitLookupInfoArchive.swift",
"Archiving/CloudKitRecordArchive.swift",
"Archiving/CloudKitRecordIDArchive.swift",
"Archiving/CloudKitRecordZoneArchive.swift",
"Archiving/CloudKitRecordZoneIDArchive.swift",
"Archiving/CloudKitServerChangeTokenArchive.swift",
"Archiving/CloudKitShareArchive.swift",
"Archiving/CloudKitShareMetadataArchive.swift",
"Archiving/CloudKitShareParticipantArchive.swift",
"Archiving/CloudKitSubscriptionArchive.swift",
"CKContainerAPI/CKAccountChangedSequence.swift",
"CKContainerAPI/CKContainerAPI.swift",
"CKContainerAPI/CKContainerAPIType+Shorthand.swift",
"CKContainerAPI/CKContainerAPIType.swift",
"CKContainerType.swift",
"CKDatabaseAPI/CKDatabaseAPI+SimulatedFail.swift",
"CKDatabaseAPI/CKDatabaseAPI.swift",
"CKDatabaseAPI/CKDatabaseAPIType+Shorthand.swift",
"CKDatabaseAPI/CKDatabaseAPIType.swift",
"CKDatabaseType.swift",
"Canopy/Canopy.swift",
"Canopy/MockCanopyWithCKMocks.swift",
"CanopyResultRecord/CanopyResultRecord.swift",
"CanopyResultRecord/CanopyResultRecordType.swift",
"CanopyResultRecord/MockCanopyResultRecord+ValueStore.swift",
"CanopyResultRecord/MockCanopyResultRecord.swift",
"CanopyType.swift",
"Dependency/Canopy+Dependency.swift",
"Errors/CKRecordError.swift",
"Errors/CKRecordZoneError.swift",
"Errors/CKRequestError.swift",
"Errors/CKSubscriptionError.swift",
"Errors/CKTransactionError.swift",
"Errors/CanopyError.swift",
"Extensions/CKContainer.swift",
"Extensions/CKDatabase.Scope.swift",
"Extensions/CKDatabase.swift",
"Extensions/CKRecord.swift",
"Extensions/CKRecordZoneID.swift",
"Features/ModifyRecords.swift",
"Features/QueryRecords.swift",
"Results/DeletedCKRecord.swift",
"Results/FetchDatabaseChangesResult.swift",
"Results/FetchRecordsResult.swift",
"Results/FetchZoneChangesMethod.swift",
"Results/FetchZoneChangesResult.swift",
"Results/ModifyRecordsResult.swift",
"Results/ModifySubscriptionsResult.swift",
"Results/ModifyZonesResult.swift",
"Settings/CanopySettings.swift",
"Settings/CanopySettingsType.swift",
"TokenStore/TestTokenStore.swift",
"TokenStore/TokenStoreType.swift",
"TokenStore/UserDefaultsTokenStore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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-4609320-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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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