Build Information
Failed to build ElegantCalendar, reference main (3aa07a), with Swift 5.10 for iOS using Xcode 15.4 on 16 Sep 2025 18:43:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantCalendar -destination generic/platform=iOSBuild Log
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarCommunicator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarDelegate.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarCommunicator.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarDataSource.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarCommunicator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarDataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarDelegate.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarCommunicator.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarDataSource.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 Compiling\ YearlyCalendarManager.swift,\ Calendar+Axis.swift,\ Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Axis.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Buildable.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Axis.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Buildable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Axis.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Buildable.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Axis.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Buildable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Axis.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Buildable.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Axis.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Buildable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Axis.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Buildable.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Axis.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calendar+Buildable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 Compiling\ ElegantCalendarManager.swift,\ MonthlyCalendarManager.swift,\ PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/MonthlyCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/PagerState.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/MonthlyCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/PagerState.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/MonthlyCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/PagerState.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/MonthlyCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/PagerState.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/MonthlyCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/PagerState.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/MonthlyCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/PagerState.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/MonthlyCalendarManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/PagerState.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/MonthlyCalendarManager.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/PagerState.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Date+toString.swift,\ Enumeration+Matching.swift,\ EnvironmentKey+CalendarTheme.swift,\ Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+toString.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Enumeration+Matching.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/EnvironmentKey+CalendarTheme.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Image+Custom.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:24: error: attribute can only be applied to declarations, not types
struct DayView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:7:26: error: attribute can only be applied to declarations, not types
struct MonthView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:125:46: error: attribute can only be applied to declarations, not types
private struct CalendarAccessoryView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:43: error: attribute can only be applied to declarations, not types
public struct MonthlyCalendarView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:25: error: attribute can only be applied to declarations, not types
struct WeekView: View, @preconcurrency MonthlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:29: error: attribute can only be applied to declarations, not types
struct SmallDayView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:31: error: attribute can only be applied to declarations, not types
struct SmallMonthView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:30: error: attribute can only be applied to declarations, not types
struct SmallWeekView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:25: error: attribute can only be applied to declarations, not types
struct YearView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:42: error: attribute can only be applied to declarations, not types
public struct YearlyCalendarView: View, @preconcurrency YearlyCalendarManagerDirectAccess {
~^~~~~~~~~~~~~~~
@preconcurrency
SwiftDriver\ Compilation ElegantPages normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElegantPages' from project 'ElegantPages')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
builtin-Swift-Compilation -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElegantPages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Axis+Invert.swift,\ Calender+Dates.swift,\ Color+CustomColors.swift,\ Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImage+BundleInit.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/PagerState.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Axis+Invert.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calender+Dates.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Color+CustomColors.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+DaysFromToday.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Axis+Invert.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Calender+Dates.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Color+CustomColors.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/Date+DaysFromToday.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElegantPages.o normal (in target 'ElegantPages' from project 'ElegantPages')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-iphoneos/ElegantPages.build/Objects-normal/arm64/ElegantPages_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElegantPages.o
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ ScrollBackToTodayButton.swift,\ SmallDayView.swift,\ SmallMonthView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Shared/ScrollBackToTodayButton.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 Compiling\ ElegantCalendarCommunicator.swift,\ ElegantCalendarDataSource.swift,\ ElegantCalendarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarCommunicator.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDataSource.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/ElegantCalendarDelegate.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 Compiling\ YearlyCalendarManager.swift,\ Calendar+Axis.swift,\ Calendar+Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Axis.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/Protocols/Calendar+Buildable.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 Compiling\ Date+toString.swift,\ Enumeration+Matching.swift,\ EnvironmentKey+CalendarTheme.swift,\ Image+Custom.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+toString.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Enumeration+Matching.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 Compiling\ Axis+Invert.swift,\ Calender+Dates.swift,\ Color+CustomColors.swift,\ Date+DaysFromToday.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Axis+Invert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Calender+Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Date+DaysFromToday.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
(21 failures)
BUILD FAILURE 5.10 iOS