mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-07-19 03:01:13 +02:00
Initial prototype for Swift 6 mode
This commit is contained in:
@@ -36,7 +36,7 @@ extension Internals.DiffableDataUIDispatcher {
|
||||
|
||||
// Implementation based on https://github.com/ra1028/DifferenceKit
|
||||
@usableFromInline
|
||||
internal struct DiffResult<Index> {
|
||||
internal struct DiffResult<Index: Sendable>: Sendable {
|
||||
|
||||
@usableFromInline
|
||||
internal let deleted: [Index]
|
||||
@@ -213,7 +213,7 @@ extension Internals.DiffableDataUIDispatcher {
|
||||
|
||||
// Implementation based on https://github.com/ra1028/DifferenceKit
|
||||
@usableFromInline
|
||||
internal struct Trace<I> {
|
||||
internal struct Trace<I: Sendable>: Sendable {
|
||||
|
||||
@usableFromInline
|
||||
internal var reference: I?
|
||||
|
||||
Reference in New Issue
Block a user