1
1
2
2
/* Generic Signature Changes */
3
+ Constructor _ExpressibleByStringInterpolation.init(stringInterpolation:) has generic signature change from <τ_0_0 where τ_0_0 : _ExpressibleByStringInterpolation> to <τ_0_0 where τ_0_0 : ExpressibleByStringInterpolation>
4
+ Protocol StringProtocol has generic signature change from <τ_0_0 : BidirectionalCollection, τ_0_0 : Comparable, τ_0_0 : ExpressibleByStringLiteral, τ_0_0 : Hashable, τ_0_0 : LosslessStringConvertible, τ_0_0 : TextOutputStream, τ_0_0 : TextOutputStreamable, τ_0_0.Element == Character, τ_0_0.SubSequence : StringProtocol, τ_0_0.UTF16View : BidirectionalCollection, τ_0_0.UTF8View : Collection, τ_0_0.UnicodeScalarView : BidirectionalCollection, τ_0_0.UTF16View.Element == UInt16, τ_0_0.UTF8View.Element == UInt8, τ_0_0.UnicodeScalarView.Element == Unicode.Scalar> to <τ_0_0 : BidirectionalCollection, τ_0_0 : Comparable, τ_0_0 : ExpressibleByStringInterpolation, τ_0_0 : Hashable, τ_0_0 : LosslessStringConvertible, τ_0_0 : TextOutputStream, τ_0_0 : TextOutputStreamable, τ_0_0.Element == Character, τ_0_0.StringInterpolation == DefaultStringInterpolation, τ_0_0.SubSequence : StringProtocol, τ_0_0.UTF16View : BidirectionalCollection, τ_0_0.UTF8View : Collection, τ_0_0.UnicodeScalarView : BidirectionalCollection, τ_0_0.UTF16View.Element == UInt16, τ_0_0.UTF8View.Element == UInt8, τ_0_0.UnicodeScalarView.Element == Unicode.Scalar>
5
+ Protocol _ExpressibleByStringInterpolation has generic signature change from to <τ_0_0 : ExpressibleByStringLiteral, τ_0_0.StringInterpolation : StringInterpolationProtocol, τ_0_0.StringLiteralType == τ_0_0.StringInterpolation.StringLiteralType>
3
6
4
7
/* RawRepresentable Changes */
5
8
6
9
/* Removed Decls */
7
10
Constructor AnyHashable.init(_box:) has been removed
8
11
Constructor AnyHashable.init(_usingDefaultRepresentationOf:) has been removed
9
12
Constructor ManagedBufferPointer.init(_:_:_:) has been removed
13
+ Constructor String.init(stringInterpolationSegment:) has been removed
10
14
Constructor Zip2Sequence.init(_sequence1:_sequence2:) has been removed
11
15
Constructor _BridgeStorage.init(native:bits:) has been removed
12
16
Constructor _BridgeableMetatype.init(value:) has been removed
17
+ Constructor _ExpressibleByStringInterpolation.init(stringInterpolationSegment:) has been removed
13
18
Func AnyHashable._downCastConditional(into:) has been removed
14
19
Func Collection.prefix(through:) has been removed
15
20
Func Collection.prefix(upTo:) has been removed
@@ -32,6 +37,8 @@ Func _getEnumCaseName(_:) has been removed
32
37
Func _opaqueSummary(_:) has been removed
33
38
Func _stdlib_NSDictionary_allKeys(_:) has been removed
34
39
Func _stdlib_NSSet_allObjects(_:) has been removed
40
+ Func _toStringReadOnlyPrintable(_:) has been removed
41
+ Func _toStringReadOnlyStreamable(_:) has been removed
35
42
Protocol _HeapBufferHeader_ has been removed
36
43
Struct _ConcreteHashableBox has been removed
37
44
Struct _HeapBufferHeader has been removed
@@ -73,13 +80,16 @@ Var _RandomAccessCollectionBox._first has been removed
73
80
Var _RandomAccessCollectionBox._last has been removed
74
81
Var __SwiftDeferredNSArray._heapBufferBridged has been removed
75
82
Var __SwiftDeferredNSArray._heapBufferBridgedPtr has been removed
76
- Var Hasher._core has declared type change from _BufferingHasher<_SipHash13Core> to _BufferingHasher<Hasher._Core>
77
83
78
84
/* Moved Decls */
79
85
80
86
/* Renamed Decls */
87
+ Protocol _ExpressibleByStringInterpolation has been renamed to Protocol ExpressibleByStringInterpolation
81
88
82
89
/* Type Changes */
90
+ Constructor String.init(stringInterpolation:) has parameter 0 type change from Array<String> to DefaultStringInterpolation
91
+ Constructor _ExpressibleByStringInterpolation.init(stringInterpolation:) has parameter 0 type change from Array<τ_0_0> to τ_0_0.StringInterpolation
92
+ Var Hasher._core has declared type change from _BufferingHasher<_SipHash13Core> to _BufferingHasher<Hasher._Core>
83
93
Struct _BridgeableMetatype is now without @_fixed_layout
84
94
Func __ContiguousArrayStorageBase._getNonVerbatimBridgingBuffer() is added to a non-resilient type
85
95
Var _CocoaDictionary.Index._offset is added to a non-resilient type
@@ -90,3 +100,9 @@ Var _CocoaSet.Index._storage in a non-resilient type changes position from 1 to
90
100
/* Decl Attribute changes */
91
101
92
102
/* Protocol Requirement Changes */
103
+ Protocol ExpressibleByStringInterpolation has added inherited protocol ExpressibleByExtendedGraphemeClusterLiteral
104
+ Protocol ExpressibleByStringInterpolation has added inherited protocol ExpressibleByStringLiteral
105
+ Protocol ExpressibleByStringInterpolation has added inherited protocol ExpressibleByUnicodeScalarLiteral
106
+ Protocol StringProtocol has added inherited protocol ExpressibleByStringInterpolation
107
+ Struct String has removed conformance to _ExpressibleByStringInterpolation
108
+ Func TextOutputStream._writeASCII(_:) has been added as a protocol requirement
0 commit comments