@@ -14,6 +14,45 @@ Var _StringObject.undiscriminatedObjectRawBits has been removed
14
14
15
15
Constructor _StringObject.CountAndFlags.init(count:) has been removed
16
16
Constructor _StringObject.CountAndFlags.init(count:isASCII:) has been removed
17
+ Func BinaryInteger.addWithOverflow(_:_:) has been removed
18
+ Func BinaryInteger.divideWithOverflow(_:_:) has been removed
19
+ Func BinaryInteger.multiplyWithOverflow(_:_:) has been removed
20
+ Func BinaryInteger.remainderWithOverflow(_:_:) has been removed
21
+ Func BinaryInteger.subtractWithOverflow(_:_:) has been removed
22
+ Func FixedWidthInteger.<<(_:_:) has been removed
23
+ Func FixedWidthInteger.<<=(_:_:) has been removed
24
+ Func FixedWidthInteger.>>(_:_:) has been removed
25
+ Func FixedWidthInteger.>>=(_:_:) has been removed
26
+ Func FixedWidthInteger.addWithOverflow(_:_:) has been removed
27
+ Func FixedWidthInteger.divideWithOverflow(_:_:) has been removed
28
+ Func FixedWidthInteger.multiplyWithOverflow(_:_:) has been removed
29
+ Func FixedWidthInteger.remainderWithOverflow(_:_:) has been removed
30
+ Func FixedWidthInteger.subtractWithOverflow(_:_:) has been removed
31
+ Func Int.<<(_:_:) has been removed
32
+ Func Int.<<=(_:_:) has been removed
33
+ Func Int.>>(_:_:) has been removed
34
+ Func Int.>>=(_:_:) has been removed
35
+ Func Int.toUIntMax() has been removed
36
+ Func Int16.<<(_:_:) has been removed
37
+ Func Int16.<<=(_:_:) has been removed
38
+ Func Int16.>>(_:_:) has been removed
39
+ Func Int16.>>=(_:_:) has been removed
40
+ Func Int16.toUIntMax() has been removed
41
+ Func Int32.<<(_:_:) has been removed
42
+ Func Int32.<<=(_:_:) has been removed
43
+ Func Int32.>>(_:_:) has been removed
44
+ Func Int32.>>=(_:_:) has been removed
45
+ Func Int32.toUIntMax() has been removed
46
+ Func Int64.<<(_:_:) has been removed
47
+ Func Int64.<<=(_:_:) has been removed
48
+ Func Int64.>>(_:_:) has been removed
49
+ Func Int64.>>=(_:_:) has been removed
50
+ Func Int64.toUIntMax() has been removed
51
+ Func Int8.<<(_:_:) has been removed
52
+ Func Int8.<<=(_:_:) has been removed
53
+ Func Int8.>>(_:_:) has been removed
54
+ Func Int8.>>=(_:_:) has been removed
55
+ Func Int8.toUIntMax() has been removed
17
56
Func _StringObject.Nibbles.largeSharedMortal() has been removed
18
57
Var _StringGuts.hasNativeStorage has been removed
19
58
Var _StringGuts.isNFC has been removed
@@ -39,8 +78,16 @@ Class _RawSetStorage has been renamed to Class __RawSetStorage
39
78
Class _SetStorage has changed its super class from _RawSetStorage to __RawSetStorage
40
79
Constructor Dictionary._Variant.init(cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
41
80
Constructor Dictionary.init(_cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
81
+ Constructor Int.init(truncatingBitPattern:) has been removed
82
+ Constructor Int16.init(truncatingBitPattern:) has been removed
83
+ Constructor Int32.init(truncatingBitPattern:) has been removed
84
+ Constructor Int8.init(truncatingBitPattern:) has been removed
42
85
Constructor Set._Variant.init(cocoa:) has parameter 0 type change from _CocoaSet to __CocoaSet
43
86
Constructor Set.init(_cocoa:) has parameter 0 type change from _CocoaSet to __CocoaSet
87
+ Constructor UInt.init(truncatingBitPattern:) has been removed
88
+ Constructor UInt16.init(truncatingBitPattern:) has been removed
89
+ Constructor UInt32.init(truncatingBitPattern:) has been removed
90
+ Constructor UInt8.init(truncatingBitPattern:) has been removed
44
91
Constructor _CocoaDictionary.init(_:) has return type change from _CocoaDictionary to __CocoaDictionary
45
92
Constructor _CocoaSet.init(_:) has return type change from _CocoaSet to __CocoaSet
46
93
Constructor _NativeDictionary.init(_:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
@@ -50,6 +97,33 @@ Constructor _NativeSet.init(_:) has parameter 0 type change from _CocoaSet to __
50
97
Constructor _NativeSet.init(_:) has parameter 0 type change from _RawSetStorage to __RawSetStorage
51
98
Constructor _NativeSet.init(_:capacity:) has parameter 0 type change from _CocoaSet to __CocoaSet
52
99
Func Set._Variant._migrateToNative(_:removing:) has parameter 0 type change from _CocoaSet to __CocoaSet
100
+ Func SignedInteger.&+(_:_:) has been removed
101
+ Func SignedInteger.&-(_:_:) has been removed
102
+ Func UInt.<<(_:_:) has been removed
103
+ Func UInt.<<=(_:_:) has been removed
104
+ Func UInt.>>(_:_:) has been removed
105
+ Func UInt.>>=(_:_:) has been removed
106
+ Func UInt.toIntMax() has been removed
107
+ Func UInt16.<<(_:_:) has been removed
108
+ Func UInt16.<<=(_:_:) has been removed
109
+ Func UInt16.>>(_:_:) has been removed
110
+ Func UInt16.>>=(_:_:) has been removed
111
+ Func UInt16.toIntMax() has been removed
112
+ Func UInt32.<<(_:_:) has been removed
113
+ Func UInt32.<<=(_:_:) has been removed
114
+ Func UInt32.>>(_:_:) has been removed
115
+ Func UInt32.>>=(_:_:) has been removed
116
+ Func UInt32.toIntMax() has been removed
117
+ Func UInt64.<<(_:_:) has been removed
118
+ Func UInt64.<<=(_:_:) has been removed
119
+ Func UInt64.>>(_:_:) has been removed
120
+ Func UInt64.>>=(_:_:) has been removed
121
+ Func UInt64.toIntMax() has been removed
122
+ Func UInt8.<<(_:_:) has been removed
123
+ Func UInt8.<<=(_:_:) has been removed
124
+ Func UInt8.>>(_:_:) has been removed
125
+ Func UInt8.>>=(_:_:) has been removed
126
+ Func UInt8.toIntMax() has been removed
53
127
Func _CocoaDictionary.isEqual(to:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
54
128
Func _CocoaSet.isEqual(to:) has parameter 0 type change from _CocoaSet to __CocoaSet
55
129
Func _DictionaryStorage.convert(_:capacity:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
@@ -64,8 +138,28 @@ Struct _CocoaDictionary has been renamed to Struct __CocoaDictionary
64
138
Struct _CocoaSet has been renamed to Struct __CocoaSet
65
139
Var Dictionary._Variant.asCocoa has declared type change from _CocoaDictionary to __CocoaDictionary
66
140
Var Dictionary._Variant.object has declared type change from _BridgeStorage<_RawDictionaryStorage> to _BridgeStorage<__RawDictionaryStorage>
141
+ Var Int._sizeInBits has been removed
142
+ Var Int._sizeInBytes has been removed
143
+ Var Int16._sizeInBits has been removed
144
+ Var Int16._sizeInBytes has been removed
145
+ Var Int32._sizeInBits has been removed
146
+ Var Int32._sizeInBytes has been removed
147
+ Var Int64._sizeInBits has been removed
148
+ Var Int64._sizeInBytes has been removed
149
+ Var Int8._sizeInBits has been removed
150
+ Var Int8._sizeInBytes has been removed
67
151
Var Set._Variant.asCocoa has declared type change from _CocoaSet to __CocoaSet
68
152
Var Set._Variant.object has declared type change from _BridgeStorage<_RawSetStorage> to _BridgeStorage<__RawSetStorage>
153
+ Var UInt._sizeInBits has been removed
154
+ Var UInt._sizeInBytes has been removed
155
+ Var UInt16._sizeInBits has been removed
156
+ Var UInt16._sizeInBytes has been removed
157
+ Var UInt32._sizeInBits has been removed
158
+ Var UInt32._sizeInBytes has been removed
159
+ Var UInt64._sizeInBits has been removed
160
+ Var UInt64._sizeInBytes has been removed
161
+ Var UInt8._sizeInBits has been removed
162
+ Var UInt8._sizeInBytes has been removed
69
163
Var _CocoaDictionary.Index.dictionary has declared type change from _CocoaDictionary to __CocoaDictionary
70
164
Var _NativeDictionary._storage has declared type change from _RawDictionaryStorage to __RawDictionaryStorage
71
165
Var _NativeSet._storage has declared type change from _RawSetStorage to __RawSetStorage
0 commit comments