Skip to content

Commit 8cac044

Browse files
committed
wip
1 parent 139ea1b commit 8cac044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/IssueReporting/ErrorReporting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public func withErrorReporting<R>(
5252
}
5353
}
5454

55-
#if compiler(>=6)
55+
#if swift(>=6)
5656
/// Evaluates a throwing closure and automatically catches and reports any error thrown.
5757
///
5858
/// - Parameters:

Sources/IssueReporting/IssueReporter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public func withIssueReporters<R>(
183183
try IssueReporters.$_current.withValue(LockIsolated(reporters), operation: operation)
184184
}
185185

186-
#if compiler(>=6)
186+
#if swift(>=6)
187187
/// Overrides the task's issue reporters for the duration of the asynchronous operation.
188188
///
189189
/// An asynchronous version of ``withIssueReporters(_:operation:)-91179``.

0 commit comments

Comments
 (0)