SwiftSunburstDiagram
SwiftSunburstDiagram copied to clipboard
Doesn't compile for macOS
Imports UIKit for macOS (I presume for UIImage?)
Not works too. Still not solved?
UIKit is not available when building for macOS. Consider using #if canImport(UIKit)
to conditionally import this framework.
Need just add this.