Commits

Jordan Rose committed 71896204838
[API notes] CTFontManagerError is not a valid Error at this time. (#4106) CoreText is below Foundation in the framework stack, so its error enum uses a CFStringRef constant as its domain instead of an NSString. The importer doesn't know how to handle that yet, so for now, just don't import CTFontManagerError as a first-class error type. rdar://problem/27722004 (cherry picked from commit 449f4e470f0c11f84636879702d10789a2151806)