-
Notifications
You must be signed in to change notification settings - Fork 150
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
Add CoreStore Swift 5.3 hash #596
base: main
Are you sure you want to change the base?
Conversation
@swift-ci test |
|
@shahmishal Sorry, I'm not sure what's going on but those errors are coming from the Combine framework itself.
These errors don't come up in the iOS 12 unit tests and neither in my local Is there anything I'm missing? |
I see what was going on. Some files were missing an |
I would recommend having one hash/version for 5.x, because currently Swift project supports following compatibility versions.
|
@swift-ci test |
Hi @JohnEstropia 👋 , we recommend using just one source revision for 5.X rather than separate revisions for 5.1, 5.2, and 5.3 as it doesn't add any additional build coverage |
Pull Request Description
Add Swift 5.3 support for CoreStore
Acceptance Criteria
To be accepted into the Swift source compatibility test suite, a project must:
./project_precommit_check
script runEnsure project meets all listed requirements before submitting a pull request.