|
27 | 27 | // The digester can incorrectly register a generic signature change when
|
28 | 28 | // declarations are shuffled. rdar://problem/46618883
|
29 | 29 | // UNSUPPORTED: swift_evolve
|
30 |
| - |
31 |
| -//===----------------------------------------------------------------------===// |
32 |
| -// Obsoleted or unavailable declarations (previously ignored by api-digester). |
33 |
| -//===----------------------------------------------------------------------===// |
34 |
| - |
35 |
| -// stdlib/public/core/AtomicInt.swift.gyb |
36 |
| -Class _stdlib_AtomicInt is a new API without @available attribute |
37 |
| - |
38 |
| -// stdlib/public/core/FloatingPointTypes.swift.gyb |
39 |
| -Func %(_:_:) is a new API without @available attribute |
40 |
| -Func %=(_:_:) is a new API without @available attribute |
41 |
| -Var Double.isSignMinus is a new API without @available attribute |
42 |
| -Var Double.quietNaN is a new API without @available attribute |
43 |
| -Var Float.isSignMinus is a new API without @available attribute |
44 |
| -Var Float.quietNaN is a new API without @available attribute |
45 |
| -Var Float80.quietNaN is a new API without @available attribute |
46 |
| - |
47 |
| -// stdlib/public/core/IntegerTypes.swift.gyb |
48 |
| -Constructor Int32.init(bitPattern:) is a new API without @available attribute |
49 |
| -Constructor Int64.init(bitPattern:) is a new API without @available attribute |
50 |
| - |
51 |
| -// stdlib/public/core/LegacyABI.swift |
52 |
| -Func String._withUTF8(_:) is a new API without @available attribute |
53 |
| -Func Substring._withUTF8(_:) is a new API without @available attribute |
54 |
| -Func Unicode.UTF16._isASCII(_:) is a new API without @available attribute |
55 |
| -Func _isASCII(_:) is a new API without @available attribute |
56 |
| -Func _isContinuation(_:) is a new API without @available attribute |
57 |
| -Var Substring._wholeString is a new API without @available attribute |
58 |
| - |
59 |
| -// stdlib/public/core/MigrationSupport.swift |
60 |
| -Constructor ClosedRange.init(_:) is a new API without @available attribute |
61 |
| -Constructor Range.init(_:) is a new API without @available attribute |
62 |
| -Constructor UnsafeMutableRawPointer.init(_:) is a new API without @available attribute |
63 |
| -Constructor _PlaygroundQuickLook.init(reflecting:) is a new API without @available attribute |
64 |
| -Func Collection.distance(from:to:) is a new API without @available attribute |
65 |
| -Func Collection.flatMap(_:) is a new API without @available attribute |
66 |
| -Func Collection.formIndex(_:offsetBy:) is a new API without @available attribute |
67 |
| -Func Collection.formIndex(_:offsetBy:limitedBy:) is a new API without @available attribute |
68 |
| -Func Collection.index(_:offsetBy:) is a new API without @available attribute |
69 |
| -Func Collection.index(_:offsetBy:limitedBy:) is a new API without @available attribute |
70 |
| -Func String.withMutableCharacters(_:) is a new API without @available attribute |
71 |
| -Func Substring.withMutableCharacters(_:) is a new API without @available attribute |
72 |
| -Func UnsafeMutablePointer.deallocate(capacity:) is a new API without @available attribute |
73 |
| -Func UnsafeMutablePointer.deinitialize() is a new API without @available attribute |
74 |
| -Func UnsafeMutablePointer.initialize(from:) is a new API without @available attribute |
75 |
| -Func UnsafeMutablePointer.initialize(to:count:) is a new API without @available attribute |
76 |
| -Func UnsafeMutableRawBufferPointer.allocate(count:) is a new API without @available attribute |
77 |
| -Func UnsafeMutableRawBufferPointer.copyBytes(from:) is a new API without @available attribute |
78 |
| -Func UnsafeMutableRawPointer.allocate(bytes:alignedTo:) is a new API without @available attribute |
79 |
| -Func UnsafeMutableRawPointer.copyBytes(from:count:) is a new API without @available attribute |
80 |
| -Func UnsafeMutableRawPointer.deallocate(bytes:alignedTo:) is a new API without @available attribute |
81 |
| -Func UnsafeMutableRawPointer.initializeMemory(as:at:count:to:) is a new API without @available attribute |
82 |
| -Func UnsafeMutableRawPointer.initializeMemory(as:from:) is a new API without @available attribute |
83 |
| -Var String.characters is a new API without @available attribute |
84 |
| -Var Substring.characters is a new API without @available attribute |
85 |
| - |
86 |
| -// stdlib/public/core/SIMDVector.swift |
87 |
| -Func SIMD.*(_:_:) is a new API without @available attribute |
88 |
| -Func SIMD.*=(_:_:) is a new API without @available attribute |
89 |
| -Func SIMD.+(_:_:) is a new API without @available attribute |
90 |
| -Func SIMD.+=(_:_:) is a new API without @available attribute |
91 |
| -Func SIMD.-(_:_:) is a new API without @available attribute |
92 |
| -Func SIMD.-=(_:_:) is a new API without @available attribute |
93 |
| - |
94 |
| -// stdlib/public/core/StringRangeReplaceableCollection.swift |
95 |
| -Func Sequence.+(_:_:) is a new API without @available attribute |
96 |
| - |
97 |
| -// stdlib/public/core/UnavailableStringAPIs.swift |
98 |
| -Subscript String.subscript(_:) is a new API without @available attribute |
99 |
| - |
100 |
| -// stdlib/public/core/Unicode.swift |
101 |
| -Func transcode(_:_:_:_:stopOnError:) is a new API without @available attribute |
102 |
| - |
103 |
| -// stdlib/public/core/UnicodeScalar.swift |
104 |
| -Constructor Unicode.Scalar.init() is a new API without @available attribute |
105 |
| - |
106 |
| -// stdlib/public/core/UnsafeRawBufferPointer.swift.gyb |
107 |
| -Subscript UnsafeMutableRawBufferPointer.subscript(_:) is a new API without @available attribute |
108 |
| -Subscript UnsafeRawBufferPointer.subscript(_:) is a new API without @available attribute |
0 commit comments