SwiftDocCCompositeCheckerStructureCompositeCheckerA collection of checkers which all visit the same Markup tree.struct CompositeCheckerTopicsInitializersinit(some Sequence<any Checker>)Creates a checker that performs the combined work of the given checkers.Instance Propertiesvar checkers: [AnyChecker]The checkers that will visit the markup tree.var problems: [Problem]Instance Methodsfunc visit(any Markup)func visitBlockQuote(BlockQuote)func visitCodeBlock(CodeBlock)func visitCustomBlock(CustomBlock)func visitCustomInline(CustomInline)func visitDocument(Document)func visitEmphasis(Emphasis)func visitHTMLBlock(HTMLBlock)func visitHeading(Heading)func visitImage(Image)func visitInlineCode(InlineCode)func visitInlineHTML(InlineHTML)func visitLineBreak(LineBreak)func visitLink(Link)func visitListItem(ListItem)func visitOrderedList(OrderedList)func visitParagraph(Paragraph)func visitSoftBreak(SoftBreak)func visitStrong(Strong)func visitText(Text)func visitThematicBreak(ThematicBreak)func visitUnorderedList(UnorderedList)