DynamicLink initializer shouldn't be available from Swift #10000
Closed
Description
There's no init
marked as NS_UNAVAILABLE
, so a bare initializer is currently available in Swift but shouldn't be.
We'll need to determine the right strategy for this: it's a breaking change to remove it, but it doesn't work as is. Introducing an initializer that's deprecated will introduce the API for ObjC users, which we don't want either.