microsoft / clarity-apps

Repo for distributing Clarity Apps packages
MIT License
46 stars 2 forks source link

[Question] Swift 6 - strict concurrency #74

Open bartosz-pawelczyk opened 2 weeks ago

bartosz-pawelczyk commented 2 weeks ago

What about new swift 6 version? Are you planning update library to strict concurrency? If yes, when?

amralaa-MSFT commented 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.

bartosz-pawelczyk commented 2 weeks ago

@amralaa-MSFT Xcode shows warning when i use actors. However i dont have any issue.

ex:

    @MainActor
    public func startRecording() {
        ClaritySDK.resume()
    }