Skip to content

Commit

Permalink
Swift 6 boundary issue fix (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallee authored Aug 6, 2024
1 parent 3547232 commit d7472be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Dependencies/WithDependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ private func isSetting<R>(
private func isSetting<R>(
_ value: Bool,
isolation: isolated (any Actor)? = #isolation,
operation: () async throws -> R
operation: () async throws -> sending R
) async rethrows -> R {
#if DEBUG
try await DependencyValues.$isSetting.withValue(value, operation: operation)
Expand Down

0 comments on commit d7472be

Please sign in to comment.