Skip to content

Commit b3e883b

Browse files
committed
List removals in ABI expected breakage test
1 parent 02cc225 commit b3e883b

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

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

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,45 @@ Var _StringObject.undiscriminatedObjectRawBits has been removed
1414

1515
Constructor _StringObject.CountAndFlags.init(count:) has been removed
1616
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
1756
Func _StringObject.Nibbles.largeSharedMortal() has been removed
1857
Var _StringGuts.hasNativeStorage has been removed
1958
Var _StringGuts.isNFC has been removed
@@ -39,8 +78,16 @@ Class _RawSetStorage has been renamed to Class __RawSetStorage
3978
Class _SetStorage has changed its super class from _RawSetStorage to __RawSetStorage
4079
Constructor Dictionary._Variant.init(cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
4180
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
4285
Constructor Set._Variant.init(cocoa:) has parameter 0 type change from _CocoaSet to __CocoaSet
4386
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
4491
Constructor _CocoaDictionary.init(_:) has return type change from _CocoaDictionary to __CocoaDictionary
4592
Constructor _CocoaSet.init(_:) has return type change from _CocoaSet to __CocoaSet
4693
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 __
5097
Constructor _NativeSet.init(_:) has parameter 0 type change from _RawSetStorage to __RawSetStorage
5198
Constructor _NativeSet.init(_:capacity:) has parameter 0 type change from _CocoaSet to __CocoaSet
5299
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
53127
Func _CocoaDictionary.isEqual(to:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
54128
Func _CocoaSet.isEqual(to:) has parameter 0 type change from _CocoaSet to __CocoaSet
55129
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
64138
Struct _CocoaSet has been renamed to Struct __CocoaSet
65139
Var Dictionary._Variant.asCocoa has declared type change from _CocoaDictionary to __CocoaDictionary
66140
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
67151
Var Set._Variant.asCocoa has declared type change from _CocoaSet to __CocoaSet
68152
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
69163
Var _CocoaDictionary.Index.dictionary has declared type change from _CocoaDictionary to __CocoaDictionary
70164
Var _NativeDictionary._storage has declared type change from _RawDictionaryStorage to __RawDictionaryStorage
71165
Var _NativeSet._storage has declared type change from _RawSetStorage to __RawSetStorage

0 commit comments

Comments
 (0)