Use @_implementationOnly for UIKit imports to prevent macro conflicts

This commit is contained in:
Matt Bruce 2026-01-02 12:15:08 -06:00
parent b3033c084a
commit 9f4046bfd2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import Foundation
import SwiftUI
#if canImport(UIKit)
import UIKit
@_implementationOnly import UIKit
#endif
// MARK: - Sound Protocol

View File

@ -9,7 +9,7 @@ import Foundation
import SwiftUI
#if canImport(UIKit)
import UIKit
@_implementationOnly import UIKit
#endif
/// Device information utilities for responsive layouts and adaptive UI.