Hi.
RC SDK 5.3.4 is used.
I upgraded to Xcode 16.0 and macOS 15.0
When I install my project to a simulator w/ iOS 17.5, all works fine - no warnings.
When I install my project to a simulator w/ iOS 18.0, I get about 30 warnings (same when installed to an iOS 18.0 device).
RevenueCat
DiagnosticsPostOperation.swift
Class 'DiagnosticsPostOperation' must restate inherited '@unchecked Sendable' conformance
DispatchTimeInterval+Extensions.swift
Extension declares a conformance of imported type 'DispatchTimeInterval' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
GetCustomerCenterConfigOperation.swift
Class 'GetCustomerCenterConfigOperation' must restate inherited '@unchecked Sendable' conformance
GetCustomerInfoOperation.swift
Class 'GetCustomerInfoOperation' must restate inherited '@unchecked Sendable' conformance
...
Can someone confirm this behaviour?
Is this an RC, Xcode or iOS issue?