Skip to content

Conversation

@cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Dec 27, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 27, 2025 22:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes a duplicate Swift upcoming feature flag from the package configuration. The SWIFT_UPCOMING_FEATURE_INFER_SENDABLE_FROM_CAPTURES feature was listed twice in the shared Swift settings array and has been deduplicated.

Key Changes:

  • Removed duplicate enableUpcomingFeature entry for inferring Sendable from captures

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

.enableUpcomingFeature("SWIFT_UPCOMING_FEATURE_GLOBAL_CONCURRENCY"),
.enableUpcomingFeature("SWIFT_UPCOMING_FEATURE_NONFROZEN_ENUM_EXHAUSTIVITY"),
.enableUpcomingFeature("SWIFT_UPCOMING_FEATURE_REGION_BASED_ISOLATION"),
.enableUpcomingFeature("SWIFT_UPCOMING_FEATURE_INFER_SENDABLE_FROM_CAPTURES"),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already listed on line 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant