From 14e9a334c20a9e87cac325f1cf97ea9167cafc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Sun, 12 Jan 2025 12:31:32 +0100 Subject: [PATCH] Mention lowest compiler version that builds SwiftLint successfully --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8430f28289..5546cff42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * The `inert_defer` and `unused_capture_list` rules have completely been removed after being deprecated for 2 years. [SimplyDanny](https://github.com/SimplyDanny) -* SwiftLint now requires a Swift 6 or higher compiler to build. +* SwiftLint now requires a Swift 5.10 or higher compiler to build. [The Swift Package Manager plugins](https://github.com/SimplyDanny/SwiftLintPlugins) continue to work with Swift 5.9. [SimplyDanny](https://github.com/SimplyDanny) * The `private_unit_test` rule's deprecated `regex` configuration option has been removed after 2 years.