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 1410268 commit 6d52c9bCopy full SHA for 6d52c9b
Sources/IssueReporting/Internal/Deprecations.swift
@@ -8,6 +8,9 @@ extension IssueReporter where Self == _DefaultReporter {
8
public static var runtimeWarning: Self { Self() }
9
}
10
11
+@available(*, unavailable, renamed: "_DefaultReporter")
12
+public typealias _RuntimeWarningReporter = _DefaultReporter
13
+
14
// NB: Deprecated after 1.2.2
15
16
#if canImport(Darwin)
0 commit comments