Global Variables The following global variables are available globally. reportersList The reporters list containing all the reporters built into SwiftLint. Declaration Swift public let reportersList: [any Reporter.Type] Show on GitHub coreRules The rule list containing all available rules built into SwiftLintCore. Declaration Swift public let coreRules: [any Rule.Type] Show on GitHub