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
115
115
Protocol FloatingPoint has added inherited protocol Copyable
116
116
Protocol FloatingPoint has added inherited protocol Escapable
117
-
Protocol Hashable has added inherited protocol Copyable
118
117
Protocol Hashable has added inherited protocol Escapable
119
118
Protocol Identifiable has added inherited protocol Copyable
120
119
Protocol Identifiable has added inherited protocol Escapable
@@ -399,3 +398,10 @@ Func Comparable.>(_:_:) has parameter 1 changing from Default to Shared
399
398
Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Swift.Comparable> to <Self where Self : Swift.Comparable, Self : ~Copyable>
400
399
Func Comparable.>=(_:_:) has parameter 0 changing from Default to Shared
401
400
Func Comparable.>=(_:_:) has parameter 1 changing from Default to Shared
401
+
402
+
// Hashable: ~Copyable
403
+
Protocol Hashable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable>
404
+
Accessor Hashable.hashValue.Get() has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
405
+
Func Hashable.hash(into:) has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
406
+
Func Hasher.combine(_:) has generic signature change from <H where H : Swift.Hashable> to <H where H : Swift.Hashable, H : ~Copyable>
407
+
Func Hasher.combine(_:) has parameter 0 changing from Default to Shared
Protocol FixedWidthInteger has added inherited protocol Escapable
233
233
Protocol FloatingPoint has added inherited protocol Copyable
234
234
Protocol FloatingPoint has added inherited protocol Escapable
235
-
Protocol Hashable has added inherited protocol Copyable
236
235
Protocol Hashable has added inherited protocol Escapable
237
236
Protocol Identifiable has added inherited protocol Copyable
238
237
Protocol Identifiable has added inherited protocol Escapable
@@ -911,5 +910,20 @@ 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
913
912
913
+
// Hashable: ~Copyable
914
+
Protocol Hashable has generic signature change from <Self : Swift.Equatable> to <Self : Swift.Equatable, Self : ~Copyable>
915
+
Accessor Hashable.hashValue.Get() has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
916
+
Func Hashable._rawHashValue(seed:) has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
917
+
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'
918
+
Func Hashable._rawHashValue(seed:) is now with @_preInverseGenerics
919
+
Func Hashable.hash(into:) has generic signature change from <Self where Self : Swift.Hashable> to <Self where Self : Swift.Hashable, Self : ~Copyable>
920
+
Func Hasher.combine(_:) has generic signature change from <H where H : Swift.Hashable> to <H where H : Swift.Hashable, H : ~Copyable>
921
+
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) -> ()'
922
+
Func Hasher.combine(_:) has parameter 0 changing from Default to Shared
923
+
Func Hasher.combine(_:) is now with @_preInverseGenerics
924
+
Func _hashValue(for:) has generic signature change from <H where H : Swift.Hashable> to <H where H : Swift.Hashable, H : ~Copyable>
925
+
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'
926
+
Func _hashValue(for:) has parameter 0 changing from Default to Shared
927
+
Func _hashValue(for:) is now with @_preInverseGenerics
914
928
915
929
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments