We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814bce4 commit a373b13Copy full SHA for a373b13
Sources/IssueReporting/Internal/SwiftTesting.swift
@@ -325,7 +325,7 @@ func _currentTest() -> _Test? {
325
}
326
327
return withUnsafePointer(to: function) {
328
- $0.withMemoryRebound(to: (() -> _Test?).self, capacity: 1) {
+ $0.withMemoryRebound(to: (@Sendable () -> _Test?).self, capacity: 1) {
329
$0.pointee()
330
331
0 commit comments