We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cf983 commit 4019a6eCopy full SHA for 4019a6e
CHANGELOG.md
@@ -12,7 +12,10 @@
12
13
### Enhancements
14
15
-* None.
+* Declare `TestHelpers` as a test target in `Package.swift` to avoid building
16
+ and linking it in release mode.
17
+ [SimplyDanny](https://github.com/SimplyDanny)
18
+ [#6299](https://github.com/realm/SwiftLint/issues/6299)
19
20
### Bug Fixes
21
Package.swift
@@ -216,7 +216,7 @@ let package = Package(
216
],
217
swiftSettings: swiftFeatures + strictConcurrency
218
),
219
- .target(
+ .testTarget(
220
name: "TestHelpers",
221
dependencies: [
222
"SwiftLintFramework"
0 commit comments