From 3a8cd979d7016dbe3de06aee0631d40f5eb7570b Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Thu, 26 Feb 2026 17:49:47 -0800 Subject: [PATCH] Apply standard Swift package configuration --- Package.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Package.swift b/Package.swift index 001ba39..7f372ad 100644 --- a/Package.swift +++ b/Package.swift @@ -45,8 +45,6 @@ package.targets.forEach { target in .regular, .test, .executable, - .plugin, - .macro, ] guard types.contains(target.type) @@ -61,9 +59,6 @@ package.targets.forEach { target in // ] // } - guard target.type != .macro - else { return } - if enableSwiftLintBuildToolPlugin { target.plugins = (target.plugins ?? []) + [ .plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint"),