File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
test/api-digester/Outputs Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 3
3
// NOTE: Most differences from the baseline are common across all architectures
4
4
// should go into stability-stdlib-source-base.swift.expected. Only capture
5
5
// 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
You can’t perform that action at this time.
0 commit comments