Skip to content

Commit d7472be

Browse files
authored
Swift 6 boundary issue fix (#256)
1 parent 3547232 commit d7472be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Dependencies/WithDependencies.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ private func isSetting<R>(
483483
private func isSetting<R>(
484484
_ value: Bool,
485485
isolation: isolated (any Actor)? = #isolation,
486-
operation: () async throws -> R
486+
operation: () async throws -> sending R
487487
) async rethrows -> R {
488488
#if DEBUG
489489
try await DependencyValues.$isSetting.withValue(value, operation: operation)

0 commit comments

Comments
 (0)