Build Information
Failed to build AblyChat, reference main (ff4b8b), with Swift 6.1 for Android on 30 Oct 2025 16:39:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ably/ably-chat-swift.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/ably/ably-chat-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ff4b8b4 Merge pull request #467 from ably/release/1.1.0
Submodule path 'Tests/AblyChatTests/ably-common': checked out '60fd9cf106abb1d6292fdd87d63ea33c552c8f33'
Submodule 'Tests/AblyChatTests/ably-common' (https://github.com/ably/ably-common) registered for path 'Tests/AblyChatTests/ably-common'
Cloning into '/host/spi-builder-workspace/Tests/AblyChatTests/ably-common'...
Cloned https://github.com/ably/ably-chat-swift.git
Revision (git rev-parse @):
ff4b8b40b4592117b59292a400048cbb4e01c8d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ably/ably-chat-swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ably/ably-chat-swift.git
https://github.com/ably/ably-chat-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ably-cocoa",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.51",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ably/ably-cocoa"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "table",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JanGorman/Table.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-semaphore",
"requirement" : {
"exact" : [
"0.1.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ably-forks/swift-semaphore"
},
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks"
}
],
"manifest_display_name" : "AblyChat",
"name" : "AblyChat",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AblyChat",
"targets" : [
"AblyChat"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BuildTool",
"targets" : [
"BuildTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BuildTool",
"module_type" : "SwiftTarget",
"name" : "BuildTool",
"path" : "Sources/BuildTool",
"product_dependencies" : [
"ArgumentParser",
"AsyncAlgorithms",
"Table"
],
"product_memberships" : [
"BuildTool"
],
"sources" : [
"BuildTool.swift",
"Configuration.swift",
"DestinationFetcher.swift",
"DestinationPredicate.swift",
"DestinationSpecifier.swift",
"DestinationStrategy.swift",
"Error.swift",
"Platform.swift",
"ProcessRunner.swift",
"String+Decoding.swift",
"XcodeRunner.swift"
],
"type" : "executable"
},
{
"c99name" : "AblyChatTests",
"module_type" : "SwiftTarget",
"name" : "AblyChatTests",
"path" : "Tests/AblyChatTests",
"product_dependencies" : [
"AsyncAlgorithms",
"Clocks",
"Semaphore"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/AblyChatTests/ably-common",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ChatAPITests.swift",
"ChatClientTests.swift",
"DefaultInternalLoggerTests.swift",
"DefaultMessageReactionsTests.swift",
"DefaultMessagesTests.swift",
"DefaultPresenceTests.swift",
"DefaultRoomLifecycleManagerTests.swift",
"DefaultRoomOccupancyTests.swift",
"DefaultRoomReactionsTests.swift",
"DefaultRoomTests.swift",
"DefaultRoomsTests.swift",
"DefaultTypingTests.swift",
"ErrorInfoTests.swift",
"Helpers/Equatable.swift",
"Helpers/Helpers.swift",
"Helpers/RoomLifecycleManager+AsyncSequence.swift",
"Helpers/Sandbox.swift",
"Helpers/SynchronizedAccess.swift",
"Helpers/TestLogger.swift",
"IntegrationTests.swift",
"InternalLoggerTests.swift",
"JSONValueTests.swift",
"MessageSubscriptionResponseAsyncSequenceTests.swift",
"MessageTests.swift",
"Mocks/MockAblyCocoaRealtime.swift",
"Mocks/MockChannels.swift",
"Mocks/MockConcreteAblyCocoaRealtime.swift",
"Mocks/MockConnection.swift",
"Mocks/MockHTTPPaginatedResponse.swift",
"Mocks/MockInternalLogger.swift",
"Mocks/MockInternalRealtimeClientFactory.swift",
"Mocks/MockLogHandler.swift",
"Mocks/MockRealtime.swift",
"Mocks/MockRealtimeAnnotations.swift",
"Mocks/MockRealtimeChannel.swift",
"Mocks/MockRealtimePresence.swift",
"Mocks/MockRoom.swift",
"Mocks/MockRoomFactory.swift",
"Mocks/MockRoomLifecycleManager.swift",
"Mocks/MockRoomLifecycleManagerFactory.swift",
"Mocks/MockSimpleClock.swift",
"Mocks/MockTestClock.swift",
"RoomOptionsTests.swift",
"RoomReactionDTOTests.swift",
"StringEncodeTests.swift",
"SubscriptionAsyncSequenceTests.swift",
"SubscriptionStorageTests.swift",
"TypingOperationQueueTests.swift",
"TypingTimerManagerTests.swift"
],
"target_dependencies" : [
"AblyChat"
],
"type" : "test"
},
{
"c99name" : "AblyChat",
"module_type" : "SwiftTarget",
"name" : "AblyChat",
"path" : "Sources/AblyChat",
"product_dependencies" : [
"Ably"
],
"product_memberships" : [
"AblyChat"
],
"sources" : [
"AblyCocoaExtensions/Ably+Dependencies.swift",
"AblyCocoaExtensions/InternalAblyCocoaTypes.swift",
"BufferingPolicy.swift",
"ChatAPI.swift",
"ChatClient.swift",
"ClockProtocol.swift",
"Connection.swift",
"DefaultConnection.swift",
"DefaultMessageReactions.swift",
"DefaultMessages.swift",
"DefaultOccupancy.swift",
"DefaultPresence.swift",
"DefaultRoomReactions.swift",
"DefaultTyping.swift",
"Dependencies.swift",
"ErrorInfo.swift",
"Events.swift",
"Extensions/Dictionary+Extensions.swift",
"Extensions/String+Extensions.swift",
"Headers.swift",
"InternalError.swift",
"InternalRawRepresentable.swift",
"JSONCodable.swift",
"JSONValue.swift",
"Logging.swift",
"Message.swift",
"MessageReaction+JSON.swift",
"MessageReaction.swift",
"MessageReactions.swift",
"Messages.swift",
"Metadata.swift",
"Occupancy.swift",
"OperationMetadata.swift",
"PaginatedResult.swift",
"Presence.swift",
"Room.swift",
"RoomLifecycleManager.swift",
"RoomOptions.swift",
"RoomReaction.swift",
"RoomReactionDTO.swift",
"RoomReactions.swift",
"RoomStatus.swift",
"Rooms.swift",
"SimpleClock.swift",
"Subscription.swift",
"SubscriptionAsyncSequence.swift",
"SubscriptionStorage.swift",
"TimerManager.swift",
"Typing.swift",
"TypingOperationQueue.swift",
"TypingTimerManager.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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