compiler tuple conversion warnings #391

Closed
opened 2025-12-29 15:30:52 +01:00 by adam · 3 comments
Owner

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
adam closed this issue 2025-12-29 15:30:52 +01:00
Author
Owner

@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.

@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.
Author
Owner

@DmitriyTor commented on GitHub (Sep 12, 2022):

When will there be a release with support Xcode 14?

@DmitriyTor commented on GitHub (Sep 12, 2022): When will there be a release with support Xcode 14?
Author
Owner

@JohnEstropia commented on GitHub (Sep 13, 2022):

Just released CoreStore 9.0.0. Cheers!

@JohnEstropia commented on GitHub (Sep 13, 2022): Just released CoreStore 9.0.0. Cheers!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#391