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)