File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ extension Workspace {
579
579
artifact: RemoteArtifact ,
580
580
destination: AbsolutePath ,
581
581
observabilityScope: ObservabilityScope ,
582
- progress: @escaping ( Int64 , Optional < Int64 > ) -> Void ,
582
+ progress: @escaping @ Sendable ( Int64 , Optional < Int64 > ) -> Void ,
583
583
completion: @escaping ( Result < Bool , Error > ) -> Void
584
584
) {
585
585
// not using cache, download directly
@@ -651,7 +651,7 @@ extension Workspace {
651
651
artifact: RemoteArtifact ,
652
652
destination: AbsolutePath ,
653
653
observabilityScope: ObservabilityScope ,
654
- progress: @escaping ( Int64 , Optional < Int64 > ) -> Void ,
654
+ progress: @escaping @ Sendable ( Int64 , Optional < Int64 > ) -> Void ,
655
655
completion: @escaping ( Result < Void , Error > ) -> Void
656
656
) {
657
657
observabilityScope. emit ( debug: " downloading \( artifact. url) to \( destination) " )
You can’t perform that action at this time.
0 commit comments