mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Support Swift version 6.2.1 (#6338)
This commit is contained in:
@@ -75,6 +75,8 @@ public extension SwiftVersion {
|
||||
static let sixDotOneDotTwo = SwiftVersion(rawValue: "6.1.2")
|
||||
/// Swift 6.2
|
||||
static let sixDotTwo = SwiftVersion(rawValue: "6.2.0")
|
||||
/// Swift 6.2.1
|
||||
static let sixDotTwoDotOne = SwiftVersion(rawValue: "6.2.1")
|
||||
|
||||
/// The current detected Swift compiler version, based on the currently accessible SourceKit version.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user