SwiftLint SwiftLint enforces Swift style and conventions by linting source files against a configurable rule set. It is the most widely adopted Swift linter. This skill covers setup, configuration, rule selection, suppression, CI integration, and rollout strategy. SwiftLint is a style enforcement tool , not a style guide. For underlying Swift naming and design conventions, see . For architecture patterns, see . Contents - Recommended Setup - Configuration - Rule Selection Strategy - Suppressions - Baselines - Autocorrect - CI Integration - Integration Decision Tree - Multiple Configurations -…