Remove FXIOS-14485 [Swift 6 Migration] Clean up Common.xcconfig file #31518
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📜 Tickets
Jira ticket
Github issue
💡 Description
Remove the
SWIFT_VERSIONdefinition, as turns out in the project current state this has no effect anymore. Something probably changed since last time I had to change it.I double-checked what version of swift we have at runtime by adding this code somewhere in the codebase (under an AppDelegate function works well since it's called early).
With those print statements, whatever the
SWIFT_VERSIONin Common, we always hitHello, Swift 6.2.📝 Checklist