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
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -213,15 +213,13 @@ Accessor UnsafePointer.hashValue.Get() has generic signature change from <Pointe
213
213
Accessor UnsafePointer.pointee.Get() has been removed
214
214
Accessor UnsafePointer.subscript(_:).Get() has been removed
215
215
Class ManagedBuffer has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
216
-
Constructor ClosedRange.init(uncheckedBounds:) is now with @unsafe
217
216
Constructor ExpressibleByNilLiteral.init(nilLiteral:) has generic signature change from <Self where Self : Swift.ExpressibleByNilLiteral> to <Self where Self : Swift.ExpressibleByNilLiteral, Self : ~Copyable>
218
217
Constructor ManagedBufferPointer.init(bufferClass:minimumCapacity:makingHeaderWith:) has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
219
218
Constructor ManagedBufferPointer.init(unsafeBufferObject:) has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
220
219
Constructor OpaquePointer.init(_:) has generic signature change from <T> to <T where T : ~Copyable>
221
220
Constructor Optional.init(_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable>
222
221
Constructor Optional.init(_:) has parameter 0 changing from Default to Owned
223
222
Constructor Optional.init(nilLiteral:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable>
224
-
Constructor Range.init(uncheckedBounds:) is now with @unsafe
225
223
Constructor Result.init(catching:) has generic signature change from <Success, Failure where Failure == any Swift.Error> to <Success, Failure where Failure : Swift.Error, Success : ~Copyable>
226
224
Constructor UnsafeBufferPointer.init(_:) has generic signature change from <Element> to <Element where Element : ~Copyable>
227
225
Constructor UnsafeBufferPointer.init(start:count:) has generic signature change from <Element> to <Element where Element : ~Copyable>
@@ -362,19 +360,3 @@ Func ContiguousArray.withUnsafeBufferPointer(_:) is now without rethrows
362
360
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has generic signature change from <Element, R> to <Element, R, E where E : Swift.Error>
363
361
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has parameter 0 type change from (inout Swift.UnsafeMutableBufferPointer<Element>) throws -> R to (inout Swift.UnsafeMutableBufferPointer<Element>) throws(E) -> R
364
362
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) is now without rethrows
365
-
366
-
// Adoption of @unsafe
367
-
Func unsafeBitCast(_:to:) is now with @unsafe
368
-
Func unsafeDowncast(_:to:) is now with @unsafe
369
-
Struct CVaListPointer is now with @unsafe
370
-
Struct OpaquePointer is now with @unsafe
371
-
Struct Unmanaged is now with @unsafe
372
-
Struct UnsafeBufferPointer is now with @unsafe
373
-
Struct UnsafeMutableBufferPointer is now with @unsafe
374
-
Struct UnsafeMutablePointer is now with @unsafe
375
-
Struct UnsafeMutableRawBufferPointer is now with @unsafe
376
-
Struct UnsafeMutableRawPointer is now with @unsafe
377
-
Struct UnsafePointer is now with @unsafe
378
-
Struct UnsafeRawBufferPointer is now with @unsafe
379
-
Struct UnsafeRawPointer is now with @unsafe
380
-
Var Optional.unsafelyUnwrapped is now with @unsafe
0 commit comments