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 _BridgeStorage.isNativeWithClearedSpareBits(_:) has been removed
15
20
Func _BridgeStorage.isUniquelyReferenced_native_noSpareBits() has been removed
@@ -23,6 +28,8 @@ Func _getEnumCaseName(_:) has been removed
23
28
Func _opaqueSummary(_:) has been removed
24
29
Func _stdlib_NSDictionary_allKeys(_:) has been removed
25
30
Func _stdlib_NSSet_allObjects(_:) has been removed
31
+ Func _toStringReadOnlyPrintable(_:) has been removed
32
+ Func _toStringReadOnlyStreamable(_:) has been removed
26
33
Protocol _HeapBufferHeader_ has been removed
27
34
Struct _ConcreteHashableBox has been removed
28
35
Struct _HeapBufferHeader has been removed
@@ -44,8 +51,11 @@ Var __SwiftDeferredNSArray._heapBufferBridgedPtr has been removed
44
51
/* Moved Decls */
45
52
46
53
/* Renamed Decls */
54
+ Protocol _ExpressibleByStringInterpolation has been renamed to Protocol ExpressibleByStringInterpolation
47
55
48
56
/* Type Changes */
57
+ Constructor String.init(stringInterpolation:) has parameter 0 type change from Array<String> to DefaultStringInterpolation
58
+ Constructor _ExpressibleByStringInterpolation.init(stringInterpolation:) has parameter 0 type change from Array<τ_0_0> to τ_0_0.StringInterpolation
49
59
Struct _BridgeableMetatype is now without @_fixed_layout
50
60
Func __ContiguousArrayStorageBase._getNonVerbatimBridgingBuffer() is added to a non-resilient type
51
61
Var _CocoaDictionary.Index._offset is added to a non-resilient type
@@ -56,3 +66,9 @@ Var _CocoaSet.Index._storage in a non-resilient type changes position from 1 to
56
66
/* Decl Attribute changes */
57
67
58
68
/* Protocol Requirement Changes */
69
+ Protocol ExpressibleByStringInterpolation has added inherited protocol ExpressibleByExtendedGraphemeClusterLiteral
70
+ Protocol ExpressibleByStringInterpolation has added inherited protocol ExpressibleByStringLiteral
71
+ Protocol ExpressibleByStringInterpolation has added inherited protocol ExpressibleByUnicodeScalarLiteral
72
+ Protocol StringProtocol has added inherited protocol ExpressibleByStringInterpolation
73
+ Struct String has removed conformance to _ExpressibleByStringInterpolation
74
+ Func TextOutputStream._writeASCII(_:) has been added as a protocol requirement
0 commit comments