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

Enable Swift 5.10 strict concurrency checking, correct issues #1414

Open
jbelkins opened this issue Mar 16, 2024 · 1 comment
Open

Enable Swift 5.10 strict concurrency checking, correct issues #1414

jbelkins opened this issue Mar 16, 2024 · 1 comment
Assignees
Labels
feature-request A feature should be added or improved.
Milestone

Comments

@jbelkins
Copy link
Contributor

Describe the bug

Swift 5.10 introduces "strict concurrency checking", intended to identify the use of unsafe types and practices in Swift concurrent code; see:
https://www.swift.org/documentation/concurrency/

Enable this mode for development, and either:

  • Correct the issues as they are identified, or
  • File tickets to correct the issues that are identified.

Expected Behavior

N/A

Current Behavior

N/A

Reproduction Steps

N/A

Possible Solution

No response

Additional Information/Context

No response

AWS SWIFT SDK version used

N/A

Compiler and Version used

N/A

Operating System and version

N/A

@jbelkins jbelkins added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Mar 16, 2024
@jbelkins jbelkins added this to the GA milestone Mar 18, 2024
@jbelkins jbelkins added feature-request A feature should be added or improved. and removed needs-triage This issue or PR still needs to be triaged. bug This issue is a bug. labels Mar 18, 2024
@jbelkins
Copy link
Contributor Author

This must be done to support Swift 6, which we plan to do at GA, because all of these "strict concurrency checking" warnings become compile errors in Swift 6.

@sichanyoo sichanyoo self-assigned this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants