The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ably-cocoa, reference main (745e7b), with Swift 6.1 for Android on 19 Mar 2026 04:40:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ably/ably-cocoa.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-cocoa
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 745e7b7 Merge pull request #2200 from ably/add-claude-md
Submodule path 'Test/AblyTests/ably-common': checked out '783496f4dd1110d0175a7ced60de826e1aba40cc'
Submodule 'ably-common' (https://github.com/ably/ably-common.git) registered for path 'Test/AblyTests/ably-common'
Cloning into '/host/spi-builder-workspace/Test/AblyTests/ably-common'...
Cloned https://github.com/ably/ably-cocoa.git
Revision (git rev-parse @):
745e7b7a5e11fc135f9bcdb7bb9ee9a1d9b190a3
SUCCESS checkout https://github.com/ably/ably-cocoa.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ably/ably-cocoa.git
https://github.com/ably/ably-cocoa.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "msgpack-objective-c",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rvi/msgpack-objective-C"
    },
    {
      "identity" : "delta-codec-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ably/delta-codec-cocoa"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.2.2",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/quick/nimble"
    },
    {
      "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.git"
    }
  ],
  "manifest_display_name" : "ably-cocoa",
  "name" : "ably-cocoa",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Ably",
      "targets" : [
        "Ably"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AblyTestsObjC",
      "module_type" : "ClangTarget",
      "name" : "AblyTestsObjC",
      "path" : "Test/AblyTestsObjC",
      "sources" : [
        "ARTArchiveTests.m",
        "ARTInternalLogTests.m",
        "CryptoTest.m",
        "ObjcppTest.mm"
      ],
      "target_dependencies" : [
        "Ably",
        "AblyTesting",
        "AblyTestingObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AblyTests",
      "module_type" : "SwiftTarget",
      "name" : "AblyTests",
      "path" : "Test/AblyTests",
      "product_dependencies" : [
        "Nimble",
        "_AblyPluginSupportPrivate"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Test/AblyTests/ably-common",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Codables/CryptoData.swift",
        "Codables/TestAppSetup.swift",
        "Test Utilities/BackoffCoefficients.swift",
        "Test Utilities/DataGatherer.swift",
        "Test Utilities/JSON.swift",
        "Test Utilities/MockDeviceStorage.swift",
        "Test Utilities/MockErrorChecker.swift",
        "Test Utilities/MockJitterCoefficientGenerator.swift",
        "Test Utilities/MockRetryDelayCalculator.swift",
        "Test Utilities/MockVersion2Log.swift",
        "Test Utilities/NSObject+TestSuite.swift",
        "Test Utilities/StaticJitterCoefficients.swift",
        "Test Utilities/Test.swift",
        "Test Utilities/TestProxyTransportFactory.swift",
        "Test Utilities/TestUtilities.swift",
        "Tests/ARTDefaultTests.swift",
        "Tests/AttachRetryStateTests.swift",
        "Tests/AuthTests.swift",
        "Tests/BackoffRetryDelayCalculatorTests.swift",
        "Tests/ChannelOptionsTests.swift",
        "Tests/ClientInformationTests.swift",
        "Tests/ConnectRetryStateTests.swift",
        "Tests/ContinuousClockTests.swift",
        "Tests/CryptoTests.swift",
        "Tests/DefaultErrorCheckerTests.swift",
        "Tests/DefaultInternalLogCoreTests.swift",
        "Tests/DefaultJitterCoefficientGeneratorTests.swift",
        "Tests/DeltaCodecTests.swift",
        "Tests/GCDTests.swift",
        "Tests/LogAdapterTests.swift",
        "Tests/MessageUpdatesDeletesTests.swift",
        "Tests/ObjectLifetimesTests.swift",
        "Tests/PluginAPITests.swift",
        "Tests/PushActivationStateMachineTests.swift",
        "Tests/PushAdminTests.swift",
        "Tests/PushChannelTests.swift",
        "Tests/PushTests.swift",
        "Tests/RealtimeAnnotationsTests.swift",
        "Tests/RealtimeClientChannelTests.swift",
        "Tests/RealtimeClientChannelsTests.swift",
        "Tests/RealtimeClientConnectionTests.swift",
        "Tests/RealtimeClientPresenceTests.swift",
        "Tests/RealtimeClientTests.swift",
        "Tests/RestAnnotationsTests.swift",
        "Tests/RestClientChannelTests.swift",
        "Tests/RestClientChannelsTests.swift",
        "Tests/RestClientPresenceTests.swift",
        "Tests/RestClientStatsTests.swift",
        "Tests/RestClientTests.swift",
        "Tests/RestPaginatedTests.swift",
        "Tests/RetrySequenceTests.swift",
        "Tests/StatsTests.swift",
        "Tests/StringifiableTests.swift",
        "Tests/SummaryTypesTests.swift",
        "Tests/UtilitiesTests.swift",
        "Tests/WrapperSDKProxyTests.swift"
      ],
      "target_dependencies" : [
        "Ably",
        "AblyTesting",
        "AblyTestingObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AblyTestingObjC",
      "module_type" : "ClangTarget",
      "name" : "AblyTestingObjC",
      "path" : "Test/AblyTestingObjC",
      "sources" : [
        "Dependencies/steipete/Aspects.m",
        "Test Utilities/NSObject+TestSuite.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AblyTesting",
      "module_type" : "SwiftTarget",
      "name" : "AblyTesting",
      "path" : "Test/AblyTesting",
      "sources" : [
        "MockInternalLogCore.swift"
      ],
      "target_dependencies" : [
        "Ably"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ably",
      "module_type" : "ClangTarget",
      "name" : "Ably",
      "path" : "Source",
      "product_dependencies" : [
        "msgpack",
        "AblyDeltaCodec",
        "_AblyPluginSupportPrivate"
      ],
      "product_memberships" : [
        "Ably"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ARTAnnotation.m",
        "ARTAttachRequestParams.m",
        "ARTAttachRetryState.m",
        "ARTAuth.m",
        "ARTAuthDetails.m",
        "ARTAuthOptions.m",
        "ARTBackoffRetryDelayCalculator.m",
        "ARTBaseMessage.m",
        "ARTChannel.m",
        "ARTChannelOptions.m",
        "ARTChannelProtocol.m",
        "ARTChannelStateChangeParams.m",
        "ARTChannels.m",
        "ARTClientInformation.m",
        "ARTClientOptions.m",
        "ARTConnectRetryState.m",
        "ARTConnection.m",
        "ARTConnectionDetails.m",
        "ARTConnectionStateChangeParams.m",
        "ARTConstants.m",
        "ARTContinuousClock.m",
        "ARTCrypto.m",
        "ARTDataEncoder.m",
        "ARTDataQuery.m",
        "ARTDefault.m",
        "ARTDeviceDetails.m",
        "ARTDeviceIdentityTokenDetails.m",
        "ARTDevicePushDetails.m",
        "ARTErrorChecker.m",
        "ARTEventEmitter.m",
        "ARTFallback.m",
        "ARTFallbackHosts.m",
        "ARTFormEncode.m",
        "ARTGCD.m",
        "ARTHTTPPaginatedResponse.m",
        "ARTHttp.m",
        "ARTInternalLog.m",
        "ARTInternalLogCore.m",
        "ARTJitterCoefficientGenerator.m",
        "ARTJsonEncoder.m",
        "ARTJsonLikeEncoder.m",
        "ARTLocalDevice.m",
        "ARTLocalDeviceStorage.m",
        "ARTLog.m",
        "ARTLogAdapter.m",
        "ARTMessage.m",
        "ARTMessageAnnotations.m",
        "ARTMessageOperation.m",
        "ARTMessageSendStatus.m",
        "ARTMessageVersion.m",
        "ARTMsgPackEncoder.m",
        "ARTNSArray+ARTFunctional.m",
        "ARTNSDate+ARTUtil.m",
        "ARTNSDictionary+ARTDictionaryUtil.m",
        "ARTNSError+ARTUtils.m",
        "ARTNSHTTPURLResponse+ARTPaginated.m",
        "ARTNSMutableDictionary+ARTDictionaryUtil.m",
        "ARTNSMutableRequest+ARTPush.m",
        "ARTNSMutableRequest+ARTRest.m",
        "ARTNSMutableURLRequest+ARTPaginated.m",
        "ARTNSMutableURLRequest+ARTUtils.m",
        "ARTNSString+ARTUtil.m",
        "ARTNSURL+ARTUtils.m",
        "ARTOSReachability.m",
        "ARTOutboundAnnotation.m",
        "ARTPaginatedResult.m",
        "ARTPendingMessage.m",
        "ARTPluginAPI.m",
        "ARTPluginDecodingContext.m",
        "ARTPresence.m",
        "ARTPresenceMessage.m",
        "ARTProtocolMessage.m",
        "ARTPublicRealtimeChannelUnderlyingObjects.m",
        "ARTPublishResult.m",
        "ARTPublishResultSerial.m",
        "ARTPush.m",
        "ARTPushActivationEvent.m",
        "ARTPushActivationState.m",
        "ARTPushActivationStateMachine.m",
        "ARTPushAdmin.m",
        "ARTPushChannel.m",
        "ARTPushChannelSubscription.m",
        "ARTPushChannelSubscriptions.m",
        "ARTPushDeviceRegistrations.m",
        "ARTQueuedDealloc.m",
        "ARTQueuedMessage.m",
        "ARTRealtime.m",
        "ARTRealtimeAnnotations.m",
        "ARTRealtimeChannel.m",
        "ARTRealtimeChannelOptions.m",
        "ARTRealtimeChannels.m",
        "ARTRealtimePresence.m",
        "ARTRealtimeTransport.m",
        "ARTRealtimeTransportFactory.m",
        "ARTRest.m",
        "ARTRestAnnotations.m",
        "ARTRestChannel.m",
        "ARTRestChannels.m",
        "ARTRestPresence.m",
        "ARTRetrySequence.m",
        "ARTStats.m",
        "ARTStatus.m",
        "ARTStringifiable.m",
        "ARTSummaryTypes.m",
        "ARTTestClientOptions.m",
        "ARTTokenDetails.m",
        "ARTTokenParams.m",
        "ARTTokenRequest.m",
        "ARTTypes.m",
        "ARTURLSessionServerTrust.m",
        "ARTUpdateDeleteResult.m",
        "ARTWebSocketFactory.m",
        "ARTWebSocketTransport.m",
        "ARTWrapperSDKProxyOptions.m",
        "ARTWrapperSDKProxyPush.m",
        "ARTWrapperSDKProxyPushAdmin.m",
        "ARTWrapperSDKProxyPushChannel.m",
        "ARTWrapperSDKProxyPushChannelSubscriptions.m",
        "ARTWrapperSDKProxyPushDeviceRegistrations.m",
        "ARTWrapperSDKProxyRealtime.m",
        "ARTWrapperSDKProxyRealtimeAnnotations.m",
        "ARTWrapperSDKProxyRealtimeChannel.m",
        "ARTWrapperSDKProxyRealtimeChannels.m",
        "ARTWrapperSDKProxyRealtimePresence.m",
        "NSURLQueryItem+Stringifiable.m",
        "SocketRocket/ARTSRSecurityPolicy.m",
        "SocketRocket/ARTSRWebSocket.m",
        "SocketRocket/Internal/ARTSRConstants.m",
        "SocketRocket/Internal/Delegate/ARTSRDelegateController.m",
        "SocketRocket/Internal/IOConsumer/ARTSRIOConsumer.m",
        "SocketRocket/Internal/IOConsumer/ARTSRIOConsumerPool.m",
        "SocketRocket/Internal/Proxy/ARTSRProxyConnect.m",
        "SocketRocket/Internal/RunLoop/ARTSRRunLoopThread.m",
        "SocketRocket/Internal/Security/ARTSRPinningSecurityPolicy.m",
        "SocketRocket/Internal/Utilities/ARTSRError.m",
        "SocketRocket/Internal/Utilities/ARTSRHTTPConnectMessage.m",
        "SocketRocket/Internal/Utilities/ARTSRHash.m",
        "SocketRocket/Internal/Utilities/ARTSRMutex.m",
        "SocketRocket/Internal/Utilities/ARTSRRandom.m",
        "SocketRocket/Internal/Utilities/ARTSRSIMDHelpers.m",
        "SocketRocket/Internal/Utilities/ARTSRURLUtilities.m",
        "SocketRocket/NSRunLoop+ARTSRWebSocket.m",
        "SocketRocket/NSURLRequest+ARTSRWebSocket.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': ignoring target 'AblyTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: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 swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/rvi/msgpack-objective-C
Fetching https://github.com/ably/delta-codec-cocoa
Fetching https://github.com/quick/nimble
Fetching https://github.com/ably/ably-cocoa-plugin-support.git
[1/613] Fetching delta-codec-cocoa
[382/1119] Fetching delta-codec-cocoa, msgpack-objective-c
[667/1232] Fetching delta-codec-cocoa, msgpack-objective-c, ably-cocoa-plugin-support
[1233/21037] Fetching delta-codec-cocoa, msgpack-objective-c, ably-cocoa-plugin-support, nimble
Fetched https://github.com/ably/ably-cocoa-plugin-support.git from cache (1.58s)
Fetched https://github.com/ably/delta-codec-cocoa from cache (1.58s)
Fetched https://github.com/rvi/msgpack-objective-C from cache (1.58s)
Fetched https://github.com/quick/nimble from cache (1.62s)
Computing version for https://github.com/ably/ably-cocoa-plugin-support.git
Computed https://github.com/ably/ably-cocoa-plugin-support.git at 2.0.0 (2.42s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 11.2.2 (0.82s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.29s)
Computing version for https://github.com/ably/delta-codec-cocoa
Computed https://github.com/ably/delta-codec-cocoa at 1.3.5 (0.99s)
Computing version for https://github.com/rvi/msgpack-objective-C
Computed https://github.com/rvi/msgpack-objective-C at 0.4.0 (0.63s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.58s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.35s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.23s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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/quick/nimble
Working copy of https://github.com/quick/nimble resolved at 11.2.2
Creating working copy for https://github.com/ably/ably-cocoa-plugin-support.git
Working copy of https://github.com/ably/ably-cocoa-plugin-support.git resolved at 2.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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
warning: 'spi-builder-workspace': ignoring target 'AblyTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/149] Copying PrivacyInfo.xcprivacy
[0/149] Write sources
In file included from /host/spi-builder-workspace/Test/AblyTestingObjC/Dependencies/steipete/Aspects.m:8:
/host/spi-builder-workspace/Test/AblyTestingObjC/Dependencies/steipete/Aspects.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
    8 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/149] Compiling Aspects.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.
[2/149] Compiling NSURLRequest+ARTSRWebSocket.m
[2/149] Compiling ARTSRURLUtilities.m
[2/149] Compiling ARTSRSIMDHelpers.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.
[2/149] 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.
[2/149] Compiling NSRunLoop+ARTSRWebSocket.m
In file included from /host/spi-builder-workspace/Test/AblyTestingObjC/Test Utilities/NSObject+TestSuite.m:3:
/host/spi-builder-workspace/Test/AblyTestingObjC/Test Utilities/NSObject+TestSuite.h:3:9: fatal error: 'Foundation/Foundation.h' file not found
    3 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/149] Compiling NSObject+TestSuite.m
[2/149] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': ignoring target 'AblyTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
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.
[0/147] Compiling ARTSRURLUtilities.m
In file included from /host/spi-builder-workspace/Test/AblyTestingObjC/Dependencies/steipete/Aspects.m:8:
/host/spi-builder-workspace/Test/AblyTestingObjC/Dependencies/steipete/Aspects.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
    8 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/147] Compiling Aspects.m
[0/147] Compiling NSRunLoop+ARTSRWebSocket.m
[0/147] Compiling NSURLRequest+ARTSRWebSocket.m
[0/147] Compiling ARTSRRandom.m
[0/147] Compiling ARTSRSIMDHelpers.m
In file included from /host/spi-builder-workspace/Test/AblyTestingObjC/Test Utilities/NSObject+TestSuite.m:3:
/host/spi-builder-workspace/Test/AblyTestingObjC/Test Utilities/NSObject+TestSuite.h:3:9: fatal error: 'Foundation/Foundation.h' file not found
    3 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/147] Compiling NSObject+TestSuite.m
[0/147] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android