Originally created by @idsky2 on GitHub (Sep 1, 2022).
With CoreStore 8.1.0 I get 7 Tuple conversions from '(…)' to '(…)' mismatched labels
compiler 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
Originally created by @idsky2 on GitHub (Sep 1, 2022).
With CoreStore 8.1.0 I get 7
`Tuple conversions from '(…)' to '(…)' mismatched labels`
compiler 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
`
adam
added the fixed label 2025-12-29 15:30:52 +01:00
@idsky2 Hi, if you are using Xcode 14 beta already, please link with the develop branch instead of the 8.1.0 tag. Let me know if you still have issues after doing so.
@JohnEstropia commented on GitHub (Sep 5, 2022):
@idsky2 Hi, if you are using Xcode 14 beta already, please link with the `develop` branch instead of the `8.1.0` tag. Let me know if you still have issues after doing so.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!