tristanlabelle / swift-winrt

A Swift Projection for WinRT APIs
MIT License
20 stars 2 forks source link

Reduce a repro for `@_implementationOnly import SWRT_SwiftCOMObject` introducing a refcounting crash #323

Closed tristanlabelle closed 1 month ago

tristanlabelle commented 1 month ago

Tests flake from crashes in COMEmbedding's AddRef/Release implementation when using @_implementationOnly

tristanlabelle commented 1 month ago

Probably not worthwhile given that @_implementationOnly was never supported and is deprecated in favor of private import