Skip to content
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

[stdlib] fix Span's Sendable conformance #80003

Merged
merged 2 commits into from
Mar 14, 2025

Conversation

glessard
Copy link
Contributor

It accidentally required Copyable elements. This fix allows sending spans of non-copyable elements.

Thanks to @benrimmington for pointing this out.

@glessard glessard requested a review from a team as a code owner March 13, 2025 21:01
@glessard
Copy link
Contributor Author

@swift-ci please smoke test

@glessard glessard requested review from benrimmington and a team March 13, 2025 21:02
@glessard glessard enabled auto-merge March 13, 2025 21:02
@glessard glessard merged commit 39ca3de into swiftlang:main Mar 14, 2025
3 checks passed
@glessard glessard deleted the span-gardening branch March 14, 2025 03:55
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.

3 participants