Re: [swift-corelibs-dev] Query on the Foundation API notes.

2017-06-20 Thread Tony Parker via swift-corelibs-dev
Hi Mamatha, As part of the development of iOS 11 / macOS 10.13, we actually moved these API note files into the SDK instead of being part of the compiler, to allow framework authors to update them as they changed their headers, rather than requiring compiler changes. - Tony > On Jun 19, 2017,

[swift-corelibs-dev] Query on the Foundation API notes.

2017-06-19 Thread Mamatha Busi via swift-corelibs-dev
HelloCommand-Click shows the Swift representation of Objective-C API in Xcode. I understand that Darwin overlay which defines the Foundation APIs is here: https://github.com/apple/swift/tree/master/stdlib/public/SDK/FoundationAlso, there is: https://github.com/apple/swift/blob/master/apinotes/Found