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
Is your feature request related to a problem? Please describe.
The CI only builds the project with Xcode 12.5.1 as such we might not catch issues when building with the latest version of Xcode 13.
Describe the solution you'd like
We can either update the CI configuration (soon GitHub Actions) to build with both Xcode 12 and 13 or only build with 13.
Might be worth waiting for #93 to avoid conflicts.
The text was updated successfully, but these errors were encountered:
**Describe your changes**
Updated project dependencies such as xcodeproj, pathkit, and swift-tools-support-core, so the project can be built with Xcode 13.1.
**Testing performed**
- Ensure all CI checks pass
- Check out the project, verify it builts with Xcode 13.1
**Additional context**
- Building with Xcode 13.1 yields multiple warnings `warning: 'ArgumentParser' is deprecated: use swift-argument-parser instead`. It will require a follow-up (#94).
- We will also need to update the CI configuration to build with Xcode 13.1 (#96).
Signed-off-by: Marcin Iwanicki <[email protected]>
Is your feature request related to a problem? Please describe.
The CI only builds the project with Xcode 12.5.1 as such we might not catch issues when building with the latest version of Xcode 13.
Describe the solution you'd like
We can either update the CI configuration (soon GitHub Actions) to build with both Xcode 12 and 13 or only build with 13.
Might be worth waiting for #93 to avoid conflicts.
The text was updated successfully, but these errors were encountered: