The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AblyLiveObjects, reference main (afc2ec), with Swift 6.1 for Android on 9 Dec 2025 20:35:48 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ably/ably-liveobjects-swift-plugin.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-liveobjects-swift-plugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at afc2ecf Merge pull request #108 from ably/release/0.3.0
Submodule path 'Tests/AblyLiveObjectsTests/ably-common': checked out '60fd9cf106abb1d6292fdd87d63ea33c552c8f33'
Submodule 'Tests/AblyLiveObjectsTests/ably-common' (https://github.com/ably/ably-common) registered for path 'Tests/AblyLiveObjectsTests/ably-common'
Cloning into '/host/spi-builder-workspace/Tests/AblyLiveObjectsTests/ably-common'...
Cloned https://github.com/ably/ably-liveobjects-swift-plugin.git
Revision (git rev-parse @):
afc2ecfa9eee09fc14a698f3759f6fac79e2c30a
SUCCESS checkout https://github.com/ably/ably-liveobjects-swift-plugin.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ably/ably-liveobjects-swift-plugin.git
https://github.com/ably/ably-liveobjects-swift-plugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ably-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.55",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ably/ably-cocoa"
    },
    {
      "identity" : "ably-cocoa-plugin-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ably/ably-cocoa-plugin-support"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "AblyLiveObjects",
  "name" : "AblyLiveObjects",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AblyLiveObjects",
      "targets" : [
        "AblyLiveObjects"
      ],
      "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" : "AblyLiveObjectsTests",
      "module_type" : "SwiftTarget",
      "name" : "AblyLiveObjectsTests",
      "path" : "Tests/AblyLiveObjectsTests",
      "product_dependencies" : [
        "Ably",
        "_AblyPluginSupportPrivate"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AblyLiveObjectsTests/ably-common",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AblyLiveObjectsTests.swift",
        "Helpers/Ably+Concurrency.swift",
        "Helpers/Assertions.swift",
        "Helpers/ClientHelper.swift",
        "Helpers/Sandbox.swift",
        "Helpers/Subscriber.swift",
        "Helpers/TestFactories.swift",
        "Helpers/TestLogger.swift",
        "InternalDefaultLiveCounterTests.swift",
        "InternalDefaultLiveMapTests.swift",
        "InternalDefaultRealtimeObjectsTests.swift",
        "JS Integration Tests/ObjectsHelper.swift",
        "JS Integration Tests/ObjectsIntegrationTests.swift",
        "JS Integration Tests/TestProxyTransport.swift",
        "JSONValueTests.swift",
        "LiveObjectMutableStateTests.swift",
        "Mocks/MockCoreSDK.swift",
        "Mocks/MockLiveMapObjectsPoolDelegate.swift",
        "Mocks/MockSimpleClock.swift",
        "ObjectCreationHelpersTests.swift",
        "ObjectLifetimesTests.swift",
        "ObjectMessageTests.swift",
        "ObjectsPoolTests.swift",
        "SyncCursorTests.swift",
        "WireObjectMessageTests.swift",
        "WireValueTests.swift"
      ],
      "target_dependencies" : [
        "AblyLiveObjects"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AblyLiveObjects",
      "module_type" : "SwiftTarget",
      "name" : "AblyLiveObjects",
      "path" : "Sources/AblyLiveObjects",
      "product_dependencies" : [
        "Ably",
        "_AblyPluginSupportPrivate"
      ],
      "product_memberships" : [
        "AblyLiveObjects"
      ],
      "sources" : [
        "Internal/ARTClientOptions+Objects.swift",
        "Internal/CoreSDK.swift",
        "Internal/DefaultInternalPlugin.swift",
        "Internal/DefaultLiveCounterUpdate.swift",
        "Internal/DefaultLiveMapUpdate.swift",
        "Internal/InternalDefaultLiveCounter.swift",
        "Internal/InternalDefaultLiveMap.swift",
        "Internal/InternalDefaultRealtimeObjects.swift",
        "Internal/InternalLiveMapValue.swift",
        "Internal/InternalLiveObject.swift",
        "Internal/InternalObjectsMapEntry.swift",
        "Internal/LiveObjectMutableState.swift",
        "Internal/LiveObjectUpdate.swift",
        "Internal/ObjectCreationHelpers.swift",
        "Internal/ObjectsPool.swift",
        "Internal/ObjectsSyncState.swift",
        "Internal/SimpleClock.swift",
        "Internal/SubscriptionStorage.swift",
        "Internal/SyncObjectsPoolEntry.swift",
        "Protocol/ObjectMessage.swift",
        "Protocol/SyncCursor.swift",
        "Protocol/WireEnum.swift",
        "Protocol/WireObjectMessage.swift",
        "Public/ARTRealtimeChannel+Objects.swift",
        "Public/Plugin.swift",
        "Public/Public Proxy Objects/InternalLiveMapValue+ToPublic.swift",
        "Public/Public Proxy Objects/PublicDefaultLiveCounter.swift",
        "Public/Public Proxy Objects/PublicDefaultLiveMap.swift",
        "Public/Public Proxy Objects/PublicDefaultRealtimeObjects.swift",
        "Public/Public Proxy Objects/PublicObjectsStore.swift",
        "Public/PublicTypes.swift",
        "Utility/Assertions.swift",
        "Utility/Data+Extensions.swift",
        "Utility/Dictionary+Extensions.swift",
        "Utility/DispatchQueue+Extensions.swift",
        "Utility/DispatchQueueMutex.swift",
        "Utility/Errors.swift",
        "Utility/ExtendedJSONValue.swift",
        "Utility/JSONValue.swift",
        "Utility/Logger.swift",
        "Utility/LoggingUtilities.swift",
        "Utility/MarkerProtocolHelpers.swift",
        "Utility/NSLock+Extensions.swift",
        "Utility/WeakRef.swift",
        "Utility/WireCodable.swift",
        "Utility/WireValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ably/ably-cocoa-plugin-support
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/JanGorman/Table.git
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/ably/ably-cocoa
[1/139] Fetching table
[124/210] Fetching table, ably-cocoa-plugin-support
[203/2368] Fetching table, ably-cocoa-plugin-support, swift-docc-plugin
[427/8176] Fetching table, ably-cocoa-plugin-support, swift-docc-plugin, swift-async-algorithms
[1495/25053] Fetching table, ably-cocoa-plugin-support, swift-docc-plugin, swift-async-algorithms, swift-argument-parser
Fetched https://github.com/ably/ably-cocoa-plugin-support from cache (0.43s)
[3692/24982] Fetching table, swift-docc-plugin, swift-async-algorithms, swift-argument-parser
Fetched https://github.com/JanGorman/Table.git from cache (0.43s)
[3924/24843] Fetching swift-docc-plugin, swift-async-algorithms, swift-argument-parser
[12841/74976] Fetching swift-docc-plugin, swift-async-algorithms, swift-argument-parser, ably-cocoa
Fetched https://github.com/apple/swift-docc-plugin from cache (0.64s)
[11548/72818] Fetching swift-async-algorithms, swift-argument-parser, ably-cocoa
Fetched https://github.com/apple/swift-async-algorithms from cache (3.85s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.88s)
Fetched https://github.com/ably/ably-cocoa from cache (3.88s)
Computing version for https://github.com/JanGorman/Table.git
Computed https://github.com/JanGorman/Table.git at 1.1.1 (7.49s)
Computing version for https://github.com/ably/ably-cocoa-plugin-support
Computed https://github.com/ably/ably-cocoa-plugin-support at 1.0.0 (0.84s)
Computing version for https://github.com/ably/ably-cocoa
Computed https://github.com/ably/ably-cocoa at 1.2.55 (1.19s)
Fetching https://github.com/rvi/msgpack-objective-C
Fetching https://github.com/ably/delta-codec-cocoa
[1/506] Fetching msgpack-objective-c
[179/1119] Fetching msgpack-objective-c, delta-codec-cocoa
Fetched https://github.com/rvi/msgpack-objective-C from cache (0.34s)
Fetched https://github.com/ably/delta-codec-cocoa from cache (0.35s)
Computing version for https://github.com/ably/delta-codec-cocoa
Computed https://github.com/ably/delta-codec-cocoa at 1.3.5 (2.39s)
Computing version for https://github.com/rvi/msgpack-objective-C
Computed https://github.com/rvi/msgpack-objective-C at 0.4.0 (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.04s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.1 (0.70s)
Fetching https://github.com/apple/swift-collections.git
[1/18370] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.33s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3594] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.91s)
Creating working copy for https://github.com/ably/ably-cocoa
Working copy of https://github.com/ably/ably-cocoa resolved at 1.2.55
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/ably/ably-cocoa-plugin-support
Working copy of https://github.com/ably/ably-cocoa-plugin-support resolved at 1.0.0
Creating working copy for https://github.com/JanGorman/Table.git
Working copy of https://github.com/JanGorman/Table.git resolved at 1.1.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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/rvi/msgpack-objective-C
Working copy of https://github.com/rvi/msgpack-objective-C resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.1
Creating working copy for https://github.com/ably/delta-codec-cocoa
Working copy of https://github.com/ably/delta-codec-cocoa resolved at 1.3.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/165] Write sources
[4/165] Copying PrivacyInfo.xcprivacy
[6/165] Write sources
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Ably.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Ably.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[14/165] Compiling ARTSRSIMDHelpers.m
[14/165] Compiling NSRunLoop+ARTSRWebSocket.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Ably.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[14/165] Compiling ARTSRURLUtilities.m
[14/165] Compiling ARTSRRandom.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Ably.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[14/165] Compiling Ably resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Ably.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[14/165] Compiling NSURLRequest+ARTSRWebSocket.m
In file included from /host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:1:
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:3:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    3 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:11:1: error: expected function body after function declarator
   11 | NS_SWIFT_SENDABLE
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:26:1: error: missing context for method declaration
   26 | - (id<APPluginAPIProtocol>)fetchPluginAPI;
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:28:1: error: expected method body
   28 | @end
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:39:1: error: missing context for method declaration
   39 | - (instancetype)init NS_UNAVAILABLE;
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:39:22: error: expected method body
   39 | - (instancetype)init NS_UNAVAILABLE;
      |                      ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:41:1: error: '@end' must appear in an Objective-C context
   41 | @end
      | ^
[14/165] Compiling _AblyPluginSupportPrivate APDependencyStore.m
[14/165] Write swift-version-24593BA9C3E375BF.txt
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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Ably.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/155] Compiling NSRunLoop+ARTSRWebSocket.m
[4/155] Compiling ARTSRRandom.m
[4/155] Compiling NSURLRequest+ARTSRWebSocket.m
[4/155] Compiling ARTSRSIMDHelpers.m
[4/155] Compiling Ably resource_bundle_accessor.m
[4/155] Compiling ARTSRURLUtilities.m
In file included from /host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:1:
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:3:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    3 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:11:1: error: expected function body after function declarator
   11 | NS_SWIFT_SENDABLE
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:26:1: error: missing context for method declaration
   26 | - (id<APPluginAPIProtocol>)fetchPluginAPI;
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:28:1: error: expected method body
   28 | @end
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:39:1: error: missing context for method declaration
   39 | - (instancetype)init NS_UNAVAILABLE;
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:39:22: error: expected method body
   39 | - (instancetype)init NS_UNAVAILABLE;
      |                      ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:41:1: error: '@end' must appear in an Objective-C context
   41 | @end
      | ^
[4/155] Compiling _AblyPluginSupportPrivate APDependencyStore.m
[4/155] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android