Skip to content

Add SendableMetatype conformance#518

Merged
sebsto merged 1 commit into
mainfrom
sendable-metatype
Jun 28, 2025
Merged

Add SendableMetatype conformance#518
sebsto merged 1 commit into
mainfrom
sendable-metatype

Conversation

@adam-fowler
Copy link
Copy Markdown
Collaborator

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