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
@@ -385,17 +384,17 @@ Func Equatable.==(_:_:) has generic signature change from <Self where Self : Swi
385
384
Func Equatable.==(_:_:) has parameter 0 changing from Default to Shared
386
385
Func Equatable.==(_:_:) has parameter 1 changing from Default to Shared
387
386
388
-
// Comparable: ~Copyable
389
-
Protocol Comparable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable>
390
-
Func Comparable.<(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
387
+
// Comparable: ~Copyable & ~Escapable
388
+
Protocol Comparable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable, Self : ~Escapable>
389
+
Func Comparable.<(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
391
390
Func Comparable.<(_:_:) has parameter 0 changing from Default to Shared
392
391
Func Comparable.<(_:_:) has parameter 1 changing from Default to Shared
393
-
Func Comparable.<=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
392
+
Func Comparable.<=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
394
393
Func Comparable.<=(_:_:) has parameter 0 changing from Default to Shared
395
394
Func Comparable.<=(_:_:) has parameter 1 changing from Default to Shared
396
-
Func Comparable.>(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
395
+
Func Comparable.>(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
397
396
Func Comparable.>(_:_:) has parameter 0 changing from Default to Shared
398
397
Func Comparable.>(_:_:) has parameter 1 changing from Default to Shared
399
-
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
398
+
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
400
399
Func Comparable.>=(_:_:) has parameter 0 changing from Default to Shared
401
400
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
@@ -890,23 +889,23 @@ Func Equatable.==(_:_:) has generic signature change from <Self where Self : Swi
890
889
Func Equatable.==(_:_:) has parameter 0 changing from Default to Shared
891
890
Func Equatable.==(_:_:) has parameter 1 changing from Default to Shared
892
891
893
-
// Comparable: ~Copyable
894
-
Protocol Comparable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable>
895
-
Func Comparable.<(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
892
+
// Comparable: ~Copyable & ~Escapable
893
+
Protocol Comparable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable, Self : ~Escapable>
894
+
Func Comparable.<(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
896
895
Func Comparable.<(_:_:) has parameter 0 changing from Default to Shared
897
896
Func Comparable.<(_:_:) has parameter 1 changing from Default to Shared
898
-
Func Comparable.<=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
899
-
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'
897
+
Func Comparable.<=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
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, A: ~Swift.Escapable>.<= infix(A, A) -> Swift.Bool'
900
899
Func Comparable.<=(_:_:) has parameter 0 changing from Default to Shared
901
900
Func Comparable.<=(_:_:) has parameter 1 changing from Default to Shared
902
901
Func Comparable.<=(_:_:) is now with @_preInverseGenerics
903
-
Func Comparable.>(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
904
-
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'
902
+
Func Comparable.>(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
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, A: ~Swift.Escapable>.> infix(A, A) -> Swift.Bool'
905
904
Func Comparable.>(_:_:) has parameter 0 changing from Default to Shared
906
905
Func Comparable.>(_:_:) has parameter 1 changing from Default to Shared
907
906
Func Comparable.>(_:_:) is now with @_preInverseGenerics
908
-
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
909
-
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'
907
+
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable, Self : ~Escapable>
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, A: ~Swift.Escapable>.>= infix(A, A) -> Swift.Bool'
910
909
Func Comparable.>=(_:_:) has parameter 0 changing from Default to Shared
911
910
Func Comparable.>=(_:_:) has parameter 1 changing from Default to Shared
912
911
Func Comparable.>=(_:_:) is now with @_preInverseGenerics
0 commit comments