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 FixedWidthInteger has added inherited protocol Escapable
117
117
Protocol FloatingPoint has added inherited protocol Copyable
118
118
Protocol FloatingPoint has added inherited protocol Escapable
119
-
Protocol Hashable has added inherited protocol Copyable
120
119
Protocol Hashable has added inherited protocol Escapable
121
120
Protocol Identifiable has added inherited protocol Copyable
122
121
Protocol Identifiable has added inherited protocol Escapable
@@ -387,3 +386,9 @@ Func Equatable.==(_:_:) has generic signature change from <Self where Self : Swi
387
386
Func Equatable.==(_:_:) has parameter 0 changing from Default to Shared
388
387
Func Equatable.==(_:_:) has parameter 1 changing from Default to Shared
389
388
389
+
// Hashable: ~Copyable
390
+
Protocol Hashable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable>
391
+
Accessor Hashable.hashValue.Get() has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
392
+
Func Hashable.hash(into:) has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
393
+
Func Hasher.combine(_:) has generic signature change from <H where H : Swift.Hashable> to <H where H : Swift.Hashable, H : ~Copyable>
394
+
Func Hasher.combine(_:) has parameter 0 changing from Default to Shared
Protocol FixedWidthInteger has added inherited protocol Escapable
235
235
Protocol FloatingPoint has added inherited protocol Copyable
236
236
Protocol FloatingPoint has added inherited protocol Escapable
237
-
Protocol Hashable has added inherited protocol Copyable
238
237
Protocol Hashable has added inherited protocol Escapable
239
238
Protocol Identifiable has added inherited protocol Copyable
240
239
Protocol Identifiable has added inherited protocol Escapable
@@ -888,4 +887,21 @@ Func Equatable.==(_:_:) has generic signature change from <Self where Self : Swi
888
887
Func Equatable.==(_:_:) has parameter 0 changing from Default to Shared
889
888
Func Equatable.==(_:_:) has parameter 1 changing from Default to Shared
890
889
890
+
// Hashable: ~Copyable
891
+
Protocol Hashable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable>
892
+
Accessor Hashable.hashValue.Get() has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
893
+
Func Hashable._rawHashValue(seed:) has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
894
+
Func Hashable._rawHashValue(seed:) has mangled name changing from '(extension in Swift):Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int' to '(extension in Swift):Swift.Hashable< where A: ~Swift.Copyable>._rawHashValue(seed: Swift.Int) -> Swift.Int'
895
+
Func Hashable._rawHashValue(seed:) is now with @_preInverseGenerics
896
+
Func Hashable.hash(into:) has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
897
+
Func Hasher.combine(_:) has generic signature change from <H where H : Swift.Hashable> to <H where H : Swift.Hashable, H : ~Copyable>
898
+
Func Hasher.combine(_:) has mangled name changing from 'Swift.Hasher.combine<A where A: Swift.Hashable>(A) -> ()' to 'Swift.Hasher.combine<A where A: Swift.Hashable, A: ~Swift.Copyable>(A) -> ()'
899
+
Func Hasher.combine(_:) has parameter 0 changing from Default to Shared
900
+
Func Hasher.combine(_:) is now with @_preInverseGenerics
901
+
Func _hashValue(for:) has generic signature change from <H where H : Swift.Hashable> to <H where H : Swift.Hashable, H : ~Copyable>
902
+
Func _hashValue(for:) has mangled name changing from 'Swift._hashValue<A where A: Swift.Hashable>(for: A) -> Swift.Int' to 'Swift._hashValue<A where A: Swift.Hashable, A: ~Swift.Copyable>(for: A) -> Swift.Int'
903
+
Func _hashValue(for:) has parameter 0 changing from Default to Shared
904
+
Func _hashValue(for:) is now with @_preInverseGenerics
905
+
906
+
891
907
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments