The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ably-cocoa, reference main (745e7b), with Swift 6.1 for macOS (SPM) on 19 Mar 2026 04:41:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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 '/Users/admin/builder/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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ably/ably-cocoa.git
https://github.com/ably/ably-cocoa.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/149] Write sources
[0/149] Copying PrivacyInfo.xcprivacy
[2/149] Write swift-version-2F0A5646E1D333AE.txt
[3/149] Compiling ARTSRRandom.m
[4/149] Compiling NSURLRequest+ARTSRWebSocket.m
[5/149] Compiling NSObject+TestSuite.m
[6/149] Compiling ARTSRHTTPConnectMessage.m
[7/149] Compiling ARTSRError.m
[8/149] Compiling ARTSRRunLoopThread.m
[9/149] Compiling ARTSRSIMDHelpers.m
[10/149] Compiling Aspects.m
[11/149] Compiling ARTSRPinningSecurityPolicy.m
[12/149] Compiling ARTSRProxyConnect.m
[13/149] Compiling NSRunLoop+ARTSRWebSocket.m
[14/149] Compiling ARTSRIOConsumerPool.m
[15/149] Compiling Ably resource_bundle_accessor.m
[16/149] Compiling ARTSRHash.m
[17/149] Compiling ARTSRMutex.m
[18/149] Compiling ARTSRIOConsumer.m
[19/149] Compiling ARTSRConstants.m
[20/149] Compiling ARTSRDelegateController.m
[21/149] Compiling Ably NSURLQueryItem+Stringifiable.m
[22/149] Compiling ARTSRSecurityPolicy.m
[23/149] Compiling ARTSRWebSocket.m
[24/149] Compiling ARTSRURLUtilities.m
[25/149] Compiling Ably ARTWrapperSDKProxyRealtimePresence.m
[26/149] Compiling Ably ARTWrapperSDKProxyRealtimeChannels.m
[27/149] Compiling Ably ARTWrapperSDKProxyRealtimeAnnotations.m
[28/149] Compiling Ably ARTWrapperSDKProxyRealtimeChannel.m
[29/149] Compiling Ably ARTWrapperSDKProxyPushDeviceRegistrations.m
[30/149] Compiling Ably ARTWrapperSDKProxyRealtime.m
[31/149] Compiling Ably ARTWrapperSDKProxyPushChannel.m
[32/149] Compiling Ably ARTWrapperSDKProxyPushChannelSubscriptions.m
[33/149] Compiling Ably ARTWrapperSDKProxyPushAdmin.m
[34/149] Compiling Ably ARTWrapperSDKProxyPush.m
[35/149] Compiling Ably ARTWrapperSDKProxyOptions.m
[36/149] Compiling Ably ARTUpdateDeleteResult.m
[37/149] Compiling Ably ARTWebSocketFactory.m
[38/149] Compiling Ably ARTWebSocketTransport.m
[39/149] Compiling Ably ARTURLSessionServerTrust.m
[40/149] Compiling Ably ARTTypes.m
[41/149] Compiling Ably ARTTokenRequest.m
[42/149] Compiling Ably ARTTokenParams.m
[43/149] Compiling Ably ARTTokenDetails.m
[44/149] Compiling Ably ARTTestClientOptions.m
[45/149] Compiling Ably ARTSummaryTypes.m
[46/149] Compiling Ably ARTStringifiable.m
[47/149] Compiling Ably ARTStatus.m
[48/149] Compiling Ably ARTRetrySequence.m
[49/149] Compiling Ably ARTStats.m
[50/149] Compiling Ably ARTRestChannels.m
[51/149] Compiling Ably ARTRealtimeTransportFactory.m
[52/149] Compiling Ably ARTRestPresence.m
[53/149] Compiling Ably ARTRealtimeTransport.m
[54/149] Compiling Ably ARTRestAnnotations.m
[55/149] Compiling Ably ARTRestChannel.m
[56/149] Compiling Ably ARTRealtimeChannelOptions.m
[57/149] Compiling Ably ARTRest.m
[58/149] Compiling Ably ARTRealtimeChannels.m
[59/149] Compiling Ably ARTRealtimePresence.m
[60/149] Compiling Ably ARTQueuedMessage.m
[61/149] Compiling Ably ARTQueuedDealloc.m
[62/149] Compiling Ably ARTRealtimeAnnotations.m
[63/149] Compiling Ably ARTPushDeviceRegistrations.m
[64/149] Compiling Ably ARTPushChannelSubscription.m
[65/149] Compiling Ably ARTRealtimeChannel.m
[66/149] Compiling Ably ARTPushChannelSubscriptions.m
[67/149] Compiling Ably ARTRealtime.m
[68/149] Compiling Ably ARTPushChannel.m
[69/149] Compiling Ably ARTPushAdmin.m
[70/149] Compiling Ably ARTPushActivationStateMachine.m
[71/149] Compiling Ably ARTPushActivationEvent.m
[72/149] Compiling Ably ARTPushActivationState.m
[73/149] Compiling Ably ARTPublishResultSerial.m
[74/149] Compiling Ably ARTPublishResult.m
[75/149] Compiling Ably ARTPush.m
[76/149] Compiling Ably ARTPublicRealtimeChannelUnderlyingObjects.m
[77/149] Compiling Ably ARTPresenceMessage.m
[78/149] Compiling Ably ARTProtocolMessage.m
[79/149] Compiling Ably ARTPresence.m
[80/149] Compiling Ably ARTPluginDecodingContext.m
[81/149] Compiling Ably ARTPluginAPI.m
[82/149] Compiling Ably ARTPendingMessage.m
[83/149] Compiling Ably ARTOutboundAnnotation.m
[84/149] Compiling Ably ARTPaginatedResult.m
[85/149] Compiling Ably ARTNSURL+ARTUtils.m
[86/149] Compiling Ably ARTOSReachability.m
[87/149] Compiling Ably ARTNSString+ARTUtil.m
[88/149] Compiling Ably ARTNSMutableURLRequest+ARTUtils.m
[89/149] Compiling Ably ARTNSMutableURLRequest+ARTPaginated.m
[90/149] Compiling Ably ARTNSMutableRequest+ARTRest.m
[91/149] Compiling Ably ARTNSMutableRequest+ARTPush.m
[92/149] Compiling Ably ARTNSMutableDictionary+ARTDictionaryUtil.m
[93/149] Compiling Ably ARTNSHTTPURLResponse+ARTPaginated.m
[94/149] Compiling Ably ARTNSError+ARTUtils.m
[95/149] Compiling Ably ARTNSDictionary+ARTDictionaryUtil.m
[96/149] Compiling Ably ARTNSDate+ARTUtil.m
[97/149] Compiling Ably ARTNSArray+ARTFunctional.m
[98/149] Compiling Ably ARTMessageVersion.m
[99/149] Compiling Ably ARTMessageSendStatus.m
[100/149] Compiling Ably ARTMessageOperation.m
[101/149] Compiling Ably ARTMessageAnnotations.m
[102/149] Compiling Ably ARTMsgPackEncoder.m
[103/149] Compiling Ably ARTLogAdapter.m
[104/149] Compiling Ably ARTMessage.m
[105/149] Compiling Ably ARTLog.m
[106/149] Compiling Ably ARTLocalDeviceStorage.m
[107/149] Compiling Ably ARTLocalDevice.m
[108/149] Compiling Ably ARTJsonEncoder.m
[109/149] Compiling Ably ARTJsonLikeEncoder.m
[110/149] Compiling Ably ARTJitterCoefficientGenerator.m
[111/149] Compiling Ably ARTInternalLogCore.m
[112/149] Compiling Ably ARTInternalLog.m
[113/149] Compiling Ably ARTHttp.m
[114/149] Compiling Ably ARTHTTPPaginatedResponse.m
[115/149] Compiling Ably ARTGCD.m
[116/149] Compiling Ably ARTFormEncode.m
[117/149] Compiling Ably ARTFallbackHosts.m
[118/149] Compiling Ably ARTFallback.m
[119/149] Compiling Ably ARTErrorChecker.m
[120/149] Compiling Ably ARTDevicePushDetails.m
[121/149] Compiling Ably ARTDeviceIdentityTokenDetails.m
[122/149] Compiling Ably ARTEventEmitter.m
[123/149] Compiling Ably ARTDeviceDetails.m
[124/149] Compiling Ably ARTDefault.m
[125/149] Compiling Ably ARTDataQuery.m
[126/149] Compiling Ably ARTCrypto.m
[127/149] Compiling Ably ARTDataEncoder.m
[128/149] Compiling Ably ARTContinuousClock.m
[129/149] Compiling Ably ARTConstants.m
[130/149] Compiling Ably ARTConnectionStateChangeParams.m
[131/149] Compiling Ably ARTConnectionDetails.m
[132/149] Compiling Ably ARTConnection.m
[133/149] Compiling Ably ARTConnectRetryState.m
[134/149] Compiling Ably ARTClientInformation.m
[135/149] Compiling Ably ARTClientOptions.m
[136/149] Compiling Ably ARTChannelProtocol.m
[137/149] Compiling Ably ARTChannelStateChangeParams.m
[138/149] Compiling Ably ARTChannels.m
[139/149] Compiling Ably ARTChannelOptions.m
[140/149] Compiling Ably ARTBaseMessage.m
[141/149] Compiling Ably ARTChannel.m
[142/149] Compiling Ably ARTBackoffRetryDelayCalculator.m
[143/149] Compiling Ably ARTAuthDetails.m
[144/149] Compiling Ably ARTAuthOptions.m
[145/149] Compiling Ably ARTAttachRequestParams.m
[146/149] Compiling Ably ARTAttachRetryState.m
[147/149] Compiling Ably ARTAnnotation.m
[148/149] Compiling Ably ARTAuth.m
[150/151] Emitting module AblyTesting
[151/151] Compiling AblyTesting MockInternalLogCore.swift
Build complete! (24.74s)
Fetching https://github.com/quick/nimble
Fetching https://github.com/ably/ably-cocoa-plugin-support.git
Fetching https://github.com/rvi/msgpack-objective-C
Fetching https://github.com/ably/delta-codec-cocoa
[1/113] Fetching ably-cocoa-plugin-support
[41/619] Fetching ably-cocoa-plugin-support, msgpack-objective-c
[120/1232] Fetching ably-cocoa-plugin-support, msgpack-objective-c, delta-codec-cocoa
[1233/21037] Fetching ably-cocoa-plugin-support, msgpack-objective-c, delta-codec-cocoa, nimble
Fetched https://github.com/quick/nimble from cache (1.94s)
Fetched https://github.com/ably/delta-codec-cocoa from cache (1.94s)
Fetched https://github.com/rvi/msgpack-objective-C from cache (1.94s)
Fetched https://github.com/ably/ably-cocoa-plugin-support.git from cache (1.94s)
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.56s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 11.2.2 (0.78s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.95s)
Computing version for https://github.com/ably/delta-codec-cocoa
Computed https://github.com/ably/delta-codec-cocoa at 1.3.5 (1.56s)
Computing version for https://github.com/rvi/msgpack-objective-C
Computed https://github.com/rvi/msgpack-objective-C at 0.4.0 (0.58s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.60s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.68s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.30s)
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/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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.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
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
Build complete.
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.