SwiftLint/Source/swiftlint
JP Simard 05ac3c9d75
Require macOS 12 & Swift 5.6 (#4037)
This will unblock using Swift Concurrency features and updating to the
latest versions of Swift Argument Parser.

This won't drop support for linting projects with an older toolchain /
Xcode selected, as long as SwiftLint was _built_ with 5.6+ and is
_running_ on macOS 12+. So the main breaking change for end users here
is requiring macOS 12 to run.

However, the upside to using Swift Concurrency features is worth the
breaking change in my opinion. Also being able to stay on recent Swift
Argument Parser releases.
2022-07-26 03:55:36 -04:00
..
Commands Deprecate the `--path` option in favor of the positional `paths` argument (#3952) 2022-06-14 23:10:28 +02:00
Extensions Integrate OS Signposts to help profile SwiftLint performance (#3535) 2021-02-24 10:03:53 -08:00
Helpers Require macOS 12 & Swift 5.6 (#4037) 2022-07-26 03:55:36 -04:00
main.swift Remove unused imports 2020-12-14 15:53:49 -05:00