Skip to content

Remove Sendable conformance on Bundle from SwiftPM #7652

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

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

MaxDesiatov
Copy link
Contributor

Foundation added this conformance on their side in main (swiftlang/swift-corelibs-foundation#4963) and release/6.0 (swiftlang/swift-corelibs-foundation#4978).

rdar://129599679

Foundation added this conformance on their side in `main` (swiftlang/swift-corelibs-foundation#4963) and `release/6.0` (swiftlang/swift-corelibs-foundation#4978).

rdar://129599679
@MaxDesiatov MaxDesiatov added concurrency build system Changes to interactions with build systems resources Package resources support labels Jun 11, 2024
@MaxDesiatov MaxDesiatov requested a review from parkera June 11, 2024 17:19
Copy link
Contributor

@parkera parkera left a comment

Choose a reason for hiding this comment

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

Thanks!

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test macos

@MaxDesiatov MaxDesiatov merged commit 2479649 into main Jun 12, 2024
5 checks passed
@MaxDesiatov MaxDesiatov deleted the maxd/remove-sendable-bundle branch June 12, 2024 13:23
MaxDesiatov added a commit that referenced this pull request Jun 13, 2024
Cherry-pick of #7652.

**Explanation**: We shouldn't have two `Sendable` conformances on `Bundle` at the same time, and Foundation added this on their side in `main` (swiftlang/swift-corelibs-foundation#4963)
and `release/6.0` (swiftlang/swift-corelibs-foundation#4978).
**Scope**: isolated to bundle resources.
**Risk**: low, the corresponding change on `main` branch of
`swift-corelibs-foundation` was there for 3 weeks.
**Testing**: covered by existing tests and the compat suite.
**Issue**: rdar://129599679
**Reviewer**: @parkera, @bnbarham
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system Changes to interactions with build systems concurrency resources Package resources support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants