Update SwiftLint and fix some Swift 6 issues
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good

This commit is contained in:
2025-09-10 16:51:21 +02:00
parent ed4e9849e7
commit e0e561ff7f
11 changed files with 15 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:6.1
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
@@ -18,7 +18,7 @@ let package = Package(
),
.package(
url: "https://github.com/lukepistrol/SwiftLintPlugin",
exact: "0.57.1"
exact: "0.60.0"
),
],
targets: [