@@ -451,7 +451,7 @@ extension StoreDriverType {
451
451
_ file: StaticString = #file,
452
452
_ function: StaticString = #function,
453
453
_ line: UInt = #line,
454
- mutation: sending ( inout InoutRef < Scope > ) throws -> Result
454
+ mutation: sending ( inout InoutRef < Scope > ) throws -> sending Result
455
455
) async rethrows -> Result {
456
456
457
457
let trace = MutationTrace (
@@ -493,7 +493,7 @@ extension StoreDriverType {
493
493
_ file: StaticString = #file,
494
494
_ function: StaticString = #function,
495
495
_ line: UInt = #line,
496
- mutation: sending ( inout InoutRef < Scope > , inout Transaction ) throws -> Result
496
+ mutation: sending ( inout InoutRef < Scope > , inout Transaction ) throws -> sending Result
497
497
) async rethrows -> Result {
498
498
499
499
let trace = MutationTrace (
@@ -535,7 +535,7 @@ extension StoreDriverType {
535
535
_ file: StaticString = #file,
536
536
_ function: StaticString = #function,
537
537
_ line: UInt = #line,
538
- mutation: sending ( inout InoutRef < Scope > ) throws -> Result
538
+ mutation: sending ( inout InoutRef < Scope > ) throws -> sending Result
539
539
) async rethrows -> Result where Scope == TargetStore . State {
540
540
541
541
let trace = MutationTrace (
0 commit comments