Skip to content

Remove redundant Sendable conformance#525

Merged
slavapestov merged 1 commit into
swiftlang:mainfrom
slavapestov:fix-warning
Nov 11, 2025
Merged

Remove redundant Sendable conformance#525
slavapestov merged 1 commit into
swiftlang:mainfrom
slavapestov:fix-warning

Conversation

@slavapestov

Copy link
Copy Markdown
Contributor

ProcessEnvironmentBlock is a typealias to Dictionary, which is already Sendable when the key and value is Sendable.

ProcessEnvironmentBlock is a typealias to Dictionary, which is
already Sendable when the key and value is Sendable.
@slavapestov

Copy link
Copy Markdown
Contributor Author

@swift-ci Please test

@slavapestov

Copy link
Copy Markdown
Contributor Author

I realize swift-tools-support-core is deprecated, but it might still be worth fixing this warning.

@slavapestov slavapestov enabled auto-merge (squash) November 11, 2025 17:10
@slavapestov slavapestov merged commit dc45701 into swiftlang:main Nov 11, 2025
3 checks passed

@2tn6y27v66-svg 2tn6y27v66-svg left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@

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