API Differences in Foundation in macOS 15.0

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 Foundation in the macOS 15.0 SDK.

Table of Contents

Protocols

DiscreteFormatStyle

Structs

Calendar
RecurrenceRule
Date
AnchoredRelativeFormatStyle
Date.FormatStyle
Attributed
Date.VerbatimFormatStyle
Attributed
Expression
PredicateExpressions
ExpressionEvaluate
PredicateExpressions
PredicateRegex
PredicateExpressions
StringContainsRegex

Enums

AttributeScopes.FoundationAttributes
LocalizedNumberFormatAttribute

Typealiases

AsyncBytes
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = any Swift.Error
AsyncBytes
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = any Swift.Error
AsyncBytes
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = any Swift.Error
AsyncCharacterSequence
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = Base.Failure
AsyncIterator
@_implements(_Concurrency.AsyncIteratorProtocol, Failure) public typealias __AsyncIteratorProtocol_Failure = Base.Failure
AsyncIterator
@_implements(_Concurrency.AsyncIteratorProtocol, Failure) public typealias __AsyncIteratorProtocol_Failure = Base.Failure
AsyncIterator
@_implements(_Concurrency.AsyncIteratorProtocol, Failure) public typealias __AsyncIteratorProtocol_Failure = any Swift.Error
AsyncIterator
@_implements(_Concurrency.AsyncIteratorProtocol, Failure) public typealias __AsyncIteratorProtocol_Failure = Base.Failure
AsyncLineSequence
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = Base.Failure
AsyncUnicodeScalarSequence
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = Base.Failure
AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value
public typealias _ObjectiveCType = Foundation.__NSLocalizedNumberFormatRule
CurrencyFormatStyleConfiguration
public typealias Notation = Foundation.NumberFormatStyleConfiguration.Notation
Date.AnchoredRelativeFormatStyle
public typealias FormatInput = Foundation.Date
Date.AnchoredRelativeFormatStyle
public typealias FormatOutput = Swift.String
Expression
public typealias DecodingConfiguration = Foundation.PredicateCodableConfiguration
Expression
public typealias EncodingConfiguration = Foundation.PredicateCodableConfiguration
Frequency
public typealias RawValue = Swift.Int
Notifications
@_implements(_Concurrency.AsyncSequence, Failure) public typealias __AsyncSequence_Failure = Swift.Never
RelativeFormatStyle
public typealias Field = Foundation.Date.ComponentsFormatStyle.Field
typedef NSString *NSUndoManagerUserInfoKey

Functions & Methods

AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value
public func _bridgeToObjectiveC() -> Foundation.__NSLocalizedNumberFormatRule
AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value
public static func _conditionallyBridgeFromObjectiveC(_ source: Foundation.__NSLocalizedNumberFormatRule, result: inout Foundation.AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value?) -> Swift.Bool
AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value
public static func _forceBridgeFromObjectiveC(_ source: Foundation.__NSLocalizedNumberFormatRule, result: inout Foundation.AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value?)
AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value
public static func _unconditionallyBridgeFromObjectiveC(_ source: Foundation.__NSLocalizedNumberFormatRule?) -> Foundation.AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value
AttributedString
public func inflected(locale: Foundation.Locale = .current, userTermOfAddress: Foundation.TermOfAddress? = .currentUser, inflectionConcepts: [Foundation.InflectionConcept] = []) -> Foundation.AttributedString
Calendar.MatchingPolicy
public func encode(to encoder: any Swift.Encoder) throws
Calendar.RecurrenceRule.End
public func encode(to encoder: any Swift.Encoder) throws
Calendar.RecurrenceRule.Month
public func encode(to encoder: any Swift.Encoder) throws
Calendar.RecurrenceRule.Weekday
public func encode(to encoder: any Swift.Encoder) throws
Calendar.RecurrenceRule
public func encode(to encoder: any Swift.Encoder) throws
Calendar.RepeatedTimePolicy
public func encode(to encoder: any Swift.Encoder) throws
Calendar
public func dates(byAdding component: Foundation.Calendar.Component, value: Swift.Int = 1, startingAt start: Foundation.Date, in range: Swift.Range<Foundation.Date>? = nil, wrappingComponents: Swift.Bool = false) -> some Swift.Sendable & Swift.Sequence<Foundation.Date>
Calendar
public func dates(byAdding components: Foundation.DateComponents, startingAt start: Foundation.Date, in range: Swift.Range<Foundation.Date>? = nil, wrappingComponents: Swift.Bool = false) -> some Swift.Sendable & Swift.Sequence<Foundation.Date>
Calendar
public func dates(byMatching components: Foundation.DateComponents, startingAt start: Foundation.Date, in range: Swift.Range<Foundation.Date>? = nil, matchingPolicy: Foundation.Calendar.MatchingPolicy = .nextTime, repeatedTimePolicy: Foundation.Calendar.RepeatedTimePolicy = .first, direction: Foundation.Calendar.SearchDirection = .forward) -> some Swift.Sendable & Swift.Sequence<Foundation.Date>
Currency
public func notation(_ notation: Foundation.Decimal.FormatStyle.Currency.Configuration.Notation) -> Foundation.Decimal.FormatStyle.Currency
Currency
public func notation(_ notation: Foundation.FloatingPointFormatStyle<Value>.Currency.Configuration.Notation) -> Foundation.FloatingPointFormatStyle<Value>.Currency
Currency
public func notation(_ notation: Foundation.IntegerFormatStyle<Value>.Currency.Configuration.Notation) -> Foundation.IntegerFormatStyle<Value>.Currency
Date.AnchoredRelativeFormatStyle
public func discreteInput(before input: Foundation.Date) -> Foundation.Date?
Date.AnchoredRelativeFormatStyle
public func discreteInput(after input: Foundation.Date) -> Foundation.Date?
Date.AnchoredRelativeFormatStyle
public func input(before input: Foundation.Date) -> Foundation.Date?
Date.AnchoredRelativeFormatStyle
public func input(after input: Foundation.Date) -> Foundation.Date?
Date.ComponentsFormatStyle
public func discreteInput(before input: Swift.Range<Foundation.Date>) -> Swift.Range<Foundation.Date>?
Date.ComponentsFormatStyle
public func discreteInput(after input: Swift.Range<Foundation.Date>) -> Swift.Range<Foundation.Date>?
Date.ComponentsFormatStyle
public func input(before input: Swift.Range<Foundation.Date>) -> Swift.Range<Foundation.Date>?
Date.ComponentsFormatStyle
public func input(after input: Swift.Range<Foundation.Date>) -> Swift.Range<Foundation.Date>?
Date.FormatStyle.Attributed
public func day(_ format: Foundation.Date.FormatStyle.Symbol.Day = .defaultDigits) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func dayOfYear(_ format: Foundation.Date.FormatStyle.Symbol.DayOfYear = .defaultDigits) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func discreteInput(before input: Foundation.Date) -> Foundation.Date?
Date.FormatStyle.Attributed
public func discreteInput(after input: Foundation.Date) -> Foundation.Date?
Date.FormatStyle.Attributed
public func era(_ format: Foundation.Date.FormatStyle.Symbol.Era = .abbreviated) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func hour(_ format: Foundation.Date.FormatStyle.Symbol.Hour = .defaultDigits(amPM: .abbreviated)) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func input(before input: Foundation.Date) -> Foundation.Date?
Date.FormatStyle.Attributed
public func input(after input: Foundation.Date) -> Foundation.Date?
Date.FormatStyle.Attributed
public func minute(_ format: Foundation.Date.FormatStyle.Symbol.Minute = .defaultDigits) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func month(_ format: Foundation.Date.FormatStyle.Symbol.Month = .abbreviated) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func quarter(_ format: Foundation.Date.FormatStyle.Symbol.Quarter = .abbreviated) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func second(_ format: Foundation.Date.FormatStyle.Symbol.Second = .defaultDigits) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func secondFraction(_ format: Foundation.Date.FormatStyle.Symbol.SecondFraction) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func timeZone(_ format: Foundation.Date.FormatStyle.Symbol.TimeZone = .specificName(.short)) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func week(_ format: Foundation.Date.FormatStyle.Symbol.Week = .defaultDigits) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func weekday(_ format: Foundation.Date.FormatStyle.Symbol.Weekday = .abbreviated) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle.Attributed
public func year(_ format: Foundation.Date.FormatStyle.Symbol.Year = .defaultDigits) -> Foundation.Date.FormatStyle.Attributed
Date.FormatStyle
public func discreteInput(before input: Foundation.Date) -> Foundation.Date?
Date.FormatStyle
public func discreteInput(after input: Foundation.Date) -> Foundation.Date?
Date.FormatStyle
public func input(before input: Foundation.Date) -> Foundation.Date?
Date.FormatStyle
public func input(after input: Foundation.Date) -> Foundation.Date?
Date.VerbatimFormatStyle.Attributed
public func discreteInput(before input: Foundation.Date) -> Foundation.Date?
Date.VerbatimFormatStyle.Attributed
public func discreteInput(after input: Foundation.Date) -> Foundation.Date?
Date.VerbatimFormatStyle.Attributed
public func input(before input: Foundation.Date) -> Foundation.Date?
Date.VerbatimFormatStyle.Attributed
public func input(after input: Foundation.Date) -> Foundation.Date?
Date.VerbatimFormatStyle
public func discreteInput(before input: Foundation.Date) -> Foundation.Date?
Date.VerbatimFormatStyle
public func discreteInput(after input: Foundation.Date) -> Foundation.Date?
Date.VerbatimFormatStyle
public func input(before input: Foundation.Date) -> Foundation.Date?
Date.VerbatimFormatStyle
public func input(after input: Foundation.Date) -> Foundation.Date?
DiscreteFormatStyle
public func input(before input: Self.FormatInput) -> Self.FormatInput?
DiscreteFormatStyle
public func input(after input: Self.FormatInput) -> Self.FormatInput?
DiscreteFormatStyle
public func input(before input: Self.FormatInput) -> Self.FormatInput?
DiscreteFormatStyle
public func input(after input: Self.FormatInput) -> Self.FormatInput?
DiscreteFormatStyle
public func input(before input: Self.FormatInput) -> Self.FormatInput?
DiscreteFormatStyle
public func input(after input: Self.FormatInput) -> Self.FormatInput?
DiscreteFormatStyle
public func input(before input: Self.FormatInput) -> Self.FormatInput?
DiscreteFormatStyle
public func input(after input: Self.FormatInput) -> Self.FormatInput?
Expression
public func encode(to encoder: any Swift.Encoder) throws
Expression
public func encode(to encoder: any Swift.Encoder, configuration: Foundation.Expression<repeat each Input, Output>.EncodingConfiguration) throws
LocalizationOptions
public static func localizedPhraseConcept(_ phrase: Swift.String) -> Foundation.AttributedString.LocalizationOptions
LocalizationOptions
public static func termsOfAddressConcept(_ termsOfAddress: [Foundation.TermOfAddress]) -> Foundation.AttributedString.LocalizationOptions
internal func NSDecimalAdd(_ result: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ leftOperand: Swift.UnsafePointer<Foundation.Decimal>, _ rightOperand: Swift.UnsafePointer<Foundation.Decimal>, _ roundingMode: Foundation.NSDecimalNumber.RoundingMode) -> Foundation.NSDecimalNumber.CalculationError
internal func NSDecimalCompact(_ number: Swift.UnsafeMutablePointer<Foundation.Decimal>)
internal func NSDecimalCompare(_ leftOperand: Swift.UnsafePointer<Foundation.Decimal>, _ rightOperand: Swift.UnsafePointer<Foundation.Decimal>) -> Foundation.ComparisonResult
internal func NSDecimalDivide(_ result: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ leftOperand: Swift.UnsafePointer<Foundation.Decimal>, _ rightOperand: Swift.UnsafePointer<Foundation.Decimal>, _ roundingMode: Foundation.NSDecimalNumber.RoundingMode) -> Foundation.NSDecimalNumber.CalculationError
internal func NSDecimalMultiply(_ result: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ leftOperand: Swift.UnsafePointer<Foundation.Decimal>, _ rightOperand: Swift.UnsafePointer<Foundation.Decimal>, _ roundingMode: Foundation.NSDecimalNumber.RoundingMode) -> Foundation.NSDecimalNumber.CalculationError
internal func NSDecimalMultiplyByPowerOf10(_ result: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ number: Swift.UnsafePointer<Foundation.Decimal>, _ power: Swift.Int16, _ roundingMode: Foundation.NSDecimalNumber.RoundingMode) -> Foundation.NSDecimalNumber.CalculationError
internal func NSDecimalNormalize(_ number1: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ number2: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ roundingMode: Foundation.NSDecimalNumber.RoundingMode) -> Foundation.NSDecimalNumber.CalculationError
internal func NSDecimalPower(_ result: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ number: Swift.UnsafePointer<Foundation.Decimal>, _ power: Swift.Int, _ roundingMode: Foundation.NSDecimalNumber.RoundingMode) -> Foundation.NSDecimalNumber.CalculationError
internal func NSDecimalRound(_ result: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ number: Swift.UnsafePointer<Foundation.Decimal>, _ scale: Swift.Int, _ roundingMode: Foundation.NSDecimalNumber.RoundingMode)
internal func NSDecimalString(_ dcm: Swift.UnsafePointer<Foundation.Decimal>, _ locale: Any?) -> Swift.String
internal func NSDecimalSubtract(_ result: Swift.UnsafeMutablePointer<Foundation.Decimal>, _ leftOperand: Swift.UnsafePointer<Foundation.Decimal>, _ rightOperand: Swift.UnsafePointer<Foundation.Decimal>, _ roundingMode: Foundation.NSDecimalNumber.RoundingMode) -> Foundation.NSDecimalNumber.CalculationError
PredicateExpressions.ExpressionEvaluate
public func encode(to encoder: any Swift.Encoder) throws
PredicateExpressions.StringContainsRegex
public func encode(to encoder: any Swift.Encoder) throws
PredicateExpressions
public static func build_Arg(_ component: some RegexComponent) -> Foundation.PredicateExpressions.Value<Foundation.PredicateExpressions.PredicateRegex>
PredicateExpressions
@_disfavoredOverload public static func build_contains<Subject, Regex>(_ subject: Subject, _ regex: Regex) -> Foundation.PredicateExpressions.StringContainsRegex<Subject, Regex> where Subject : Foundation.PredicateExpression, Regex : Foundation.PredicateExpression, Subject.Output : Swift.BidirectionalCollection, Regex.Output : _StringProcessing.RegexComponent, Subject.Output.SubSequence == Swift.Substring
PredicateExpressions
public static func build_evaluate<Transformation, each Input, Output>(_ expression: Transformation, _ input: repeat each Input) -> Foundation.PredicateExpressions.ExpressionEvaluate<Transformation, repeat each Input, Output> where Transformation : Foundation.PredicateExpression, repeat each Input : Foundation.PredicateExpression, Transformation.Output == Foundation.Expression<repeat (each Input).Output, Output>
Swift.Duration.TimeFormatStyle.Attributed
public func discreteInput(before input: Swift.Duration) -> Swift.Duration?
Swift.Duration.TimeFormatStyle.Attributed
public func discreteInput(after input: Swift.Duration) -> Swift.Duration?
Swift.Duration.TimeFormatStyle.Attributed
public func grouping(_ grouping: Foundation.NumberFormatStyleConfiguration.Grouping) -> Swift.Duration.TimeFormatStyle.Attributed
Swift.Duration.TimeFormatStyle
public func discreteInput(before input: Swift.Duration) -> Swift.Duration?
Swift.Duration.TimeFormatStyle
public func discreteInput(after input: Swift.Duration) -> Swift.Duration?
Swift.Duration.TimeFormatStyle
public func grouping(_ grouping: Foundation.NumberFormatStyleConfiguration.Grouping) -> Swift.Duration.TimeFormatStyle
Swift.Duration.UnitsFormatStyle.Attributed
public func discreteInput(before input: Swift.Duration) -> Swift.Duration?
Swift.Duration.UnitsFormatStyle.Attributed
public func discreteInput(after input: Swift.Duration) -> Swift.Duration?
Swift.Duration.UnitsFormatStyle
public func discreteInput(before input: Swift.Duration) -> Swift.Duration?
Swift.Duration.UnitsFormatStyle
public func discreteInput(after input: Swift.Duration) -> Swift.Duration?
Swift.KeyedDecodingContainer
public mutating func decodePredicateExpression<each Input, Output>(forKey key: Swift.KeyedDecodingContainer<K>.Key, input: repeat (each Input).Type, output: Output.Type, predicateConfiguration: Foundation.PredicateCodableConfiguration) throws -> (expression: any Foundation.PredicateExpression<Output>, variable: (repeat Foundation.PredicateExpressions.Variable<each Input>))
Swift.KeyedDecodingContainer
public mutating func decodePredicateExpressionIfPresent<each Input, Output>(forKey key: Swift.KeyedDecodingContainer<K>.Key, input: repeat (each Input).Type, output: Output.Type, predicateConfiguration: Foundation.PredicateCodableConfiguration) throws -> (expression: any Foundation.PredicateExpression<Output>, variable: (repeat Foundation.PredicateExpressions.Variable<each Input>))?
Swift.KeyedEncodingContainer
@_disfavoredOverload public mutating func encodePredicateExpression<T, each Input>(_ expression: T, forKey key: Swift.KeyedEncodingContainer<K>.Key, variable: repeat Foundation.PredicateExpressions.Variable<each Input>, predicateConfiguration: Foundation.PredicateCodableConfiguration) throws where T : Foundation.PredicateExpression, T : Swift.Encodable
Swift.KeyedEncodingContainer
@_disfavoredOverload public mutating func encodePredicateExpressionIfPresent<T, each Input>(_ expression: T?, forKey key: Swift.KeyedEncodingContainer<K>.Key, variable: repeat Foundation.PredicateExpressions.Variable<each Input>, predicateConfiguration: Foundation.PredicateCodableConfiguration) throws where T : Foundation.PredicateExpression, T : Swift.Encodable
Swift.String
public func data(using encoding: Swift.String.Encoding, allowLossyConversion: Swift.Bool = false) -> Foundation.Data?
Swift.UnkeyedDecodingContainer
public mutating func decodePredicateExpression<each Input, Output>(input: repeat (each Input).Type, output: Output.Type, predicateConfiguration: Foundation.PredicateCodableConfiguration) throws -> (expression: any Foundation.PredicateExpression<Output>, variable: (repeat Foundation.PredicateExpressions.Variable<each Input>))
Swift.UnkeyedDecodingContainer
public mutating func decodePredicateExpressionIfPresent<each Input, Output>(input: repeat (each Input).Type, output: Output.Type, predicateConfiguration: Foundation.PredicateCodableConfiguration) throws -> (expression: any Foundation.PredicateExpression<Output>, variable: (repeat Foundation.PredicateExpressions.Variable<each Input>))?
Swift.UnkeyedEncodingContainer
@_disfavoredOverload public mutating func encodePredicateExpression<T, each Input>(_ expression: T, variable: repeat Foundation.PredicateExpressions.Variable<each Input>, predicateConfiguration: Foundation.PredicateCodableConfiguration) throws where T : Foundation.PredicateExpression, T : Swift.Encodable
Swift.UnkeyedEncodingContainer
@_disfavoredOverload public mutating func encodePredicateExpressionIfPresent<T, each Input>(_ expression: T?, variable: repeat Foundation.PredicateExpressions.Variable<each Input>, predicateConfiguration: Foundation.PredicateCodableConfiguration) throws where T : Foundation.PredicateExpression, T : Swift.Encodable
- (NSInteger)dayOfYear;
- (void)setDayOfYear:(NSInteger)dayOfYear;
NSTermOfAddress
+ (nonnull instancetype)currentUser;
NSUndoManager
- (id _Nullable)undoActionUserInfoValueForKey:(nonnull NSUndoManagerUserInfoKey)key;
NSUndoManager
- (id _Nullable)redoActionUserInfoValueForKey:(nonnull NSUndoManagerUserInfoKey)key;
NSUndoManager
- (void)setActionUserInfoValue:(id _Nullable)info forKey:(nonnull NSUndoManagerUserInfoKey)key;
NSKeyValueSharedObserverRegistration
- (void)setSharedObservers:(NSKeyValueSharedObserversSnapshot * _Nullable)sharedObservers;
- (NSInteger)minimumGroupingDigits;
- (void)setMinimumGroupingDigits:(NSInteger)minimumGroupingDigits;

