We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every AWS service's default endpoint resolver throws this warning three times when compiled:
No calls to throwing functions occur within 'try' expression
This is apparently due to the CRT functions being called no longer throwing.
To fix, remove try from method calls to methods that cannot throw.
try
Compile main branch of SDK. Default endpoint resolvers should compile without warnings.
Compile main branch of SDK. Default endpoint resolvers compile with the warning
thrown three times.
N/A
Remove try from method calls to methods that cannot throw.
No response
Latest / main
Xcode 14.2
macOS 12.6.2
The text was updated successfully, but these errors were encountered:
jbelkins
Successfully merging a pull request may close this issue.
Describe the bug
Every AWS service's default endpoint resolver throws this warning three times when compiled:
This is apparently due to the CRT functions being called no longer throwing.
To fix, remove
try
from method calls to methods that cannot throw.Expected Behavior
Compile main branch of SDK. Default endpoint resolvers should compile without warnings.
Current Behavior
Compile main branch of SDK. Default endpoint resolvers compile with the warning
thrown three times.
Reproduction Steps
N/A
Possible Solution
Remove
try
from method calls to methods that cannot throw.Additional Information/Context
No response
AWS SWIFT SDK version used
Latest / main
Compiler and Version used
Xcode 14.2
Operating System and version
macOS 12.6.2
The text was updated successfully, but these errors were encountered: