Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI configuration to build with Xcode 13.1 #96

Closed
marciniwanicki opened this issue Oct 30, 2021 · 1 comment
Closed

Update CI configuration to build with Xcode 13.1 #96

marciniwanicki opened this issue Oct 30, 2021 · 1 comment

Comments

@marciniwanicki
Copy link
Contributor

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.

marciniwanicki added a commit that referenced this issue Oct 31, 2021
**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]>
@marciniwanicki
Copy link
Contributor Author

Closing since we're updating to 13.3 #103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant