You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protocol CodingKey has added inherited protocol Escapable
72
72
Protocol Collection has added inherited protocol Copyable
73
73
Protocol Collection has added inherited protocol Escapable
74
-
Protocol Comparable has added inherited protocol Escapable
75
74
Protocol CustomDebugStringConvertible has added inherited protocol Copyable
76
75
Protocol CustomDebugStringConvertible has added inherited protocol Escapable
77
76
Protocol CustomLeafReflectable has added inherited protocol Copyable
@@ -384,18 +383,18 @@ Func Equatable.==(_:_:) has generic signature change from <Self where Self : Swi
384
383
Func Equatable.==(_:_:) has parameter 0 changing from Default to Shared
385
384
Func Equatable.==(_:_:) has parameter 1 changing from Default to Shared
386
385
387
-
// Comparable: ~Copyable
388
-
Protocol Comparable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable>
389
-
Func Comparable.<(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
386
+
// Comparable: ~Copyable & ~Escapable
387
+
Protocol Comparable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable, Self : ~Escapable>
388
+
Func Comparable.<(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
390
389
Func Comparable.<(_:_:) has parameter 0 changing from Default to Shared
391
390
Func Comparable.<(_:_:) has parameter 1 changing from Default to Shared
392
-
Func Comparable.<=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
391
+
Func Comparable.<=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
393
392
Func Comparable.<=(_:_:) has parameter 0 changing from Default to Shared
394
393
Func Comparable.<=(_:_:) has parameter 1 changing from Default to Shared
395
-
Func Comparable.>(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
394
+
Func Comparable.>(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
396
395
Func Comparable.>(_:_:) has parameter 0 changing from Default to Shared
397
396
Func Comparable.>(_:_:) has parameter 1 changing from Default to Shared
398
-
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
397
+
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
399
398
Func Comparable.>=(_:_:) has parameter 0 changing from Default to Shared
400
399
Func Comparable.>=(_:_:) has parameter 1 changing from Default to Shared
Protocol CodingKey has added inherited protocol Escapable
190
190
Protocol Collection has added inherited protocol Copyable
191
191
Protocol Collection has added inherited protocol Escapable
192
-
Protocol Comparable has added inherited protocol Escapable
193
192
Protocol CustomDebugStringConvertible has added inherited protocol Copyable
194
193
Protocol CustomDebugStringConvertible has added inherited protocol Escapable
195
194
Protocol CustomLeafReflectable has added inherited protocol Copyable
@@ -889,23 +888,23 @@ Func Equatable.==(_:_:) has generic signature change from <Self where Self : Swi
889
888
Func Equatable.==(_:_:) has parameter 0 changing from Default to Shared
890
889
Func Equatable.==(_:_:) has parameter 1 changing from Default to Shared
891
890
892
-
// Comparable: ~Copyable
893
-
Protocol Comparable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable>
894
-
Func Comparable.<(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
891
+
// Comparable: ~Copyable & ~Escapable
892
+
Protocol Comparable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable, Self : ~Escapable>
893
+
Func Comparable.<(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
895
894
Func Comparable.<(_:_:) has parameter 0 changing from Default to Shared
896
895
Func Comparable.<(_:_:) has parameter 1 changing from Default to Shared
897
-
Func Comparable.<=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
898
-
Func Comparable.<=(_:_:) has mangled name changing from 'static (extension in Swift):Swift.Comparable.<= infix(A, A) -> Swift.Bool' to 'static (extension in Swift):Swift.Comparable< where A: ~Swift.Copyable>.<= infix(A, A) -> Swift.Bool'
896
+
Func Comparable.<=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
897
+
Func Comparable.<=(_:_:) has mangled name changing from 'static (extension in Swift):Swift.Comparable.<= infix(A, A) -> Swift.Bool' to 'static (extension in Swift):Swift.Comparable< where A: ~Swift.Copyable, A: ~Swift.Escapable>.<= infix(A, A) -> Swift.Bool'
899
898
Func Comparable.<=(_:_:) has parameter 0 changing from Default to Shared
900
899
Func Comparable.<=(_:_:) has parameter 1 changing from Default to Shared
901
900
Func Comparable.<=(_:_:) is now with @_preInverseGenerics
902
-
Func Comparable.>(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
903
-
Func Comparable.>(_:_:) has mangled name changing from 'static (extension in Swift):Swift.Comparable.> infix(A, A) -> Swift.Bool' to 'static (extension in Swift):Swift.Comparable< where A: ~Swift.Copyable>.> infix(A, A) -> Swift.Bool'
901
+
Func Comparable.>(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
902
+
Func Comparable.>(_:_:) has mangled name changing from 'static (extension in Swift):Swift.Comparable.> infix(A, A) -> Swift.Bool' to 'static (extension in Swift):Swift.Comparable< where A: ~Swift.Copyable, A: ~Swift.Escapable>.> infix(A, A) -> Swift.Bool'
904
903
Func Comparable.>(_:_:) has parameter 0 changing from Default to Shared
905
904
Func Comparable.>(_:_:) has parameter 1 changing from Default to Shared
906
905
Func Comparable.>(_:_:) is now with @_preInverseGenerics
907
-
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
908
-
Func Comparable.>=(_:_:) has mangled name changing from 'static (extension in Swift):Swift.Comparable.>= infix(A, A) -> Swift.Bool' to 'static (extension in Swift):Swift.Comparable< where A: ~Swift.Copyable>.>= infix(A, A) -> Swift.Bool'
906
+
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
907
+
Func Comparable.>=(_:_:) has mangled name changing from 'static (extension in Swift):Swift.Comparable.>= infix(A, A) -> Swift.Bool' to 'static (extension in Swift):Swift.Comparable< where A: ~Swift.Copyable, A: ~Swift.Escapable>.>= infix(A, A) -> Swift.Bool'
909
908
Func Comparable.>=(_:_:) has parameter 0 changing from Default to Shared
910
909
Func Comparable.>=(_:_:) has parameter 1 changing from Default to Shared
911
910
Func Comparable.>=(_:_:) is now with @_preInverseGenerics
0 commit comments