Описание тега swift-protocols
Protocols specific to the Swift language
See protocols for general information about protocols.
The official documentation for protocols in swift is located here.
As of Swift 2.0, protocols can be extended using swift-extensions to provide default implementations of protocols.