Properties & Constants

ComponentsFormatStyle
public var isPositive: Swift.Bool
Date.FormatStyle.Symbol.CyclicYear
public static let omitted: Foundation.Date.FormatStyle.Symbol.CyclicYear
Date.FormatStyle.Symbol.Day
public static let omitted: Foundation.Date.FormatStyle.Symbol.Day
Date.FormatStyle.Symbol.DayOfYear
public static let omitted: Foundation.Date.FormatStyle.Symbol.DayOfYear
Date.FormatStyle.Symbol.DayPeriod
public static let omitted: Foundation.Date.FormatStyle.Symbol.DayPeriod
Date.FormatStyle.Symbol.Era
public static let omitted: Foundation.Date.FormatStyle.Symbol.Era
Date.FormatStyle.Symbol.Hour
public static let omitted: Foundation.Date.FormatStyle.Symbol.Hour
Date.FormatStyle.Symbol.Minute
public static let omitted: Foundation.Date.FormatStyle.Symbol.Minute
Date.FormatStyle.Symbol.Month
public static let omitted: Foundation.Date.FormatStyle.Symbol.Month
Date.FormatStyle.Symbol.Quarter
public static let omitted: Foundation.Date.FormatStyle.Symbol.Quarter
Date.FormatStyle.Symbol.Second
public static let omitted: Foundation.Date.FormatStyle.Symbol.Second
Date.FormatStyle.Symbol.SecondFraction
public static let omitted: Foundation.Date.FormatStyle.Symbol.SecondFraction
Date.FormatStyle.Symbol.TimeZone
public static let omitted: Foundation.Date.FormatStyle.Symbol.TimeZone
Date.FormatStyle.Symbol.Week
public static let omitted: Foundation.Date.FormatStyle.Symbol.Week
Date.FormatStyle.Symbol.Weekday
public static let omitted: Foundation.Date.FormatStyle.Symbol.Weekday
Date.FormatStyle.Symbol.Year
public static let omitted: Foundation.Date.FormatStyle.Symbol.Year
Date.FormatStyle.Symbol.YearForWeekOfYear
public static let omitted: Foundation.Date.FormatStyle.Symbol.YearForWeekOfYear
Date.FormatStyle
public var attributedStyle: Foundation.Date.FormatStyle.Attributed
Date.VerbatimFormatStyle
public var attributedStyle: Foundation.Date.VerbatimFormatStyle.Attributed
DateComponents
public var dayOfYear: Swift.Int?
Expression
public var debugDescription: Swift.String
Expression
public var description: Swift.String
FoundationAttributes
public let localizedNumberFormat: Foundation.AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute
LocalizationOptions
public var inflect: Swift.Bool
PredicateExpressions.ExpressionEvaluate
public var description: Swift.String
RelativeFormatStyle
public var allowedFields: Swift.Set<Foundation.Date.RelativeFormatStyle.Field>
Swift.Duration.TimeFormatStyle
public var grouping: Foundation.NumberFormatStyleConfiguration.Grouping
TermOfAddress
public static let currentUser: Foundation.TermOfAddress
URLRequest
public var allowsPersistentDNS: Swift.Bool
extern NS_SWIFT_NAME(localizedNumberFormat) const NSAttributedStringKey NSLocalizedNumberFormatAttributeName
NSURLRequest
@property(atomic, readonly) BOOL allowsPersistentDNS;
NSMutableURLRequest
@property(atomic, assign, unsafe_unretained, readwrite) BOOL allowsPersistentDNS;
@property(atomic, assign, unsafe_unretained, readwrite) NSInteger dayOfYear;
@property(atomic, assign, unsafe_unretained, readwrite) NSInteger minimumGroupingDigits;

