Commit 6e977d1
fix: use Swift 5.10 for Windows to resolve circular dependency
- Windows CI now uses Swift 5.10 to avoid ucrt/_Builtin_intrinsics cycle
- macOS/Linux continue using Swift 6.0 for LoopAlgorithm compatibility
- Simplified Package.swift to use 5.10 tools version for cross-platform support
- Removed complex Windows conditional logic that wasn't working
Resolves: cyclic dependency in module 'ucrt': ucrt -> _Builtin_intrinsics -> ucrt
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9b386cc commit 6e977d1
2 files changed
Lines changed: 3 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 4 | | |
26 | 5 | | |
27 | | - | |
28 | | - | |
| 6 | + | |
29 | 7 | | |
30 | 8 | | |
31 | 9 | | |
| |||
0 commit comments