import SwiftUI

/// Xcode 16.3 / 16.4 break on archive builds...
/// https://github.com/swiftlang/swift/issues/80938
/// Remove this after Xcode 26
extension CGSize: @retroactive @unchecked Sendable {}
