Skip to content

Commit 42abd7f

Browse files
committed
update stability-stdlib-abi.swift.expected to match new baseline
1 parent 10fd131 commit 42abd7f

File tree

1 file changed

+0
-171
lines changed

1 file changed

+0
-171
lines changed

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

Lines changed: 0 additions & 171 deletions
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,3 @@
1-
Constructor _StringObject.CountAndFlags.init(count:) has been removed
2-
Constructor _StringObject.CountAndFlags.init(count:isASCII:) has been removed
3-
Func BinaryInteger.addWithOverflow(_:_:) has been removed
4-
Func BinaryInteger.divideWithOverflow(_:_:) has been removed
5-
Func BinaryInteger.multiplyWithOverflow(_:_:) has been removed
6-
Func BinaryInteger.remainderWithOverflow(_:_:) has been removed
7-
Func BinaryInteger.subtractWithOverflow(_:_:) has been removed
8-
Func FixedWidthInteger.<<(_:_:) has been removed
9-
Func FixedWidthInteger.<<=(_:_:) has been removed
10-
Func FixedWidthInteger.>>(_:_:) has been removed
11-
Func FixedWidthInteger.>>=(_:_:) has been removed
12-
Func FixedWidthInteger.addWithOverflow(_:_:) has been removed
13-
Func FixedWidthInteger.divideWithOverflow(_:_:) has been removed
14-
Func FixedWidthInteger.multiplyWithOverflow(_:_:) has been removed
15-
Func FixedWidthInteger.remainderWithOverflow(_:_:) has been removed
16-
Func FixedWidthInteger.subtractWithOverflow(_:_:) has been removed
17-
Func Int.<<(_:_:) has been removed
18-
Func Int.<<=(_:_:) has been removed
19-
Func Int.>>(_:_:) has been removed
20-
Func Int.>>=(_:_:) has been removed
21-
Func Int.toUIntMax() has been removed
22-
Func Int16.<<(_:_:) has been removed
23-
Func Int16.<<=(_:_:) has been removed
24-
Func Int16.>>(_:_:) has been removed
25-
Func Int16.>>=(_:_:) has been removed
26-
Func Int16.toUIntMax() has been removed
27-
Func Int32.<<(_:_:) has been removed
28-
Func Int32.<<=(_:_:) has been removed
29-
Func Int32.>>(_:_:) has been removed
30-
Func Int32.>>=(_:_:) has been removed
31-
Func Int32.toUIntMax() has been removed
32-
Func Int64.<<(_:_:) has been removed
33-
Func Int64.<<=(_:_:) has been removed
34-
Func Int64.>>(_:_:) has been removed
35-
Func Int64.>>=(_:_:) has been removed
36-
Func Int64.toUIntMax() has been removed
37-
Func Int8.<<(_:_:) has been removed
38-
Func Int8.<<=(_:_:) has been removed
39-
Func Int8.>>(_:_:) has been removed
40-
Func Int8.>>=(_:_:) has been removed
41-
Func Int8.toUIntMax() has been removed
42-
Func _StringObject.Nibbles.largeSharedMortal() has been removed
43-
Var _StringGuts.hasNativeStorage has been removed
44-
Var _StringGuts.isNFC has been removed
45-
Var _StringGuts.isNFCFastUTF8 has been removed
46-
Var _StringObject.hasNativeStorage has been removed
47-
Var _StringObject.isNFC has been removed
48-
Var _StringObject.largeFastIsNative has been removed
49-
50-
Var _StringObject.largeFastIsShared has been removed
51-
Var _StringObject.largeIsCocoa has been removed
52-
Var _StringObject.objCBridgeableObject has been removed
53-
54-
Var _StringObject._countAndFlags is no longer a stored property
55-
Var _StringObject._countAndFlagsBits is added to a non-resilient type
56-
57-
Class _DictionaryStorage has changed its super class from _RawDictionaryStorage to __RawDictionaryStorage
58-
Class _EmptyDictionarySingleton has been renamed to Class __EmptyDictionarySingleton
59-
Class _EmptyDictionarySingleton has changed its super class from _RawDictionaryStorage to __RawDictionaryStorage
60-
Class _EmptySetSingleton has been renamed to Class __EmptySetSingleton
61-
Class _EmptySetSingleton has changed its super class from _RawSetStorage to __RawSetStorage
62-
Class _RawDictionaryStorage has been renamed to Class __RawDictionaryStorage
63-
Class _RawSetStorage has been renamed to Class __RawSetStorage
64-
Class _SetStorage has changed its super class from _RawSetStorage to __RawSetStorage
65-
Constructor Dictionary._Variant.init(cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
66-
Constructor Dictionary.init(_cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
67-
Constructor Int.init(truncatingBitPattern:) has been removed
68-
Constructor Int16.init(truncatingBitPattern:) has been removed
69-
Constructor Int32.init(truncatingBitPattern:) has been removed
70-
Constructor Int8.init(truncatingBitPattern:) has been removed
71-
Constructor Set._Variant.init(cocoa:) has parameter 0 type change from _CocoaSet to __CocoaSet
72-
Constructor Set.init(_cocoa:) has parameter 0 type change from _CocoaSet to __CocoaSet
73-
Constructor UInt.init(truncatingBitPattern:) has been removed
74-
Constructor UInt16.init(truncatingBitPattern:) has been removed
75-
Constructor UInt32.init(truncatingBitPattern:) has been removed
76-
Constructor UInt8.init(truncatingBitPattern:) has been removed
77-
Constructor _CocoaDictionary.init(_:) has return type change from _CocoaDictionary to __CocoaDictionary
78-
Constructor _CocoaSet.init(_:) has return type change from _CocoaSet to __CocoaSet
79-
Constructor _NativeDictionary.init(_:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
80-
Constructor _NativeDictionary.init(_:) has parameter 0 type change from _RawDictionaryStorage to __RawDictionaryStorage
81-
Constructor _NativeDictionary.init(_:capacity:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
82-
Constructor _NativeSet.init(_:) has parameter 0 type change from _CocoaSet to __CocoaSet
83-
Constructor _NativeSet.init(_:) has parameter 0 type change from _RawSetStorage to __RawSetStorage
84-
Constructor _NativeSet.init(_:capacity:) has parameter 0 type change from _CocoaSet to __CocoaSet
85-
Func Set._Variant._migrateToNative(_:removing:) has parameter 0 type change from _CocoaSet to __CocoaSet
86-
Func SignedInteger.&+(_:_:) has been removed
87-
Func SignedInteger.&-(_:_:) has been removed
88-
Func UInt.<<(_:_:) has been removed
89-
Func UInt.<<=(_:_:) has been removed
90-
Func UInt.>>(_:_:) has been removed
91-
Func UInt.>>=(_:_:) has been removed
92-
Func UInt.toIntMax() has been removed
93-
Func UInt16.<<(_:_:) has been removed
94-
Func UInt16.<<=(_:_:) has been removed
95-
Func UInt16.>>(_:_:) has been removed
96-
Func UInt16.>>=(_:_:) has been removed
97-
Func UInt16.toIntMax() has been removed
98-
Func UInt32.<<(_:_:) has been removed
99-
Func UInt32.<<=(_:_:) has been removed
100-
Func UInt32.>>(_:_:) has been removed
101-
Func UInt32.>>=(_:_:) has been removed
102-
Func UInt32.toIntMax() has been removed
103-
Func UInt64.<<(_:_:) has been removed
104-
Func UInt64.<<=(_:_:) has been removed
105-
Func UInt64.>>(_:_:) has been removed
106-
Func UInt64.>>=(_:_:) has been removed
107-
Func UInt64.toIntMax() has been removed
108-
Func UInt8.<<(_:_:) has been removed
109-
Func UInt8.<<=(_:_:) has been removed
110-
Func UInt8.>>(_:_:) has been removed
111-
Func UInt8.>>=(_:_:) has been removed
112-
Func UInt8.toIntMax() has been removed
113-
Func _CocoaDictionary.isEqual(to:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
114-
Func _CocoaSet.isEqual(to:) has parameter 0 type change from _CocoaSet to __CocoaSet
115-
Func _DictionaryStorage.convert(_:capacity:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
116-
Func _DictionaryStorage.copy(original:) has parameter 0 type change from _RawDictionaryStorage to __RawDictionaryStorage
117-
Func _DictionaryStorage.resize(original:capacity:move:) has parameter 0 type change from _RawDictionaryStorage to __RawDictionaryStorage
118-
Func _NativeDictionary.isEqual(to:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
119-
Func _NativeSet.isEqual(to:) has parameter 0 type change from _CocoaSet to __CocoaSet
120-
Func _SetStorage.convert(_:capacity:) has parameter 0 type change from _CocoaSet to __CocoaSet
121-
Func _SetStorage.copy(original:) has parameter 0 type change from _RawSetStorage to __RawSetStorage
122-
Func _SetStorage.resize(original:capacity:move:) has parameter 0 type change from _RawSetStorage to __RawSetStorage
123-
Struct _CocoaDictionary has been renamed to Struct __CocoaDictionary
124-
Struct _CocoaSet has been renamed to Struct __CocoaSet
125-
Var Dictionary._Variant.asCocoa has declared type change from _CocoaDictionary to __CocoaDictionary
126-
Var Dictionary._Variant.object has declared type change from _BridgeStorage<_RawDictionaryStorage> to _BridgeStorage<__RawDictionaryStorage>
127-
Var Int._sizeInBits has been removed
128-
Var Int._sizeInBytes has been removed
129-
Var Int16._sizeInBits has been removed
130-
Var Int16._sizeInBytes has been removed
131-
Var Int32._sizeInBits has been removed
132-
Var Int32._sizeInBytes has been removed
133-
Var Int64._sizeInBits has been removed
134-
Var Int64._sizeInBytes has been removed
135-
Var Int8._sizeInBits has been removed
136-
Var Int8._sizeInBytes has been removed
137-
Var Set._Variant.asCocoa has declared type change from _CocoaSet to __CocoaSet
138-
Var Set._Variant.object has declared type change from _BridgeStorage<_RawSetStorage> to _BridgeStorage<__RawSetStorage>
139-
Var UInt._sizeInBits has been removed
140-
Var UInt._sizeInBytes has been removed
141-
Var UInt16._sizeInBits has been removed
142-
Var UInt16._sizeInBytes has been removed
143-
Var UInt32._sizeInBits has been removed
144-
Var UInt32._sizeInBytes has been removed
145-
Var UInt64._sizeInBits has been removed
146-
Var UInt64._sizeInBytes has been removed
147-
Var UInt8._sizeInBits has been removed
148-
Var UInt8._sizeInBytes has been removed
149-
Var _CocoaDictionary.Index.dictionary has declared type change from _CocoaDictionary to __CocoaDictionary
150-
Var _NativeDictionary._storage has declared type change from _RawDictionaryStorage to __RawDictionaryStorage
151-
Var _NativeSet._storage has declared type change from _RawSetStorage to __RawSetStorage
152-
Var _RawDictionaryStorage.empty has declared type change from _EmptyDictionarySingleton to __EmptyDictionarySingleton
153-
Var _RawSetStorage.empty has declared type change from _EmptySetSingleton to __EmptySetSingleton
154-
155-
Func tryReallocateUniquelyReferenced(buffer:newMinimumCapacity:) has been removed
156-
157-
Protocol SIMD has added inherited protocol Decodable
158-
Protocol SIMD has added inherited protocol Encodable
159-
Protocol SIMD has generic signature change from <τ_0_0 : CustomStringConvertible, τ_0_0 : ExpressibleByArrayLiteral, τ_0_0 : Hashable, τ_0_0 : SIMDStorage, τ_0_0.MaskStorage : SIMD, τ_0_0.MaskStorage.Scalar : FixedWidthInteger, τ_0_0.MaskStorage.Scalar : SignedInteger> to <τ_0_0 : CustomStringConvertible, τ_0_0 : Decodable, τ_0_0 : Encodable, τ_0_0 : ExpressibleByArrayLiteral, τ_0_0 : Hashable, τ_0_0 : SIMDStorage, τ_0_0.MaskStorage : SIMD, τ_0_0.MaskStorage.Scalar : FixedWidthInteger, τ_0_0.MaskStorage.Scalar : SignedInteger>
160-
Protocol SIMDStorage has generic signature change from <τ_0_0.Scalar : Hashable> to <τ_0_0.Scalar : Decodable, τ_0_0.Scalar : Encodable, τ_0_0.Scalar : Hashable>
161-
162-
Func Sequence.flatMap(_:) has been removed
163-
Subscript String.UnicodeScalarView.subscript(_:) has been removed
164-
Subscript Substring.subscript(_:) has been removed
165-
166-
Func Collection.makeIterator() has self access kind changing from NonMutating to __Consuming
167-
168-
Func Sequence.count(where:) has been removed
169-
170-
Constructor _Pointer.init(_:) has been removed
171-
1721
Func _cos(_:) has been removed
1732
Func _cos(_:) has been renamed to Func cos(_:)
1743
Func _cos(_:) has generic signature change from to <τ_0_0 where τ_0_0 : ElementaryFunctions>

0 commit comments

Comments
 (0)