API Differences in Swift in macOS 15.4

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in Swift in the macOS 15.4 SDK.

Table of Contents

Functions & Methods

_ArrayBufferProtocol
func withUnsafeBufferPointer<R, E>(_ body: (Swift.UnsafeBufferPointer<Self.Element>) throws(E) -> R) throws(E) -> R where E : Swift.Error
_ArrayBufferProtocol
mutating func withUnsafeMutableBufferPointer<R, E>(_ body: (Swift.UnsafeMutableBufferPointer<Self.Element>) throws(E) -> R) throws(E) -> R where E : Swift.Error

Conformances

String.Index
Swift.CustomDebugStringConvertible