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

Move CI to Xcode 15.3 #23

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Move CI to Xcode 15.3 #23

merged 1 commit into from
Apr 10, 2024

Conversation

johnfairh
Copy link
Owner

And first pass at Swift concurrency checking.

First pass at Swift concurrency checking.  Problem is that Core Data itself
is not updated.

Remaining problems currently easily unworkaroundable:
* Container metadata [String:Any] — need a Sendable version of this
* NSPC::loadPersistentStores() — the callback semantics need formalizing in the new world

In addition having to @preconcurrency import CoreData in a bunch of places.
Copy link

codecov bot commented Apr 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.40%. Comparing base (ebbb6fa) to head (47a5e38).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   95.55%   93.40%   -2.15%     
==========================================
  Files          13       28      +15     
  Lines        1192     2760    +1568     
==========================================
+ Hits         1139     2578    +1439     
- Misses         53      182     +129     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@johnfairh johnfairh merged commit db6b1a9 into main Apr 10, 2024
2 of 3 checks passed
@johnfairh johnfairh deleted the xcode153 branch April 10, 2024 10:07
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

Successfully merging this pull request may close these issues.

1 participant