@inliable initializer can't be designated initializer #412

Closed
opened 2025-12-29 15:31:15 +01:00 by adam · 2 comments
Owner

Originally created by @JCSooHwanCho on GitHub (Jun 14, 2023).

when I build this int bazel Xcode 15, I got some errors. they are all same kind error, and this are one of them

CoreStore/Sources/Internals.DiffableDataUIDispatcher.DiffResult.swift:256:22: error: initializer for class 'Internals.DiffableDataUIDispatcher<O>.DiffResult<Index>.IndicesReference' is '@inlinable' and must delegate to another initializer
Originally created by @JCSooHwanCho on GitHub (Jun 14, 2023). when I build this int bazel Xcode 15, I got some errors. they are all same kind error, and this are one of them ``` CoreStore/Sources/Internals.DiffableDataUIDispatcher.DiffResult.swift:256:22: error: initializer for class 'Internals.DiffableDataUIDispatcher<O>.DiffResult<Index>.IndicesReference' is '@inlinable' and must delegate to another initializer ```
adam closed this issue 2025-12-29 15:31:15 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Jun 14, 2023):

Did you update to the latest CoreStore version?

@JohnEstropia commented on GitHub (Jun 14, 2023): Did you update to the latest CoreStore version?
Author
Owner

@JCSooHwanCho commented on GitHub (Jun 14, 2023):

I used develop branch

@JCSooHwanCho commented on GitHub (Jun 14, 2023): I used develop branch
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#412