Are there any plans to support Swift 6? Currently, it is very difficult to use this sdk in Swift6 due to the shared instance.
Heap.shared.startRecording("YOUR_ENV_ID")
Reference to class property 'shared' is not concurrency-safe because it involves shared mutable state
Are there any plans to support Swift 6? Currently, it is very difficult to use this sdk in Swift6 due to the shared instance.
Heap.shared.startRecording("YOUR_ENV_ID")
Reference to class property 'shared' is not concurrency-safe because it involves shared mutable state