API Differences in Darwin in macOS 26.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in Darwin in the macOS 26.0 SDK.

Table of Contents

Functions & Methods

audit_token_t
public static func == (lhs: Darwin.audit_token_t, rhs: Darwin.audit_token_t) -> Swift.Bool
audit_token_t
public func encode(to encoder: any Swift.Encoder) throws
audit_token_t
public func hash(into hasher: inout Swift.Hasher)

Properties & Constants

public let INVALID_AUDIT_TOKEN_VALUE: (Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32)
public let KERNEL_AUDIT_TOKEN_VALUE: (Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32, Swift.UInt32)
audit_token_t
public var hashValue: Swift.Int

Conformances

audit_token_t
Swift.Codable
audit_token_t
Swift.Equatable
audit_token_t
Swift.Hashable

Initializers

audit_token_t
public init(from decoder: any Swift.Decoder) throws