The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EffectsLibrary with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/40] Emitting module EffectsLibrary
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/ConfettiView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/ConfettiView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/ConfettiView.swift:10:15: note: add @available attribute to enclosing struct
public struct ConfettiView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/ConfettiView.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/ConfettiView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/ConfettiView.swift:25:8: note: add @available attribute to enclosing struct
struct ConfettiView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:34:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct ConfettiConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:34:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct ConfettiConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:57:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:50:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct ConfettiConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:57:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:50:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/Model/ConfettiConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct ConfettiConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/View/ConfettiViewRepresentable.swift:12:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/ConfettiEffect/View/ConfettiViewRepresentable.swift:10:8: note: add @available attribute to enclosing struct
struct ConfettiViewRepresentable: EffectsViewRepresentable {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/Color+CustomColors.swift:11:11: error: cannot find type 'UIColor' in scope
extension UIColor {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:10:11: error: cannot find type 'UIImage' in scope
extension UIImage {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:26:8: note: add @available attribute to enclosing struct
struct FireView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:47: error: cannot infer contextual base in reference to member 'spark'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                             ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:56: error: cannot infer contextual base in reference to member 'fireRed'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                                      ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:51: error: cannot infer contextual base in reference to member 'spark'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                 ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:60: error: cannot infer contextual base in reference to member 'fireRed'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                          ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/View/FireContainerView.swift:13:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/View/FireContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/View/FireContainerView.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/View/FireContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/View/FireContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/FireworksView.swift:19:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/FireworksView.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/FireworksView.swift:11:15: note: add @available attribute to enclosing struct
public struct FireworksView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/FireworksView.swift:28:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/FireworksView.swift:28:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/FireworksView.swift:27:8: note: add @available attribute to enclosing struct
struct SwiftUIView_Previews: PreviewProvider {
       ^
/Users
/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:24:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .spark), nil, 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:24:47: error: cannot infer contextual base in reference to member 'spark'
        .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                                             ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:24:55: error: 'nil' requires a contextual type
        .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:26:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireworksConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:26:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireworksConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:41:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireworksConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:39:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:39:51: error: cannot infer contextual base in reference to member 'spark'
            .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                                                 ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:39:59: error: 'nil' requires a contextual type
            .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                                                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:41:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/Model/FireworksConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireworksConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:13:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color { get }
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:9: note: add @available attribute to enclosing property
    var backgroundColor: Color { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:10:10: note: add @available attribute to enclosing protocol
protocol BaseConfig {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:20:23: error: cannot find type 'UIColor' in scope
    case shape(Shape, UIColor?, CGFloat = 1)
                      ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:40: error: cannot find type 'UIImage' in scope
    func image(with color: UIColor) -> UIImage {
                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:28: error: cannot find type 'UIColor' in scope
    func image(with color: UIColor) -> UIImage {
                           ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:72: error: cannot find type 'UIImage' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                                                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:27: error: cannot find type 'UIFont' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                          ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy { get }
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:9: note: add @available attribute to enclosing property
    var proxy: GeometryProxy { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:10: note: add @available attribute to enclosing protocol
protocol EffectsViewRepresentable: UIViewRepresentable {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:47: error: cannot find type 'UIView' in scope
    func makeUIView(context: Context) -> some UIView {
                                              ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:42: error: 'some' types are only permitted in properties, subscripts, and functions
    func makeUIView(context: Context) -> some UIView {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> some UIView {
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:33: error: cannot find type 'UIViewType' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:54: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                                     ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:57:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView {
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:71:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView {
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:29:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .raindrop), nil, 0.004)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:29:47: error: cannot infer contextual base in reference to member 'raindrop'
        .image(UIImage.loadFromBundle(named: .raindrop), nil, 0.004)
                                             ~^~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:29:58: error: 'nil' requires a contextual type
        .image(UIImage.loadFromBundle(named: .raindrop), nil, 0.004)
                                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:31:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct RainConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:31:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct RainConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:51:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct RainConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:49:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .raindrop), nil, 0.004)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:49:51: error: cannot infer contextual base in reference to member 'raindrop'
            .image(UIImage.loadFromBundle(named: .raindrop), nil, 0.004)
                                                 ~^~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:49:62: error: 'nil' requires a contextual type
            .image(UIImage.loadFromBundle(named: .raindrop), nil, 0.004)
                                                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:51:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/Model/RainConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct RainConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLib
rary/RainEffect/RainView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/RainView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/RainView.swift:10:15: note: add @available attribute to enclosing struct
public struct RainView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/RainView.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/RainView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/RainView.swift:25:8: note: add @available attribute to enclosing struct
struct RainView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/View/RainViewRepresentable.swift:12:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/RainEffect/View/RainViewRepresentable.swift:10:8: note: add @available attribute to enclosing struct
struct RainViewRepresentable: EffectsViewRepresentable {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:24:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .spark), nil, 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:24:47: error: cannot infer contextual base in reference to member 'spark'
        .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                                             ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:24:55: error: 'nil' requires a contextual type
        .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:26:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct SmokeConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:26:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct SmokeConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:41:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct SmokeConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:39:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:39:51: error: cannot infer contextual base in reference to member 'spark'
            .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                                                 ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:39:59: error: 'nil' requires a contextual type
            .image(UIImage.loadFromBundle(named: .spark), nil, 1)
                                                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:41:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/Model/SmokeConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct SmokeConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/SmokeView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/SmokeView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/SmokeView.swift:10:15: note: add @available attribute to enclosing struct
public struct SmokeView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/SmokeView.swift:27:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/SmokeView.swift:27:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/SmokeView.swift:26:8: note: add @available attribute to enclosing struct
struct SmokeView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/View/SmokeContainerView.swift:13:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/View/SmokeContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct SmokeContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/View/SmokeContainerView.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/View/SmokeContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SmokeEffect/View/SmokeContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct SmokeContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .snow), .white)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:47: error: cannot infer contextual base in reference to member 'snow'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                             ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:55: error: cannot infer contextual base in reference to member 'white'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                                     ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .snow), .white)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:51: error: cannot infer contextual base in reference to member 'snow'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                 ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:59: error: cannot infer contextual base in reference to member 'white'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                         ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:10:15: note: add @available attribute to enclosing struct
public struct SnowView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:12:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:10:8: note: add @available attribute to enclosing struct
struct SnowViewRepresentable: EffectsViewRepresentable {
       ^
[27/40] Compiling EffectsLibrary SnowConfig.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .snow), .white)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:47: error: cannot infer contextual base in reference to member 'snow'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                             ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:55: error: cannot infer contextual base in reference to member 'white'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                                     ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .snow), .white)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:51: error: cannot infer contextual base in reference to member 'snow'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                 ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:59: error: cannot infer contextual base in reference to member 'white'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                         ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:10:15: note: add @available attribute to enclosing struct
public struct SnowView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:20:13: error: static method 'buildExpression' requires that 'SnowViewRepresentable' conform to 'View'
            SnowViewRepresentable(proxy: proxy, config: config)
            ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'SnowViewRepresentable'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:28:14: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
            .edgesIgnoringSafeArea(.all)
             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:28:14: note: add 'if #available' version check
            .edgesIgnoringSafeArea(.all)
             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:12:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:10:8: note: add @available attribute to enclosing struct
struct SnowViewRepresentable: EffectsViewRepresentable {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
[28/40] Compiling EffectsLibrary SnowView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .snow), .white)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:47: error: cannot infer contextual base in reference to member 'snow'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                             ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:55: error: cannot infer contextual base in reference to member 'white'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                                     ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .snow), .white)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:51: error: cannot infer contextual base in reference to member 'snow'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                 ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:59: error: cannot infer contextual base in reference to member 'white'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                         ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:10:15: note: add @available attribute to enclosing struct
public struct SnowView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:20:13: error: static method 'buildExpression' requires that 'SnowViewRepresentable' conform to 'View'
            SnowViewRepresentable(proxy: proxy, config: config)
            ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'SnowViewRepresentable'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:28:14: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
            .edgesIgnoringSafeArea(.all)
             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:28:14: note: add 'if #available' version check
            .edgesIgnoringSafeArea(.all)
             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:12:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:10:8: note: add @available attribute to enclosing struct
