From 2b7896a261f9fbd4f36c1f6e76e8895d68a57f3d Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Tue, 17 Jun 2025 14:42:24 +0200 Subject: [PATCH] Update Package.swift --- Package.swift | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 512ffe9..7048944 100644 --- a/Package.swift +++ b/Package.swift @@ -34,8 +34,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"), .package(url: "https://github.com/swiftlang/swift-syntax", from: "601.0.1"), .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.4"), - .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.4"), - .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.1") + .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.4") ], targets: [ @@ -51,10 +50,7 @@ let package = Package( "PADSwiftInterfaceFileLocator", .product(name: "ArgumentParser", package: "swift-argument-parser") ], - path: "Sources/ExecutableTargets/CommandLineTool", - plugins: [ - .plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLintPlugins") - ] + path: "Sources/ExecutableTargets/CommandLineTool" ), // MARK: - Public Modules