@@ -10,8 +10,16 @@ Class _RawSetStorage has been renamed to Class __RawSetStorage
10
10
Class _SetStorage has changed its super class from _RawSetStorage to __RawSetStorage
11
11
Constructor Dictionary._Variant.init(cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
12
12
Constructor Dictionary.init(_cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
13
+ Constructor Int.init(truncatingBitPattern:) has been removed
14
+ Constructor Int16.init(truncatingBitPattern:) has been removed
15
+ Constructor Int32.init(truncatingBitPattern:) has been removed
16
+ Constructor Int8.init(truncatingBitPattern:) has been removed
13
17
Constructor Set._Variant.init(cocoa:) has parameter 0 type change from _CocoaSet to __CocoaSet
14
18
Constructor Set.init(_cocoa:) has parameter 0 type change from _CocoaSet to __CocoaSet
19
+ Constructor UInt.init(truncatingBitPattern:) has been removed
20
+ Constructor UInt16.init(truncatingBitPattern:) has been removed
21
+ Constructor UInt32.init(truncatingBitPattern:) has been removed
22
+ Constructor UInt8.init(truncatingBitPattern:) has been removed
15
23
Constructor _CocoaDictionary.init(_:) has return type change from _CocoaDictionary to __CocoaDictionary
16
24
Constructor _CocoaSet.init(_:) has return type change from _CocoaSet to __CocoaSet
17
25
Constructor _NativeDictionary.init(_:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
@@ -20,7 +28,73 @@ Constructor _NativeDictionary.init(_:capacity:) has parameter 0 type change from
20
28
Constructor _NativeSet.init(_:) has parameter 0 type change from _CocoaSet to __CocoaSet
21
29
Constructor _NativeSet.init(_:) has parameter 0 type change from _RawSetStorage to __RawSetStorage
22
30
Constructor _NativeSet.init(_:capacity:) has parameter 0 type change from _CocoaSet to __CocoaSet
31
+ Func BinaryInteger.addWithOverflow(_:_:) has been removed
32
+ Func BinaryInteger.divideWithOverflow(_:_:) has been removed
33
+ Func BinaryInteger.multiplyWithOverflow(_:_:) has been removed
34
+ Func BinaryInteger.remainderWithOverflow(_:_:) has been removed
35
+ Func BinaryInteger.subtractWithOverflow(_:_:) has been removed
36
+ Func FixedWidthInteger.<<(_:_:) has been removed
37
+ Func FixedWidthInteger.<<=(_:_:) has been removed
38
+ Func FixedWidthInteger.>>(_:_:) has been removed
39
+ Func FixedWidthInteger.>>=(_:_:) has been removed
40
+ Func FixedWidthInteger.addWithOverflow(_:_:) has been removed
41
+ Func FixedWidthInteger.divideWithOverflow(_:_:) has been removed
42
+ Func FixedWidthInteger.multiplyWithOverflow(_:_:) has been removed
43
+ Func FixedWidthInteger.remainderWithOverflow(_:_:) has been removed
44
+ Func FixedWidthInteger.subtractWithOverflow(_:_:) has been removed
45
+ Func Int.<<(_:_:) has been removed
46
+ Func Int.<<=(_:_:) has been removed
47
+ Func Int.>>(_:_:) has been removed
48
+ Func Int.>>=(_:_:) has been removed
49
+ Func Int.toUIntMax() has been removed
50
+ Func Int16.<<(_:_:) has been removed
51
+ Func Int16.<<=(_:_:) has been removed
52
+ Func Int16.>>(_:_:) has been removed
53
+ Func Int16.>>=(_:_:) has been removed
54
+ Func Int16.toUIntMax() has been removed
55
+ Func Int32.<<(_:_:) has been removed
56
+ Func Int32.<<=(_:_:) has been removed
57
+ Func Int32.>>(_:_:) has been removed
58
+ Func Int32.>>=(_:_:) has been removed
59
+ Func Int32.toUIntMax() has been removed
60
+ Func Int64.<<(_:_:) has been removed
61
+ Func Int64.<<=(_:_:) has been removed
62
+ Func Int64.>>(_:_:) has been removed
63
+ Func Int64.>>=(_:_:) has been removed
64
+ Func Int64.toUIntMax() has been removed
65
+ Func Int8.<<(_:_:) has been removed
66
+ Func Int8.<<=(_:_:) has been removed
67
+ Func Int8.>>(_:_:) has been removed
68
+ Func Int8.>>=(_:_:) has been removed
69
+ Func Int8.toUIntMax() has been removed
23
70
Func Set._Variant._migrateToNative(_:removing:) has parameter 0 type change from _CocoaSet to __CocoaSet
71
+ Func SignedInteger.&+(_:_:) has been removed
72
+ Func SignedInteger.&-(_:_:) has been removed
73
+ Func UInt.<<(_:_:) has been removed
74
+ Func UInt.<<=(_:_:) has been removed
75
+ Func UInt.>>(_:_:) has been removed
76
+ Func UInt.>>=(_:_:) has been removed
77
+ Func UInt.toIntMax() has been removed
78
+ Func UInt16.<<(_:_:) has been removed
79
+ Func UInt16.<<=(_:_:) has been removed
80
+ Func UInt16.>>(_:_:) has been removed
81
+ Func UInt16.>>=(_:_:) has been removed
82
+ Func UInt16.toIntMax() has been removed
83
+ Func UInt32.<<(_:_:) has been removed
84
+ Func UInt32.<<=(_:_:) has been removed
85
+ Func UInt32.>>(_:_:) has been removed
86
+ Func UInt32.>>=(_:_:) has been removed
87
+ Func UInt32.toIntMax() has been removed
88
+ Func UInt64.<<(_:_:) has been removed
89
+ Func UInt64.<<=(_:_:) has been removed
90
+ Func UInt64.>>(_:_:) has been removed
91
+ Func UInt64.>>=(_:_:) has been removed
92
+ Func UInt64.toIntMax() has been removed
93
+ Func UInt8.<<(_:_:) has been removed
94
+ Func UInt8.<<=(_:_:) has been removed
95
+ Func UInt8.>>(_:_:) has been removed
96
+ Func UInt8.>>=(_:_:) has been removed
97
+ Func UInt8.toIntMax() has been removed
24
98
Func _CocoaDictionary.isEqual(to:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
25
99
Func _CocoaSet.isEqual(to:) has parameter 0 type change from _CocoaSet to __CocoaSet
26
100
Func _DictionaryStorage.convert(_:capacity:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
@@ -35,8 +109,28 @@ Struct _CocoaDictionary has been renamed to Struct __CocoaDictionary
35
109
Struct _CocoaSet has been renamed to Struct __CocoaSet
36
110
Var Dictionary._Variant.asCocoa has declared type change from _CocoaDictionary to __CocoaDictionary
37
111
Var Dictionary._Variant.object has declared type change from _BridgeStorage<_RawDictionaryStorage> to _BridgeStorage<__RawDictionaryStorage>
112
+ Var Int._sizeInBits has been removed
113
+ Var Int._sizeInBytes has been removed
114
+ Var Int16._sizeInBits has been removed
115
+ Var Int16._sizeInBytes has been removed
116
+ Var Int32._sizeInBits has been removed
117
+ Var Int32._sizeInBytes has been removed
118
+ Var Int64._sizeInBits has been removed
119
+ Var Int64._sizeInBytes has been removed
120
+ Var Int8._sizeInBits has been removed
121
+ Var Int8._sizeInBytes has been removed
38
122
Var Set._Variant.asCocoa has declared type change from _CocoaSet to __CocoaSet
39
123
Var Set._Variant.object has declared type change from _BridgeStorage<_RawSetStorage> to _BridgeStorage<__RawSetStorage>
124
+ Var UInt._sizeInBits has been removed
125
+ Var UInt._sizeInBytes has been removed
126
+ Var UInt16._sizeInBits has been removed
127
+ Var UInt16._sizeInBytes has been removed
128
+ Var UInt32._sizeInBits has been removed
129
+ Var UInt32._sizeInBytes has been removed
130
+ Var UInt64._sizeInBits has been removed
131
+ Var UInt64._sizeInBytes has been removed
132
+ Var UInt8._sizeInBits has been removed
133
+ Var UInt8._sizeInBytes has been removed
40
134
Var _CocoaDictionary.Index.dictionary has declared type change from _CocoaDictionary to __CocoaDictionary
41
135
Var _NativeDictionary._storage has declared type change from _RawDictionaryStorage to __RawDictionaryStorage
42
136
Var _NativeSet._storage has declared type change from _RawSetStorage to __RawSetStorage
0 commit comments