Conformances

AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute
Swift.BitwiseCopyable
AttributeScopes.FoundationAttributes.LocalizedNumberFormatAttribute.Value
Swift._ObjectiveCBridgeable
Calendar.MatchingPolicy
Swift.Codable
Calendar.RecurrenceRule.End
Swift.Codable
Calendar.RecurrenceRule.Frequency
Swift.Hashable
Calendar.RecurrenceRule.Frequency
Swift.RawRepresentable
Calendar.RecurrenceRule.Month
Swift.Codable
Calendar.RecurrenceRule
Swift.Codable
Calendar.RecurrenceRule.Weekday
Swift.Codable
Calendar.RepeatedTimePolicy
Swift.Codable
Date.AnchoredRelativeFormatStyle
Foundation.DiscreteFormatStyle
Date.ComponentsFormatStyle
Foundation.DiscreteFormatStyle
Date.FormatStyle.Attributed
Foundation.DiscreteFormatStyle
Date.FormatStyle
Foundation.DiscreteFormatStyle
Date.VerbatimFormatStyle.Attributed
Foundation.DiscreteFormatStyle
Date.VerbatimFormatStyle
Foundation.DiscreteFormatStyle
Expression
Foundation.CodableWithConfiguration
Expression
Swift.Codable
Expression
Swift.CustomDebugStringConvertible
Expression
Swift.CustomStringConvertible
LocalizedStringResource
Swift.Sendable
PredicateExpressions.ExpressionEvaluate
Foundation.StandardPredicateExpression
PredicateExpressions.ExpressionEvaluate
Swift.Codable
PredicateExpressions.ExpressionEvaluate
Swift.CustomStringConvertible
PredicateExpressions.ExpressionEvaluate
Swift.Sendable
PredicateExpressions.StringContainsRegex
Foundation.StandardPredicateExpression
PredicateExpressions.StringContainsRegex
Swift.Codable
PredicateExpressions.StringContainsRegex
Swift.Sendable
Swift.Duration.TimeFormatStyle.Attributed
Foundation.DiscreteFormatStyle
Swift.Duration.TimeFormatStyle
Foundation.DiscreteFormatStyle
Swift.Duration.UnitsFormatStyle.Attributed
Foundation.DiscreteFormatStyle
Swift.Duration.UnitsFormatStyle
Foundation.DiscreteFormatStyle
Swift.String.LocalizationValue.StringInterpolation
Swift.Sendable
Swift.String.LocalizationValue
Swift.Sendable

