Add flag to enable -warnings-as-errors Swift complier option
:recycle: Current situation & Problem
Currently, there is no option to enable the -warnings-as-errors Swift compiler option, which is potentially required by this PR.
:gear: Release Notes
Adds warningsAsErrors flag to the build-and-test workflows to enable the respective -warnings-as-errors Swift compiler option. If not provided, the behavior remains the same as before.
:books: Documentation
Description for the warningsAsErrors parameter has been provided.
:white_check_mark: Testing
I couldn't test this yet, as I'm not sure what the workflow would be.
:pencil: Code of Conduct & Contributing Guidelines
Add flag to enable -warnings-as-errors Swift complier option
:recycle: Current situation & Problem
Currently, there is no option to enable the
-warnings-as-errors
Swift compiler option, which is potentially required by this PR.:gear: Release Notes
warningsAsErrors
flag to thebuild-and-test
workflows to enable the respective-warnings-as-errors
Swift compiler option. If not provided, the behavior remains the same as before.:books: Documentation
warningsAsErrors
parameter has been provided.:white_check_mark: Testing
I couldn't test this yet, as I'm not sure what the workflow would be.
:pencil: Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: