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 139ea1b commit 8cac044Copy full SHA for 8cac044
Sources/IssueReporting/ErrorReporting.swift
@@ -52,7 +52,7 @@ public func withErrorReporting<R>(
52
}
53
54
55
-#if compiler(>=6)
+#if swift(>=6)
56
/// Evaluates a throwing closure and automatically catches and reports any error thrown.
57
///
58
/// - Parameters:
Sources/IssueReporting/IssueReporter.swift
@@ -183,7 +183,7 @@ public func withIssueReporters<R>(
183
try IssueReporters.$_current.withValue(LockIsolated(reporters), operation: operation)
184
185
186
187
/// Overrides the task's issue reporters for the duration of the asynchronous operation.
188
189
/// An asynchronous version of ``withIssueReporters(_:operation:)-91179``.
0 commit comments