Replacement | |
---|---|
From | public var error: Swift.Error? { get } |
To | public var error: (_: some Swift.Error)? { get } |
Replacement | |
---|---|
From | public init(from: Swift.Decoder) throws |
To | public init(from: some Swift.Decoder) throws |
Replacement | |
---|---|
From | public func encode(to: Swift.Encoder) throws |
To | public func encode(to: some Swift.Encoder) throws |
Replacement | |
---|---|
From | public init(from: Swift.Decoder) throws |
To | public init(from: some Swift.Decoder) throws |
Replacement | |
---|---|
From | public func encode(to: Swift.Encoder) throws |
To | public func encode(to: some Swift.Encoder) throws |
Replacement | |
---|---|
From | public typealias TableRowBody = Swift.Never |
To | public typealias TableRowBody = <UNKNOWN> |
Replacement | |
---|---|
From | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
To | @available(iOS, introduced: 16.0, deprecated: 16.0, message: "Use Toggle.init(sources:isOn:label:).") @available(macOS, introduced: 13.0, deprecated: 13.0, message: "Use Toggle.init(sources:isOn:label:).") @available(tvOS, introduced: 16.0, deprecated: 16.0, message: "Use Toggle.init(sources:isOn:label:).") @available(watchOS, introduced: 9.0, deprecated: 9.0, message: "Use Toggle.init(sources:isOn:label:).") |
Replacement | |
---|---|
From | @available(iOS 16.0, macOS 13.0, watchOS 9.0, tvOS 16.0, *) |
To | @available(iOS, introduced: 16.0, deprecated: 16.0, renamed: "ToolbarTitleMenu") @available(macOS, introduced: 13.0, deprecated: 13.0, renamed: "ToolbarTitleMenu") @available(tvOS, introduced: 16.0, deprecated: 16.0, renamed: "ToolbarTitleMenu") @available(watchOS, introduced: 9.0, deprecated: 9.0, renamed: "ToolbarTitleMenu") |
Replacement | |
---|---|
From | public func makeContentView() -> UIKit.UIContentView & UIKit.UIView |
To | public func makeContentView() -> some UIKit.UIContentView & UIKit.UIView |
Replacement | |
---|---|
From | public func updated(for: UIKit.UIConfigurationState) -> SwiftUI.UIHostingConfiguration<Content, Background> |
To | public func updated(for: some UIKit.UIConfigurationState) -> SwiftUI.UIHostingConfiguration<Content, Background> |
Replacement | |
---|---|
From | @_Concurrency.MainActor(unsafe) @objc dynamic open override func preferredContentSizeDidChange(forChildContentContainer: UIKit.UIContentContainer) |
To | @_Concurrency.MainActor(unsafe) @objc dynamic open override func preferredContentSizeDidChange(forChildContentContainer: some UIKit.UIContentContainer) |
Replacement | |
---|---|
From | @_Concurrency.MainActor(unsafe) @objc dynamic open override func viewWillTransition(to: CoreFoundation.CGSize, with: UIKit.UIViewControllerTransitionCoordinator) |
To | @_Concurrency.MainActor(unsafe) @objc dynamic open override func viewWillTransition(to: CoreFoundation.CGSize, with: some UIKit.UIViewControllerTransitionCoordinator) |