Skip to content

Commit 825ac93

Browse files
committed
[test] Describe ABI changes
1 parent 50bd37b commit 825ac93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/api-digester/Outputs/stability-stdlib-abi.swift.expected

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Func _swift_stdlib_atomicStoreInt32(object:desired:) has been removed
4545
Func _swift_stdlib_atomicStoreInt64(object:desired:) has been removed
4646
Func _swift_stdlib_atomicStoreUInt32(object:desired:) has been removed
4747
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
4851

4952
/* Moved Decls */
5053

@@ -53,6 +56,10 @@ Func MutableCollection._partition(within:by:) has been renamed to Func MutableCo
5356

5457
/* Type Changes */
5558
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
5663

5764
/* Decl Attribute changes */
5865

0 commit comments

Comments
 (0)