diff --git a/PassepartoutLibrary/Sources/PassepartoutLibrary/Extensions/DebugLog+Extensions.swift b/PassepartoutLibrary/Sources/PassepartoutLibrary/Extensions/DebugLog+Extensions.swift index 6c2e8d9a..0d350f12 100644 --- a/PassepartoutLibrary/Sources/PassepartoutLibrary/Extensions/DebugLog+Extensions.swift +++ b/PassepartoutLibrary/Sources/PassepartoutLibrary/Extensions/DebugLog+Extensions.swift @@ -68,6 +68,7 @@ extension DebugLog { } } +#if canImport(UIKit) private extension UIUserInterfaceIdiom { var debugDescription: String { switch self { @@ -85,3 +86,4 @@ private extension UIUserInterfaceIdiom { } } } +#endif