The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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

Build Command

Build command unavailable

Build Log

struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:84:17: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:84:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:84:17: error: 'Spacer' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:84:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:17:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.calendar) var calendar
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:26: error: 'ObservableObject' is only available in macOS 10.15 or newer
class DateGridViewModel: ObservableObject {
                         ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
[9/11] Compiling DateGrid DateCell1.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:16:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isShown = false
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: warning: conformance of 'Group<Content>' to 'View' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: error: 'Group' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: error: 'init(content:)' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:22:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(date.day)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:22:17: note: add 'if #available' version check
                Text(date.day)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:23:22: error: 'padding' is only available in macOS 10.15 or newer
                    .padding(8)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:23:22: note: add 'if #available' version check
                    .padding(8)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:22: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
                    .background(Color.purple)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:22: note: add 'if #available' version check
                    .background(Color.purple)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:33: error: 'Color' is only available in macOS 10.15 or newer
                    .background(Color.purple)
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:33: note: add 'if #available' version check
                    .background(Color.purple)
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:39: error: 'purple' is only available in macOS 10.15 or newer
                    .background(Color.purple)
                                      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:39: note: add 'if #available' version check
                    .background(Color.purple)
                                      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:25:22: error: 'cornerRadius(_:antialiased:)' is only available in macOS 10.15 or newer
                    .cornerRadius(20)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:25:22: note: add 'if #available' version check
                    .cornerRadius(20)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:26:22: error: 'padding' is only available in macOS 10.15 or newer
                    .padding(.bottom, 10)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:26:22: note: add 'if #available' version check
                    .padding(.bottom, 10)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:22: error: 'transition' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:22: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:33: error: 'AnyTransition' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:33: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:47: error: 'scale' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:47: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:53: error: 'animation' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:53: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:63: error: 'Animation' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:63: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:73: error: 'spring(duration:bounce:blendDuration:)' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:73: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:82: error: 'delay' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:82: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:21:24: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
            if isShown {
                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:21:24: note: add 'if #available' version check
            if isShown {
                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:30:17: error: 'Text' is only available in macOS 10.15 or newer
                Text("")
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:30:17: note: add 'if #available' version check
                Text("")
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:31:22: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                    .onAppear(perform: {
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:31:22: note: add 'if #available' version check
                    .onAppear(perform: {
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:32:25: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation {
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:32:25: note: add 'if #available' version check
                        withAnimation {
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:33:29: error: setter for 'isShown' is only available in macOS 10.15 or newer
                            isShown = true
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:33:29: note: add 'if #available' version check
                            isShown = true
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:29:20: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
            } else {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:29:20: note: add 'if #available' version check
            } else {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:15: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
        Group {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:15: note: add 'if #available' version check
        Group {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:14: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
            .background(Color.red)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:14: note: add 'if #available' version check
            .background(Color.red)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:25: error: 'Color' is only available in macOS 10.15 or newer
            .background(Color.red)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:25: note: add 'if #available' version check
            .background(Color.red)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:31: error: 'red' is only available in macOS 10.15 or newer
            .background(Color.red)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:31: note: add 'if #available' version check
            .background(Color.red)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:25:8: note: add @available attribute to enclosing struct
struct NoramalDayCell_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:17:9: error: 'Text' is only available in macOS 10.15 or newer
        Text(date.day)
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:17:9: note: add 'if #available' version check
        Text(date.day)
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:18:14: error: 'padding' is only available in macOS 10.15 or newer
            .padding(8)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:14: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
            .background(Color.blue)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:25: error: 'Color' is only available in macOS 10.15 or newer
            .background(Color.blue)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:31: error: 'blue' is only available in macOS 10.15 or newer
            .background(Color.blue)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:20:14: error: 'cornerRadius(_:antialiased:)' is only available in macOS 10.15 or newer
            .cornerRadius(8)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:21:14: error: 'padding' is only available in macOS 10.15 or newer
            .padding([.bottom], 10)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:21:14: note: add 'if #available' version check
            .padding([.bottom], 10)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
[10/11] Compiling DateGrid NoramalDayCell.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:16:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isShown = false
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: warning: conformance of 'Group<Content>' to 'View' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: error: 'Group' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: error: 'init(content:)' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:22:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(date.day)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:22:17: note: add 'if #available' version check
                Text(date.day)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:23:22: error: 'padding' is only available in macOS 10.15 or newer
                    .padding(8)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:23:22: note: add 'if #available' version check
                    .padding(8)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:22: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
                    .background(Color.purple)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:22: note: add 'if #available' version check
                    .background(Color.purple)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:33: error: 'Color' is only available in macOS 10.15 or newer
                    .background(Color.purple)
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:33: note: add 'if #available' version check
                    .background(Color.purple)
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:39: error: 'purple' is only available in macOS 10.15 or newer
                    .background(Color.purple)
                                      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:39: note: add 'if #available' version check
                    .background(Color.purple)
                                      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:25:22: error: 'cornerRadius(_:antialiased:)' is only available in macOS 10.15 or newer
                    .cornerRadius(20)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:25:22: note: add 'if #available' version check
                    .cornerRadius(20)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:26:22: error: 'padding' is only available in macOS 10.15 or newer
                    .padding(.bottom, 10)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:26:22: note: add 'if #available' version check
                    .padding(.bottom, 10)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:22: error: 'transition' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:22: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:33: error: 'AnyTransition' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:33: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:47: error: 'scale' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:47: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:53: error: 'animation' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:53: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:63: error: 'Animation' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:63: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:73: error: 'spring(duration:bounce:blendDuration:)' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:73: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:82: error: 'delay' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:82: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:21:24: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
            if isShown {
                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:21:24: note: add 'if #available' version check
            if isShown {
                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:30:17: error: 'Text' is only available in macOS 10.15 or newer
                Text("")
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:30:17: note: add 'if #available' version check
                Text("")
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:31:22: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                    .onAppear(perform: {
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:31:22: note: add 'if #available' version check
                    .onAppear(perform: {
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:32:25: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation {
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:32:25: note: add 'if #available' version check
                        withAnimation {
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:33:29: error: setter for 'isShown' is only available in macOS 10.15 or newer
                            isShown = true
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:33:29: note: add 'if #available' version check
                            isShown = true
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:29:20: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
            } else {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:29:20: note: add 'if #available' version check
            } else {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:15: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
        Group {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:15: note: add 'if #available' version check
        Group {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:14: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
            .background(Color.red)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:14: note: add 'if #available' version check
            .background(Color.red)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:25: error: 'Color' is only available in macOS 10.15 or newer
            .background(Color.red)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:25: note: add 'if #available' version check
            .background(Color.red)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:31: error: 'red' is only available in macOS 10.15 or newer
            .background(Color.red)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:31: note: add 'if #available' version check
            .background(Color.red)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:25:8: note: add @available attribute to enclosing struct
struct NoramalDayCell_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:17:9: error: 'Text' is only available in macOS 10.15 or newer
        Text(date.day)
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:17:9: note: add 'if #available' version check
        Text(date.day)
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:18:14: error: 'padding' is only available in macOS 10.15 or newer
            .padding(8)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:14: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
            .background(Color.blue)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:25: error: 'Color' is only available in macOS 10.15 or newer
            .background(Color.blue)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:31: error: 'blue' is only available in macOS 10.15 or newer
            .background(Color.blue)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:20:14: error: 'cornerRadius(_:antialiased:)' is only available in macOS 10.15 or newer
            .cornerRadius(8)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:21:14: error: 'padding' is only available in macOS 10.15 or newer
            .padding([.bottom], 10)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:21:14: note: add 'if #available' version check
            .padding([.bottom], 10)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
[11/11] Compiling DateGrid WeekDaySymbols.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:28:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:28:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:27:8: note: add @available attribute to enclosing struct
struct WeekDaySymbols_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: note: add 'if #available' version check
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: error: 'HStack' is only available in macOS 10.15 or newer
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: note: add 'if #available' version check
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: note: add 'if #available' version check
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: note: add 'if #available' version check
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: error: 'ForEach' is only available in macOS 10.15 or newer
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: note: add 'if #available' version check
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: note: add 'if #available' version check
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:17:17: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:17:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:17:17: error: 'Spacer' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:17:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:19:22: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    .bold()
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:19:22: note: add 'if #available' version check
                    .bold()
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:18:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(item)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:18:17: note: add 'if #available' version check
                Text(item)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:19:22: error: 'bold()' is only available in macOS 10.15 or newer
                    .bold()
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:19:22: note: add 'if #available' version check
                    .bold()
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:20:17: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:20:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:20:17: error: 'Spacer' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:20:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:16: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        HStack {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:16: note: add 'if #available' version check
        HStack {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:32: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:32: note: add 'if #available' version check
    public var body: some View {
                               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/6] Compiling DateGrid WeekDaySymbols.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:28:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:28:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:27:8: note: add @available attribute to enclosing struct
struct WeekDaySymbols_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: note: add 'if #available' version check
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: error: 'HStack' is only available in macOS 10.15 or newer
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: note: add 'if #available' version check
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:9: note: add 'if #available' version check
        HStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: note: add 'if #available' version check
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: error: 'ForEach' is only available in macOS 10.15 or newer
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: note: add 'if #available' version check
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:16:13: note: add 'if #available' version check
            ForEach(Calendar.current.veryShortWeekdaySymbols, id: \.self) { item in
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:17:17: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:17:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:17:17: error: 'Spacer' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:17:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:19:22: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    .bold()
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:19:22: note: add 'if #available' version check
                    .bold()
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:18:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(item)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:18:17: note: add 'if #available' version check
                Text(item)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:19:22: error: 'bold()' is only available in macOS 10.15 or newer
                    .bold()
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:19:22: note: add 'if #available' version check
                    .bold()
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:20:17: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:20:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:20:17: error: 'Spacer' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:20:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:16: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        HStack {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:15:16: note: add 'if #available' version check
        HStack {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:32: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:32: note: add 'if #available' version check
    public var body: some View {
                               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
[2/6] Compiling DateGrid DateGridViewModel.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:17:20: error: 'calendar' is only available in macOS 10.15 or newer
    @Environment(\.calendar) var calendar
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:17:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.calendar) var calendar
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:26: error: 'ObservableObject' is only available in macOS 10.15 or newer
class DateGridViewModel: ObservableObject {
                         ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module DateGrid
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:16:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isShown = false
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:25:8: note: add @available attribute to enclosing struct
struct NoramalDayCell_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:17:56: error: 'Binding' is only available in macOS 10.15 or newer
    public init(interval: DateInterval, selectedMonth: Binding<Date>, mode: CalenderMode, @ViewBuilder content: @escaping (DateGridDate) -> DateView) {
                                                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:17:12: note: add @available attribute to enclosing initializer
    public init(interval: DateInterval, selectedMonth: Binding<Date>, mode: CalenderMode, @ViewBuilder content: @escaping (DateGridDate) -> DateView) {
           ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:17:92: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    public init(interval: DateInterval, selectedMonth: Binding<Date>, mode: CalenderMode, @ViewBuilder content: @escaping (DateGridDate) -> DateView) {
                                                                                           ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:17:12: note: add @available attribute to enclosing initializer
    public init(interval: DateInterval, selectedMonth: Binding<Date>, mode: CalenderMode, @ViewBuilder content: @escaping (DateGridDate) -> DateView) {
           ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:26:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var selectedMonth: Date
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:28:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:28:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:56: error: 'View' is only available in macOS 10.15 or newer
public struct DateGrid<DateView>: View where DateView: View {
                                                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:43:6: error: 'State' is only available in macOS 10.15 or newer
    @State static var selectedMonthDate = Date()
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:41:8: note: add @available attribute to enclosing struct
struct CalendarView_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:45:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:41:8: note: add @available attribute to enclosing struct
struct CalendarView_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:54: error: 'View' is only available in macOS 10.15 or newer
struct MonthsOrWeeks<DateView>: View where DateView: View {
                                                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:17:20: error: 'calendar' is only available in macOS 10.15 or newer
    @Environment(\.calendar) var calendar
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:17:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.calendar) var calendar
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:26: error: 'ObservableObject' is only available in macOS 10.15 or newer
class DateGridViewModel: ObservableObject {
                         ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:14:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:10:15: note: add @available attribute to enclosing struct
public struct WeekDaySymbols: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:28:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:28:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/WeekDaySymbols/WeekDaySymbols.swift:27:8: note: add @available attribute to enclosing struct
struct WeekDaySymbols_Previews: PreviewProvider {
       ^
[4/6] Compiling DateGrid DateCell1.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:16:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isShown = false
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: warning: conformance of 'Group<Content>' to 'View' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: error: 'Group' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: error: 'init(content:)' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:9: note: add 'if #available' version check
        Group {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:22:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(date.day)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:22:17: note: add 'if #available' version check
                Text(date.day)
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:23:22: error: 'padding' is only available in macOS 10.15 or newer
                    .padding(8)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:23:22: note: add 'if #available' version check
                    .padding(8)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:22: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
                    .background(Color.purple)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:22: note: add 'if #available' version check
                    .background(Color.purple)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:33: error: 'Color' is only available in macOS 10.15 or newer
                    .background(Color.purple)
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:33: note: add 'if #available' version check
                    .background(Color.purple)
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:39: error: 'purple' is only available in macOS 10.15 or newer
                    .background(Color.purple)
                                      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:24:39: note: add 'if #available' version check
                    .background(Color.purple)
                                      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:25:22: error: 'cornerRadius(_:antialiased:)' is only available in macOS 10.15 or newer
                    .cornerRadius(20)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:25:22: note: add 'if #available' version check
                    .cornerRadius(20)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:26:22: error: 'padding' is only available in macOS 10.15 or newer
                    .padding(.bottom, 10)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:26:22: note: add 'if #available' version check
                    .padding(.bottom, 10)
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:22: error: 'transition' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:22: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:33: error: 'AnyTransition' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:33: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:47: error: 'scale' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:47: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:53: error: 'animation' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:53: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:63: error: 'Animation' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:63: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:73: error: 'spring(duration:bounce:blendDuration:)' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:73: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:82: error: 'delay' is only available in macOS 10.15 or newer
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:27:82: note: add 'if #available' version check
                    .transition(AnyTransition.scale.animation(Animation.spring().delay(Double(date.day)!/30)))
                                                                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:21:24: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
            if isShown {
                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:21:24: note: add 'if #available' version check
            if isShown {
                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:30:17: error: 'Text' is only available in macOS 10.15 or newer
                Text("")
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:30:17: note: add 'if #available' version check
                Text("")
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:31:22: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                    .onAppear(perform: {
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:31:22: note: add 'if #available' version check
                    .onAppear(perform: {
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:32:25: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation {
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:32:25: note: add 'if #available' version check
                        withAnimation {
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:33:29: error: setter for 'isShown' is only available in macOS 10.15 or newer
                            isShown = true
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:33:29: note: add 'if #available' version check
                            isShown = true
                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:29:20: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
            } else {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:29:20: note: add 'if #available' version check
            } else {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:15: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
        Group {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:20:15: note: add 'if #available' version check
        Group {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:10:15: note: add @available attribute to enclosing struct
public struct DateCell1: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:14: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
            .background(Color.red)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:14: note: add 'if #available' version check
            .background(Color.red)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:25: error: 'Color' is only available in macOS 10.15 or newer
            .background(Color.red)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:25: note: add 'if #available' version check
            .background(Color.red)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:31: error: 'red' is only available in macOS 10.15 or newer
            .background(Color.red)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:44:31: note: add 'if #available' version check
            .background(Color.red)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:42:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/DateCell1.swift:41:8: note: add @available attribute to enclosing struct
struct DateCell1_Previews: PreviewProvider {
       ^
[5/6] Compiling DateGrid NoramalDayCell.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:26:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:26:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:25:8: note: add @available attribute to enclosing struct
struct NoramalDayCell_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:17:9: error: 'Text' is only available in macOS 10.15 or newer
        Text(date.day)
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:17:9: note: add 'if #available' version check
        Text(date.day)
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:18:14: error: 'padding' is only available in macOS 10.15 or newer
            .padding(8)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:14: error: 'background(_:ignoresSafeAreaEdges:)' is only available in macOS 12.0 or newer
            .background(Color.blue)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:25: error: 'Color' is only available in macOS 10.15 or newer
            .background(Color.blue)
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:19:31: error: 'blue' is only available in macOS 10.15 or newer
            .background(Color.blue)
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:20:14: error: 'cornerRadius(_:antialiased:)' is only available in macOS 10.15 or newer
            .cornerRadius(8)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:21:14: error: 'padding' is only available in macOS 10.15 or newer
            .padding([.bottom], 10)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:21:14: note: add 'if #available' version check
            .padding([.bottom], 10)
             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:16:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/Cell/NoramalDayCell.swift:10:15: note: add @available attribute to enclosing struct
public struct NoramalDayCell: View {
              ^
[6/6] Compiling DateGrid DateGrid.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:17:56: error: 'Binding' is only available in macOS 10.15 or newer
    public init(interval: DateInterval, selectedMonth: Binding<Date>, mode: CalenderMode, @ViewBuilder content: @escaping (DateGridDate) -> DateView) {
                                                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:17:12: note: add @available attribute to enclosing initializer
    public init(interval: DateInterval, selectedMonth: Binding<Date>, mode: CalenderMode, @ViewBuilder content: @escaping (DateGridDate) -> DateView) {
           ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:17:92: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    public init(interval: DateInterval, selectedMonth: Binding<Date>, mode: CalenderMode, @ViewBuilder content: @escaping (DateGridDate) -> DateView) {
                                                                                           ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:17:12: note: add @available attribute to enclosing initializer
    public init(interval: DateInterval, selectedMonth: Binding<Date>, mode: CalenderMode, @ViewBuilder content: @escaping (DateGridDate) -> DateView) {
           ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:26:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var selectedMonth: Date
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:28:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:28:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:56: error: 'View' is only available in macOS 10.15 or newer
public struct DateGrid<DateView>: View where DateView: View {
                                                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:43:6: error: 'State' is only available in macOS 10.15 or newer
    @State static var selectedMonthDate = Date()
     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:41:8: note: add @available attribute to enclosing struct
struct CalendarView_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:45:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:41:8: note: add @available attribute to enclosing struct
struct CalendarView_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:54: error: 'View' is only available in macOS 10.15 or newer
struct MonthsOrWeeks<DateView>: View where DateView: View {
                                                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:30:9: error: 'TabView' is only available in macOS 10.15 or newer
        TabView(selection: $selectedMonth) {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:30:9: note: add 'if #available' version check
        TabView(selection: $selectedMonth) {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:28:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:34:10: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
        .frame(height: viewModel.mode.estimateHeight, alignment: .center)
         ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:28:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:34:67: error: 'center' is only available in macOS 10.15 or newer
        .frame(height: viewModel.mode.estimateHeight, alignment: .center)
                                                                  ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:28:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:35:10: error: 'tabViewStyle' is only available in macOS 11.0 or newer
        .tabViewStyle(PageTabViewStyle(indexDisplayMode: .never))
         ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:35:10: note: add 'if #available' version check
        .tabViewStyle(PageTabViewStyle(indexDisplayMode: .never))
         ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:28:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:10:15: note: add @available attribute to enclosing generic struct
public struct DateGrid<DateView>: View where DateView: View {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:35:23: error: 'PageTabViewStyle' is unavailable in macOS
        .tabViewStyle(PageTabViewStyle(indexDisplayMode: .never))
                      ^~~~~~~~~~~~~~~~
SwiftUI.PageTabViewStyle:3:15: note: 'PageTabViewStyle' has been explicitly marked unavailable here
public struct PageTabViewStyle : TabViewStyle {
              ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:46:9: error: 'VStack' is only available in macOS 10.15 or newer
        VStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:46:9: note: add 'if #available' version check
        VStack {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:41:8: note: add @available attribute to enclosing struct
struct CalendarView_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:47:13: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            Text(selectedMonthDate.description)
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:47:13: note: add 'if #available' version check
            Text(selectedMonthDate.description)
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:41:8: note: add @available attribute to enclosing struct
struct CalendarView_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:47:13: error: 'Text' is only available in macOS 10.15 or newer
            Text(selectedMonthDate.description)
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:47:13: note: add 'if #available' version check
            Text(selectedMonthDate.description)
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:41:8: note: add @available attribute to enclosing struct
struct CalendarView_Previews: PreviewProvider {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:17:20: error: 'calendar' is only available in macOS 10.15 or newer
    @Environment(\.calendar) var calendar
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGridViewModel.swift:10:7: note: add @available attribute to enclosing class
class DateGridViewModel: ObservableObject {
      ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:64:9: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        ForEach(viewModel.monthsOrWeeks, id: \.self) { monthOrWeek in
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:64:9: note: add 'if #available' version check
        ForEach(viewModel.monthsOrWeeks, id: \.self) { monthOrWeek in
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:64:9: error: 'ForEach' is only available in macOS 10.15 or newer
        ForEach(viewModel.monthsOrWeeks, id: \.self) { monthOrWeek in
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:64:9: note: add 'if #available' version check
        ForEach(viewModel.monthsOrWeeks, id: \.self) { monthOrWeek in
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:64:9: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
        ForEach(viewModel.monthsOrWeeks, id: \.self) { monthOrWeek in
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:64:9: note: add 'if #available' version check
        ForEach(viewModel.monthsOrWeeks, id: \.self) { monthOrWeek in
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:64:54: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        ForEach(viewModel.monthsOrWeeks, id: \.self) { monthOrWeek in
                                                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:64:54: note: add 'if #available' version check
        ForEach(viewModel.monthsOrWeeks, id: \.self) { monthOrWeek in
                                                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:66:13: error: 'VStack' is only available in macOS 10.15 or newer
            VStack {
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:66:13: note: add 'if #available' version check
            VStack {
            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:66:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
            VStack {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:66:20: note: add 'if #available' version check
            VStack {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:68:17: error: 'LazyVGrid' is only available in macOS 11.0 or newer
                LazyVGrid(columns: Array(repeating: GridItem(.flexible()), count: numberOfDayasInAWeek), spacing: 0) {
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:68:17: note: add 'if #available' version check
                LazyVGrid(columns: Array(repeating: GridItem(.flexible()), count: numberOfDayasInAWeek), spacing: 0) {
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:68:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                LazyVGrid(columns: Array(repeating: GridItem(.flexible()), count: numberOfDayasInAWeek), spacing: 0) {
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:68:17: note: add 'if #available' version check
                LazyVGrid(columns: Array(repeating: GridItem(.flexible()), count: numberOfDayasInAWeek), spacing: 0) {
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:68:53: error: 'GridItem' is only available in macOS 11.0 or newer
                LazyVGrid(columns: Array(repeating: GridItem(.flexible()), count: numberOfDayasInAWeek), spacing: 0) {
                                                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:68:53: note: add 'if #available' version check
                LazyVGrid(columns: Array(repeating: GridItem(.flexible()), count: numberOfDayasInAWeek), spacing: 0) {
                                                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:70:21: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                    ForEach(viewModel.days(for: monthOrWeek), id: \.self) { date in
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:70:21: note: add 'if #available' version check
                    ForEach(viewModel.days(for: monthOrWeek), id: \.self) { date in
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:70:21: error: 'ForEach' is only available in macOS 10.15 or newer
                    ForEach(viewModel.days(for: monthOrWeek), id: \.self) { date in
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:70:21: note: add 'if #available' version check
                    ForEach(viewModel.days(for: monthOrWeek), id: \.self) { date in
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:70:21: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
                    ForEach(viewModel.days(for: monthOrWeek), id: \.self) { date in
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:70:21: note: add 'if #available' version check
                    ForEach(viewModel.days(for: monthOrWeek), id: \.self) { date in
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:74:34: error: 'id' is only available in macOS 10.15 or newer
                                .id(date)
                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:74:34: note: add 'if #available' version check
                                .id(date)
                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:72:105: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
                        if viewModel.calendar.isDate(date, equalTo: monthOrWeek, toGranularity: .month) {
                                                                                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:72:105: note: add 'if #available' version check
                        if viewModel.calendar.isDate(date, equalTo: monthOrWeek, toGranularity: .month) {
                                                                                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:78:34: error: 'hidden()' is only available in macOS 10.15 or newer
                                .hidden()
                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:78:34: note: add 'if #available' version check
                                .hidden()
                                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:76:32: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
                        } else {
                               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:76:32: note: add 'if #available' version check
                        } else {
                               ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:70:75: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
                    ForEach(viewModel.days(for: monthOrWeek), id: \.self) { date in
                                                                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:70:75: note: add 'if #available' version check
                    ForEach(viewModel.days(for: monthOrWeek), id: \.self) { date in
                                                                          ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:68:118: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                LazyVGrid(columns: Array(repeating: GridItem(.flexible()), count: numberOfDayasInAWeek), spacing: 0) {
                                                                                                                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:68:118: note: add 'if #available' version check
                LazyVGrid(columns: Array(repeating: GridItem(.flexible()), count: numberOfDayasInAWeek), spacing: 0) {
                                                                                                                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:82:18: error: 'tag' is only available in macOS 10.15 or newer
                .tag(monthOrWeek)
                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:82:18: note: add 'if #available' version check
                .tag(monthOrWeek)
                 ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:84:17: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:84:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:84:17: error: 'Spacer' is only available in macOS 10.15 or newer
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:84:17: note: add 'if #available' version check
                Spacer()
                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:63:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DateGrid/DateGrid.swift:59:8: note: add @available attribute to enclosing generic struct
struct MonthsOrWeeks<DateView>: View where DateView: View {
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm