Skip to content

Collections in mixed

Xcode Cloud / RealmSwift | osx-swift_15.2 | Test - macOS required action Apr 20, 2024 in 1m 27s

1 error, 9 warnings

Report Summary
Errors 1
Test Failures 0
Analysis Issues 0
Warnings 9

Details

1 Error

Details

  Realm/RLMCollection.mm:165
      Non-void method 'countByEnumeratingWithState:count:' should return a value

9 Warnings

Details

  Realm/RLMDictionary.h:53
      Cannot find protocol definition for 'RLMValue'
  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/RLMUtil.mm:51
      Incompatible pointer types returning 'id' from a function with result type 'RLMArray *'
  Realm/RLMArray.h:59
      Cannot find protocol definition for 'RLMValue'
  Realm/RLMUtil.mm:481
      Case value not in enumerated type 'Type'
  Realm/RLMDictionary.mm:34
      Auto property synthesis will not synthesize property 'rlm_valueType' declared in protocol 'RLMValue'
  Realm/RLMUtil.mm:483
      Case value not in enumerated type 'Type'
  Realm/RLMUtil.mm:59
      Incompatible pointer types returning 'id' from a function with result type 'RLMDictionary *'
  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

Annotations

Check failure on line 165 in Realm/RLMCollection.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx-swift_15.2 | Test - macOS

Realm/RLMCollection.mm#L165

Non-void method 'countByEnumeratingWithState:count:' should return a value

Check notice on line 53 in Realm/RLMDictionary.h

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx-swift_15.2 | Test - macOS

Realm/RLMDictionary.h#L53

Cannot find protocol definition for 'RLMValue'

Check notice on line 27 in Realm/RLMQueryUtil.hpp

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx-swift_15.2 | Test - macOS

Realm/RLMQueryUtil.hpp#L27

Class 'PathElement' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI

Check notice on line 51 in Realm/RLMUtil.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx-swift_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 59 in Realm/RLMArray.h

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx-swift_15.2 | Test - macOS

Realm/RLMArray.h#L59

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-swift_15.2 | Test - macOS

Realm/RLMUtil.mm#L481

Case value not in enumerated type 'Type'

Check notice on line 34 in Realm/RLMDictionary.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx-swift_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 483 in Realm/RLMUtil.mm

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | osx-swift_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-swift_15.2 | Test - macOS

Realm/RLMUtil.mm#L59

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