-
Notifications
You must be signed in to change notification settings - Fork 81
feat: Add Swift 6 language mode support #1916
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore these changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore this it will be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 Q
@@ -15,7 +15,7 @@ import struct Smithy.Attributes | |||
import struct Smithy.AttributeKey | |||
|
|||
/// Signs a `Message` using the AWS SigV4 signing algorithm | |||
public class AWSMessageSigner: MessageSigner { | |||
public class AWSMessageSigner: MessageSigner, @unchecked Sendable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General question: unchecked tag on the following:
- AWSMessageSigner
- AWSSigV4Signer
What's the background on these having unchecked?
Issue #
Description of changes
New/existing dependencies impact assessment, if applicable
Conventional Commits
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.