You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments