File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 3737// declarations are shuffled. rdar://problem/46618883
3838// UNSUPPORTED: swift_evolve
3939
40- Func Collection.removingSubranges(_:) has been removed
41- Func Collection.subranges(of:) has been removed
42- Func Collection.subranges(where:) has been removed
43- Func MutableCollection.moveSubranges(_:to:) has been removed
44- Func MutableCollection.removeSubranges(_:) has been removed
45- Func RangeReplaceableCollection.removeSubranges(_:) has been removed
4640Func _collectReferencesInsideObject(_:) is a new API without @available attribute
4741Func _loadDestroyTLSCounter() is a new API without @available attribute
4842Func _measureRuntimeFunctionCountersDiffs(objects:_:) is a new API without @available attribute
4943Protocol _RuntimeFunctionCountersStats is a new API without @available attribute
50- Struct DiscontiguousSlice has been removed
51- Struct RangeSet has been removed
5244Struct _GlobalRuntimeFunctionCountersState is a new API without @available attribute
5345Struct _ObjectRuntimeFunctionCountersState is a new API without @available attribute
5446Struct _RuntimeFunctionCounters is a new API without @available attribute
55- Subscript Collection.subscript(_:) has been removed
56- Subscript MutableCollection.subscript(_:) has been removed
Original file line number Diff line number Diff line change @@ -35,3 +35,14 @@ Func _stdlib_isOSVersionAtLeastOrVariantVersionAtLeast(_:_:_:_:_:_:) is a new AP
3535Func _getMetadataSection(_:) is a new API without @available attribute
3636Func _getMetadataSectionCount() is a new API without @available attribute
3737Func _getMetadataSectionName(_:) is a new API without @available attribute
38+
39+ Func Collection.removingSubranges(_:) has been removed
40+ Func Collection.subranges(of:) has been removed
41+ Func Collection.subranges(where:) has been removed
42+ Func MutableCollection.moveSubranges(_:to:) has been removed
43+ Func MutableCollection.removeSubranges(_:) has been removed
44+ Func RangeReplaceableCollection.removeSubranges(_:) has been removed
45+ Struct DiscontiguousSlice has been removed
46+ Struct RangeSet has been removed
47+ Subscript Collection.subscript(_:) has been removed
48+ Subscript MutableCollection.subscript(_:) has been removed
You can’t perform that action at this time.
0 commit comments