Instabug / Instabug-SP

Other
11 stars 11 forks source link

Increment Swift version #27

Closed Juantri94 closed 1 year ago

Juantri94 commented 1 year ago

Description of the change

In Swift 5.7, a new feature called module aliasing that allows us to have multiple modules with the same name changing these names by an alias. If we want to use this module aliasing feature, the packages of your project's dependencies need to be Swift 5.4 version or over to compile.
So I would like to propose incrementing the Swift version to 5.4

Checklists

Code review