Initializers

Calendar.MatchingPolicy
public init(from decoder: any Swift.Decoder) throws
Calendar.RecurrenceRule.End
public init(from decoder: any Swift.Decoder) throws
Calendar.RecurrenceRule.Month
public init(from decoder: any Swift.Decoder) throws
Calendar.RecurrenceRule.Weekday
public init(from decoder: any Swift.Decoder) throws
Calendar.RecurrenceRule
public init(from decoder: any Swift.Decoder) throws
Calendar.RepeatedTimePolicy
public init(from decoder: any Swift.Decoder) throws
Expression
public init(from decoder: any Swift.Decoder) throws
Expression
public init(from decoder: any Swift.Decoder, configuration: Foundation.Expression<repeat each Input, Output>.DecodingConfiguration) throws
IndexSet
public init?(integersIn indices: Swift.RangeSet<Swift.Int>)
NSExpression
convenience public init?<Input, Output>(_ expression: Foundation.Expression<Input, Output>) where Input : ObjectiveC.NSObject
PredicateExpressions.ExpressionEvaluate
public init(from decoder: any Swift.Decoder) throws
PredicateExpressions.StringContainsRegex
public init(from decoder: any Swift.Decoder) throws
RelativeFormatStyle
public init(allowedFields: Swift.Set<Foundation.Date.RelativeFormatStyle.Field>, presentation: Foundation.Date.RelativeFormatStyle.Presentation = .numeric, unitsStyle: Foundation.Date.RelativeFormatStyle.UnitsStyle = .wide, locale: Foundation.Locale = .autoupdatingCurrent, calendar: Foundation.Calendar = .autoupdatingCurrent, capitalizationContext: Foundation.FormatStyleCapitalizationContext = .unknown)
Swift.RangeSet
public init(_ indices: Foundation.IndexSet)

Enum Cases

Component
case dayOfYear

Classes

NSKeyValueSharedObserversSnapshot
NSKeyValueSharedObservers
NSLocalizedNumberFormatRule