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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -361,5 +361,8 @@ Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has generic signature ch
361
361
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has parameter 0 type change from (inout Swift.UnsafeMutableBufferPointer<Element>) throws -> R to (inout Swift.UnsafeMutableBufferPointer<Element>) throws(E) -> R
362
362
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) is now without rethrows
363
363
364
+
// Adoption of @_addressableForDependencies
365
+
Struct CollectionOfOne is now with @_addressableForDependencies
366
+
364
367
Protocol CodingKey has added inherited protocol SendableMetatype
365
368
Protocol Error has added inherited protocol SendableMetatype
0 commit comments