Open bartosz-pawelczyk opened 2 weeks ago
@bartosz-pawelczyk Thanks for raising this important question. To better understand the impact on your project, could you please elaborate on the specific issues you're facing or the features you're unable to use due to the library's current state? Are you encountering any build errors, runtime crashes, or performance degradations when using the library with Swift 6?
Your feedback will help us prioritize the Swift 6 upgrade and address any specific concerns you may have.
@amralaa-MSFT Xcode shows warning when i use actors. However i dont have any issue.
ex:
@MainActor
public func startRecording() {
ClaritySDK.resume()
}
What about new swift 6 version? Are you planning update library to strict concurrency? If yes, when?