You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed Xcode 16 beta, and I could not build our project with Swift 6, because Piano Analytics is not Concurrency-Safe, I get this error in PianoAnalytics.swift : Let 'pa' is not concurrency-safe because non-'Sendable' type 'PianoAnalytics' may have shared mutable state
Do you plan to fix the SDK for futur Swift 6 compatibility ? if so when ?
The text was updated successfully, but these errors were encountered:
Hello,
I installed Xcode 16 beta, and I could not build our project with Swift 6, because Piano Analytics is not Concurrency-Safe, I get this error in PianoAnalytics.swift :
Let 'pa' is not concurrency-safe because non-'Sendable' type 'PianoAnalytics' may have shared mutable state
Do you plan to fix the SDK for futur Swift 6 compatibility ? if so when ?
The text was updated successfully, but these errors were encountered: