Swift 2.0 in Fire

Hi Marc,

Will the real protocal extension feature be supported in the future? For example, following code can work:

protocol Disposable {
func destroy()
}
extension Disposable{
func destroy() { }
}

Here is my original post:
http://talk.remobjects.com/t/is-there-a-plan-to-support-protocol-extension-in-swift-2-0/6616