swift-winrt icon indicating copy to clipboard operation
swift-winrt copied to clipboard

Convert `CWinRT` to `@_implementationOnly`

Open compnerd opened this issue 3 years ago • 0 comments

Ideally, we would not need to have the CWinRT module exposed. Currently, use of SwiftWinRT will require the header exposed. However, we cannot currently mark the module as implementation only as we re-expose many of the ABI types (as typealiases).

compnerd avatar Apr 03 '21 04:04 compnerd