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 37
37
// declarations are shuffled. rdar://problem/46618883
38
38
// UNSUPPORTED: swift_evolve
39
39
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
46
40
Func _collectReferencesInsideObject(_:) is a new API without @available attribute
47
41
Func _loadDestroyTLSCounter() is a new API without @available attribute
48
42
Func _measureRuntimeFunctionCountersDiffs(objects:_:) is a new API without @available attribute
49
43
Protocol _RuntimeFunctionCountersStats is a new API without @available attribute
50
- Struct DiscontiguousSlice has been removed
51
- Struct RangeSet has been removed
52
44
Struct _GlobalRuntimeFunctionCountersState is a new API without @available attribute
53
45
Struct _ObjectRuntimeFunctionCountersState is a new API without @available attribute
54
46
Struct _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
35
35
Func _getMetadataSection(_:) is a new API without @available attribute
36
36
Func _getMetadataSectionCount() is a new API without @available attribute
37
37
Func _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