Details of upload 8ad0fe2b-648f-4adc-97c0-8392313a7125

Created at
2025-12-21T15:32:48.895Z
Total number of tests
960
JUnit report XML
View report
GitHub repository
ably/ably-cocoa
Commit SHA
772797b
Pull request base ref
fix/2135-refactor-execute-request
Pull request head ref
2156-rest-requests-building
Branch / tag name
2164/merge
Workflow asset retention period
90 days
GitHub action
__run_6
GitHub run ID
20411552512
GitHub run attempt
1
GitHub run number
931
GitHub job
check
GitHub job URL
https://github.com/ably/ably-cocoa/actions/runs/20411552512/job/58649117148
Loop iteration
1

Test failures

There are 35 failures in this upload.

Failure ID Test case ID Test class Test case Message
8b681ac0-017a-408e-a4c5-e7c21e39e097 c6012053-f168-492d-898c-31dfd90f2366 RestClientTests test__009__RestClient__should_use_JSON_text_protocol() failed - HTTPBody has invalid format (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1696&StartingLineNumber=1696)
d9895444-f3d0-4cac-91b1-342d98274906 ad117472-67e2-4718-b014-723790ec3341 AuthTests test__046__Token__clientId_and_authenticated_clients__should_not_pass_clientId_with_published_message() failed - expected dictionary, got __NSArrayM: ( { id = "BB9hQE2OPx3j:0"; name = foo; } ) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/AuthTests.swift#EndingLineNumber=1147&StartingLineNumber=1147)
3c36a70b-c101-4396-bca6-fd5f799e6918 a54435fe-9030-49cb-a96d-b36575fb0bb7 RealtimeClientChannelTests test__119__Channel__history__should_retrieve_all_available_messages() XCTAssertFalse failed (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientChannelTests.swift#EndingLineNumber=3795&StartingLineNumber=3795)
9dec1f02-0b11-4986-9f86-3e6a3a41775c 2447ec22-b780-40ee-afa2-c0711b7cd579 RealtimeClientPresenceTests test__115__Presence__history__should_return_a_PaginatedResult_page() XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-18DA8EB1-62C3-4FBA-A716-F7FDD76FE540-5B67610D-0152-46A1-9091-ED0F6803726D--OSX-18DA8EB1-62C3-4FBA-A716-F7FDD76FE540-788023518.050885-CBF0BA95-85D4-4CD1-9979-75B2974D2CBA/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=3686&StartingLineNumber=3686)
b2295c7d-6add-476f-8cef-9bbbba14eebc 3f7f5c51-32e7-4fea-a9ea-da40e38c873a RestClientChannelTests test__022__publish__idempotent_publishing__should_generate_for_internal_message_that_is_created_in_publish_name_data___method() XCTUnwrap failed: threw error "serializedObjectIsNotOfExpectedType" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=766&StartingLineNumber=766)
59538cfb-6aaf-47d7-b7d4-2fb6821f2735 4ca56614-4dce-40a4-b488-ffb1edcca71f RestClientChannelTests test__036__message_encoding__payloads_should_be_binary__strings__or_objects_capable_of_JSON_representation() failed - typeMismatch(Swift.Dictionary<Swift.String, Any>, Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode Dictionary<String, Any> but found an array instead.", underlyingError: nil)) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1296&StartingLineNumber=1296)
ce9c2b76-dbe1-4256-8b8a-000c2864f3b8 ac78df1e-766f-4ce6-9669-1e8a1264e459 RestClientChannelTests test__037__message_encoding__encoding_attribute_should_represent_the_encoding_s__applied_in_right_to_left() failed - typeMismatch(Swift.Dictionary<Swift.String, Any>, Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode Dictionary<String, Any> but found an array instead.", underlyingError: nil)) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1353&StartingLineNumber=1353)
b7bb66bd-8249-4085-9188-d8295ed0e2f2 c5d76c61-0a30-4760-ae20-8c7af473905d RestClientChannelTests test__038__message_encoding__json__binary_payload_should_be_encoded_as_Base64_and_represented_as_a_JSON_string() XCTAssertEqual failed: ("nil") is not equal to ("Optional("MTIzNDU2")") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1383&StartingLineNumber=1383)
185c0908-274c-4c4d-a803-b74861176660 ac1bdbc2-74ff-460d-ad4d-e4d39617d62d RestClientChannelTests test__039__message_encoding__json__string_payload_should_be_represented_as_a_JSON_string() XCTAssertEqual failed: ("nil") is not equal to ("Optional("John")") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1408&StartingLineNumber=1408)
b959c5e2-0984-47c5-ab84-41e62c76d076 a9607ebb-93fe-4136-a1b3-1838a48eb9cd RestClientChannelTests test__041__message_encoding__json__json_payload_should_be_stringified_either__as_a_JSON_Array() XCTAssertEqual failed: ("nil") is not equal to ("Optional(<Swift.__SwiftDeferredNSArray 0x600000089fc0>( John, Mary ) )") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1441&StartingLineNumber=1441)
230dc585-0b74-458b-a7eb-c90fa0eef013 1a98b6c2-bcf8-4908-8f50-95be6f0ab3d6 RestClientChannelTests test__042__message_encoding__json__json_payload_should_be_stringified_either__as_a_JSON_Object() XCTAssertEqual failed: ("nil") is not equal to ("Optional({ name = John; number = 3; })") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1472&StartingLineNumber=1472)
cee153d2-eab4-443f-b984-39407c4b145e 66cd10fc-b8db-4a5b-83a3-70ac690703bd RestClientChannelTests test__043__message_payload_encryption__should_support_AES_encryption__128_CBC_mode() XCTAssertEqual failed: ("nil") is not equal to ("Optional("utf-8/cipher+aes-128-cbc/base64")") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=64&StartingLineNumber=64)
c19f1b46-c47e-4cf5-af91-9ba80a0298d8 de7258d7-5c54-4e65-82e8-81f56d639dc5 RestClientChannelTests test__044__message_payload_encryption__should_support_AES_encryption__256_CBC_mode() XCTAssertEqual failed: ("nil") is not equal to ("Optional("utf-8/cipher+aes-256-cbc/base64")") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=64&StartingLineNumber=64)
a219fd16-1c03-40b4-88aa-d3a05697bf2a d5bcaf22-ff21-4cc5-8249-80158dc04652 RestClientPresenceTests test__001__Presence__presence_messages_retrieved_are_decoded_in_the_same_way_that_messages_are_decoded() XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-F7301431-826C-42AE-BC2E-55092A26F2ED-51CD5FF4-DCDD-48DD-9FF9-068AB92EE2E4--OSX-F7301431-826C-42AE-BC2E-55092A26F2ED-788023643.223214-EE1950A0-A611-46F7-94D7-B794E3551202/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientPresenceTests.swift#EndingLineNumber=472&StartingLineNumber=472)
4bd0c2a3-213c-4776-a9aa-e3159d8eb6a0 ecb7da2d-b16a-4621-992d-53a9f6eb7cb0 RestClientPresenceTests test__006__Presence__history__should_return_a_PaginatedResult_page_containing_the_first_page_of_members() XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-305C183E-BC20-4147-B55D-DC056B7B35F5-C6D4DBE9-FB9B-4C98-9CA5-BD5EE8C6E9DD--OSX-305C183E-BC20-4147-B55D-DC056B7B35F5-788023766.792423-DD357AF8-AFE8-44E0-9F1B-95D1800A6F75/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientPresenceTests.swift#EndingLineNumber=182&StartingLineNumber=182)
acaaaebc-4a0b-4b8b-b503-d2897bad811a e798aab2-a9e1-4237-87ec-f29660701675 RestClientPresenceTests test__007__Presence__history__query_argument__direction_should_change_the_order_of_the_members() XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-5400D134-6BF9-47E9-A3AB-F5279CB6796E-9C704D6D-11DD-463E-8F7B-94F30D56BC21--OSX-5400D134-6BF9-47E9-A3AB-F5279CB6796E-788023842.183591-E4444BC9-CCF4-4AE3-A60A-DAA0F50D083A/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientPresenceTests.swift#EndingLineNumber=249&StartingLineNumber=249)
a7b4b8f7-a3a2-45e9-9335-ad2e9fc768bb ff05c448-07ce-4221-8d5f-4f26f3a785e6 RestClientTests test__089__RestClient__request__method_signature_and_arguments__should_error_if_method_is_invalid() Method A isn't valid. (NSInternalInconsistencyException) (/Users/runner/work/ably-cocoa/ably-cocoa/Source/ARTRest.m#EndingLineNumber=643&StartingLineNumber=643)
52f87be0-7289-42a6-918a-f7755bef469d 60b01c8f-b8fd-43d6-880b-c38d804791ad RestClientTests test__090__RestClient__request__method_signature_and_arguments__should_error_if_path_is_invalid() Path cannot be empty. (NSInternalInconsistencyException) (/Users/runner/work/ably-cocoa/ably-cocoa/Source/ARTRest.m#EndingLineNumber=655&StartingLineNumber=655)
5b6f8b64-9b46-4123-8a3c-a602ecc56b4f 466bf238-433a-4a00-bb56-edca30f6295c RestClientPresenceTests test__008__Presence__history__connectionId_should_filter_members_by_the_provided_connectionId() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo={_kCFStreamErrorCodeKey=53, NSUnderlyingError=0x600000466af0 {Error Domain=kCFErrorDomainCFNetwork Code=-1005 "(null)" UserInfo={_kCFStreamErrorCodeKey=53, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <EACB69EB-30D7-4335-BFF3-7BC2EDED6ADA>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <EACB69EB-30D7-4335-BFF3-7BC2EDED6ADA>.<1>" ), NSLocalizedDescription=The network connection was lost., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
3a8eece2-6a69-44f5-88b1-461fb754e639 7141642d-e857-4320-82e5-288b84efa762 RestClientPresenceTests test__009__Presence__history__query_argument__limit_supports_up_to_1000_members() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000431a40 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <0E28D1A8-B706-477E-8E81-1C36B3A5ECC2>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <0E28D1A8-B706-477E-8E81-1C36B3A5ECC2>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
99a92364-5f01-421d-b5dc-73a361620774 4de93fa8-d7b0-4cf9-819e-6f35a84f0896 RestClientPresenceTests test__010__Presence__history__query_argument__start_and_end_should_filter_members_between_those_two_times() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000425800 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <1FA59557-24DE-47EC-89A5-376127552777>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <1FA59557-24DE-47EC-89A5-376127552777>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
5644d5c1-171e-4cb5-9db9-f8b687dd61f5 9f7a7dc9-eb64-49b9-91f9-4e2e3c8a37d3 RestClientPresenceTests test__011__Presence__history__query_argument__start_must_be_equal_to_or_less_than_end_and_is_unaffected_by_the_request_direction() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x60000042b300 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <1C209F33-2557-4EF5-8DBE-947CD2FD63B4>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <1C209F33-2557-4EF5-8DBE-947CD2FD63B4>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
d966bfa8-ef5a-4230-a0dd-7df37c81a375 efc077b2-fd5b-446c-8b2f-33b07f810977 RestClientStatsTests test__001__RestClient__stats__result__should_match_minute_level_inbound_and_outbound_fixture_data__forwards_() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x60000042d230 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 1ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <AD271DC8-46A1-4BCF-BEC7-28BEF6107AF0>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <AD271DC8-46A1-4BCF-BEC7-28BEF6107AF0>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
dd2eb2b1-34d5-475c-8207-bc7e1c4027b7 d17ec17b-78b4-4e1d-a0d3-2dba60cc50f6 RestClientStatsTests test__002__RestClient__stats__result__should_match_hour_level_inbound_and_outbound_fixture_data__forwards_() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000434240 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 1ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <72F970AF-0F92-4E47-B841-687888CD9B89>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <72F970AF-0F92-4E47-B841-687888CD9B89>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
e6d49004-1e72-4115-a955-2d821a0376a5 713c34a8-b1db-435d-a9bc-611215c67c3e RestClientStatsTests test__003__RestClient__stats__result__should_match_day_level_inbound_and_outbound_fixture_data__forwards_() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000427030 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 1ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <71386D9D-255E-49D4-8E06-69F4FA16C601>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <71386D9D-255E-49D4-8E06-69F4FA16C601>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
9d2b55cc-dae9-4968-a3ba-cdc9870057f3 5ec77f24-1634-4cd8-b7bc-cc88774c9060 RestClientTests test__091__RestClient__request__method_signature_and_arguments__should_error_if_body_is_not_a_Dictionary_or_an_Array() Body should be a NSData, NSDictionary or an NSArray. (NSInternalInconsistencyException) (/Users/runner/work/ably-cocoa/ably-cocoa/Source/ARTRest.m#EndingLineNumber=649&StartingLineNumber=649)
c453b3c5-1d69-4816-af3d-6b53f6e2936c aa3447d2-b2e0-41c2-9a05-fdc64e00cac2 RestClientStatsTests test__004__RestClient__stats__result__should_match_month_level_inbound_and_outbound_fixture_data__forwards_() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x6000004323d0 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 1ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <9125EEE6-106C-4D49-932F-F207B33CE725>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <9125EEE6-106C-4D49-932F-F207B33CE725>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
b480f8de-fcc7-4c61-bd96-1098406dda77 9bf380bb-5208-4456-949f-2902ee19f0b1 RestClientStatsTests test__005__RestClient__stats__result__should_contain_only_one_item_when_limit_is_1__backwards() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000433600 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <C33ABC4E-2078-401E-8EF4-AA8C5445620E>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <C33ABC4E-2078-401E-8EF4-AA8C5445620E>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
4ca648f6-79e8-49ce-9965-c3456f04a812 9ee08f8b-7a7f-4170-bf25-cade71e71952 RestClientStatsTests test__006__RestClient__stats__result__should_contain_only_one_item_when_limit_is_1__forwards() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000427f30 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <DB6521E0-0996-4A97-B665-38FA4C991343>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <DB6521E0-0996-4A97-B665-38FA4C991343>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
1750b57b-8790-4c12-8a20-7b515d0a13e3 0608cd85-e2a6-45d1-9f7b-0a599e5e0363 RestClientStatsTests test__007__RestClient__stats__result__should_be_paginated_according_to_the_limit__backwards() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000439320 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <31C2E87D-88F1-494F-9606-2FC91EDBBCC6>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <31C2E87D-88F1-494F-9606-2FC91EDBBCC6>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
f0dbdbfd-3a94-4c75-a968-6efd39219f39 2f51de6b-f823-4ca4-a3ec-518549f6e373 RestClientStatsTests test__008__RestClient__stats__result__should_be_paginated_according_to_the_limit__fowards_() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000435470 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <4A1A90D8-33CA-4AA4-8EEE-4E609A8BB057>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <4A1A90D8-33CA-4AA4-8EEE-4E609A8BB057>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
7576be35-2026-449c-bacf-f731fdaf6e3c 3454ff51-e12f-4e5b-a328-1344bf55934b RestClientTests test__001__RestClient__All_REST_requests_should_include_the_current_API_version() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x60000043b4e0 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=unsatisfied (No network route)}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <0AB9767B-CF65-4DD4-A896-F1AA869C34E8>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <0AB9767B-CF65-4DD4-A896-F1AA869C34E8>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
c94606e9-a902-42fe-ae54-38afbf2f8c53 95282934-f3e5-45b0-b1cc-00e52983ef05 RestClientTests test__002__RestClient__should_provide_access_to_the_AuthOptions_object_passed_in_ClientOptions() failed: caught error: "Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x60000043d2c0 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=50, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: en0, ipv4}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <292AA7DE-91F0-4715-956A-48237B1874EB>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <292AA7DE-91F0-4715-956A-48237B1874EB>.<1>" ), NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLStringKey=https://sandbox-rest.ably.io:443/apps, NSErrorFailingURLKey=https://sandbox-rest.ably.io:443/apps, _kCFStreamErrorDomainKey=1}" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Test%20Utilities/TestUtilities.swift#EndingLineNumber=383&StartingLineNumber=383)
f146fdec-f5ee-448d-a330-b84ea0a51874 e92b45a7-fb3f-40ee-b76b-da4e3b2acea3 RestClientTests test__008__RestClient__should_use_MsgPack_binary_protocol() failed - expected dictionary, got __NSArrayM: ( { data = message; id = "djOpXMYiCTDN:0"; } ) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1658&StartingLineNumber=1658)
1b1556de-e1af-4364-b575-c307167e2047 0052bcb6-1254-45a2-b9cc-0fbf190bf99b WrapperSDKProxyTests test_presenceHistory_addsWrapperSDKAgentToRequest() XCTAssertNil failed: "Error 40400 - Could not find path: /channels/test-05B316AC-2B42-4327-B678-0D4C5B57F211-2EDE9E13-A047-42AE-A069-6FE76E8A06E3--OSX-05B316AC-2B42-4327-B678-0D4C5B57F211-788023916.250038-FB4AFB11-C975-4DF0-904F-E894A4515B13/presence/history?limit=100&direction=backwards" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/WrapperSDKProxyTests.swift#EndingLineNumber=528&StartingLineNumber=528)