I'm getting the following errors in Xcode when running the tests for Swift Testing. (see attached image)
I think I've set everything up according to getting started but I could have made an error or the instructions haven't been updated because things are about to change.
I assume from the "KnownIssue"s that this is known but did want to let you know.
This appears to be a bug in the Swift toolchain and is not directly related to swift-testing. The Swift standard library is in the process of reimplementing @TaskLocal as a macro instead of a property wrapper, and this is the sort of diagnostic you might see if the macro couldn't be found.