Tag_Annotation - SwiftDocOrg/Git GitHub Wiki
A tag annotation.
public final class Annotation: Object
The signature of the tag author.
var tagger: Signature
The tag message, if any.
var message: String?
public func peel<T: Object>() throws -> T?