Skip to content

Add SendableMetatype conformance #518

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 28, 2025
Merged

Add SendableMetatype conformance #518

merged 1 commit into from
Jun 28, 2025

Conversation

adam-fowler
Copy link
Member

Add SendableMetatype conformance to StreamingLambdaHandler

Motivation:

Swift 6.2 introduced new protocol SendableMetatype for Types that are Sendable

Modifications:

Added _Lambda_SendableMetatype typealias for SendableMetatype in Swift 6.2

and

public protocol StreamingLambdaHandler: _Lambda_SendableMetatype {

Result:

No more compile warnings

@sebsto sebsto merged commit b3fbee6 into main Jun 28, 2025
31 of 32 checks passed
@sebsto sebsto deleted the sendable-metatype branch June 28, 2025 17:09
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.

2 participants