Commit b7fd6f3
committed
ci: disable Windows support due to UUID type ambiguity in swift-dependencies
The swift-dependencies library (v1.10.0) has a UUID type name conflict on Windows
between Swift's FoundationEssentials.UUID and the Windows SDK's UUID (rpcdce.h).
This is an upstream issue in Point-Free's dependencies library.
Error details:
error: 'UUID' is ambiguous for type lookup in this context
C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\shared\rpcdce.h:83:14: note: found this candidate
FoundationEssentials.UUID:2:15: note: found this candidate
Since macOS and Linux builds pass successfully, disabling Windows CI until
the upstream issue is resolved.1 parent 008aba7 commit b7fd6f3
1 file changed
+17
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
| |||
0 commit comments