Commit 87b373d
committed
Fix: Declare GitClient.CloneProgress Sendable
These values are produced by an AsyncSequence and consumed on the main
actor, so they cross an isolation boundary. The struct holds a Double
and a payload-free internal enum, so it was already Sendable in fact
and only lacked the declaration.
Same toolchain split as GitClient.Status: Xcode 26 proves the value is
disconnected at the call site, while the CI runner's Xcode 16.4 asks for
the conformance.1 parent 0f85e61 commit 87b373d
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments