awslabs / aws-sdk-swift

Apache License 2.0
359 stars 71 forks source link

chore!: Address strict concurrency warnings #1567

Open sichanyoo opened 3 weeks ago

sichanyoo commented 3 weeks ago

Issue \

https://github.com/awslabs/aws-sdk-swift/issues/1414

Description of changes

Address strict concurrency warnings thrown by building with

swift build --build-tests -Xswiftc -strict-concurrency=complete

This PR addresses warnings that will become compile errors in Swift 6.

Changes fall under one of the following:

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.