SwiftDocCCheckerProtocolCheckerA markup checker.protocol Checker : MarkupWalkerDiscussionA Checker is a MarkupWalker that collects a list of Problems along the way.TopicsInstance Propertiesvar problems: [Problem]Problems found while walking.Instance Methodsfunc any() -> AnyCheckerReturns this checker wrapped in an AnyChecker.