tristanlabelle / swift-winrt

A Swift bindings generator for WinRT APIs
MIT License
15 stars 1 forks source link

Name generated files after full type names to avoid clashes with SPM #162

Closed tristanlabelle closed 1 week ago

tristanlabelle commented 1 week ago

If an assembly module is generated which contains the same short class name in two different namespaces, SPM will create conflicting .o files and break.