-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[5.9] Support Target Grouping #6365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci smoke test |
- Allow opting out of package boundary - Default set to package boundary Resolves rdar://107454728
@swift-ci smoke test |
@swift-ci smoke test windows |
cherrypicked from main #6356 |
@@ -16,12 +16,14 @@ public extension Target { | |||
@available(_PackageDescription, introduced: 999.0) | |||
static func macro( | |||
name: String, | |||
group: TargetGroup, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks existing macro packages, and deviates from the API under review in SE-0394. Can we please make this optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Support Target Grouping
Resolves rdar://107454728