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
Protocol StringProtocol has added inherited protocol Escapable
177
175
Protocol TextOutputStream has added inherited protocol Copyable
178
176
Protocol TextOutputStream has added inherited protocol Escapable
179
-
Protocol TextOutputStreamable has added inherited protocol Copyable
180
177
Protocol TextOutputStreamable has added inherited protocol Escapable
181
178
Protocol UnicodeCodec has added inherited protocol Copyable
182
179
Protocol UnicodeCodec has added inherited protocol Escapable
@@ -401,3 +398,12 @@ Func Comparable.>=(_:_:) has generic signature change from <Self where Self : Sw
401
398
Func Comparable.>=(_:_:) has parameter 0 changing from Default to Shared
402
399
Func Comparable.>=(_:_:) has parameter 1 changing from Default to Shared
403
400
401
+
// CustomStringConvertible etc: ~Copyable
402
+
Accessor CustomDebugStringConvertible.debugDescription.Get() has generic signature change from <Self where Self : Swift.CustomDebugStringConvertible> to <Self where Self : Swift.CustomDebugStringConvertible, Self : ~Copyable>
403
+
Accessor CustomStringConvertible.description.Get() has generic signature change from <Self where Self : Swift.CustomStringConvertible> to <Self where Self : Swift.CustomStringConvertible, Self : ~Copyable>
404
+
Constructor LosslessStringConvertible.init(_:) has generic signature change from <Self where Self : Swift.LosslessStringConvertible> to <Self where Self : Swift.LosslessStringConvertible, Self : ~Copyable>
405
+
Func DefaultStringInterpolation.appendInterpolation(_:) has generic signature change from <T where T : Swift.CustomStringConvertible, T : Swift.TextOutputStreamable> to <T where T : Swift.CustomStringConvertible, T : Swift.TextOutputStreamable, T : ~Copyable>
406
+
Func DefaultStringInterpolation.appendInterpolation(_:) has generic signature change from <T where T : Swift.CustomStringConvertible> to <T where T : Swift.CustomStringConvertible, T : ~Copyable>
407
+
Func DefaultStringInterpolation.appendInterpolation(_:) has generic signature change from <T where T : Swift.TextOutputStreamable> to <T where T : Swift.TextOutputStreamable, T : ~Copyable>
408
+
Func DefaultStringInterpolation.appendInterpolation(_:) has parameter 0 changing from Default to Shared
409
+
Func TextOutputStreamable.write(to:) has generic signature change from <Self, Target where Self : Swift.TextOutputStreamable, Target : Swift.TextOutputStream> to <Self, Target where Self : Swift.TextOutputStreamable, Target : Swift.TextOutputStream, Self : ~Copyable>
0 commit comments