Hello, when using Xcode 26.4 with swift 6 mode strict concurrency I'm getting the following error on line 81 :
Sending 'currentLineSpan' risks causing data races
Task-isolated 'currentLineSpan' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
Hello, when using Xcode 26.4 with swift 6 mode strict concurrency I'm getting the following error on line 81 :