Replacement | |
---|---|
From | none |
To | @available(iOS 16.0, *) |
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 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 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 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 | none |
To | @available(iOS 16.0, *) |
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 weak var delegate: RoomPlan.RoomCaptureSessionDelegate? |
To | public weak var delegate: (_: some RoomPlan.RoomCaptureSessionDelegate)? |
Replacement | |
---|---|
From | @_Concurrency.MainActor(unsafe) public weak var delegate: RoomPlan.RoomCaptureViewDelegate? |
To | @_Concurrency.MainActor(unsafe) public weak var delegate: (_: some RoomPlan.RoomCaptureViewDelegate)? |