API Differences in Swift in macOS 15.4

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show 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