There are 14 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| e9d51191-b9a5-4a84-86fe-559f02a9e4da | 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) |
| 3c46f026-222e-4094-8acd-a46427c9f130 | 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) |
| d1674110-7fb2-41fe-8ff5-a04eed006215 | 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) |
| e59760d4-57df-4cac-a93c-5db714c2a7a5 | 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) |
| 4a35e087-e893-43f0-ba78-6a685b98ac11 | 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) |
| 8bdb2efc-818e-4755-b3cf-c05ec78c81a9 | 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 0x6000006597e0>( John, Mary ) )") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1441&StartingLineNumber=1441) |
| b64025cb-ca69-4ce3-bce9-ffacc17709e5 | 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) |
| ad4dfced-136b-4748-ba20-fa4b7a3a3689 | 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) |
| 877f9d74-536a-4916-b935-1f840839e69b | 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) |
| bed404fa-4b15-41bc-b0aa-f4b84795d1fa | e92b45a7-fb3f-40ee-b76b-da4e3b2acea3 | RestClientTests | test__008__RestClient__should_use_MsgPack_binary_protocol() | failed - expected dictionary, got __NSArrayM: ( { data = message; id = "u7MIWQdrWHK3:0"; } ) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1658&StartingLineNumber=1658) |
| ab4653a1-b4c9-4381-9bf3-90d93775716d | 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) |
| 4f51c578-6d83-4aaf-9b38-c601dd4eecce | 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) |
| a249245a-9df4-4d2d-9f5f-8ea6b3c1a5c9 | 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) |
| c4a8f07a-1264-446b-b42a-97d6a454edc1 | 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) |