You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of AWSWAFV2 above, the cause is that the property being modified is @Indirect:
publicstructNotStatement:Swift.Sendable{
/// The statement to negate. You can use any statement that can be nested.
/// This member is required.
@Indirectpublicvarstatement:WAFV2ClientTypes.Statement?publicinit(
statement:WAFV2ClientTypes.Statement?=nil){self.statement = statement
}}
Describe the bug
When building the SDK, the following warnings are received:
Correct codegen so that these warnings are not received.
Expected Behavior
SDK should build without warnings.
Current Behavior
SDK builds with the warnings listed above.
Reproduction Steps
Build the AWSWAFV2 and AWSQBusiness services
Observe the compiler warnings
Possible Solution
No response
Additional Information/Context
No response
AWS SWIFT SDK version used
1.0.3 / latest
Compiler and Version used
Xcode 16.0
Operating System and version
macOS 14
The text was updated successfully, but these errors were encountered: