Code ChatGPT writes…

#if canImport(UIKit)
mathLabel.backgroundColor = .clear
#elseif canImport(AppKit)
mathLabel.backgroundColor = .clear
#endif

💁‍♂️