Commits

Michael Ilseman committed aadbeb44619
[Import as Member] Error on convenience inits in extensions of CFTypes Swift does not currently support user-defined factory inits. With import as member, we're seeing many C functions now imported as initializers, which gives users the false hope that they can define their own factory inits as conveinence inits in extensions of CF types. We issue an explicit error now, rather than crashing later.