Accessor MutableCollection.subscript(_:).Get() has generic signature change from to > Accessor MutableCollection.subscript(_:).Set() has generic signature change from to > Protocol CodingKey has added inherited protocol Sendable Protocol CodingKey has generic signature change from to Protocol Error has added inherited protocol Sendable Protocol Error has generic signature change from to Subscript MutableCollection.subscript(_:) has generic signature change from to > // Not actually a source break; the typechecker will find these operations on // FixedWidthInteger instead. Func SignedInteger.&+(_:_:) has been removed Func SignedInteger.&-(_:_:) has been removed // The GenericSignatureBuilder would produce redundant same-type requirements in the minimized signature; these are now gone. Protocol Collection has generic signature change from to Protocol StringProtocol has generic signature change from to // The RequirementMachine does not preserve sugared types in requirements. Not actually a source break. Func Substring.UnicodeScalarView.replaceSubrange(_:with:) has generic signature change from to Func Substring.replaceSubrange(_:with:) has generic signature change from to Func Unicode.ASCII.Parser.parseScalar(from:) has generic signature change from to Func Unicode.UTF16.decode(_:) has generic signature change from to Func Unicode.UTF32.Parser.parseScalar(from:) has generic signature change from to Func Unicode.UTF32.decode(_:) has generic signature change from to Func Unicode.UTF8.decode(_:) has generic signature change from to Constructor Mirror.init(_:children:displayStyle:ancestorRepresentation:) has generic signature change from to // Generalizations due to typed throws. Func AnyBidirectionalCollection.map(_:) has generic signature change from to Func AnyBidirectionalCollection.map(_:) is now without rethrows Func AnyCollection.map(_:) has generic signature change from to Func AnyCollection.map(_:) is now without rethrows Func AnyRandomAccessCollection.map(_:) has generic signature change from to Func AnyRandomAccessCollection.map(_:) is now without rethrows Func AnySequence.map(_:) has generic signature change from to Func AnySequence.map(_:) is now without rethrows Func Collection.map(_:) has generic signature change from to Func Collection.map(_:) is now without rethrows Func Sequence.map(_:) has generic signature change from to Func Sequence.map(_:) is now without rethrows Func withUnsafeMutablePointer(to:_:) is now without rethrows Func withUnsafePointer(to:_:) is now without rethrows Func withUnsafeBytes(of:_:) is now without rethrows Func withUnsafeMutableBytes(of:_:) is now without rethrows Func withoutActuallyEscaping(_:do:) has generic signature change from to Func withoutActuallyEscaping(_:do:) is now without rethrows Constructor Array.init(unsafeUninitializedCapacity:initializingWith:) has generic signature change from to Constructor Array.init(unsafeUninitializedCapacity:initializingWith:) has parameter 1 type change from (inout Swift.UnsafeMutableBufferPointer, inout Swift.Int) throws -> Swift.Void to (inout Swift.UnsafeMutableBufferPointer, inout Swift.Int) throws(E) -> Swift.Void Constructor Array.init(unsafeUninitializedCapacity:initializingWith:) is now without rethrows Constructor ContiguousArray.init(unsafeUninitializedCapacity:initializingWith:) has generic signature change from to Constructor ContiguousArray.init(unsafeUninitializedCapacity:initializingWith:) has parameter 1 type change from (inout Swift.UnsafeMutableBufferPointer, inout Swift.Int) throws -> Swift.Void to (inout Swift.UnsafeMutableBufferPointer, inout Swift.Int) throws(E) -> Swift.Void Constructor ContiguousArray.init(unsafeUninitializedCapacity:initializingWith:) is now without rethrows Protocol SIMDScalar has generic signature change from to Protocol AdditiveArithmetic has added inherited protocol Copyable Protocol AdditiveArithmetic has added inherited protocol Escapable Protocol BidirectionalCollection has added inherited protocol Copyable Protocol BidirectionalCollection has added inherited protocol Escapable Protocol BinaryFloatingPoint has added inherited protocol Copyable Protocol BinaryFloatingPoint has added inherited protocol Escapable Protocol BinaryInteger has added inherited protocol Copyable Protocol BinaryInteger has added inherited protocol Escapable Protocol CVarArg has added inherited protocol Copyable Protocol CVarArg has added inherited protocol Escapable Protocol CaseIterable has added inherited protocol Copyable Protocol CaseIterable has added inherited protocol Escapable Protocol CodingKey has added inherited protocol Copyable Protocol CodingKey has added inherited protocol Escapable Protocol Collection has added inherited protocol Copyable Protocol Collection has added inherited protocol Escapable Protocol Comparable has added inherited protocol Copyable Protocol Comparable has added inherited protocol Escapable Protocol CustomDebugStringConvertible has added inherited protocol Copyable Protocol CustomDebugStringConvertible has added inherited protocol Escapable Protocol CustomLeafReflectable has added inherited protocol Copyable Protocol CustomLeafReflectable has added inherited protocol Escapable Protocol CustomPlaygroundDisplayConvertible has added inherited protocol Copyable Protocol CustomPlaygroundDisplayConvertible has added inherited protocol Escapable Protocol CustomReflectable has added inherited protocol Copyable Protocol CustomReflectable has added inherited protocol Escapable Protocol CustomStringConvertible has added inherited protocol Copyable Protocol CustomStringConvertible has added inherited protocol Escapable Protocol Decodable has added inherited protocol Copyable Protocol Decodable has added inherited protocol Escapable Protocol Decoder has added inherited protocol Copyable Protocol Decoder has added inherited protocol Escapable Protocol Encodable has added inherited protocol Copyable Protocol Encodable has added inherited protocol Escapable Protocol Encoder has added inherited protocol Copyable Protocol Encoder has added inherited protocol Escapable Protocol Equatable has added inherited protocol Copyable Protocol Equatable has added inherited protocol Escapable Protocol Error has added inherited protocol Copyable Protocol Error has added inherited protocol Escapable Protocol ExpressibleByArrayLiteral has added inherited protocol Copyable Protocol ExpressibleByArrayLiteral has added inherited protocol Escapable Protocol ExpressibleByBooleanLiteral has added inherited protocol Copyable Protocol ExpressibleByBooleanLiteral has added inherited protocol Escapable Protocol ExpressibleByDictionaryLiteral has added inherited protocol Copyable Protocol ExpressibleByDictionaryLiteral has added inherited protocol Escapable Protocol ExpressibleByExtendedGraphemeClusterLiteral has added inherited protocol Copyable Protocol ExpressibleByExtendedGraphemeClusterLiteral has added inherited protocol Escapable Protocol ExpressibleByFloatLiteral has added inherited protocol Copyable Protocol ExpressibleByFloatLiteral has added inherited protocol Escapable Protocol ExpressibleByIntegerLiteral has added inherited protocol Copyable Protocol ExpressibleByIntegerLiteral has added inherited protocol Escapable Protocol ExpressibleByStringInterpolation has added inherited protocol Copyable Protocol ExpressibleByStringInterpolation has added inherited protocol Escapable Protocol ExpressibleByStringLiteral has added inherited protocol Copyable Protocol ExpressibleByStringLiteral has added inherited protocol Escapable Protocol ExpressibleByUnicodeScalarLiteral has added inherited protocol Copyable Protocol ExpressibleByUnicodeScalarLiteral has added inherited protocol Escapable Protocol FixedWidthInteger has added inherited protocol Copyable Protocol FixedWidthInteger has added inherited protocol Escapable Protocol FloatingPoint has added inherited protocol Copyable Protocol FloatingPoint has added inherited protocol Escapable Protocol Hashable has added inherited protocol Copyable Protocol Hashable has added inherited protocol Escapable Protocol Identifiable has added inherited protocol Copyable Protocol Identifiable has added inherited protocol Escapable Protocol IteratorProtocol has added inherited protocol Copyable Protocol IteratorProtocol has added inherited protocol Escapable Protocol KeyedDecodingContainerProtocol has added inherited protocol Copyable Protocol KeyedDecodingContainerProtocol has added inherited protocol Escapable Protocol KeyedEncodingContainerProtocol has added inherited protocol Copyable Protocol KeyedEncodingContainerProtocol has added inherited protocol Escapable Protocol LazyCollectionProtocol has added inherited protocol Copyable Protocol LazyCollectionProtocol has added inherited protocol Escapable Protocol LazySequenceProtocol has added inherited protocol Copyable Protocol LazySequenceProtocol has added inherited protocol Escapable Protocol LosslessStringConvertible has added inherited protocol Copyable Protocol LosslessStringConvertible has added inherited protocol Escapable Protocol MirrorPath has added inherited protocol Copyable Protocol MirrorPath has added inherited protocol Escapable Protocol MutableCollection has added inherited protocol Copyable Protocol MutableCollection has added inherited protocol Escapable Protocol Numeric has added inherited protocol Copyable Protocol Numeric has added inherited protocol Escapable Protocol OptionSet has added inherited protocol Copyable Protocol OptionSet has added inherited protocol Escapable Protocol RandomAccessCollection has added inherited protocol Copyable Protocol RandomAccessCollection has added inherited protocol Escapable Protocol RandomNumberGenerator has added inherited protocol Copyable Protocol RandomNumberGenerator has added inherited protocol Escapable Protocol RangeExpression has added inherited protocol Copyable Protocol RangeExpression has added inherited protocol Escapable Protocol RangeReplaceableCollection has added inherited protocol Copyable Protocol RangeReplaceableCollection has added inherited protocol Escapable Protocol RawRepresentable has added inherited protocol Copyable Protocol RawRepresentable has added inherited protocol Escapable Protocol SIMD has added inherited protocol Copyable Protocol SIMD has added inherited protocol Escapable Protocol SIMDScalar has added inherited protocol BitwiseCopyable Protocol SIMDScalar has added inherited protocol Copyable Protocol SIMDScalar has added inherited protocol Escapable Protocol SIMDStorage has added inherited protocol Copyable Protocol SIMDStorage has added inherited protocol Escapable Protocol Sequence has added inherited protocol Copyable Protocol Sequence has added inherited protocol Escapable Protocol SetAlgebra has added inherited protocol Copyable Protocol SetAlgebra has added inherited protocol Escapable Protocol SignedInteger has added inherited protocol Copyable Protocol SignedInteger has added inherited protocol Escapable Protocol SignedNumeric has added inherited protocol Copyable Protocol SignedNumeric has added inherited protocol Escapable Protocol SingleValueDecodingContainer has added inherited protocol Copyable Protocol SingleValueDecodingContainer has added inherited protocol Escapable Protocol SingleValueEncodingContainer has added inherited protocol Copyable Protocol SingleValueEncodingContainer has added inherited protocol Escapable Protocol Strideable has added inherited protocol Copyable Protocol Strideable has added inherited protocol Escapable Protocol StringInterpolationProtocol has added inherited protocol Copyable Protocol StringInterpolationProtocol has added inherited protocol Escapable Protocol StringProtocol has added inherited protocol Copyable Protocol StringProtocol has added inherited protocol Escapable Protocol TextOutputStream has added inherited protocol Copyable Protocol TextOutputStream has added inherited protocol Escapable Protocol TextOutputStreamable has added inherited protocol Copyable Protocol TextOutputStreamable has added inherited protocol Escapable Protocol UnicodeCodec has added inherited protocol Copyable Protocol UnicodeCodec has added inherited protocol Escapable Protocol UnkeyedDecodingContainer has added inherited protocol Copyable Protocol UnkeyedDecodingContainer has added inherited protocol Escapable Protocol UnkeyedEncodingContainer has added inherited protocol Copyable Protocol UnkeyedEncodingContainer has added inherited protocol Escapable Protocol UnsignedInteger has added inherited protocol Copyable Protocol UnsignedInteger has added inherited protocol Escapable Protocol _AppendKeyPath has added inherited protocol Copyable Protocol _AppendKeyPath has added inherited protocol Escapable Accessor ManagedBuffer.capacity.Get() has generic signature change from to Accessor ManagedBuffer.header.Get() has generic signature change from to Accessor ManagedBuffer.header.Set() has generic signature change from to Accessor ManagedBufferPointer.buffer.Get() has generic signature change from to Accessor ManagedBufferPointer.capacity.Get() has generic signature change from to Accessor ManagedBufferPointer.header.Get() has generic signature change from to Accessor ManagedBufferPointer.header.Set() has generic signature change from to Accessor MemoryLayout.alignment.Get() has generic signature change from to Accessor MemoryLayout.size.Get() has generic signature change from to Accessor MemoryLayout.stride.Get() has generic signature change from to Accessor UnsafeBufferPointer.baseAddress.Get() has generic signature change from to Accessor UnsafeBufferPointer.count.Get() has generic signature change from to Accessor UnsafeBufferPointer.endIndex.Get() has generic signature change from to Accessor UnsafeBufferPointer.startIndex.Get() has generic signature change from to Accessor UnsafeMutableBufferPointer.baseAddress.Get() has generic signature change from to Accessor UnsafeMutableBufferPointer.count.Get() has generic signature change from to Accessor UnsafeMutableBufferPointer.endIndex.Get() has generic signature change from to Accessor UnsafeMutableBufferPointer.startIndex.Get() has generic signature change from to Accessor UnsafeMutablePointer.hashValue.Get() has generic signature change from to Accessor UnsafeMutablePointer.pointee.Get() has been removed Accessor UnsafeMutablePointer.pointee.Set() has generic signature change from to Accessor UnsafeMutablePointer.subscript(_:).Get() has been removed Accessor UnsafeMutablePointer.subscript(_:).Set() has generic signature change from to Accessor UnsafePointer.hashValue.Get() has generic signature change from to Accessor UnsafePointer.pointee.Get() has been removed Accessor UnsafePointer.subscript(_:).Get() has been removed Class ManagedBuffer has generic signature change from to Constructor ExpressibleByNilLiteral.init(nilLiteral:) has generic signature change from to Constructor ManagedBufferPointer.init(bufferClass:minimumCapacity:makingHeaderWith:) has generic signature change from to Constructor ManagedBufferPointer.init(unsafeBufferObject:) has generic signature change from to Constructor OpaquePointer.init(_:) has generic signature change from to Constructor Optional.init(_:) has generic signature change from to Constructor Optional.init(_:) has parameter 0 changing from Default to Owned Constructor Optional.init(nilLiteral:) has generic signature change from to Constructor Result.init(catching:) has generic signature change from to Constructor UnsafeBufferPointer.init(_:) has generic signature change from to Constructor UnsafeBufferPointer.init(start:count:) has generic signature change from to Constructor UnsafeMutableBufferPointer.init(mutating:) has generic signature change from to Constructor UnsafeMutableBufferPointer.init(start:count:) has generic signature change from to Constructor UnsafeMutablePointer.init(_:) has generic signature change from to Constructor UnsafeMutablePointer.init(mutating:) has generic signature change from to Constructor UnsafeMutableRawBufferPointer.init(_:) has generic signature change from to Constructor UnsafeMutableRawPointer.init(_:) has generic signature change from to Constructor UnsafeRawBufferPointer.init(_:) has generic signature change from to Constructor UnsafeRawPointer.init(_:) has generic signature change from to Enum MemoryLayout has generic signature change from to Enum Optional has generic signature change from to Enum Result has generic signature change from to Func ??(_:_:) has generic signature change from to Func ??(_:_:) has parameter 0 changing from Default to Owned Func ManagedBuffer.create(minimumCapacity:makingHeaderWith:) has generic signature change from to Func ManagedBufferPointer.isUniqueReference() has generic signature change from to Func MemoryLayout.alignment(ofValue:) has generic signature change from to Func MemoryLayout.alignment(ofValue:) has parameter 0 changing from Default to Shared Func MemoryLayout.size(ofValue:) has generic signature change from to Func MemoryLayout.size(ofValue:) has parameter 0 changing from Default to Shared Func MemoryLayout.stride(ofValue:) has generic signature change from to Func MemoryLayout.stride(ofValue:) has parameter 0 changing from Default to Shared Func Optional.!=(_:_:) has generic signature change from to Func Optional.!=(_:_:) has parameter 0 changing from Default to Shared Func Optional.!=(_:_:) has parameter 1 changing from Default to Shared Func Optional.==(_:_:) has generic signature change from to Func Optional.==(_:_:) has parameter 0 changing from Default to Shared Func Optional.==(_:_:) has parameter 1 changing from Default to Shared Func Optional.~=(_:_:) has generic signature change from to Func Optional.~=(_:_:) has parameter 1 changing from Default to Shared Func Result.get() has generic signature change from to Func Result.get() has self access kind changing from NonMutating to Consuming Func Result.mapError(_:) has self access kind changing from NonMutating to Consuming Func UnsafeBufferPointer.deallocate() has generic signature change from to Func UnsafeBufferPointer.distance(from:to:) has generic signature change from to Func UnsafeBufferPointer.formIndex(after:) has generic signature change from to Func UnsafeBufferPointer.formIndex(before:) has generic signature change from to Func UnsafeBufferPointer.index(_:offsetBy:) has generic signature change from to Func UnsafeBufferPointer.index(_:offsetBy:limitedBy:) has generic signature change from to Func UnsafeBufferPointer.index(after:) has generic signature change from to Func UnsafeBufferPointer.index(before:) has generic signature change from to Func UnsafeMutableBufferPointer.allocate(capacity:) has generic signature change from to Func UnsafeMutableBufferPointer.deallocate() has generic signature change from to Func UnsafeMutableBufferPointer.distance(from:to:) has generic signature change from to Func UnsafeMutableBufferPointer.formIndex(after:) has generic signature change from to Func UnsafeMutableBufferPointer.formIndex(before:) has generic signature change from to Func UnsafeMutableBufferPointer.index(_:offsetBy:) has generic signature change from to Func UnsafeMutableBufferPointer.index(_:offsetBy:limitedBy:) has generic signature change from to Func UnsafeMutableBufferPointer.index(after:) has generic signature change from to Func UnsafeMutableBufferPointer.index(before:) has generic signature change from to Func UnsafeMutableBufferPointer.swapAt(_:_:) has generic signature change from to Func UnsafeMutablePointer.allocate(capacity:) has generic signature change from to Func UnsafeMutablePointer.deallocate() has generic signature change from to Func UnsafeMutablePointer.deinitialize(count:) has generic signature change from to Func UnsafeMutablePointer.initialize(to:) has generic signature change from to Func UnsafeMutablePointer.initialize(to:) has parameter 0 changing from Default to Owned Func UnsafeMutablePointer.move() has generic signature change from to Func UnsafeMutablePointer.moveInitialize(from:count:) has generic signature change from to Func UnsafeMutableRawBufferPointer.bindMemory(to:) has generic signature change from to Func UnsafeMutableRawPointer.assumingMemoryBound(to:) has generic signature change from to Func UnsafeMutableRawPointer.bindMemory(to:capacity:) has generic signature change from to Func UnsafeMutableRawPointer.moveInitializeMemory(as:from:count:) has generic signature change from to Func UnsafePointer.deallocate() has generic signature change from to Func UnsafeRawBufferPointer.bindMemory(to:) has generic signature change from to Func UnsafeRawPointer.assumingMemoryBound(to:) has generic signature change from to Func UnsafeRawPointer.bindMemory(to:capacity:) has generic signature change from to Func swap(_:_:) has generic signature change from to Func withExtendedLifetime(_:_:) has parameter 0 changing from Default to Shared Func withUnsafeBytes(of:_:) has generic signature change from to Func withUnsafeBytes(of:_:) has parameter 0 changing from Default to Shared Func withUnsafeMutableBytes(of:_:) has generic signature change from to Func withUnsafeMutablePointer(to:_:) has generic signature change from to Func withUnsafePointer(to:_:) has generic signature change from to Func withUnsafePointer(to:_:) has parameter 0 changing from Default to Shared Struct ManagedBufferPointer has generic signature change from to Struct UnsafeBufferPointer has generic signature change from to Struct UnsafeMutableBufferPointer has generic signature change from to Struct UnsafeMutablePointer has generic signature change from to Struct UnsafePointer has generic signature change from to Subscript UnsafeMutablePointer.subscript(_:) has generic signature change from to Subscript UnsafePointer.subscript(_:) has generic signature change from to TypeAlias UnsafeBufferPointer.Index has generic signature change from to TypeAlias UnsafeMutableBufferPointer.Index has generic signature change from to TypeAlias UnsafeMutablePointer.Distance has generic signature change from to TypeAlias UnsafeMutablePointer.Pointee has generic signature change from to TypeAlias UnsafeMutablePointer.Stride has generic signature change from to TypeAlias UnsafePointer.Distance has generic signature change from to TypeAlias UnsafePointer.Pointee has generic signature change from to TypeAlias UnsafePointer.Stride has generic signature change from to Func FixedWidthInteger.&*(_:_:) has been added as a protocol requirement Accessor UnsafeBufferPointer.debugDescription.Get() has generic signature change from to Accessor UnsafeMutableBufferPointer.debugDescription.Get() has generic signature change from to Func ManagedBuffer.withUnsafeMutablePointerToElements(_:) has generic signature change from to Func ManagedBuffer.withUnsafeMutablePointerToElements(_:) is now without rethrows Func ManagedBuffer.withUnsafeMutablePointerToHeader(_:) has generic signature change from to Func ManagedBuffer.withUnsafeMutablePointerToHeader(_:) is now without rethrows Func ManagedBuffer.withUnsafeMutablePointers(_:) has generic signature change from to Func ManagedBuffer.withUnsafeMutablePointers(_:) is now without rethrows Func ManagedBufferPointer.==(_:_:) has generic signature change from to Func ManagedBufferPointer.withUnsafeMutablePointerToElements(_:) has generic signature change from to Func ManagedBufferPointer.withUnsafeMutablePointerToElements(_:) is now without rethrows Func ManagedBufferPointer.withUnsafeMutablePointerToHeader(_:) has generic signature change from to Func ManagedBufferPointer.withUnsafeMutablePointerToHeader(_:) is now without rethrows Func ManagedBufferPointer.withUnsafeMutablePointers(_:) has generic signature change from to Func ManagedBufferPointer.withUnsafeMutablePointers(_:) is now without rethrows Func Optional.flatMap(_:) has generic signature change from to Func Optional.flatMap(_:) is now without rethrows Func Optional.map(_:) has generic signature change from to Func Optional.map(_:) is now without rethrows Func Result.flatMap(_:) has generic signature change from to Func Result.flatMapError(_:) has generic signature change from to Func Result.flatMapError(_:) has self access kind changing from NonMutating to Consuming Func Result.map(_:) has generic signature change from to Func Result.mapError(_:) has generic signature change from to Func UnsafeBufferPointer.withMemoryRebound(to:_:) has generic signature change from to Func UnsafeBufferPointer.withMemoryRebound(to:_:) is now without rethrows Func UnsafeMutableBufferPointer.withMemoryRebound(to:_:) has generic signature change from to Func UnsafeMutableBufferPointer.withMemoryRebound(to:_:) is now without rethrows Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has generic signature change from to Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) is now without rethrows Func UnsafePointer.withMemoryRebound(to:capacity:_:) has generic signature change from to Func UnsafePointer.withMemoryRebound(to:capacity:_:) is now without rethrows Func withExtendedLifetime(_:_:) has generic signature change from to Func withExtendedLifetime(_:_:) is now without rethrows Func Array.withUnsafeBufferPointer(_:) has generic signature change from to Func Array.withUnsafeBufferPointer(_:) is now without rethrows Func Array.withUnsafeMutableBufferPointer(_:) has generic signature change from to Func Array.withUnsafeMutableBufferPointer(_:) has parameter 0 type change from (inout Swift.UnsafeMutableBufferPointer) throws -> R to (inout Swift.UnsafeMutableBufferPointer) throws(E) -> R Func Array.withUnsafeMutableBufferPointer(_:) is now without rethrows Func ArraySlice.withUnsafeBufferPointer(_:) has generic signature change from to Func ArraySlice.withUnsafeBufferPointer(_:) is now without rethrows Func ArraySlice.withUnsafeMutableBufferPointer(_:) has generic signature change from to Func ArraySlice.withUnsafeMutableBufferPointer(_:) has parameter 0 type change from (inout Swift.UnsafeMutableBufferPointer) throws -> R to (inout Swift.UnsafeMutableBufferPointer) throws(E) -> R Func ArraySlice.withUnsafeMutableBufferPointer(_:) is now without rethrows Func ContiguousArray.withUnsafeBufferPointer(_:) has generic signature change from to Func ContiguousArray.withUnsafeBufferPointer(_:) is now without rethrows Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has generic signature change from to Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has parameter 0 type change from (inout Swift.UnsafeMutableBufferPointer) throws -> R to (inout Swift.UnsafeMutableBufferPointer) throws(E) -> R Func ContiguousArray.withUnsafeMutableBufferPointer(_:) is now without rethrows // Adoption of @_addressableForDependencies Struct CollectionOfOne is now with @_addressableForDependencies Protocol CodingKey has added inherited protocol SendableMetatype Protocol Error has added inherited protocol SendableMetatype Accessor Optional.unsafelyUnwrapped.Get() has generic signature change from to Accessor UnsafeBufferPointer.indices.Get() has generic signature change from to Accessor UnsafeMutableBufferPointer.indices.Get() has generic signature change from to Func type(of:) has generic signature change from to Func type(of:) has parameter 0 changing from Default to Shared