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 4
4
/* RawRepresentable Changes */
5
5
6
6
/* 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
7
13
8
14
/* Moved Decls */
15
+ Enum Dictionary._Variant has been changed to a Struct
16
+ Enum Set._Variant has been changed to a Struct
9
17
10
18
/* 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
11
21
12
22
/* 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
13
33
14
34
/* Decl Attribute changes */
15
35
You can’t perform that action at this time.
0 commit comments