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-x86_64.swift.expected
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Func Collection.map(_:) is now without @rethrows
41
41
Func Sequence.map(_:) has generic signature change from <Self, T where Self : Swift.Sequence> to <Self, T, E where Self : Swift.Sequence, E : Swift.Error>
42
42
Func Sequence.map(_:) is now without @rethrows
43
43
Constructor Result.init(catching:) has generic signature change from <Success, Failure where Failure == any Swift.Error> to <Success, Failure where Failure : Swift.Error>
44
+
Func withUnsafePointer(to:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error>
45
+
Func withUnsafePointer(to:_:) is now without @rethrows
44
46
Func withoutActuallyEscaping(_:do:) has generic signature change from <ClosureType, ResultType> to <ClosureType, ResultType, Failure where Failure : Swift.Error>
45
47
Func withoutActuallyEscaping(_:do:) is now without @rethrows
Copy file name to clipboardExpand all lines: test/api-digester/stability-stdlib-abi-without-asserts.test
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,9 @@ Constructor Result.init(__abi_catching:) is a new API without @available attribu
99
99
Constructor Result.init(catching:) has been removed
100
100
Func Result.get() has been renamed to Func __abi_get()
101
101
Func Result.get() has mangled name changing from 'Swift.Result.get() throws -> A' to 'Swift.Result.__abi_get() throws -> A'
102
+
Func withUnsafePointer(to:_:) has been renamed to Func __abi_withUnsafePointer(to:_:)
103
+
Func withUnsafePointer(to:_:) has mangled name changing from 'Swift.withUnsafePointer<A, B>(to: A, _: (Swift.UnsafePointer<A>) throws -> B) throws -> B' to 'Swift.__abi_withUnsafePointer<A, B>(to: A, _: (Swift.UnsafePointer<A>) throws -> B) throws -> B'
104
+
Func withUnsafePointer(to:_:) is now without @rethrows
102
105
Func withoutActuallyEscaping(_:do:) has been renamed to Func __abi_withoutActuallyEscaping(_:do:)
103
106
Func withoutActuallyEscaping(_:do:) has mangled name changing from 'Swift.withoutActuallyEscaping<A, B>(_: A, do: (A) throws -> B) throws -> B' to 'Swift.__abi_withoutActuallyEscaping<A, B>(_: A, do: (A) throws -> B) throws -> B'
104
107
Func withoutActuallyEscaping(_:do:) is now without @rethrows
0 commit comments