Commits

Jordan Rose committed 5695162bed6
Record the decisions made at Monday's meeting about ObjC Interoperability. Most notably, every Swift object will be id-compatible and have an isa. Swift classes that do not inherit from an Objective-C class will be marked unavailable in an Objective-C source file, but their instances can be referred to by protocol ('id <NSApplicationDelegate>') or by plain 'id'. I've updated some of the "Use Cases" with some "guidelines" that would eventually make their way into, say, DevPubs articles (a long way down the line). Swift SVN r3092