Skip to content

Commit 5412a8a

Browse files
committed
Move baseline updates over to the architecture-independent file
1 parent 571859f commit 5412a8a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

test/api-digester/Outputs/stability-stdlib-source-base.swift.expected

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,18 @@ Func ContiguousArray.withUnsafeBufferPointer(_:) is now without @rethrows
360360
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has generic signature change from <Element, R> to <Element, R, E where E : Swift.Error>
361361
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has parameter 0 type change from (inout Swift.UnsafeMutableBufferPointer<Element>) throws -> R to (inout Swift.UnsafeMutableBufferPointer<Element>) throws(E) -> R
362362
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) is now without @rethrows
363+
364+
// Adoption of @unsafe
365+
Func unsafeBitCast(_:to:) is now with @unsafe
366+
Func unsafeDowncast(_:to:) is now with @unsafe
367+
Struct OpaquePointer is now with @unsafe
368+
Struct Unmanaged is now with @unsafe
369+
Struct UnsafeBufferPointer is now with @unsafe
370+
Struct UnsafeMutableBufferPointer is now with @unsafe
371+
Struct UnsafeMutablePointer is now with @unsafe
372+
Struct UnsafeMutableRawBufferPointer is now with @unsafe
373+
Struct UnsafeMutableRawPointer is now with @unsafe
374+
Struct UnsafePointer is now with @unsafe
375+
Struct UnsafeRawBufferPointer is now with @unsafe
376+
Struct UnsafeRawPointer is now with @unsafe
377+
Var Optional.unsafelyUnwrapped is now with @unsafe

test/api-digester/Outputs/stability-stdlib-source-x86_64.swift.expected

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,3 @@
33
// NOTE: Most differences from the baseline are common across all architectures
44
// should go into stability-stdlib-source-base.swift.expected. Only capture
55
// x86_64-specific differences from the baseline here.
6-
7-
// Adoption of @unsafe
8-
Func unsafeBitCast(_:to:) is now with @unsafe
9-
Func unsafeDowncast(_:to:) is now with @unsafe
10-
Struct OpaquePointer is now with @unsafe
11-
Struct Unmanaged is now with @unsafe
12-
Struct UnsafeBufferPointer is now with @unsafe
13-
Struct UnsafeMutableBufferPointer is now with @unsafe
14-
Struct UnsafeMutablePointer is now with @unsafe
15-
Struct UnsafeMutableRawBufferPointer is now with @unsafe
16-
Struct UnsafeMutableRawPointer is now with @unsafe
17-
Struct UnsafePointer is now with @unsafe
18-
Struct UnsafeRawBufferPointer is now with @unsafe
19-
Struct UnsafeRawPointer is now with @unsafe
20-
Var Optional.unsafelyUnwrapped is now with @unsafe

0 commit comments

Comments
 (0)