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 SimpleCalendar with Swift 5.10 for macOS (Xcode) using Xcode 15.4.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SimpleCalendar -destination platform=macos,arch=arm64

Build Log

                    ZStack {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:170:28: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                    ZStack {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:173:29: error: 'DatePicker' is only available in macOS 10.15 or newer
                            DatePicker("", selection: $selectedDate, displayedComponents: [.date])
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:173:29: error: 'init(_:selection:displayedComponents:)' is only available in macOS 10.15 or newer
                            DatePicker("", selection: $selectedDate, displayedComponents: [.date])
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:173:40: error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
                            DatePicker("", selection: $selectedDate, displayedComponents: [.date])
                                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:174:34: error: 'labelsHidden()' is only available in macOS 10.15 or newer
                                .labelsHidden()
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:173:29: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
                            DatePicker("", selection: $selectedDate, displayedComponents: [.date])
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:176:29: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            Picker(selection: $selectedDate) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:176:29: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                            Picker(selection: $selectedDate) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:176:29: error: 'Picker' is only available in macOS 10.15 or newer
                            Picker(selection: $selectedDate) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:176:29: error: 'init(selection:content:label:)' is only available in macOS 10.15 or newer
                            Picker(selection: $selectedDate) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:177:33: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                                ForEach(dates, id:\.self) { date in
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:177:33: error: 'ForEach' is only available in macOS 10.15 or newer
                                ForEach(dates, id:\.self) { date in
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:177:33: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
                                ForEach(dates, id:\.self) { date in
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:178:37: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                                    Text(date, style: .date)
                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:178:37: error: 'Text' is only available in macOS 10.15 or newer
                                    Text(date, style: .date)
                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:178:37: error: 'init(_:style:)' is only available in macOS 11.0 or newer
                                    Text(date, style: .date)
                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:177:59: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                                ForEach(dates, id:\.self) { date in
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:176:62: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                            Picker(selection: $selectedDate) {
                                                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:181:33: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                                Text("")
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:181:33: error: 'Text' is only available in macOS 10.15 or newer
                                Text("")
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:180:38: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            } label: {
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:176:29: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
                            Picker(selection: $selectedDate) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:176:29: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            Picker(selection: $selectedDate) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:176:29: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                            Picker(selection: $selectedDate) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:170:28: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
                    ZStack {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:169:57: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
                ToolbarItem(placement: .topBarTrailing) {
                                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:168:22: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
            .toolbar {
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:188:10: error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
        .onChange(of: selectedDate) { _ in
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:191:10: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
        .onAppear {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:191:10: note: add 'if #available' version check
        .onAppear {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:145:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:245:9: error: setter for 'visibleEvents' is only available in macOS 10.15 or newer
        self.visibleEvents = eventList
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:245:9: note: add 'if #available' version check
        self.visibleEvents = eventList
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:206:18: note: add @available attribute to enclosing instance method
    private func calculateCoordinates(forEvents events: [any CalendarEventRepresentable]) {
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:73:15: note: add @available attribute to enclosing struct
public struct SimpleCalendarView: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:276:59: error: 'yellow' is only available in macOS 10.15 or newer
                    type: ActivityType.forPreview(color: .yellow)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:276:59: note: add 'if #available' version check
                    type: ActivityType.forPreview(color: .yellow)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:284:59: error: 'blue' is only available in macOS 10.15 or newer
                    type: ActivityType.forPreview(color: .blue),
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:284:59: note: add 'if #available' version check
                    type: ActivityType.forPreview(color: .blue),
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:293:59: error: 'gray' is only available in macOS 10.15 or newer
                    type: ActivityType.forPreview(color: .gray)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:293:59: note: add 'if #available' version check
                    type: ActivityType.forPreview(color: .gray)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:301:59: error: 'red' is only available in macOS 10.15 or newer
                    type: ActivityType.forPreview(color: .red),
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:301:59: note: add 'if #available' version check
                    type: ActivityType.forPreview(color: .red),
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:309:59: error: 'yellow' is only available in macOS 10.15 or newer
                    type: ActivityType.forPreview(color: .yellow)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:309:59: note: add 'if #available' version check
                    type: ActivityType.forPreview(color: .yellow)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:317:59: error: 'purple' is only available in macOS 10.15 or newer
                    type: ActivityType.forPreview(color: .purple)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:317:59: note: add 'if #available' version check
                    type: ActivityType.forPreview(color: .purple)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:325:59: error: 'red' is only available in macOS 10.15 or newer
                    type: ActivityType.forPreview(color: .red)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:325:59: note: add 'if #available' version check
                    type: ActivityType.forPreview(color: .red)
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:330:16: error: 'Group' is only available in macOS 10.15 or newer
        return Group {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:330:16: note: add 'if #available' version check
        return Group {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:330:16: error: 'init(content:)' is only available in macOS 10.15 or newer
        return Group {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:330:16: note: add 'if #available' version check
        return Group {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:331:13: error: 'NavigationStack' is only available in macOS 13.0 or newer
            NavigationStack {
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:331:13: note: add 'if #available' version check
            NavigationStack {
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:338:14: error: 'previewDisplayName' is only available in macOS 10.15 or newer
            .previewDisplayName("Light")
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:338:14: note: add 'if #available' version check
            .previewDisplayName("Light")
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:339:14: error: 'preferredColorScheme' is only available in macOS 11.0 or newer
            .preferredColorScheme(.light)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:339:14: note: add 'if #available' version check
            .preferredColorScheme(.light)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:341:13: error: 'NavigationStack' is only available in macOS 13.0 or newer
            NavigationStack {
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:341:13: note: add 'if #available' version check
            NavigationStack {
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:348:14: error: 'previewDisplayName' is only available in macOS 10.15 or newer
            .previewDisplayName("Dark")
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:348:14: note: add 'if #available' version check
            .previewDisplayName("Dark")
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:349:14: error: 'preferredColorScheme' is only available in macOS 11.0 or newer
            .preferredColorScheme(.dark)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:349:14: note: add 'if #available' version check
            .preferredColorScheme(.dark)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:259:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift:258:8: note: add @available attribute to enclosing struct
struct ScheduleView_Previews: PreviewProvider {
       ^
SwiftCompile normal arm64 Compiling\ CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventView.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/SimpleCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventView.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/SimpleCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarContentView.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventView.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/SimpleCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventView.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/SimpleCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/EventDetailsView.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:20: error: 'View' is only available in macOS 10.15 or newer
    var body: some View {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:13:9: error: 'VStack' is only available in macOS 10.15 or newer
        VStack(alignment: .leading) {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:13:9: note: add 'if #available' version check
        VStack(alignment: .leading) {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:13:28: error: 'leading' is only available in macOS 10.15 or newer
        VStack(alignment: .leading) {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:13:37: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
        VStack(alignment: .leading) {
                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:14:13: error: 'ZStack' is only available in macOS 10.15 or newer
            ZStack {
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:14:20: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
            ZStack {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:15:17: error: 'VStack' is only available in macOS 10.15 or newer
                VStack(alignment: .leading, spacing: 0) {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:15:36: error: 'leading' is only available in macOS 10.15 or newer
                VStack(alignment: .leading, spacing: 0) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:15:57: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                VStack(alignment: .leading, spacing: 0) {
                                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:19:26: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                        .fontWeight(.light)
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:16:21: error: 'Text' is only available in macOS 10.15 or newer
                    Text(event.calendarActivity.activityType.name)
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:17:26: error: 'font' is only available in macOS 10.15 or newer
                        .font(.caption)
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:17:32: error: 'caption' is only available in macOS 10.15 or newer
                        .font(.caption)
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:18:26: error: 'foregroundColor' is only available in macOS 10.15 or newer
                        .foregroundColor(event.calendarActivity.activityType.color)
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:19:26: error: 'fontWeight' is only available in macOS 10.15 or newer
                        .fontWeight(.light)
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:20:21: error: 'HStack' is only available in macOS 10.15 or newer
                    HStack {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:20:28: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                    HStack {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:21:25: error: 'Circle' is only available in macOS 10.15 or newer
                        Circle()
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:22:30: error: 'fill(_:style:)' is only available in macOS 14.0 or newer
                            .fill(event.calendarActivity.activityType.color)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:23:30: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                            .frame(width: 7)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:25:30: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            .font(.title)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:24:25: error: 'Text' is only available in macOS 10.15 or newer
                        Text(event.calendarActivity.title)
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:25:30: error: 'font' is only available in macOS 10.15 or newer
                            .font(.title)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:25:36: error: 'title' is only available in macOS 10.15 or newer
                            .font(.title)
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:20:28: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    HStack {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:27:22: error: 'padding' is only available in macOS 10.15 or newer
                    .padding(.bottom, 8)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:28:21: error: 'HStack' is only available in macOS 10.15 or newer
                    HStack {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:31:30: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            .foregroundColor(.secondary)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:29:25: error: 'Text' is only available in macOS 10.15 or newer
                        Text(event.startDate.formatted())
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:29:46: error: 'formatted()' is only available in macOS 12.0 or newer
                        Text(event.startDate.formatted())
                                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:30:30: error: 'font' is only available in macOS 10.15 or newer
                            .font(.caption)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:30:36: error: 'caption' is only available in macOS 10.15 or newer
                            .font(.caption)
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:31:30: error: 'foregroundColor' is only available in macOS 10.15 or newer
                            .foregroundColor(.secondary)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:31:47: error: 'secondary' is only available in macOS 10.15 or newer
                            .foregroundColor(.secondary)
                                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:32:25: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                        Spacer()
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:32:25: error: 'Spacer' is only available in macOS 10.15 or newer
                        Spacer()
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:34:30: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            .font(.caption)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:33:25: error: 'Text' is only available in macOS 10.15 or newer
                        Text(event.startDate.relativeDateDisplay())
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:34:30: error: 'font' is only available in macOS 10.15 or newer
                            .font(.caption)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:34:36: error: 'caption' is only available in macOS 10.15 or newer
                            .font(.caption)
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:28:28: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    HStack {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:28:28: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                    HStack {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:28:28: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    HStack {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:36:21: error: 'Text' is only available in macOS 10.15 or newer
                    Text(event.calendarActivity.description)
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:37:26: error: 'padding' is only available in macOS 10.15 or newer
                        .padding(.vertical, 20)
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:38:26: error: 'font' is only available in macOS 10.15 or newer
                        .font(.body)
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:38:32: error: 'body' is only available in macOS 10.15 or newer
                        .font(.body)
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:39:26: error: 'fontWeight' is only available in macOS 13.0 or newer
                        .fontWeight(.light)
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:40:26: error: 'dynamicTypeSize' is only available in macOS 12.0 or newer
                        .dynamicTypeSize(DynamicTypeSize.small ... DynamicTypeSize.large)
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:40:42: error: 'DynamicTypeSize' is only available in macOS 12.0 or newer
                        .dynamicTypeSize(DynamicTypeSize.small ... DynamicTypeSize.large)
                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:40:68: error: 'DynamicTypeSize' is only available in macOS 12.0 or newer
                        .dynamicTypeSize(DynamicTypeSize.small ... DynamicTypeSize.large)
                                                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:44:30: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            .foregroundColor(.secondary)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:42:25: error: 'Text' is only available in macOS 10.15 or newer
                        Text("Mentors")
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:43:30: error: 'font' is only available in macOS 10.15 or newer
                            .font(.footnote)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:43:36: error: 'footnote' is only available in macOS 10.15 or newer
                            .font(.footnote)
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:44:30: error: 'foregroundColor' is only available in macOS 10.15 or newer
                            .foregroundColor(.secondary)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:44:47: error: 'secondary' is only available in macOS 10.15 or newer
                            .foregroundColor(.secondary)
                                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:45:25: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                        ForEach(event.calendarActivity.mentors, id: \.self) { mentor in
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:45:25: error: 'ForEach' is only available in macOS 10.15 or newer
                        ForEach(event.calendarActivity.mentors, id: \.self) { mentor in
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:45:25: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
                        ForEach(event.calendarActivity.mentors, id: \.self) { mentor in
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:46:29: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            Text(mentor)
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:46:29: error: 'Text' is only available in macOS 10.15 or newer
                            Text(mentor)
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:45:77: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                        ForEach(event.calendarActivity.mentors, id: \.self) { mentor in
                                                                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:41:64: error: 'buildIf' is only available in macOS 10.15 or newer
                    if !event.calendarActivity.mentors.isEmpty {
                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:41:64: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    if !event.calendarActivity.mentors.isEmpty {
                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:41:64: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
                    if !event.calendarActivity.mentors.isEmpty {
                                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:48:21: error: 'buildIf' is only available in macOS 10.15 or newer
                    }
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:49:21: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                    Spacer()
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:49:21: error: 'Spacer' is only available in macOS 10.15 or newer
                    Spacer()
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:15:57: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                VStack(alignment: .leading, spacing: 0) {
                                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:15:57: warning: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
                VStack(alignment: .leading, spacing: 0) {
                                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:15:57: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                VStack(alignment: .leading, spacing: 0) {
                                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:53:10: error: 'padding' is only available in macOS 10.15 or newer
        .padding()
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:53:10: note: add 'if #available' version check
        .padding()
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:9:8: note: add @available attribute to enclosing struct
struct EventDetailsView: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:59:9: warning: conformance of 'Group<Content>' to 'View' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:59:9: note: add 'if #available' version check
        Group {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:59:9: error: 'Group' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:59:9: note: add 'if #available' version check
        Group {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:59:9: error: 'init(content:)' is only available in macOS 10.15 or newer
        Group {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:59:9: note: add 'if #available' version check
        Group {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:61:18: error: 'previewDisplayName' is only available in macOS 10.15 or newer
                .previewDisplayName("Light")
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:61:18: note: add 'if #available' version check
                .previewDisplayName("Light")
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:62:18: error: 'preferredColorScheme' is only available in macOS 11.0 or newer
                .preferredColorScheme(.light)
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:62:18: note: add 'if #available' version check
                .preferredColorScheme(.light)
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:64:18: error: 'previewDisplayName' is only available in macOS 10.15 or newer
                .previewDisplayName("Dark")
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:64:18: note: add 'if #available' version check
                .previewDisplayName("Dark")
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:65:18: error: 'preferredColorScheme' is only available in macOS 11.0 or newer
                .preferredColorScheme(.dark)
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:65:18: note: add 'if #available' version check
                .preferredColorScheme(.dark)
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:36: warning: conformance of 'Group<Content>' to 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:36: note: add 'if #available' version check
    static var previews: some View {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:58:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift:57:8: note: add @available attribute to enclosing struct
struct EventDetailsView_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:26: error: 'yellow' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:35: error: 'red' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:41: error: 'green' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:49: error: 'blue' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
SwiftCompile normal arm64 Compiling\ CalendarActivity.swift,\ CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventView.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/SimpleCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventView.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/SimpleCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:40:23: error: 'Color' is only available in macOS 10.15 or newer
    public let color: Color
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:38:15: note: add @available attribute to enclosing struct
public struct ActivityType: Codable {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:42:38: error: 'Color' is only available in macOS 10.15 or newer
    public init(name: String, color: Color) {
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:42:12: note: add @available attribute to enclosing initializer
    public init(name: String, color: Color) {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:38:15: note: add @available attribute to enclosing struct
public struct ActivityType: Codable {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:16: error: 'Color' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:26: error: 'yellow' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:35: error: 'red' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:41: error: 'green' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:51:49: error: 'blue' is only available in macOS 10.15 or newer
        color: Color = [.yellow, .red, .green, .blue].randomElement()!
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:49:17: note: add @available attribute to enclosing static method
    static func forPreview(
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift:48:10: note: add @available attribute to enclosing extension
internal extension ActivityType {
         ^
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventView.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/SimpleCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarActivity.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/CalendarEvent.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Date+Formatting.swift,\ File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarContentView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventView.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/Date+Formatting.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/Date+Formatting.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/Date+Formatting.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/Date+Formatting.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/File.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/File.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/File.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/File.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/SimpleCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx14.4-23E5191c-5eb64f1a3ecde1ad91091371889b1b07.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/Date+Formatting.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/File.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/Date+Formatting.o -index-unit-output-path /SimpleCalendar.build/Debug/SimpleCalendar.build/Objects-normal/arm64/File.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
2024-02-17 19:46:33.234 xcodebuild[76745:17339085] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-17 19:46:33.688 xcodebuild[76745:17339085] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-0008793E26D2001E, name:My Mac }
{ platform:tvOS Simulator, id:2172E3CB-499B-4008-A1C6-A1ABE7BA513A, OS:17.2, name:Apple TV }
{ platform:tvOS Simulator, id:44B341D2-B4E5-40B1-8636-DF641BC25CB8, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:053D1F4B-3848-46D2-96E1-E423FA985AE4, OS:17.2, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:8D856C4D-DA0B-4A6B-BA72-44FCB586BFF2, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:6B6F6201-8DB7-43FA-A56C-2979B5B44F40, OS:17.2, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:tvOS Simulator, id:74191D95-D326-41AD-A67E-B51B419A5C59, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:6AC0F656-AA4E-43C7-8D43-5A0FF4CDF4F1, OS:1.0, name:Apple Vision Pro }
{ platform:visionOS Simulator, id:02B05875-5239-4DEF-9449-29F7BCCA9B25, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:8FC2CE5C-5B8B-44FD-9BAD-D2394880EDF9, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:B9EA9165-C0BD-4279-8BEF-287AB519D38F, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:0743923D-F4A6-43D9-B060-DF3819631954, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:3835AF24-B3EC-493E-9827-4370912DF15A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:3758C32A-0632-4B85-9663-9BA5E5726AB3, OS:10.2, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:088BD68C-5D1F-4419-86D3-BF0D25645E84, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:50E97C6C-26A9-41D6-9652-1681097293AD, OS:10.2, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:1C5FC30A-A3CF-460F-A0E6-AE9C68ABFE1C, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:2E1043B5-604D-4613-B302-C5179459B25D, OS:10.2, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:C0FE9742-4065-455E-BB16-8CD96A58FBC1, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:36BB1A71-0CBE-49B8-92AE-B08A9CB766D3, OS:10.2, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:8426D5B8-B9BA-4C55-B005-E770E824CA71, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:763E23C6-9983-4810-9B46-29BEA10D69DC, OS:10.2, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:CA501DDC-DCE5-4FB5-B14B-03E73CD3261F, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:E51609F2-09EB-447D-AABE-4539D3C7C166, OS:10.2, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:83097A14-B547-4666-9F17-1EB93074D9E8, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:1642F2C5-2C26-4498-94E0-C430C45A8068, OS:10.2, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:F6C0AFAB-8F10-4160-8E3D-D16A1F300CCA, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:A7ED3F51-2F3F-43EA-9F44-4031AF7FF83E, OS:10.2, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:218C7BFB-66B3-41B2-802D-3C593D342126, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:A1488A02-83BA-49F8-8497-470351748229, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
{ platform:watchOS Simulator, id:8E400AE6-37F1-4D2B-853D-80E271459614, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SimpleCalendar (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 Compiling\ CalendarPageView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarPageView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 Compiling\ CalendarTimelineView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/CalendarTimelineView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 Compiling\ SimpleCalendarView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/SimpleCalendarView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 Compiling\ EventDetailsView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Views/EventDetailsView.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 Compiling\ CalendarActivity.swift,\ CalendarEvent.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarEvent.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Entities/CalendarActivity.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
	SwiftCompile normal arm64 Compiling\ Date+Formatting.swift,\ File.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/Date+Formatting.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleCalendar/Extensions/File.swift (in target 'SimpleCalendar' from project 'SimpleCalendar')
(12 failures)
BUILD FAILURE 5.10 macosXcodebuild