File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
test/api-digester/Outputs Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments