mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
compiler tuple conversion warnings #391
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 @idsky2 on GitHub (Sep 1, 2022).
With CoreStore 8.1.0 I get 7
Tuple conversions from '(…)' to '(…)' mismatched labelscompiler warnings.
e.g:
…/SourcePackages/checkouts/CoreStore/Sources/NSEntityDescription+Migration.swift:39:13: Tuple conversion from '(key: String, value: NSAttributeDescription)' to '(name: String, description: NSAttributeDescription)' mismatches labels@JohnEstropia commented on GitHub (Sep 5, 2022):
@idsky2 Hi, if you are using Xcode 14 beta already, please link with the
developbranch instead of the8.1.0tag. Let me know if you still have issues after doing so.@DmitriyTor commented on GitHub (Sep 12, 2022):
When will there be a release with support Xcode 14?
@JohnEstropia commented on GitHub (Sep 13, 2022):
Just released CoreStore 9.0.0. Cheers!