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/Outputs/stability-stdlib-source-base.swift.expected
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -270,10 +270,14 @@ Func Optional.!=(_:_:) has generic signature change from <Wrapped> to <Wrapped w
270
270
Func Optional.!=(_:_:) has parameter 0 changing from Default to Shared
271
271
Func Optional.!=(_:_:) has parameter 1 changing from Default to Shared
272
272
Func Optional.==(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
273
+
Func Optional.==(_:_:) has generic signature change from <Wrapped where Wrapped : Swift.Equatable> to <Wrapped where Wrapped : Swift.Equatable, Wrapped : ~Copyable>
273
274
Func Optional.==(_:_:) has parameter 0 changing from Default to Shared
274
275
Func Optional.==(_:_:) has parameter 1 changing from Default to Shared
275
276
Func Optional.~=(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
276
277
Func Optional.~=(_:_:) has parameter 1 changing from Default to Shared
278
+
Func Result.==(_:_:) has generic signature change from <Success, Failure where Success : Swift.Equatable, Failure : Swift.Equatable, Failure : Swift.Error> to <Success, Failure where Success : Swift.Equatable, Failure : Swift.Equatable, Failure : Swift.Error, Success : ~Copyable>
279
+
Func Result.==(_:_:) has parameter 0 changing from Default to Shared
280
+
Func Result.==(_:_:) has parameter 1 changing from Default to Shared
277
281
Func Result.get() has generic signature change from <Success, Failure where Failure : Swift.Error> to <Success, Failure where Failure : Swift.Error, Success : ~Copyable, Success : ~Escapable>
278
282
Func Result.get() has self access kind changing from NonMutating to Consuming
279
283
Func Result.mapError(_:) has self access kind changing from NonMutating to Consuming
Copy file name to clipboardExpand all lines: test/api-digester/stability-stdlib-abi-without-asserts.test
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -611,7 +611,9 @@ Func Optional.!=(_:_:) has mangled name changing from 'static Swift.Optional.!=
611
611
Func Optional.!=(_:_:) has parameter 0 changing from Default to Shared
612
612
Func Optional.!=(_:_:) has parameter 1 changing from Default to Shared
613
613
Func Optional.!=(_:_:) is now with @_preInverseGenerics
614
+
Func Optional.==(_:_:) has generic signature change from <Wrapped where Wrapped : Swift.Equatable> to <Wrapped where Wrapped : Swift.Equatable, Wrapped : ~Copyable>
614
615
Func Optional.==(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
616
+
Func Optional.==(_:_:) has mangled name changing from 'static (extension in Swift):Swift.Optional<A where A: Swift.Equatable>.== infix(Swift.Optional<A>, Swift.Optional<A>) -> Swift.Bool' to 'static (extension in Swift):Swift.Optional< where A: Swift.Equatable, A: ~Swift.Copyable>.== infix(Swift.Optional<A>, Swift.Optional<A>) -> Swift.Bool'
615
617
Func Optional.==(_:_:) has mangled name changing from 'static Swift.Optional.== infix(Swift.Optional<A>, Swift._OptionalNilComparisonType) -> Swift.Bool' to 'static (extension in Swift):Swift.Optional< where A: ~Swift.Copyable, A: ~Swift.Escapable>.== infix(Swift.Optional<A>, Swift._OptionalNilComparisonType) -> Swift.Bool'
616
618
Func Optional.==(_:_:) has mangled name changing from 'static Swift.Optional.== infix(Swift._OptionalNilComparisonType, Swift.Optional<A>) -> Swift.Bool' to 'static (extension in Swift):Swift.Optional< where A: ~Swift.Copyable, A: ~Swift.Escapable>.== infix(Swift._OptionalNilComparisonType, Swift.Optional<A>) -> Swift.Bool'
617
619
Func Optional.==(_:_:) has parameter 0 changing from Default to Shared
@@ -623,6 +625,11 @@ Func Optional.~=(_:_:) has parameter 1 changing from Default to Shared
623
625
Func Optional.~=(_:_:) is now with @_preInverseGenerics
624
626
Func Result.get() has been removed
625
627
Func Result.mapError(_:) has been removed
628
+
Func Result.==(_:_:) has generic signature change from <Success, Failure where Success : Swift.Equatable, Failure : Swift.Equatable, Failure : Swift.Error> to <Success, Failure where Success : Swift.Equatable, Failure : Swift.Equatable, Failure : Swift.Error, Success : ~Copyable>
629
+
Func Result.==(_:_:) has mangled name changing from 'static (extension in Swift):Swift.Result< where A: Swift.Equatable, B: Swift.Equatable>.== infix(Swift.Result<A, B>, Swift.Result<A, B>) -> Swift.Bool' to 'static (extension in Swift):Swift.Result< where A: Swift.Equatable, B: Swift.Equatable, A: ~Swift.Copyable>.== infix(Swift.Result<A, B>, Swift.Result<A, B>) -> Swift.Bool'
630
+
Func Result.==(_:_:) has parameter 0 changing from Default to Shared
631
+
Func Result.==(_:_:) has parameter 1 changing from Default to Shared
632
+
Func Result.==(_:_:) is now with @_preInverseGenerics
626
633
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>
627
634
Func UnsafeBufferPointer.deallocate() has generic signature change from <Element> to <Element where Element : ~Copyable>
628
635
Func UnsafeBufferPointer.deallocate() has mangled name changing from 'Swift.UnsafeBufferPointer.deallocate() -> ()' to '(extension in Swift):Swift.UnsafeBufferPointer< where A: ~Swift.Copyable>.deallocate() -> ()'
0 commit comments