283 test failures, 72 warnings
Report Summary | |
---|---|
Errors | 0 |
Test Failures | 283 |
Analysis Issues | 0 |
Warnings | 72 |
Details
283 Test Failures
Details
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3729
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] =[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- SwiftRLMDynamicTests.testDynamicTypesMixedCollection_objc() | Realm/Tests/Swift/SwiftDynamicTests.swift:191
XCTAssertTrue failed: throwing "RLMException: Index 2 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:577
(([array1[3] isEqual:@456.789]) is true) failed: throwing "RLMException: Index 3 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:567
(([[[NSString alloc] initWithData:(NSData *)array[4] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed: throwing "RLMException: Index 4 is out of bounds (must be less than 0)."
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3749
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] BEGINSWITH 'he'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:517
(([dictionary[@"key4"] isEqual:@123]) is true) failed
- -[RLMValueTests testDeleteAndUpdateValuesInManagedDictionary] | Realm/Tests/RLMValueTests.m:852
(([dictionary[@"key2"] isEqual:@"hello2"]) is true) failed
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3767
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3737
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] < %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3734
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] >[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3762
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH[cd] 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:773
((((NSDate *)dictionary1[@"key7"]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: ("0") is not equal to ("1713772997.61") +/- ("1")
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3733
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:828
(([array1[8] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed: throwing "RLMException: Index 8 is out of bounds (must be less than 0)."
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3742
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3733
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:522
(([((RLMObjectId *)dictionary[@"key9"]) isEqual:oid]) is true) failed
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3725
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- SwiftRLMDynamicTests.testDynamicTypesMixedCollection_objc()
Crash: xctest (5174) implicit closure #6 in SwiftRLMDynamicTests.testDynamicTypesMixedCollection_objc()
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:564
(([array[1] isEqual:@YES]) is true) failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3725
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:570
(([((RLMObjectId *)array[7]) isEqual:oid]) is true) failed: throwing "RLMException: Index 7 is out of bounds (must be less than 0)."
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3763
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3758
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3771
((exception.reason (Key paths that include a collection property must use aggregate operations) matches @"not supported") is true) failed
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:515
(([dictionary[@"key2"] isEqual:@"hello2"]) is true) failed
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3750
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] BEGINSWITH 'he'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:537
(([dictionary2[@"key1"] isEqual:@"hello"]) is true) failed
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3766
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE[c] 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3738
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] < %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3737
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] < %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3761
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH[c] 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:816
(([((RLMObjectId *)array[7]) isEqual:oid]) is true) failed: throwing "RLMException: Index 7 is out of bounds (must be less than 0)."
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3765
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:814
((((NSDate *)array[5]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: throwing "RLMException: Index 5 is out of bounds (must be less than 0)."
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3740
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] <[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3755
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:815
(([((StringObject *)array[6]).stringCol isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 6 is out of bounds (must be less than 0)."
- -[RLMValueTests testDeleteAndUpdateValuesInManagedDictionary] | Realm/Tests/RLMValueTests.m:853
(([dictionary[@"key3"] isEqual:@YES]) is true) failed
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3739
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] <[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3732
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:826
(([((StringObject *)array1[6]).stringCol isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 6 is out of bounds (must be less than 0)."
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:779
(([dictionary2[@"key1"] isEqual:@"hello"]) is true) failed
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3726
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] != %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:813
(([[[NSString alloc] initWithData:(NSData *)array[4] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed: throwing "RLMException: Index 4 is out of bounds (must be less than 0)."
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:821
(([array1[1] isEqual:@YES]) is true) failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyDictionary] | Realm/Tests/RLMValueTests.m:338
(([((StringObject *)((NSDictionary *)mo1.anyCol)[@"key2"]).stringCol isEqualToString:so1.stringCol]) is true) failed
- -[QueryTests testDictionaryQueryKeySubscriptWithObjectCol] | Realm/Tests/QueryTests.m:3802
((1U) equal to (([self evaluate:[DictionaryParentObject objectsWhere:@"%K['aKey'] = %@", @"objectCol.stringDict", @"blah"]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3755
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3732
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3757
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS[cd] 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:823
(([array1[3] isEqual:@456.789]) is true) failed: throwing "RLMException: Index 3 is out of bounds (must be less than 0)."
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3765
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionarySubscriptThrowsException] | Realm/Tests/QueryTests.m:3808
The expression ([realm objects:@"ArrayPropertyObject" where:@"array['invalid'] = NULL"]) threw an exception with reason 'Key paths that include a collection property must use aggregate operations', but expected to contain 'Invalid keypath 'array["invalid"]': only dictionaries support subscript predicates.'
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3765
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3737
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] < %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:530
(([[[NSString alloc] initWithData:(NSData *)dictionary1[@"key6"] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3770
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] LIKE NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3761
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH[c] 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionarySubscriptThrowsException] | Realm/Tests/QueryTests.m:3812
The expression ([realm objects:@"OwnerObject" where:@"dog['dogName'] = NULL"]) threw an exception with reason 'Invalid keypath 'dog["dogName"]': mixed collection support subscript predicates.', but expected to contain 'Aggregate operations can only be used on key paths that include an collection property'
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:824
(([[[NSString alloc] initWithData:(NSData *)array1[4] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed: throwing "RLMException: Index 4 is out of bounds (must be less than 0)."
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3753
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] BEGINSWITH NULL", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3761
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH[c] 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:532
(([((StringObject *)dictionary1[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:774
(([((StringObject *)dictionary1[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:771
(([dictionary1[@"key5"] isEqual:@456.789]) is true) failed
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3760
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] ENDSWITH 'lo'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:768
(([dictionary1[@"key2"] isEqual:@"hello2"]) is true) failed
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:769
(([dictionary1[@"key3"] isEqual:@YES]) is true) failed
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3769
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] LIKE[c] 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3756
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS[c] 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[MixedCollectionChangesetTests testMixedDictionaryCollectionChanges] | Realm/Tests/NotificationTests.m:1811
Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "collections_mixed_notifications".
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3747
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3739
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] <[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:772
(([[[NSString alloc] initWithData:(NSData *)dictionary1[@"key6"] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed
- SwiftRLMDynamicTests.testDynamicTypesMixedCollection_objc() | Realm/Tests/Swift/SwiftDynamicTests.swift:190
XCTAssertTrue failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3739
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] <[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3734
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] >[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[ObjectTests testCreateInRealmValidationForDictionary]
Crash: xctest (2947) -[ObjectTests testCreateInRealmValidationForDictionary]. libsystem_c.dylib: abort() called
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3725
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] = %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:528
(([dictionary1[@"key4"] isEqual:@123]) is true) failed
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:831
(([array2[0] isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:568
((((NSDate *)array[5]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: throwing "RLMException: Index 5 is out of bounds (must be less than 0)."
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3728
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3756
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] CONTAINS[c] 'el'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryWithReversedColumnOrderTests testDictionarySubscriptThrowsException] | Realm/Tests/QueryTests.m:3808
The expression ([realm objects:@"ArrayPropertyObject" where:@"array['invalid'] = NULL"]) threw an exception with reason 'Key paths that include a collection property must use aggregate operations', but expected to contain 'Invalid keypath 'array["invalid"]': only dictionaries support subscript predicates.'
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3733
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:529
(([dictionary1[@"key5"] isEqual:@456.789]) is true) failed
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3745
((2U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] !=[c] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:575
(([array1[1] isEqual:@YES]) is true) failed: throwing "RLMException: Index 1 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:563
(([array[0] isEqual:@"hello2"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:521
(([((StringObject *)dictionary[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
- -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/Tests/RLMValueTests.m:900
(([array2[0] isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3735
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] >[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:580
(([((StringObject *)array1[6]).stringCol isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 6 is out of bounds (must be less than 0)."
- -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:531
((((NSDate *)dictionary1[@"key7"]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: ("0") is not equal to ("1713772997.86") +/- ("1")
- -[AsyncQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3766
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] LIKE[c] 'hel*'", property]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:827
(([((RLMObjectId *)array1[7]) isEqual:oid]) is true) failed: throwing "RLMException: Index 7 is out of bounds (must be less than 0)."
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3733
((3U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"NOT %K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[NullQueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3732
((0U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] > %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- -[QueryTests testDictionaryQueryKeySubscript] | Realm/Tests/QueryTests.m:3729
((1U) equal to (([self evaluate:[AllDictionariesObject objectsWhere:@"%K['aKey'] =[cd] %@", property, values[0]]].count))) failed: throwing "Invalid predicate: Key paths that include a collection property must use aggregate operations"
- View 182 more test failures in Xcode Cloud.
72 Warnings
Details
-
No App Category is set for target 'TestHost'. Set a category by using the General tab for your target, or by adding an appropriate LSApplicationCategory value to your Info.plist.
- Realm/Tests/NotificationTests.m:1963
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2064
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1852
Unused parameter 'realm'
- Realm/RLMArray.mm:34
Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
- Realm/RLMAccessor.mm:792
Incompatible pointer types returning 'id' from a function with result type 'RLMArray *'
- Realm/Tests/NotificationTests.m:1992
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1968
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1822
Unused parameter 'array'
- Realm/RLMArray.h:60
Cannot find protocol definition for 'RLMValue'
- Realm/Tests/NotificationTests.m:1974
Unused parameter 'realm'
-
skipping copy phase strip, binary is code signed: /Volumes/workspace/DerivedData/Build/Products/Release/Realm.framework/Versions/A/Realm
- Realm/Tests/NotificationTests.m:1793
Unused parameter 'dictionary'
- Realm/Tests/NotificationTests.m:2034
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1890
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1768
Unused parameter 'columnName'
- Realm/Tests/NotificationTests.m:1845
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1895
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1873
Unused parameter 'realm'
- Realm/RLMResults_Private.h:21
Double-quoted include "RLMRealm_Private.h" in framework header, expected angle-bracketed instead
- Realm/Tests/RLMValueTests.m:509
Unused variable 'mo'
- Realm/Tests/NotificationTests.m:2052
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1881
Unused parameter 'realm'
- Realm/RLMDictionary.h:54
Cannot find protocol definition for 'RLMValue'
- Realm/Tests/NotificationTests.m:1955
Unused parameter 'realm'
- Realm/RLMQueryUtil.mm:1723
Comparison of integers of different signs: 'int' and 'std::vector::size_type' (aka 'unsigned long')
- Realm/RLMAsyncTask_Private.h:21
Double-quoted include "RLMRealm_Private.h" in framework header, expected angle-bracketed instead
- Realm/Tests/Swift/SwiftDynamicTests.swift:169
Heterogeneous collection literal could only be inferred to '[Any]'; add explicit type annotation if this is intentional
- Realm/RLMAccessor.mm:798
Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
- Realm/Tests/RLMValueTests.m:557
Unused variable 'mo'
- Realm/Tests/NotificationTests.m:1771
Unused parameter 'deleted'
- Realm/Tests/NotificationTests.m:1949
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1980
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1986
Unused parameter 'realm'
- Realm/RLMUtil.mm:51
Incompatible pointer types returning 'id' from a function with result type 'RLMArray *'
- Realm/Tests/NotificationTests.m:2058
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1900
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2047
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1937
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2010
Unused parameter 'realm'
- Realm/RLMAsyncTask.mm:62
Unused parameter 'd'
- Realm/RLMDictionary.mm:34
Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
- Realm/Tests/NotificationTests.m:2016
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2022
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2076
Unused parameter 'realm'
- Realm/Tests/RLMValueTests.m:839
Unused variable 'd'
- Realm/Tests/NotificationTests.m:1859
Unused parameter 'realm'
- Realm/RLMQueryUtil.hpp:27
Class 'PathElement' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI
- Realm/Tests/NotificationTests.m:1908
Unused parameter 'deleted'
-
Direct access in function 'realm::sync::InstructionApplier::operator()(realm::sync::instr::SetErase const&)::SetEraseResolver::on_set(realm::SetBase&)' from file '/Volumes/workspace/DerivedData/Build/Products/Release/librealm-monorepo.a(instruction_applier.o)' to global weak symbol 'typeinfo for realm::Set' from file '/Volumes/workspace/DerivedData/Build/Products/Release/librealm-monorepo.a(set.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
- Realm/Tests/NotificationTests.m:1885
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2005
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1868
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1931
Unused parameter 'realm'
- Realm/RLMUtil.mm:481
Case value not in enumerated type 'realm::DataType::Type'
- Realm/RLMUtil.mm:483
Case value not in enumerated type 'realm::DataType::Type'
- Realm/Tests/NotificationTests.m:1942
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:2028
Unused parameter 'realm'
- Realm/Tests/NotificationTests.m:1926
Unused parameter 'realm'
- Realm/Tests/RLMValueTests.m:880
Unused variable 'd'
- Realm/Tests/NotificationTests.m:1822
Unused parameter 'error'
- file:///Volumes/workspace/DerivedData/Build/Products/Release/include/realm/path.hpp:37
'PathElement' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI
- Realm/Tests/RLMValueTests.m:879
Unused variable 'oid'
-
Direct access in function 'realm::sync::InstructionApplier::operator()(realm::sync::instr::SetInsert const&)::SetInsertResolver::on_set(realm::SetBase&)' from file '/Volumes/workspace/DerivedData/Build/Products/Release/librealm-monorepo.a(instruction_applier.o)' to global weak symbol 'typeinfo for realm::Set' from file '/Volumes/workspace/DerivedData/Build/Products/Release/librealm-monorepo.a(set.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
- Realm/RLMDictionary.h:54
cannot find protocol definition for 'RLMValue'
- Realm/Tests/NotificationTests.m:1863
Unused parameter 'realm'
- Realm/Tests/RLMValueTests.m:838
Unused variable 'oid'
- Realm/Tests/RealmTests.mm:1909
Variable 'asyncTransactionIdA' is uninitialized when captured by block
- Realm/Tests/NotificationTests.m:2070
Unused parameter 'realm'
- Realm/Tests/Swift/SwiftDynamicTests.swift:163
Heterogeneous collection literal could only be inferred to '[Any]'; add explicit type annotation if this is intentional
- Realm/Tests/Swift/SwiftDynamicTests.swift:166
Heterogeneous collection literal could only be inferred to '[String : Any]'; add explicit type annotation if this is intentional
- Realm/RLMUtil.mm:59
Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
Annotations
Check notice on line 1931 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1931
Unused parameter 'realm'
Check notice on line 481 in Realm/RLMUtil.mm
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/RLMUtil.mm#L481
Case value not in enumerated type 'realm::DataType::Type'
Check notice on line 483 in Realm/RLMUtil.mm
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/RLMUtil.mm#L483
Case value not in enumerated type 'realm::DataType::Type'
Check notice on line 1942 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1942
Unused parameter 'realm'
Check notice on line 2028 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L2028
Unused parameter 'realm'
Check notice on line 1926 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1926
Unused parameter 'realm'
Check notice on line 880 in Realm/Tests/RLMValueTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/RLMValueTests.m#L880
Unused variable 'd'
Check notice on line 1822 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1822
Unused parameter 'error'
Check notice on line 879 in Realm/Tests/RLMValueTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/RLMValueTests.m#L879
Unused variable 'oid'
Check notice on line 54 in Realm/RLMDictionary.h
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/RLMDictionary.h#L54
cannot find protocol definition for 'RLMValue'
Check notice on line 1863 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1863
Unused parameter 'realm'
Check notice on line 838 in Realm/Tests/RLMValueTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/RLMValueTests.m#L838
Unused variable 'oid'
Check notice on line 2070 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L2070
Unused parameter 'realm'
Check notice on line 163 in Realm/Tests/Swift/SwiftDynamicTests.swift
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/Swift/SwiftDynamicTests.swift#L163
Heterogeneous collection literal could only be inferred to '[Any]'; add explicit type annotation if this is intentional
Check notice on line 166 in Realm/Tests/Swift/SwiftDynamicTests.swift
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/Swift/SwiftDynamicTests.swift#L166
Heterogeneous collection literal could only be inferred to '[String : Any]'; add explicit type annotation if this is intentional
Check notice on line 59 in Realm/RLMUtil.mm
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/RLMUtil.mm#L59
Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMDictionary *'
Check notice on line 1963 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1963
Unused parameter 'realm'
Check notice on line 2064 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L2064
Unused parameter 'realm'
Check notice on line 1852 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1852
Unused parameter 'realm'
Check notice on line 34 in Realm/RLMArray.mm
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/RLMArray.mm#L34
Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
Check notice on line 792 in Realm/RLMAccessor.mm
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/RLMAccessor.mm#L792
Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMArray *'
Check notice on line 1992 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1992
Unused parameter 'realm'
Check notice on line 1968 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1968
Unused parameter 'realm'
Check notice on line 1822 in Realm/Tests/NotificationTests.m
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/Tests/NotificationTests.m#L1822
Unused parameter 'array'
Check notice on line 60 in Realm/RLMArray.h
xcode-cloud / RealmSwift | osx_14.3.1 | Test - macOS
Realm/RLMArray.h#L60
Cannot find protocol definition for 'RLMValue'