There are 14 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| dfda0424-87c9-4c21-b7d1-3d0bf39a548a | 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) |
| b0c1b7e4-9c49-4a52-8595-b1ac23271f4d | 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) |
| 7ef5fe46-a243-43ed-8dee-3163ba3982f3 | 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) |
| 77c9f389-7ef7-49df-b773-417c3e6a63fd | 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) |
| 0a9b61ea-e246-4759-9bee-7977add7cc16 | 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) |
| 9a302a7e-b148-48a6-8100-a41da27eeb3b | 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 0x600003e44820>( John, Mary ) )") (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=1441&StartingLineNumber=1441) |
| 0c2afd11-f63f-43d0-bdee-10a0eacaf1ca | 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) |
| a5d70087-e295-4e8d-99ec-650c2f0b3209 | 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) |
| da694f22-b503-4069-bc6f-edb884b93b44 | 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) |
| 92e4e054-a233-4c5d-9a0e-caf5d34791c6 | e92b45a7-fb3f-40ee-b76b-da4e3b2acea3 | RestClientTests | test__008__RestClient__should_use_MsgPack_binary_protocol() | failed - expected dictionary, got __NSArrayM: ( { data = message; id = "zRQklefeaAZW:0"; } ) (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1658&StartingLineNumber=1658) |
| a5cd7167-66a5-40c6-a944-5dcfd86260dd | 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) |
| 3518558d-b066-4e36-bcd9-cf09bb75fdd9 | 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) |
| 88bd17af-db6c-4473-91e2-662ea11b261d | 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) |
| 19a63f88-8b96-4baf-af4f-68d542c00db0 | 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) |