From ad41ac44f73d750068b351551903abf9bc259515 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Wed, 21 Aug 2024 09:47:27 -0700 Subject: [PATCH] Fix Xcode 16 beta 6 build failure (#262) --- Sources/Dependencies/WithDependencies.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Dependencies/WithDependencies.swift b/Sources/Dependencies/WithDependencies.swift index c04f3b5f..90d7d9f3 100644 --- a/Sources/Dependencies/WithDependencies.swift +++ b/Sources/Dependencies/WithDependencies.swift @@ -483,7 +483,7 @@ private func isSetting( private func isSetting( _ value: Bool, isolation: isolated (any Actor)? = #isolation, - operation: () async throws -> sending R + operation: () async throws -> R ) async rethrows -> R { #if DEBUG try await DependencyValues.$isSetting.withValue(value, operation: operation)