The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/rvi/msgpack-objective-C
[1/506] Fetching msgpack-objective-c
Fetching https://github.com/quick/nimble
Fetching https://github.com/ably/delta-codec-cocoa
Fetching https://github.com/ably/ably-cocoa-plugin-support.git
Fetched https://github.com/rvi/msgpack-objective-C from cache (0.35s)
[1/113] Fetching ably-cocoa-plugin-support
[114/726] Fetching ably-cocoa-plugin-support, delta-codec-cocoa
Fetched https://github.com/ably/ably-cocoa-plugin-support.git from cache (0.43s)
[1/19805] Fetching nimble
Fetched https://github.com/ably/delta-codec-cocoa from cache (2.44s)
Fetched https://github.com/quick/nimble from cache (2.48s)
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 (3.81s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 11.2.2 (0.88s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.32s)
Computing version for https://github.com/ably/delta-codec-cocoa
Computed https://github.com/ably/delta-codec-cocoa at 1.3.5 (1.19s)
Computing version for https://github.com/rvi/msgpack-objective-C
Computed https://github.com/rvi/msgpack-objective-C at 0.4.0 (1.00s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.04s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.45s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.35s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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/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/quick/nimble
Working copy of https://github.com/quick/nimble resolved at 11.2.2
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
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 <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/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 <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/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 /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 ARTSRURLUtilities.m
[2/149] Compiling Aspects.m
[2/149] Compiling ARTSRSIMDHelpers.m
[2/149] Compiling ARTSRRandom.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ably.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
[2/149] Compiling NSURLRequest+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-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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/x86_64-unknown-linux-gnu/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/x86_64-unknown-linux-gnu/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 NSURLRequest+ARTSRWebSocket.m
[0/147] Compiling Ably resource_bundle_accessor.m
[0/147] Compiling ARTSRSIMDHelpers.m
[0/147] Compiling NSObject+TestSuite.m
[0/147] Compiling NSRunLoop+ARTSRWebSocket.m
[0/147] Compiling ARTSRURLUtilities.m
[0/147] Write swift-version-24593BA9C3E375BF.txt
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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/147] Compiling Aspects.m
BUILD FAILURE 6.1 linux