Skip to content

Collections in mixed

Xcode Cloud / RealmSwift | osx_15.1 | Test - macOS cancelled Apr 23, 2024 in 7m 9s

23 warnings

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

Details

23 Warnings

Details

  Realm/RLMDictionary.mm:34
      Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
  Realm/RLMArray.h:60
      Cannot find protocol definition for 'RLMValue'
  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/RLMUtil.mm:483
      Case value not in enumerated type 'Type'
  Realm/Tests/RLMValueTests.m:877
      Unused variable 'oid'
  Realm/RLMArray.mm:34
      Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
  not stripping binary because it is signed: /Volumes/workspace/DerivedData/Build/Products/Release/Realm.framework/Versions/A/Realm
  Realm/RLMQueryUtil.mm:1699
      Comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long')
  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/RLMDictionary.h:54
      Cannot find protocol definition for 'RLMValue'
  Realm/RLMUtil.mm:481
      Case value not in enumerated type 'Type'
  Realm/RLMAccessor.mm:798
      Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
  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 *'
  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.
  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/RLMAccessor.mm:792
      Incompatible pointer types returning 'id' from a function with result type 'RLMArray *'
  Realm/RLMUtil.mm:59
      Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
  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/Tests/RLMValueTests.m:878
      Unused variable 'd'
  Realm/Tests/RealmTests.mm:1909
      Variable 'asyncTransactionIdA' is uninitialized when captured by block

Annotations

Check notice on line 34 in Realm/RLMDictionary.mm

See this annotation in the file changed.

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

Realm/RLMDictionary.mm#L34

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

Check notice on line 60 in Realm/RLMArray.h

See this annotation in the file changed.

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

Realm/RLMArray.h#L60

Cannot find protocol definition for 'RLMValue'

Check notice on line 483 in Realm/RLMUtil.mm

See this annotation in the file changed.

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

Realm/RLMUtil.mm#L483

Case value not in enumerated type 'Type'

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

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx_15.1 | 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.1 | Test - macOS

Realm/RLMArray.mm#L34

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

Check notice on line 1699 in Realm/RLMQueryUtil.mm

See this annotation in the file changed.

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

Realm/RLMQueryUtil.mm#L1699

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

Check notice on line 54 in Realm/RLMDictionary.h

See this annotation in the file changed.

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

Realm/RLMDictionary.h#L54

Cannot find protocol definition for 'RLMValue'

Check notice on line 481 in Realm/RLMUtil.mm

See this annotation in the file changed.

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

Realm/RLMUtil.mm#L481

Case value not in enumerated type 'Type'

Check notice on line 798 in Realm/RLMAccessor.mm

See this annotation in the file changed.

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

Realm/RLMAccessor.mm#L798

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

Check notice on line 51 in Realm/RLMUtil.mm

See this annotation in the file changed.

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

Realm/RLMUtil.mm#L51

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

Check notice on line 54 in Realm/RLMDictionary.h

See this annotation in the file changed.

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

Realm/RLMDictionary.h#L54

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.1 | Test - macOS

Realm/RLMAccessor.mm#L792

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

Check notice on line 59 in Realm/RLMUtil.mm

See this annotation in the file changed.

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

Realm/RLMUtil.mm#L59

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

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

See this annotation in the file changed.

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

Realm/Tests/RLMValueTests.m#L878

Unused variable 'd'