File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
test/api-digester/Outputs Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ Func _swift_stdlib_atomicStoreInt32(object:desired:) has been removed
45
45
Func _swift_stdlib_atomicStoreInt64(object:desired:) has been removed
46
46
Func _swift_stdlib_atomicStoreUInt32(object:desired:) has been removed
47
47
Func _swift_stdlib_atomicStoreUInt64(object:desired:) has been removed
48
+ Protocol _HasherCore has been removed
49
+ Struct _BufferingHasher has been removed
50
+ Struct _HasherTailBuffer has been removed
48
51
49
52
/* Moved Decls */
50
53
@@ -53,6 +56,10 @@ Func MutableCollection._partition(within:by:) has been renamed to Func MutableCo
53
56
54
57
/* Type Changes */
55
58
Func MutableCollection._partition(within:by:) has parameter 0 type change from Range<τ_0_0.Index> to (τ_0_0.Element) throws -> Bool
59
+ Var Hasher._core has declared type change from _BufferingHasher<Hasher._Core> to Hasher._Core
60
+ Var Hasher._Core._buffer is added to a non-resilient type
61
+ Var Hasher._Core._state in a non-resilient type changes position from 0 to 1
62
+ Struct Hasher._Core has removed conformance to _HasherCore
56
63
57
64
/* Decl Attribute changes */
58
65
You can’t perform that action at this time.
0 commit comments