Skip to content
Xcode Cloud / RealmSwift | ios-swift-evolution_15.4 | Test - iOS cancelled May 30, 2024 in 2m 8s

1 error, 5 warnings

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

Details

1 Error

Details

  RealmSwift/Logger.swift:59
      Cannot convert value of type 'String' to expected argument type 'RLMLogCategory'

5 Warnings

Details

  RealmSwift/Realm.swift:1327
      Passing argument of non-sendable type 'Realm' into actor-isolated context may introduce data races
  RealmSwift/SwiftUI.swift:1567
      'transferredBytes' is deprecated: Use progressEstimate
  RealmSwift/SwiftUI.swift:1566
      'transferredBytes' is deprecated: Use progressEstimate
  Realm/RLMLogger_Private.h:38
      Parameter 'category' not found in the function declaration
  RealmSwift/Realm.swift:1351
      Passing argument of non-sendable type 'RLMRealm' outside of actor-isolated context may introduce data races

Annotations

Check failure on line 59 in RealmSwift/Logger.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | ios-swift-evolution_15.4 | Test - iOS

RealmSwift/Logger.swift#L59

Cannot convert value of type 'String' to expected argument type 'RLMLogCategory'

Check notice on line 1327 in RealmSwift/Realm.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | ios-swift-evolution_15.4 | Test - iOS

RealmSwift/Realm.swift#L1327

Passing argument of non-sendable type 'Realm' into actor-isolated context may introduce data races

Check notice on line 38 in Realm/RLMLogger_Private.h

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | ios-swift-evolution_15.4 | Test - iOS

Realm/RLMLogger_Private.h#L38

Parameter 'category' not found in the function declaration

Check notice on line 1351 in RealmSwift/Realm.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / RealmSwift | ios-swift-evolution_15.4 | Test - iOS

RealmSwift/Realm.swift#L1351

Passing argument of non-sendable type 'RLMRealm' outside of actor-isolated context may introduce data races