Skip to content

Collections in mixed

Xcode Cloud / RealmSwift | osx_15.2 | Test - macOS required action Apr 23, 2024 in 11m 17s

109 test failures, 23 warnings

Report Summary
Errors 0
Test Failures 109
Analysis Issues 0
Warnings 23

Details

109 Test Failures

Details

  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:771
      (([dictionary1[@"key5"] isEqual:@456.789]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:528
      (([dictionary1[@"key4"] isEqual:@123]) is true) failed
  -[RLMValueTests testCreateManagedObjectInAnyDictionary] | Realm/Tests/RLMValueTests.m:246
      (([((StringObject *)((NSDictionary *)mo0.anyCol)[@"key1"]).stringCol isEqualToString:so.stringCol]) is true) failed
  -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:581
      (([((RLMObjectId *)array1[7]) isEqual:oid]) is true) failed: throwing "RLMException: Index 7 is out of bounds (must be less than 0)."
  -[RLMValueTests testDeleteAndUpdateValuesInManagedDictionary] | Realm/Tests/RLMValueTests.m:851
      (([dictionary[@"key3"] isEqual:@YES]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:531
      ((((NSDate *)dictionary1[@"key7"]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: ("0") is not equal to ("1713883245.24") +/- ("1")
  -[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)."
  -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/Tests/RLMValueTests.m:895
      ((array.count) equal to (2U)) failed: ("0") is not equal to ("2")
  -[RLMValueTests testDeleteAndUpdateValuesInManagedDictionary] | Realm/Tests/RLMValueTests.m:850
      (([dictionary[@"key2"] isEqual:@"hello2"]) is true) failed
  -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:578
      (([[[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)."
  -[RLMValueTests testDeleteAndUpdateValuesInManagedDictionary] | Realm/Tests/RLMValueTests.m:854
      (([dictionary2[@"key1"] isEqual:@"hello"]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:522
      (([((RLMObjectId *)dictionary[@"key9"]) isEqual:oid]) is true) failed
  -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyArray] | Realm/Tests/RLMValueTests.m:365
      (([((StringObject *)((NSArray *)mo0.anyCol)[0]).stringCol isEqualToString:so.stringCol]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  SwiftRLMDynamicTests.testDynamicTypesMixedCollection_objc() | Realm/Tests/Swift/SwiftDynamicTests.swift:189
      XCTAssertTrue failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[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 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)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:758
      (([dictionary[@"key3"] isEqual:@YES]) is true) failed
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:761
      (([[[NSString alloc] initWithData:(NSData *)dictionary[@"key6"] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:515
      (([dictionary[@"key2"] isEqual:@"hello2"]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:519
      (([[[NSString alloc] initWithData:(NSData *)dictionary[@"key6"] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed
  -[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)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:774
      (([((StringObject *)dictionary1[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:776
      (([dictionary1[@"key10"] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed
  -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:822
      (([array1[2] isEqual:@123]) is true) failed: throwing "RLMException: Index 2 is out of bounds (must be less than 0)."
  -[RLMValueTests testCreateManagedObjectInAnyArray] | Realm/Tests/RLMValueTests.m:271
      (([((StringObject *)((NSArray *)mo0.anyCol)[0]).stringCol isEqualToString:so.stringCol]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:532
      (([((StringObject *)dictionary1[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:773
      ((((NSDate *)dictionary1[@"key7"]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: ("0") is not equal to ("1713883245.05") +/- ("1")
  -[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 testCreateManagedArray] | Realm/Tests/RLMValueTests.m:576
      (([array1[2] isEqual:@123]) is true) failed: throwing "RLMException: Index 2 is out of bounds (must be less than 0)."
  -[MixedCollectionChangesetTests testMixedArrayChangesInResults]
      Crash: xctest (2762) __63-[MixedCollectionChangesetTests testMixedArrayChangesInResults]_block_invoke_2. libsystem_c.dylib: abort() called
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:768
      (([dictionary1[@"key2"] isEqual:@"hello2"]) is true) failed
  -[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)."
  -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/Tests/RLMValueTests.m:893
      (([array[0] isEqual:@"hello2"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:757
      (([dictionary[@"key2"] isEqual:@"hello2"]) is true) failed
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:759
      (([dictionary[@"key4"] isEqual:@123]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:518
      (([dictionary[@"key5"] isEqual:@456.789]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:526
      (([dictionary1[@"key2"] isEqual:@"hello2"]) is true) failed
  -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:574
      (([array1[0] isEqual:@"hello2"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyArray] | Realm/Tests/RLMValueTests.m:370
      (([((StringObject *)((NSArray *)mo1.anyArray[0])[0]).stringCol isEqualToString:so.stringCol]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:764
      (([((RLMObjectId *)dictionary[@"key9"]) isEqual:oid]) 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 testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:775
      (([((RLMObjectId *)dictionary1[@"key9"]) isEqual:oid]) is true) failed
  -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/Tests/RLMValueTests.m:894
      (([array[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:570
      (([((RLMObjectId *)array[7]) isEqual:oid]) is true) failed: throwing "RLMException: Index 7 is out of bounds (must be less than 0)."
  -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:812
      (([array[3] isEqual:@456.789]) is true) failed: throwing "RLMException: Index 3 is out of bounds (must be less than 0)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:779
      (([dictionary2[@"key1"] isEqual:@"hello"]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:521
      (([((StringObject *)dictionary[@"key8"]).stringCol isEqual:@"hello"]) is true) failed
  -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:579
      ((((NSDate *)array1[5]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: throwing "RLMException: Index 5 is out of bounds (must be less than 0)."
  -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/Tests/RLMValueTests.m:898
      (([array2[0] isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[MixedCollectionChangesetTests testMixedDictionaryCollectionChanges] | Realm/Tests/NotificationTests.m:1803
      ((modifications) equal to (changes.modifications)) failed: ("( key1 )") is not equal to ("( )")
  -[RLMValueTests testCreateManagedObjectInAnyDictionary] | Realm/Tests/RLMValueTests.m:247
      (([((StringObject *)((NSDictionary *)mo0.anyArray.firstObject)[@"key1"]).stringCol isEqualToString:so.stringCol]) is true) failed
  -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyDictionary] | Realm/Tests/RLMValueTests.m:335
      (([((StringObject *)((NSDictionary *)mo0.anyArray.firstObject)[@"key1"]).stringCol isEqualToString:so.stringCol]) is true) failed
  -[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)."
  -[MixedCollectionChangesetTests testMixedArrayCollectionChanges] | Realm/Tests/NotificationTests.m:1842
      Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "collections_mixed_notifications".
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:770
      (([dictionary1[@"key4"] isEqual:@123]) is true) failed
  -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:810
      (([array[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:582
      (([array1[8] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed: throwing "RLMException: Index 8 is out of bounds (must be less than 0)."
  -[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)."
  SwiftRLMDynamicTests.testDynamicTypesMixedCollection_objc()
      Crash: xctest (2842) implicit closure #6 in SwiftRLMDynamicTests.testDynamicTypesMixedCollection_objc()
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:520
      ((((NSDate *)dictionary[@"key7"]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: ("0") is not equal to ("1713883245.24") +/- ("1")
  -[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)."
  -[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)."
  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 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 testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:523
      (([dictionary[@"key10"] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed
  -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyDictionary] | Realm/Tests/RLMValueTests.m:338
      (([((StringObject *)((NSDictionary *)mo1.anyCol)[@"key2"]).stringCol isEqualToString:so1.stringCol]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:530
      (([[[NSString alloc] initWithData:(NSData *)dictionary1[@"key6"] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed
  -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:809
      (([array[0] isEqual:@"hello2"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyDictionary] | Realm/Tests/RLMValueTests.m:334
      (([((StringObject *)((NSDictionary *)mo0.anyCol)[@"key1"]).stringCol isEqualToString:so.stringCol]) is true) failed
  -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:817
      (([array[8] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed: throwing "RLMException: Index 8 is out of bounds (must be less than 0)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:769
      (([dictionary1[@"key3"] isEqual:@YES]) is true) failed
  -[MixedCollectionChangesetTests testUpdateAndRemoveArrayToMixed] | Realm/RLMManagedArray.mm:304
      Index 3 is out of bounds (must be less than 1). (RLMException)
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:762
      ((((NSDate *)dictionary[@"key7"]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: ("0") is not equal to ("1713883245.05") +/- ("1")
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:533
      (([((RLMObjectId *)dictionary1[@"key9"]) isEqual:oid]) is true) failed
  -[MixedCollectionChangesetTests testMixedArrayCollectionChanges] | Realm/Tests/NotificationTests.m:1832
      ((insertions) equal to (changes.insertions)) failed: ("( 2 )") is not equal to ("( 0 )")
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:517
      (([dictionary[@"key4"] isEqual:@123]) is true) failed
  -[MixedCollectionChangesetTests testMixedDictionaryCollectionChanges] | Realm/Tests/NotificationTests.m:1802
      ((insertions) equal to (changes.insertions)) failed: ("( )") is not equal to ("( key1 )")
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:516
      (([dictionary[@"key3"] isEqual:@YES]) is true) failed
  -[RLMValueTests testDeleteAndUpdateValuesInArray] | Realm/RLMManagedArray.mm:304
      Index 0 is out of bounds (must be less than 0). (RLMException)
  -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyArray] | Realm/Tests/RLMValueTests.m:366
      (([((StringObject *)((NSArray *)mo0.anyArray.firstObject)[0]).stringCol isEqualToString:so.stringCol]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:534
      (([dictionary1[@"key10"] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed
  -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:566
      (([array[3] isEqual:@456.789]) is true) failed: throwing "RLMException: Index 3 is out of bounds (must be less than 0)."
  -[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)."
  -[MixedCollectionChangesetTests testMixedDictionaryCollectionChanges] | Realm/Tests/NotificationTests.m:1813
      Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "collections_mixed_notifications".
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:529
      (([dictionary1[@"key5"] isEqual:@456.789]) is true) failed
  -[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 testAddManagedArray] | Realm/Tests/RLMValueTests.m:820
      (([array1[0] isEqual:@"hello2"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[MixedCollectionChangesetTests testUpdateAndRemoveArrayToMixed] | Realm/Tests/NotificationTests.m:1779
      Failed due to unwaited expectation 'collections_mixed_notifications'.
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:760
      (([dictionary[@"key5"] isEqual:@456.789]) is true) failed
  -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyDictionary] | Realm/Tests/RLMValueTests.m:339
      (([((StringObject *)((NSDictionary *)mo1.anyArray[0])[@"key1"]).stringCol isEqualToString:so.stringCol]) is true) failed
  -[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)."
  -[MixedCollectionChangesetTests testMixedArrayCollectionChanges] | Realm/Tests/NotificationTests.m:1831
      ((deletions) equal to (changes.deletions)) failed: ("( 0, 1, 2 )") is not equal to ("( 0 )")
  -[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 testCreateManagedArray] | Realm/Tests/RLMValueTests.m:569
      (([((StringObject *)array[6]).stringCol isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 6 is out of bounds (must be less than 0)."
  -[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)."
  -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:825
      ((((NSDate *)array1[5]).timeIntervalSince1970) equal to (d.timeIntervalSince1970) +/- (1.0)) failed: throwing "RLMException: Index 5 is out of bounds (must be less than 0)."
  -[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:565
      (([array[2] isEqual:@123]) is true) failed: throwing "RLMException: Index 2 is out of bounds (must be less than 0)."
  -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:571
      (([array[8] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed: throwing "RLMException: Index 8 is out of bounds (must be less than 0)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:763
      (([((StringObject *)dictionary[@"key8"]).stringCol isEqual:@"hello"]) 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)."
  -[RLMValueTests testCreateManagedArray] | Realm/Tests/RLMValueTests.m:585
      (([array2[0] isEqual:@"hello"]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:527
      (([dictionary1[@"key3"] isEqual:@YES]) is true) failed
  -[RLMValueTests testAddManagedArray] | Realm/Tests/RLMValueTests.m:811
      (([array[2] isEqual:@123]) is true) failed: throwing "RLMException: Index 2 is out of bounds (must be less than 0)."
  -[RLMValueTests testCreateManagedObjectInAnyArray] | Realm/Tests/RLMValueTests.m:272
      (([((StringObject *)((NSArray *)mo0.anyArray.firstObject)[0]).stringCol isEqualToString:so.stringCol]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:772
      (([[[NSString alloc] initWithData:(NSData *)dictionary1[@"key6"] encoding:NSUTF8StringEncoding] isEqual:@"hey"]) is true) failed
  -[RLMValueTests testCreateManagedObjectUnmanagedChildInAnyArray] | Realm/Tests/RLMValueTests.m:369
      (([((StringObject *)((NSArray *)mo1.anyCol)[0]).stringCol isEqualToString:so1.stringCol]) is true) failed: throwing "RLMException: Index 0 is out of bounds (must be less than 0)."
  -[RLMValueTests testAddManagedDictionary] | Realm/Tests/RLMValueTests.m:765
      (([dictionary[@"key10"] isEqual:[RLMDecimal128 decimalWithNumber:@123.456]]) is true) failed
  -[RLMValueTests testCreateManagedDictionary] | Realm/Tests/RLMValueTests.m:537
      (([dictionary2[@"key1"] isEqual:@"hello"]) is true) failed

23 Warnings

Details

  not stripping binary because it is signed: /Volumes/workspace/DerivedData/Build/Products/Release/Realm.framework/Versions/A/Realm
  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/RLMUtil.mm:481
      Case value not in enumerated type 'Type'
  Direct access in function 'makeError(realm::SyncError&&)' from file '/Volumes/workspace/DerivedData/Build/Intermediates.noindex/Realm.build/Release/Realm.build/Objects-normal/arm64/Realm_lto.o/17.arm64.thinlto.o' to global weak symbol 'realm::SyncError::c_recovery_file_path_key' from file '/Volumes/workspace/DerivedData/Build/Products/Release/librealm-monorepo.a(sync_session.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/RLMAsyncTask_Private.h:21
      Double-quoted include "RLMRealm_Private.h" in framework header, expected angle-bracketed instead
  Realm/RLMResults_Private.h:21
      Double-quoted include "RLMRealm_Private.h" in framework header, expected angle-bracketed instead
  Realm/RLMUtil.mm:483
      Case value not in enumerated type 'Type'
  Direct access in function 'makeError(realm::SyncError&&)' from file '/Volumes/workspace/DerivedData/Build/Intermediates.noindex/Realm.build/Release/Realm.build/Objects-normal/arm64/Realm_lto.o/17.arm64.thinlto.o' to global weak symbol 'realm::SyncError::c_original_file_path_key' from file '/Volumes/workspace/DerivedData/Build/Products/Release/librealm-monorepo.a(sync_session.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/RLMUtil.mm:59
      Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
  Realm/RLMAccessor.mm:798
      Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
  Realm/RLMQueryUtil.mm:1699
      Comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long')
  Realm/RLMArray.h:60
      Cannot find protocol definition for 'RLMValue'
  Realm/RLMAccessor.mm:792
      Incompatible pointer types returning 'id' from a function with result type 'RLMArray *'
  Realm/RLMDictionary.mm:34
      Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
  Realm/Tests/RLMValueTests.m:877
      Unused variable 'oid'
  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/RLMArray.mm:34
      Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
  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/RLMUtil.mm:51
      Incompatible pointer types returning 'id' from a function with result type 'RLMArray *'
  Realm/Tests/RLMValueTests.m:878
      Unused variable 'd'
  Realm/RLMDictionary.h:54
      cannot find protocol definition for 'RLMValue'
  Realm/Tests/RealmTests.mm:1909
      Variable 'asyncTransactionIdA' is uninitialized when captured by block
  Realm/RLMDictionary.h:54
      Cannot find protocol definition for 'RLMValue'

Annotations

Check notice on line 481 in Realm/RLMUtil.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMUtil.mm#L481

Case value not in enumerated type 'Type'

Check notice on line 483 in Realm/RLMUtil.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMUtil.mm#L483

Case value not in enumerated type 'Type'

Check notice on line 59 in Realm/RLMUtil.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMUtil.mm#L59

Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMDictionary *'

Check notice on line 798 in Realm/RLMAccessor.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMAccessor.mm#L798

Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMDictionary *'

Check notice on line 1699 in Realm/RLMQueryUtil.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMQueryUtil.mm#L1699

Comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long')

Check notice on line 60 in Realm/RLMArray.h

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMArray.h#L60

Cannot find protocol definition for 'RLMValue'

Check notice on line 792 in Realm/RLMAccessor.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMAccessor.mm#L792

Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMArray *'

Check notice on line 34 in Realm/RLMDictionary.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMDictionary.mm#L34

Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'

Check notice on line 877 in Realm/Tests/RLMValueTests.m

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/Tests/RLMValueTests.m#L877

Unused variable 'oid'

Check notice on line 34 in Realm/RLMArray.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMArray.mm#L34

Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'

Check notice on line 51 in Realm/RLMUtil.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMUtil.mm#L51

Incompatible pointer types returning 'id<RLMCollection>' from a function with result type 'RLMArray *'

Check notice on line 878 in Realm/Tests/RLMValueTests.m

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/Tests/RLMValueTests.m#L878

Unused variable 'd'

Check notice on line 54 in Realm/RLMDictionary.h

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMDictionary.h#L54

cannot find protocol definition for 'RLMValue'

Check notice on line 54 in Realm/RLMDictionary.h

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.2 | Test - macOS

Realm/RLMDictionary.h#L54

Cannot find protocol definition for 'RLMValue'