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 b35db9e commit 9a0d0ceCopy full SHA for 9a0d0ce
Sources/CompilerPluginSupport/TargetExtensions.swift
@@ -16,7 +16,7 @@ public extension Target {
16
@available(_PackageDescription, introduced: 999.0)
17
static func macro(
18
name: String,
19
- group: TargetGroup,
+ group: TargetGroup = .package,
20
dependencies: [Dependency] = [],
21
path: String? = nil,
22
exclude: [String] = [],
0 commit comments