Getting a ton of warnings from Xcode saying:
Publishing changes from background threads is not allowed; make sure to publish values from the main thread (via operators like receive(on:)) on model updates.
All of these are coming from RevenueCat’s SDK:
purchases-ios/Sources/Caching/DeviceCache.swift:167
purchases-ios/Sources/Caching/DeviceCache.swift:602
purchases-ios/Sources/Networking/HTTPClient/ETagManager.swift:193
Have implemented the sdk incorrectly? Any suggestions are welcome.