The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AblyLiveObjects, reference 0.4.0 (ace39c), with Swift 6.1 for Wasm on 16 Mar 2026 21:24:59 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ably/ably-liveobjects-swift-plugin.git
Reference: 0.4.0
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
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at ace39c1 Merge pull request #127 from ably/release/0.4.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 @):
ace39c1c97ed9b14c1676dbd2344784b2ef6f915
SUCCESS checkout https://github.com/ably/ably-liveobjects-swift-plugin.git at 0.4.0
========================================
Build
========================================
Selected platform:         wasm
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.59",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ably/ably-cocoa.git"
    },
    {
      "identity" : "ably-cocoa-plugin-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.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/Tag+Integration.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/MockRealtimeObjects.swift",
        "Mocks/MockSimpleClock.swift",
        "ObjectCreationHelpersTests.swift",
        "ObjectDiffHelpersTests.swift",
        "ObjectLifetimesTests.swift",
        "ObjectMessageTests.swift",
        "ObjectsPoolTests.swift",
        "SyncCursorTests.swift",
        "SyncObjectsPoolTests.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/ObjectDiffHelpers.swift",
        "Internal/ObjectsOperationSource.swift",
        "Internal/ObjectsPool.swift",
        "Internal/ObjectsSyncState.swift",
        "Internal/PublishResult.swift",
        "Internal/SimpleClock.swift",
        "Internal/SubscriptionStorage.swift",
        "Internal/SyncObjectsPool.swift",
        "Protocol/InboundObjectMessage+Synthetic.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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/JanGorman/Table.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/ably/ably-cocoa.git
Fetching https://github.com/ably/ably-cocoa-plugin-support
Fetching https://github.com/apple/swift-argument-parser
[1/139] Fetching table
[140/6367] Fetching table, swift-async-algorithms
[826/8538] Fetching table, swift-async-algorithms, swift-docc-plugin
[2248/25775] Fetching table, swift-async-algorithms, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/JanGorman/Table.git from cache (0.59s)
[4468/25636] Fetching swift-async-algorithms, swift-docc-plugin, swift-argument-parser
[5950/25749] Fetching swift-async-algorithms, swift-docc-plugin, swift-argument-parser, ably-cocoa-plugin-support
Fetched https://github.com/ably/ably-cocoa-plugin-support from cache (0.67s)
[7568/25636] Fetching swift-async-algorithms, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-async-algorithms from cache (0.94s)
[6136/19408] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (1.00s)
[4482/17237] Fetching swift-argument-parser
[5517/68204] Fetching swift-argument-parser, ably-cocoa
Fetched https://github.com/apple/swift-argument-parser from cache (1.78s)
[19368/50967] Fetching ably-cocoa
Fetched https://github.com/ably/ably-cocoa.git from cache (5.84s)
Computing version for https://github.com/JanGorman/Table.git
Computed https://github.com/JanGorman/Table.git at 1.1.1 (8.33s)
Computing version for https://github.com/ably/ably-cocoa-plugin-support
Computed https://github.com/ably/ably-cocoa-plugin-support at 2.0.0 (0.91s)
Computing version for https://github.com/ably/ably-cocoa.git
Computed https://github.com/ably/ably-cocoa.git at 1.2.59 (0.98s)
Fetching https://github.com/ably/delta-codec-cocoa
Fetching https://github.com/rvi/msgpack-objective-C
[1/613] Fetching delta-codec-cocoa
[388/1119] Fetching delta-codec-cocoa, msgpack-objective-c
Fetched https://github.com/ably/delta-codec-cocoa from cache (0.31s)
Fetched https://github.com/rvi/msgpack-objective-C from cache (0.31s)
Computing version for https://github.com/ably/delta-codec-cocoa
Computed https://github.com/ably/delta-codec-cocoa at 1.3.5 (1.16s)
Computing version for https://github.com/rvi/msgpack-objective-C
Computed https://github.com/rvi/msgpack-objective-C at 0.4.0 (2.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.80s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (0.69s)
Fetching https://github.com/apple/swift-collections.git
[1/22410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3670] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (0.74s)
Creating working copy for https://github.com/ably/ably-cocoa.git
Working copy of https://github.com/ably/ably-cocoa.git resolved at 1.2.59
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/ably/ably-cocoa-plugin-support
Working copy of https://github.com/ably/ably-cocoa-plugin-support resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.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.3
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/ably/delta-codec-cocoa
Working copy of https://github.com/ably/delta-codec-cocoa resolved at 1.3.5
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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.6
[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/172] Write sources
[9/172] Copying PrivacyInfo.xcprivacy
[11/172] Write sources
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/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.
[15/172] Compiling ARTSRSIMDHelpers.m
[15/172] Compiling ARTSRMutex.m
[15/172] Compiling NSURLRequest+ARTSRWebSocket.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/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.
[15/172] Compiling ARTSRRandom.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/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.
[15/172] Compiling ARTSRURLUtilities.m
[15/172] Compiling NSRunLoop+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: [15/172] Compiling _AblyPluginSupportPrivate APDependencyStore.m
[15/172] 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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/wasm32-unknown-wasi/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/161] Compiling NSRunLoop+ARTSRWebSocket.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/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/161] Compiling ARTSRSIMDHelpers.m
[4/161] Compiling ARTSRMutex.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/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/161] Compiling NSURLRequest+ARTSRWebSocket.m
[4/161] Compiling ARTSRRandom.m
[4/161] 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
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/include/APDependencyStore.h:43:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   43 | NS_ASSUME_NONNULL_END
      | ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:3:12: error: cannot find interface declaration for 'APDependencyStore'
    3 | @interface APDependencyStore ()
      |            ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:3:12: error: class extension has no primary class
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:13:12: error: unknown type name 'dispatch_once_t'
   13 |     static dispatch_once_t onceToken;
      |            ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:14:5: error: call to undeclared function 'dispatch_once'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   14 |     dispatch_once(&onceToken, ^{
      |     ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:22:10: error: property 'pluginAPI' not found on object of type 'APDependencyStore *'
   22 |     self.pluginAPI = pluginAPI;
      |          ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:26:46: error: property 'pluginAPI' not found on object of type 'APDependencyStore *'
   26 |     id<APPluginAPIProtocol> pluginAPI = self.pluginAPI;
      |                                              ^
/host/spi-builder-workspace/.build/checkouts/ably-cocoa-plugin-support/Sources/_AblyPluginSupportPrivate/APDependencyStore.m:29:10: error: use of undeclared identifier 'NSException'
   29 |         [NSException raise:NSIntern[4/161] Compiling _AblyPluginSupportPrivate APDependencyStore.m
[4/161] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm