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).
1RevenueCat23DiagnosticsPostOperation.swift4Class 'DiagnosticsPostOperation' must restate inherited '@unchecked Sendable' conformance56DispatchTimeInterval+Extensions.swift7Extension 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 future89GetCustomerCenterConfigOperation.swift10Class 'GetCustomerCenterConfigOperation' must restate inherited '@unchecked Sendable' conformance1112GetCustomerInfoOperation.swift13Class 'GetCustomerInfoOperation' must restate inherited '@unchecked Sendable' conformance1415...Can someone confirm this behaviour?
Is this an RC, Xcode or iOS issue?


