@@ -8797,7 +8797,7 @@ public struct AbsolutePosition {
8797
8797
}
8798
8798
8799
8799
8800
-
8800
+ extension AbsolutePosition : Sendable { }
8801
8801
extension AbsolutePosition : Equatable , Hashable {
8802
8802
public static func == ( lhs: AbsolutePosition , rhs: AbsolutePosition ) -> Bool {
8803
8803
if lhs. pos != rhs. pos {
@@ -8863,7 +8863,7 @@ public struct AwarenessPeerUpdate {
8863
8863
}
8864
8864
8865
8865
8866
-
8866
+ extension AwarenessPeerUpdate : Sendable { }
8867
8867
extension AwarenessPeerUpdate : Equatable , Hashable {
8868
8868
public static func == ( lhs: AwarenessPeerUpdate , rhs: AwarenessPeerUpdate ) -> Bool {
8869
8869
if lhs. updated != rhs. updated {
@@ -9035,7 +9035,7 @@ public struct CommitOptions {
9035
9035
}
9036
9036
9037
9037
9038
-
9038
+ extension CommitOptions : Sendable { }
9039
9039
extension CommitOptions : Equatable , Hashable {
9040
9040
public static func == ( lhs: CommitOptions , rhs: CommitOptions ) -> Bool {
9041
9041
if lhs. origin != rhs. origin {
@@ -9244,7 +9244,7 @@ public struct ContainerPath {
9244
9244
}
9245
9245
9246
9246
9247
-
9247
+ extension ContainerPath : Sendable { }
9248
9248
extension ContainerPath : Equatable , Hashable {
9249
9249
public static func == ( lhs: ContainerPath , rhs: ContainerPath ) -> Bool {
9250
9250
if lhs. id != rhs. id {
@@ -9310,7 +9310,7 @@ public struct CounterSpan {
9310
9310
}
9311
9311
9312
9312
9313
-
9313
+ extension CounterSpan : Sendable { }
9314
9314
extension CounterSpan : Equatable , Hashable {
9315
9315
public static func == ( lhs: CounterSpan , rhs: CounterSpan ) -> Bool {
9316
9316
if lhs. start != rhs. start {
@@ -9552,7 +9552,7 @@ public struct Id {
9552
9552
}
9553
9553
9554
9554
9555
-
9555
+ extension Id : Sendable { }
9556
9556
extension Id : Equatable , Hashable {
9557
9557
public static func == ( lhs: Id , rhs: Id ) -> Bool {
9558
9558
if lhs. peer != rhs. peer {
@@ -9618,7 +9618,7 @@ public struct IdLp {
9618
9618
}
9619
9619
9620
9620
9621
-
9621
+ extension IdLp : Sendable { }
9622
9622
extension IdLp : Equatable , Hashable {
9623
9623
public static func == ( lhs: IdLp , rhs: IdLp ) -> Bool {
9624
9624
if lhs. lamport != rhs. lamport {
@@ -9684,7 +9684,7 @@ public struct IdSpan {
9684
9684
}
9685
9685
9686
9686
9687
-
9687
+ extension IdSpan : Sendable { }
9688
9688
extension IdSpan : Equatable , Hashable {
9689
9689
public static func == ( lhs: IdSpan , rhs: IdSpan ) -> Bool {
9690
9690
if lhs. peer != rhs. peer {
@@ -9846,7 +9846,7 @@ public struct ImportStatus {
9846
9846
}
9847
9847
9848
9848
9849
-
9849
+ extension ImportStatus : Sendable { }
9850
9850
extension ImportStatus : Equatable , Hashable {
9851
9851
public static func == ( lhs: ImportStatus , rhs: ImportStatus ) -> Bool {
9852
9852
if lhs. success != rhs. success {
@@ -9956,7 +9956,7 @@ public struct PathItem {
9956
9956
}
9957
9957
9958
9958
9959
-
9959
+ extension PathItem : Sendable { }
9960
9960
extension PathItem : Equatable , Hashable {
9961
9961
public static func == ( lhs: PathItem , rhs: PathItem ) -> Bool {
9962
9962
if lhs. container != rhs. container {
@@ -10024,7 +10024,7 @@ public struct PeerInfo {
10024
10024
}
10025
10025
10026
10026
10027
-
10027
+ extension PeerInfo : Sendable { }
10028
10028
extension PeerInfo : Equatable , Hashable {
10029
10029
public static func == ( lhs: PeerInfo , rhs: PeerInfo ) -> Bool {
10030
10030
if lhs. state != rhs. state {
@@ -10142,7 +10142,7 @@ public struct StyleConfig {
10142
10142
}
10143
10143
10144
10144
10145
-
10145
+ extension StyleConfig : Sendable { }
10146
10146
extension StyleConfig : Equatable , Hashable {
10147
10147
public static func == ( lhs: StyleConfig , rhs: StyleConfig ) -> Bool {
10148
10148
if lhs. expand != rhs. expand {
@@ -10200,7 +10200,7 @@ public struct TreeDiff {
10200
10200
}
10201
10201
10202
10202
10203
-
10203
+ extension TreeDiff : Sendable { }
10204
10204
extension TreeDiff : Equatable , Hashable {
10205
10205
public static func == ( lhs: TreeDiff , rhs: TreeDiff ) -> Bool {
10206
10206
if lhs. diff != rhs. diff {
@@ -10260,7 +10260,7 @@ public struct TreeDiffItem {
10260
10260
}
10261
10261
10262
10262
10263
-
10263
+ extension TreeDiffItem : Sendable { }
10264
10264
extension TreeDiffItem : Equatable , Hashable {
10265
10265
public static func == ( lhs: TreeDiffItem , rhs: TreeDiffItem ) -> Bool {
10266
10266
if lhs. target != rhs. target {
@@ -10326,7 +10326,7 @@ public struct TreeId {
10326
10326
}
10327
10327
10328
10328
10329
-
10329
+ extension TreeId : Sendable { }
10330
10330
extension TreeId : Equatable , Hashable {
10331
10331
public static func == ( lhs: TreeId , rhs: TreeId ) -> Bool {
10332
10332
if lhs. peer != rhs. peer {
@@ -10440,7 +10440,7 @@ public struct UpdateOptions {
10440
10440
}
10441
10441
10442
10442
10443
-
10443
+ extension UpdateOptions : Sendable { }
10444
10444
extension UpdateOptions : Equatable , Hashable {
10445
10445
public static func == ( lhs: UpdateOptions , rhs: UpdateOptions ) -> Bool {
10446
10446
if lhs. timeoutMs != rhs. timeoutMs {
@@ -10518,7 +10518,7 @@ public struct VersionVectorDiff {
10518
10518
}
10519
10519
10520
10520
10521
-
10521
+ extension VersionVectorDiff : Sendable { }
10522
10522
extension VersionVectorDiff : Equatable , Hashable {
10523
10523
public static func == ( lhs: VersionVectorDiff , rhs: VersionVectorDiff ) -> Bool {
10524
10524
if lhs. retreat != rhs. retreat {
@@ -10772,7 +10772,7 @@ public func FfiConverterTypeContainerID_lower(_ value: ContainerId) -> RustBuffe
10772
10772
}
10773
10773
10774
10774
10775
-
10775
+ extension ContainerId : Sendable { }
10776
10776
extension ContainerId : Equatable , Hashable { }
10777
10777
10778
10778
@@ -10874,7 +10874,7 @@ public func FfiConverterTypeContainerType_lower(_ value: ContainerType) -> RustB
10874
10874
}
10875
10875
10876
10876
10877
-
10877
+ extension ContainerType : Sendable { }
10878
10878
extension ContainerType : Equatable , Hashable { }
10879
10879
10880
10880
@@ -11061,7 +11061,7 @@ public func FfiConverterTypeEventTriggerKind_lower(_ value: EventTriggerKind) ->
11061
11061
}
11062
11062
11063
11063
11064
-
11064
+ extension EventTriggerKind : Sendable { }
11065
11065
extension EventTriggerKind : Equatable , Hashable { }
11066
11066
11067
11067
@@ -11139,7 +11139,7 @@ public func FfiConverterTypeExpandType_lower(_ value: ExpandType) -> RustBuffer
11139
11139
}
11140
11140
11141
11141
11142
-
11142
+ extension ExpandType : Sendable { }
11143
11143
extension ExpandType : Equatable , Hashable { }
11144
11144
11145
11145
@@ -11219,7 +11219,7 @@ public func FfiConverterTypeIndex_lower(_ value: Index) -> RustBuffer {
11219
11219
}
11220
11220
11221
11221
11222
-
11222
+ extension Index : Sendable { }
11223
11223
extension Index : Equatable , Hashable { }
11224
11224
11225
11225
@@ -11922,7 +11922,7 @@ public func FfiConverterTypeLoroValue_lower(_ value: LoroValue) -> RustBuffer {
11922
11922
}
11923
11923
11924
11924
11925
-
11925
+ extension LoroValue : Sendable { }
11926
11926
extension LoroValue : Equatable , Hashable { }
11927
11927
11928
11928
@@ -11993,7 +11993,7 @@ public func FfiConverterTypeOrdering_lower(_ value: Ordering) -> RustBuffer {
11993
11993
}
11994
11994
11995
11995
11996
-
11996
+ extension Ordering : Sendable { }
11997
11997
extension Ordering : Equatable , Hashable { }
11998
11998
11999
11999
@@ -12064,7 +12064,7 @@ public func FfiConverterTypeSide_lower(_ value: Side) -> RustBuffer {
12064
12064
}
12065
12065
12066
12066
12067
-
12067
+ extension Side : Sendable { }
12068
12068
extension Side : Equatable , Hashable { }
12069
12069
12070
12070
@@ -12146,7 +12146,7 @@ public func FfiConverterTypeTextDelta_lower(_ value: TextDelta) -> RustBuffer {
12146
12146
}
12147
12147
12148
12148
12149
-
12149
+ extension TextDelta : Sendable { }
12150
12150
extension TextDelta : Equatable , Hashable { }
12151
12151
12152
12152
@@ -12233,7 +12233,7 @@ public func FfiConverterTypeTreeExternalDiff_lower(_ value: TreeExternalDiff) ->
12233
12233
}
12234
12234
12235
12235
12236
-
12236
+ extension TreeExternalDiff : Sendable { }
12237
12237
extension TreeExternalDiff : Equatable , Hashable { }
12238
12238
12239
12239
@@ -12314,7 +12314,7 @@ public func FfiConverterTypeTreeParentId_lower(_ value: TreeParentId) -> RustBuf
12314
12314
}
12315
12315
12316
12316
12317
-
12317
+ extension TreeParentId : Sendable { }
12318
12318
extension TreeParentId : Equatable , Hashable { }
12319
12319
12320
12320
@@ -12378,7 +12378,7 @@ public func FfiConverterTypeUndoOrRedo_lower(_ value: UndoOrRedo) -> RustBuffer
12378
12378
}
12379
12379
12380
12380
12381
-
12381
+ extension UndoOrRedo : Sendable { }
12382
12382
extension UndoOrRedo : Equatable , Hashable { }
12383
12383
12384
12384
0 commit comments