mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 14:20:26 +01:00
9.3.0 not working with Xcode 15.4 Swift 5.10 #437
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JoeFerrucci on GitHub (Nov 26, 2024).
Created brand new project using Xcode 15.4 Swift 5.10. Builds fine. Once I add CoreStore 9.3.0 using Xcode's SPM, I get 500+ errors.
If I downgrade from 9.3.0 to 9.2.0 it works fine.
I don't see anything in the changelog or readme that says my current setup won't work with 9.3.0
What am I missing? Thanks