Skip to content

Commit c47b922

Browse files
committed
[test] Confess Set/Dictionary ABI changes
1 parent d904b46 commit c47b922

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,32 @@
44
/* RawRepresentable Changes */
55

66
/* Removed Decls */
7+
EnumElement Dictionary._Variant.cocoa has been removed
8+
EnumElement Set._Variant.cocoa has been removed
9+
Func Dictionary._Variant.cocoaPath() has been removed
10+
Func Set._Variant.cocoaPath() has been removed
11+
Func _CocoaDictionary.==(_:_:) has been removed
12+
Func _CocoaSet.==(_:_:) has been removed
713

814
/* Moved Decls */
15+
Enum Dictionary._Variant has been changed to a Struct
16+
Enum Set._Variant has been changed to a Struct
917

1018
/* Renamed Decls */
19+
EnumElement Dictionary._Variant.native has been renamed to Var Dictionary._Variant.isNative
20+
EnumElement Set._Variant.native has been renamed to Var Set._Variant.isNative
1121

1222
/* Type Changes */
23+
Enum Dictionary._Variant is now with @_fixed_layout
24+
Enum Dictionary._Variant is now without @_frozen
25+
Enum Set._Variant is now with @_fixed_layout
26+
Enum Set._Variant is now without @_frozen
27+
EnumElement Dictionary._Variant.native is no longer a stored property
28+
EnumElement Set._Variant.native is no longer a stored property
29+
Var Dictionary._Variant.object is added to a non-resilient type
30+
Var Set._Variant.object is added to a non-resilient type
31+
Struct _CocoaDictionary has removed conformance to Equatable
32+
Struct _CocoaSet has removed conformance to Equatable
1333

1434
/* Decl Attribute changes */
1535

0 commit comments

Comments
 (0)