We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecfac2 commit 989ea16Copy full SHA for 989ea16
test/api-digester/Outputs/stability-stdlib-source-base.swift.expected
@@ -367,3 +367,7 @@ Struct CollectionOfOne is now with @_addressableForDependencies
367
368
Protocol CodingKey has added inherited protocol SendableMetatype
369
Protocol Error has added inherited protocol SendableMetatype
370
+
371
+Accessor Optional.unsafelyUnwrapped.Get() has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Escapable>
372
+Accessor UnsafeBufferPointer.indices.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>
373
+Accessor UnsafeMutableBufferPointer.indices.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>
0 commit comments