Dag Ågren
Dag Ågren
@mattmassicotte The problem is less that it is incorrectly annotated, but that it is not annotated at all, and Swift 5 will sometimes eagerly infer @MainActor annotations incorrectly - such...
Do `enableUpcomingFeature` and `enableExperimentalFeature` use the same namespace or different ones?
Sorry I did not see this earlier. However, this code is written intentionally to be simple rather than performant, because it meant as a reference implementation that can be as...
Seeing the same issue. Also, at least in my case changing it to `[1,2,3].forEach { test($0) }` also makes the error go away, so this seems like a clear bug.