struct SnowViewRepresentable: EffectsViewRepresentable {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
[29/40] Compiling EffectsLibrary SnowViewRepresentable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .snow), .white)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:47: error: cannot infer contextual base in reference to member 'snow'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                             ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:55: error: cannot infer contextual base in reference to member 'white'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                                     ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .snow), .white)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:51: error: cannot infer contextual base in reference to member 'snow'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                 ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:59: error: cannot infer contextual base in reference to member 'white'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                         ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:10:15: note: add @available attribute to enclosing struct
public struct SnowView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:20:13: error: static method 'buildExpression' requires that 'SnowViewRepresentable' conform to 'View'
            SnowViewRepresentable(proxy: proxy, config: config)
            ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'SnowViewRepresentable'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:28:14: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
            .edgesIgnoringSafeArea(.all)
             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:28:14: note: add 'if #available' version check
            .edgesIgnoringSafeArea(.all)
             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:12:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:10:8: note: add @available attribute to enclosing struct
struct SnowViewRepresentable: EffectsViewRepresentable {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
[30/40] Compiling EffectsLibrary resource_bundle_accessor.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .snow), .white)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:47: error: cannot infer contextual base in reference to member 'snow'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                             ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:29:55: error: cannot infer contextual base in reference to member 'white'
        .image(UIImage.loadFromBundle(named: .snow), .white)
                                                     ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:31:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .snow), .white)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:51: error: cannot infer contextual base in reference to member 'snow'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                 ~^~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:49:59: error: cannot infer contextual base in reference to member 'white'
            .image(UIImage.loadFromBundle(named: .snow), .white)
                                                         ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:51:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:47:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/Model/SnowConfig.swift:26:15: note: add @available attribute to enclosing struct
public struct SnowConfig: EmitterLayerConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-works
pace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:10:15: note: add @available attribute to enclosing struct
public struct SnowView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:20:13: error: static method 'buildExpression' requires that 'SnowViewRepresentable' conform to 'View'
            SnowViewRepresentable(proxy: proxy, config: config)
            ^
SwiftUI.ViewBuilder:3:24: note: where 'Content' = 'SnowViewRepresentable'
    public static func buildExpression<Content>(_ content: Content) -> Content where Content : View
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:28:14: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
            .edgesIgnoringSafeArea(.all)
             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:28:14: note: add 'if #available' version check
            .edgesIgnoringSafeArea(.all)
             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/SnowView.swift:25:8: note: add @available attribute to enclosing struct
struct SnowView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:12:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/SnowEffect/View/SnowViewRepresentable.swift:10:8: note: add @available attribute to enclosing struct
struct SnowViewRepresentable: EffectsViewRepresentable {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
[31/40] Compiling EffectsLibrary FireworksContainerView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:13:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: error: 'SpriteView' is only available in macOS 11.0 or newer
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: note: add 'if #available' version check
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:18:27: error: cannot find 'UIColor' in scope
        backgroundColor = UIColor(config.backgroundColor)
                          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:86:30: error: cannot find 'UIColor' in scope
        node.particleColor = UIColor(red: 171 / 255.0, green: 80 / 255.0, blue: 21 / 255.0, alpha: 1.0)
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color { get }
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:9: note: add @available attribute to enclosing property
    var backgroundColor: Color { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:10:10: note: add @available attribute to enclosing protocol
protocol BaseConfig {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:20:23: error: cannot find type 'UIColor' in scope
    case shape(Shape, UIColor?, CGFloat = 1)
                      ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:40: error: cannot find type 'UIImage' in scope
    func image(with color: UIColor) -> UIImage {
                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:28: error: cannot find type 'UIColor' in scope
    func image(with color: UIColor) -> UIImage {
                           ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:72: error: cannot find type 'UIImage' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                                                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:27: error: cannot find type 'UIFont' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                          ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:28:33: error: '?' pattern cannot match values of type '<<error type>>'
        case let .image(_, color?, _),
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:29:32: error: '?' pattern cannot match values of type '<<error type>>'
            let .shape(_, color?, _):
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy { get }
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:9: note: add @available attribute to enclosing property
    var proxy: GeometryProxy { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:10: note: add @available attribute to enclosing protocol
protocol EffectsViewRepresentable: UIViewRepresentable {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:47: error: cannot find type 'UIView' in scope
    func makeUIView(context: Context) -> some UIView {
                                              ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:42: error: 'some' types are only permitted in properties, subscripts, and functions
    func makeUIView(context: Context) -> some UIView {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> some UIView {
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:33: error: cannot find type 'UIViewType' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:54: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                                     ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:57:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView {
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:71:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView {
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:72:24: error: cannot find 'UIView' in scope
        let baseView = UIView()
                       ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:73:36: error: cannot find 'UIColor' in scope
        baseView.backgroundColor = UIColor(config.backgroundColor)
                                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:84:42: error: cannot find 'UIColor' in scope
        containerLayer.backgroundColor = UIColor(config.backgroundColor).cgColor
                                         ^~~~~~~
[32/40] Compiling EffectsLibrary FireworksScene.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:13:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: error: 'SpriteView' is only available in macOS 11.0 or newer
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: note: add 'if #available' version check
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:18:27: error: cannot find 'UIColor' in scope
        backgroundColor = UIColor(config.backgroundColor)
                          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:86:30: error: cannot find 'UIColor' in scope
        node.particleColor = UIColor(red: 171 / 255.0, green: 80 / 255.0, blue: 21 / 255.0, alpha: 1.0)
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color { get }
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:9: note: add @available attribute to enclosing property
    var backgroundColor: Color { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:10:10: note: add @available attribute to enclosing protocol
protocol BaseConfig {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:20:23: error: cannot find type 'UIColor' in scope
    case shape(Shape, UIColor?, CGFloat = 1)
                      ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:40: error: cannot find type 'UIImage' in scope
    func image(with color: UIColor) -> UIImage {
                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:28: error: cannot find type 'UIColor' in scope
    func image(with color: UIColor) -> UIImage {
                           ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:72: error: cannot find type 'UIImage' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                                                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:27: error: cannot find type 'UIFont' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                          ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:28:33: error: '?' pattern cannot match values of type '<<error type>>'
        case let .image(_, color?, _),
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:29:32: error: '?' pattern cannot match values of type '<<error type>>'
            let .shape(_, color?, _):
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy { get }
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:9: note: add @available attribute to enclosing property
    var proxy: GeometryProxy { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:10: note: add @available attribute to enclosing protocol
protocol EffectsViewRepresentable: UIViewRepresentable {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:47: error: cannot find type 'UIView' in scope
    func makeUIView(context: Context) -> some UIView {
                                              ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:42: error: 'some' types are only permitted in properties, subscripts, and functions
    func makeUIView(context: Context) -> some UIView {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> some UIView {
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:33: error: cannot find type 'UIViewType' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:54: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                                     ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:57:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView {
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:71:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView {
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:72:24: error: cannot find 'UIView' in scope
        let baseView = UIView()
                       ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:73:36: error: cannot find 'UIColor' in scope
        baseView.backgroundColor = UIColor(config.backgroundColor)
                                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:84:42: error: cannot find 'UIColor' in scope
        containerLayer.backgroundColor = UIColor(config.backgroundColor).cgColor
                                         ^~~~~~~
[33/40] Compiling EffectsLibrary BaseConfig.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:13:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: error: 'SpriteView' is only available in macOS 11.0 or newer
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: note: add 'if #available' version check
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:18:27: error: cannot find 'UIColor' in scope
        backgroundColor = UIColor(config.backgroundColor)
                          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:86:30: error: cannot find 'UIColor' in scope
        node.particleColor = UIColor(red: 171 / 255.0, green: 80 / 255.0, blue: 21 / 255.0, alpha: 1.0)
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color { get }
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:9: note: add @available attribute to enclosing property
    var backgroundColor: Color { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:10:10: note: add @available attribute to enclosing protocol
protocol BaseConfig {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:20:23: error: cannot find type 'UIColor' in scope
    case shape(Shape, UIColor?, CGFloat = 1)
                      ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:40: error: cannot find type 'UIImage' in scope
    func image(with color: UIColor) -> UIImage {
                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:28: error: cannot find type 'UIColor' in scope
    func image(with color: UIColor) -> UIImage {
                           ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:72: error: cannot find type 'UIImage' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                                                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:27: error: cannot find type 'UIFont' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                          ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:28:33: error: '?' pattern cannot match values of type '<<error type>>'
        case let .image(_, color?, _),
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:29:32: error: '?' pattern cannot match values of type '<<error type>>'
            let .shape(_, color?, _):
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy { get }
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:9: note: add @available attribute to enclosing property
    var proxy: GeometryProxy { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:10: note: add @available attribute to enclosing protocol
protocol EffectsViewRepresentable: UIViewRepresentable {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:47: error: cannot find type 'UIView' in scope
    func makeUIView(context: Context) -> some UIView {
                                              ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:42: error: 'some' types are only permitted in properties, subscripts, and functions
    func makeUIView(context: Context) -> some UIView {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> some UIView {
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:33: error: cannot find type 'UIViewType' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:54: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                                     ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:57:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView {
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:71:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView {
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:72:24: error: cannot find 'UIView' in scope
        let baseView = UIView()
                       ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:73:36: error: cannot find 'UIColor' in scope
        baseView.backgroundColor = UIColor(config.backgroundColor)
                                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:84:42: error: cannot find 'UIColor' in scope
        containerLayer.backgroundColor = UIColor(config.backgroundColor).cgColor
                                         ^~~~~~~
[34/40] Compiling EffectsLibrary Content.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:13:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: error: 'SpriteView' is only available in macOS 11.0 or newer
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: note: add 'if #available' version check
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:18:27: error: cannot find 'UIColor' in scope
        backgroundColor = UIColor(config.backgroundColor)
                          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:86:30: error: cannot find 'UIColor' in scope
        node.particleColor = UIColor(red: 171 / 255.0, green: 80 / 255.0, blue: 21 / 255.0, alpha: 1.0)
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color { get }
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:9: note: add @available attribute to enclosing property
    var backgroundColor: Color { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:10:10: note: add @available attribute to enclosing protocol
protocol BaseConfig {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:20:23: error: cannot find type 'UIColor' in scope
    case shape(Shape, UIColor?, CGFloat = 1)
                      ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:40: error: cannot find type 'UIImage' in scope
    func image(with color: UIColor) -> UIImage {
                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:28: error: cannot find type 'UIColor' in scope
    func image(with color: UIColor) -> UIImage {
                           ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:72: error: cannot find type 'UIImage' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                                                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:27: error: cannot find type 'UIFont' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                          ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:28:33: error: '?' pattern cannot match values of type '<<error type>>'
        case let .image(_, color?, _),
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:29:32: error: '?' pattern cannot match values of type '<<error type>>'
            let .shape(_, color?, _):
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy { get }
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:9: note: add @available attribute to enclosing property
    var proxy: GeometryProxy { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:10: note: add @available attribute to enclosing protocol
protocol EffectsViewRepresentable: UIViewRepresentable {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:47: error: cannot find type 'UIView' in scope
    func makeUIView(context: Context) -> some UIView {
                                              ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:42: error: 'some' types are only permitted in properties, subscripts, and functions
    func makeUIView(context: Context) -> some UIView {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> some UIView {
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:33: error: cannot find type 'UIViewType' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:54: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                                     ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:57:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView {
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:71:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView {
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:72:24: error: cannot find 'UIView' in scope
        let baseView = UIView()
                       ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:73:36: error: cannot find 'UIColor' in scope
        baseView.backgroundColor = UIColor(config.backgroundColor)
                                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:84:42: error: cannot find 'UIColor' in scope
        containerLayer.backgroundColor = UIColor(config.backgroundColor).cgColor
                                         ^~~~~~~
[35/40] Compiling EffectsLibrary EffectsViewRepresentable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:13:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: error: 'SpriteView' is only available in macOS 11.0 or newer
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:17:16: note: add 'if #available' version check
        return SpriteView(
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:16:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksContainerView.swift:11:8: note: add @available attribute to enclosing struct
struct FireworksContainerView: View {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:18:27: error: cannot find 'UIColor' in scope
        backgroundColor = UIColor(config.backgroundColor)
                          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireworksEffect/View/FireworksScene.swift:86:30: error: cannot find 'UIColor' in scope
        node.particleColor = UIColor(red: 171 / 255.0, green: 80 / 255.0, blue: 21 / 255.0, alpha: 1.0)
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color { get }
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:12:9: note: add @available attribute to enclosing property
    var backgroundColor: Color { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/BaseConfig.swift:10:10: note: add @available attribute to enclosing protocol
protocol BaseConfig {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:20:23: error: cannot find type 'UIColor' in scope
    case shape(Shape, UIColor?, CGFloat = 1)
                      ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:26:16: error: cannot find type 'UIColor' in scope
    var color: UIColor? {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:40: error: cannot find type 'UIImage' in scope
    func image(with color: UIColor) -> UIImage {
                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:80:28: error: cannot find type 'UIColor' in scope
    func image(with color: UIColor) -> UIImage {
                           ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:72: error: cannot find type 'UIImage' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                                                                       ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:91:27: error: cannot find type 'UIFont' in scope
    func image(with font: UIFont = UIFont.systemFont(ofSize: 16.0)) -> UIImage {
                          ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:28:33: error: '?' pattern cannot match values of type '<<error type>>'
        case let .image(_, color?, _),
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:29:32: error: '?' pattern cannot match values of type '<<error type>>'
            let .shape(_, color?, _):
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:36: error: cannot find type 'UIViewRepresentable' in scope
protocol EffectsViewRepresentable: UIViewRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:16: error: 'GeometryProxy' is only available in macOS 10.15 or newer
    var proxy: GeometryProxy { get }
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:14:9: note: add @available attribute to enclosing property
    var proxy: GeometryProxy { get }
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:10:10: note: add @available attribute to enclosing protocol
protocol EffectsViewRepresentable: UIViewRepresentable {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:20:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:21:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:47: error: cannot find type 'UIView' in scope
    func makeUIView(context: Context) -> some UIView {
                                              ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:42: error: 'some' types are only permitted in properties, subscripts, and functions
    func makeUIView(context: Context) -> some UIView {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:28:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> some UIView {
                             ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:33: error: cannot find type 'UIViewType' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:32:54: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: UIViewType, context: Context) {
                                                     ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:57:26: error: cannot find type 'UIView' in scope
    func createView() -> UIView {
                         ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:71:30: error: cannot find type 'UIView' in scope
    func createBaseView() -> UIView {
                             ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:72:24: error: cannot find 'UIView' in scope
        let baseView = UIView()
                       ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:73:36: error: cannot find 'UIColor' in scope
        baseView.backgroundColor = UIColor(config.backgroundColor)
                                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/EffectsViewRepresentable.swift:84:42: error: cannot find 'UIColor' in scope
        containerLayer.backgroundColor = UIColor(config.backgroundColor).cgColor
                                         ^~~~~~~
[36/40] Compiling EffectsLibrary String+ImageNames.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:10:11: error: cannot find type 'UIImage' in scope
extension UIImage {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:26:8: note: add @available attribute to enclosing struct
struct FireView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: error: 'GeometryReader' is only available in macOS 10.15 or newer
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: note: add 'if #available' version check
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: note: add 'if #available' version check
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-
workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:47: error: cannot infer contextual base in reference to member 'spark'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                             ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:56: error: cannot infer contextual base in reference to member 'fireRed'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                                      ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:51: error: cannot infer contextual base in reference to member 'spark'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                 ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:60: error: cannot infer contextual base in reference to member 'fireRed'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                          ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:12:62: error: cannot find type 'UIImage' in scope
    public static func loadFromBundle(named name: String) -> UIImage {
                                                             ^~~~~~~
[37/40] Compiling EffectsLibrary UIImage+fromBundle.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:10:11: error: cannot find type 'UIImage' in scope
extension UIImage {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:26:8: note: add @available attribute to enclosing struct
struct FireView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: error: 'GeometryReader' is only available in macOS 10.15 or newer
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: note: add 'if #available' version check
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: note: add 'if #available' version check
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:47: error: cannot infer contextual base in reference to member 'spark'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                             ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:56: error: cannot infer contextual base in reference to member 'fireRed'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                                      ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:51: error: cannot infer contextual base in reference to member 'spark'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                 ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:60: error: cannot infer contextual base in reference to member 'fireRed'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                          ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:12:62: error: cannot find type 'UIImage' in scope
    public static func loadFromBundle(named name: String) -> UIImage {
                                                             ^~~~~~~
[38/40] Compiling EffectsLibrary FireView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:10:11: error: cannot find type 'UIImage' in scope
extension UIImage {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:26:8: note: add @available attribute to enclosing struct
struct FireView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: error: 'GeometryReader' is only available in macOS 10.15 or newer
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: note: add 'if #available' version check
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: note: add 'if #available' version check
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:47: error: cannot infer contextual base in reference to member 'spark'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                             ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:56: error: cannot infer contextual base in reference to member 'fireRed'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                                      ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:51: error: cannot infer contextual base in reference to member 'spark'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                 ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:60: error: cannot infer contextual base in reference to member 'fireRed'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                          ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:12:62: error: cannot find type 'UIImage' in scope
    public static func loadFromBundle(named name: String) -> UIImage {
                                                             ^~~~~~~
[39/40] Compiling EffectsLibrary FireConfig+DefaultValues.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:10:11: error: cannot find type 'UIImage' in scope
extension UIImage {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:26:8: note: add @available attribute to enclosing struct
struct FireView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: error: 'GeometryReader' is only available in macOS 10.15 or newer
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: note: add 'if #available' version check
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: note: add 'if #available' version check
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:47: error: cannot infer contextual base in reference to member 'spark'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                             ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:56: error: cannot infer contextual base in reference to member 'fireRed'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                                      ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:51: error: cannot infer contextual base in reference to member 'spark'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                 ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:60: error: cannot infer contextual base in reference to member 'fireRed'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                          ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:12:62: error: cannot find type 'UIImage' in scope
    public static func loadFromBundle(named name: String) -> UIImage {
                                                             ^~~~~~~
[40/40] Compiling EffectsLibrary FireConfig.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:10:11: error: cannot find type 'UIImage' in scope
extension UIImage {
          ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:27:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:26:8: note: add @available attribute to enclosing struct
struct FireView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: error: 'GeometryReader' is only available in macOS 10.15 or newer
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:19:9: note: add 'if #available' version check
        GeometryReader { proxy in
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: error: 'edgesIgnoringSafeArea' is only available in macOS 10.15 or newer
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:22:10: note: add 'if #available' version check
        .edgesIgnoringSafeArea(.all)
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/FireView.swift:10:15: note: add @available attribute to enclosing struct
public struct FireView: View {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:16: error: cannot find 'UIImage' in scope
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:16: error: cannot find type 'UIImage' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:21:25: error: cannot find type 'UIColor' in scope
    case image(UIImage, UIColor?, CGFloat = 1)
                        ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Model/Content.swift:36:16: error: cannot find type 'UIImage' in scope
    var image: UIImage {
               ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:47: error: cannot infer contextual base in reference to member 'spark'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                             ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:24:56: error: cannot infer contextual base in reference to member 'fireRed'
        .image(UIImage.loadFromBundle(named: .spark), .fireRed, 1)
                                                      ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:26: error: 'Color' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:26:35: error: 'clear' is only available in macOS 10.15 or newer
    var backgroundColor: Color = .clear
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:20: error: cannot find 'UIImage' in scope
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                   ^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:51: error: cannot infer contextual base in reference to member 'spark'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                 ~^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:39:60: error: cannot infer contextual base in reference to member 'fireRed'
            .image(UIImage.loadFromBundle(named: .spark), .fireRed, 0.5)
                                                          ~^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:41:35: error: 'clear' is only available in macOS 10.15 or newer
        backgroundColor: Color = .clear,
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:37:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/FireEffect/Model/FireConfig.swift:22:15: note: add @available attribute to enclosing struct
public struct FireConfig: BaseConfig {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EffectsLibrary/Extensions/UIImage+fromBundle.swift:12:62: error: cannot find type 'UIImage' in scope
    public static func loadFromBundle(named name: String) -> UIImage {
                                                             ^~~~~~~
error: fatalError
Retrying in 0 seconds ...
BUILD FAILURE 5.9 macosSpm