@@ -14,6 +14,7 @@
* limitations under the License.
*/
+@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
extension Result where Failure == any Error {
/// Like `Result(catching:)`, but `async`.
///
@@ -18,6 +18,7 @@ import XCTest
@testable import GRPCCore
final class ResultCatchingTests: XCTestCase {
func testResultCatching() async {
let result = await Result {