You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/api-digester/source-stability.swift.expected
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Protocol IndexableBase has been removed (deprecated)
12
12
Protocol MutableIndexable has been removed (deprecated)
13
13
Protocol RandomAccessIndexable has been removed (deprecated)
14
14
Protocol RangeReplaceableIndexable has been removed (deprecated)
15
+
Constructor String.init(stringInterpolationSegment:) has been removed
15
16
Func Array.append(contentsOf:) has been removed
16
17
Func ArraySlice.append(contentsOf:) has been removed
17
18
Func ContiguousArray.append(contentsOf:) has been removed
@@ -34,6 +35,7 @@ Constructor RangeReplaceableBidirectionalSlice.init(base:bounds:) has 2nd parame
34
35
Constructor RangeReplaceableRandomAccessSlice.init(base:bounds:) has 2nd parameter type change from Range<Base.Index> to Range<RangeReplaceableRandomAccessSlice.Index>
35
36
Constructor RangeReplaceableSlice.init(base:bounds:) has 2nd parameter type change from Range<Base.Index> to Range<RangeReplaceableSlice.Index>
36
37
Constructor Slice.init(base:bounds:) has 2nd parameter type change from Range<Base.Index> to Range<Slice.Index>
38
+
Constructor String.init(stringInterpolationSegment:) has 1st parameter type change from String to T
37
39
Func AnyBidirectionalCollection.makeIterator() has return type change from AnyIterator<Element> to AnyBidirectionalCollection.Iterator
38
40
Func AnyCollection.makeIterator() has return type change from AnyIterator<Element> to AnyCollection.Iterator
39
41
Func AnyRandomAccessCollection.makeIterator() has return type change from AnyIterator<Element> to AnyRandomAccessCollection.Iterator
0 commit comments