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
```
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 @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
@JohnEstropia commented on GitHub (Jun 14, 2023):
Did you update to the latest CoreStore version?
@JCSooHwanCho commented on GitHub (Jun 14, 2023):
I used develop branch