mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
a97718f4c6
To support this, we first must use an async entrypoint to the CLI, which we do by changing the lint and analyze commands to conform to `AsyncParsableCommand`. The in order to map over the closures with suspension points, we pull in CollectionConcurrencyKit as a new dependency. This change does not touch SwiftLintFramework, only the CLI target.