The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of ElegantCalendar, reference 4.3.2 (d44623), with Swift 6.0 for iOS using Xcode 16.2 on 28 Nov 2024 06:03:36 UTC.

Swift 6 data race errors: 32

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantCalendar -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let `default`: CalendarTheme = .royalBlue
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    static let `default`: CalendarTheme = .royalBlue
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let `default`: CalendarTheme = .royalBlue
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift:28:16: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'CalendarConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mock = CalendarConfiguration(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift:6:15: note: consider making struct 'CalendarConfiguration' conform to the 'Sendable' protocol
public struct CalendarConfiguration: Equatable {
              ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift:28:16: note: annotate 'mock' with '@MainActor' if property should only be accessed from the main actor
    static let mock = CalendarConfiguration(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift:28:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mock = CalendarConfiguration(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Previews/LightDarkThemePreview.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/ElegantCalendarView.swift -primary-file /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-7 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/LightDarkThemePreview.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/DayView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/LightDarkThemePreview.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendarView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/DayView.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:9:25: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    @ObservedObject var calendarManager: MonthlyCalendarManager
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/DayView.swift:5:23: note: add '@preconcurrency' to the 'MonthlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
struct DayView: View, MonthlyCalendarManagerDirectAccess {
                      ^
                      @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:130:9: note: 'calendarManager' declared here
    var calendarManager: MonthlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:123:16: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'MonthlyCalendarManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mock = MonthlyCalendarManager(configuration: .mock)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:7:14: note: class 'MonthlyCalendarManager' does not conform to the 'Sendable' protocol
public class MonthlyCalendarManager: ObservableObject, ConfigurationDirectAccess {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:123:16: note: annotate 'mock' with '@MainActor' if property should only be accessed from the main actor
    static let mock = MonthlyCalendarManager(configuration: .mock)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mock = MonthlyCalendarManager(configuration: .mock)
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ElegantPagesView.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriverJobDiscovery normal arm64 Compiling ElegantCalendarCommunicator.swift, ElegantCalendarDataSource.swift, ElegantCalendarDelegate.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftCompile normal arm64 Compiling\ SmallWeekView.swift,\ YearView.swift,\ YearlyCalendarView.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 (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift -primary-file /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-10 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/SmallWeekView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/SmallWeekView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarView.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/Views/Yearly/SmallWeekView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift -primary-file /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-10 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/SmallWeekView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/SmallWeekView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarView.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/Yearly/SmallWeekView.swift:7:9: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    let calendarManager: YearlyCalendarManager
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift:5:29: note: add '@preconcurrency' to the 'YearlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
struct SmallWeekView: View, YearlyCalendarManagerDirectAccess {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:87:9: note: 'calendarManager' declared here
    var calendarManager: YearlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:80:16: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'YearlyCalendarManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mock = YearlyCalendarManager(configuration: .mock)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:6:14: note: class 'YearlyCalendarManager' does not conform to the 'Sendable' protocol
public class YearlyCalendarManager: ObservableObject, ConfigurationDirectAccess {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:80:16: note: annotate 'mock' with '@MainActor' if property should only be accessed from the main actor
    static let mock = YearlyCalendarManager(configuration: .mock)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:80:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mock = YearlyCalendarManager(configuration: .mock)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift -primary-file /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-10 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/SmallWeekView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/SmallWeekView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarView.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/Yearly/YearView.swift:9:9: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    let calendarManager: YearlyCalendarManager
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift:5:24: note: add '@preconcurrency' to the 'YearlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
struct YearView: View, YearlyCalendarManagerDirectAccess {
                       ^
                       @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:87:9: note: 'calendarManager' declared here
    var calendarManager: YearlyCalendarManager { get }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallWeekView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearView.swift -primary-file /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-10 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/SmallWeekView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/SmallWeekView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearView.o -index-unit-output-path /ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/YearlyCalendarView.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/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let `default`: CalendarTheme = .royalBlue
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    static let `default`: CalendarTheme = .royalBlue
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let `default`: CalendarTheme = .royalBlue
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:10:32: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    @ObservedObject public var calendarManager: YearlyCalendarManager
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/YearlyCalendarView.swift:5:41: note: add '@preconcurrency' to the 'YearlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
public struct YearlyCalendarView: View, YearlyCalendarManagerDirectAccess {
                                        ^
                                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:87:9: note: 'calendarManager' declared here
    var calendarManager: YearlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:81:16: warning: static property 'mockWithInitialYear' is not concurrency-safe because non-'Sendable' type 'YearlyCalendarManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mockWithInitialYear = YearlyCalendarManager(configuration: .mock, initialYear: .daysFromToday(365))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:6:14: note: class 'YearlyCalendarManager' does not conform to the 'Sendable' protocol
public class YearlyCalendarManager: ObservableObject, ConfigurationDirectAccess {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:81:16: note: annotate 'mockWithInitialYear' with '@MainActor' if property should only be accessed from the main actor
    static let mockWithInitialYear = YearlyCalendarManager(configuration: .mock, initialYear: .daysFromToday(365))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mockWithInitialYear = YearlyCalendarManager(configuration: .mock, initialYear: .daysFromToday(365))
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Axis+Invert.swift, Calender+Dates.swift, Color+CustomColors.swift, Date+DaysFromToday.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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/.swiftpm/xcode
    /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Enumeration+Matching.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/EnvironmentKey+CalendarTheme.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:26:16: warning: static property 'allThemes' is not concurrency-safe because non-'Sendable' type '[CalendarTheme]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let allThemes: [CalendarTheme] = [.brilliantViolet, .craftBrown, .fluorescentPink, .kiwiGreen, .mauvePurple, .orangeYellow, .red, .royalBlue]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:26:16: note: annotate 'allThemes' with '@MainActor' if property should only be accessed from the main actor
    static let allThemes: [CalendarTheme] = [.brilliantViolet, .craftBrown, .fluorescentPink, .kiwiGreen, .mauvePurple, .orangeYellow, .red, .royalBlue]
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:26:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let allThemes: [CalendarTheme] = [.brilliantViolet, .craftBrown, .fluorescentPink, .kiwiGreen, .mauvePurple, .orangeYellow, .red, .royalBlue]
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:28:16: warning: static property 'brilliantViolet' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let brilliantViolet = CalendarTheme(primary: .brilliantViolet)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:28:16: note: annotate 'brilliantViolet' with '@MainActor' if property should only be accessed from the main actor
    static let brilliantViolet = CalendarTheme(primary: .brilliantViolet)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:28:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let brilliantViolet = CalendarTheme(primary: .brilliantViolet)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:29:16: warning: static property 'craftBrown' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let craftBrown = CalendarTheme(primary: .craftBrown)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:29:16: note: annotate 'craftBrown' with '@MainActor' if property should only be accessed from the main actor
    static let craftBrown = CalendarTheme(primary: .craftBrown)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let craftBrown = CalendarTheme(primary: .craftBrown)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:30:16: warning: static property 'fluorescentPink' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fluorescentPink = CalendarTheme(primary: .fluorescentPink)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:30:16: note: annotate 'fluorescentPink' with '@MainActor' if property should only be accessed from the main actor
    static let fluorescentPink = CalendarTheme(primary: .fluorescentPink)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fluorescentPink = CalendarTheme(primary: .fluorescentPink)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:31:16: warning: static property 'kiwiGreen' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let kiwiGreen = CalendarTheme(primary: .kiwiGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:31:16: note: annotate 'kiwiGreen' with '@MainActor' if property should only be accessed from the main actor
    static let kiwiGreen = CalendarTheme(primary: .kiwiGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:31:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let kiwiGreen = CalendarTheme(primary: .kiwiGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:32:16: warning: static property 'mauvePurple' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mauvePurple = CalendarTheme(primary: .mauvePurple)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:32:16: note: annotate 'mauvePurple' with '@MainActor' if property should only be accessed from the main actor
    static let mauvePurple = CalendarTheme(primary: .mauvePurple)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mauvePurple = CalendarTheme(primary: .mauvePurple)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:33:16: warning: static property 'orangeYellow' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let orangeYellow = CalendarTheme(primary: .orangeYellow)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:33:16: note: annotate 'orangeYellow' with '@MainActor' if property should only be accessed from the main actor
    static let orangeYellow = CalendarTheme(primary: .orangeYellow)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let orangeYellow = CalendarTheme(primary: .orangeYellow)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:34:16: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let red = CalendarTheme(primary: .red)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:34:16: note: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
    static let red = CalendarTheme(primary: .red)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let red = CalendarTheme(primary: .red)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:35:16: warning: static property 'royalBlue' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let royalBlue = CalendarTheme(primary: .royalBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:35:16: note: annotate 'royalBlue' with '@MainActor' if property should only be accessed from the main actor
    static let royalBlue = CalendarTheme(primary: .royalBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let royalBlue = CalendarTheme(primary: .royalBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let `default`: CalendarTheme = .royalBlue
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    static let `default`: CalendarTheme = .royalBlue
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let `default`: CalendarTheme = .royalBlue
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:47:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'CalendarTheme' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultValue: CalendarTheme = .default
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:5:15: note: consider making struct 'CalendarTheme' conform to the 'Sendable' protocol
public struct CalendarTheme: Equatable, Hashable {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:47:16: note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    static let defaultValue: CalendarTheme = .default
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/EnvironmentKey+CalendarTheme.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultValue: CalendarTheme = .default
               ^
    nonisolated(unsafe)
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/.swiftpm/xcode
    /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Helpers/Extensions/Image+Custom.swift:7:16: warning: static property 'uTurnLeft' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var uTurnLeft: Image = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift:7:16: note: convert 'uTurnLeft' to a 'let' constant to make 'Sendable' shared state immutable
    static var uTurnLeft: Image = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift:7:16: note: annotate 'uTurnLeft' with '@MainActor' if property should only be accessed from the main actor
    static var uTurnLeft: Image = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Image+Custom.swift:7:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var uTurnLeft: Image = {
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ElegantHPages.swift (in target 'ElegantPages' from project 'ElegantPages')
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/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/.swiftpm/xcode
    /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift:130:16: warning: static property 'calendarEarlySwipe' is not concurrency-safe because non-'Sendable' type 'PageTurnType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let calendarEarlySwipe: PageTurnType = .earlyCutoff(
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageTurnType.swift:5:13: note: enum 'PageTurnType' does not conform to the 'Sendable' protocol
public enum PageTurnType {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElegantPages'
import ElegantPages
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift:130:16: note: annotate 'calendarEarlySwipe' with '@MainActor' if property should only be accessed from the main actor
    static let calendarEarlySwipe: PageTurnType = .earlyCutoff(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift:130:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let calendarEarlySwipe: PageTurnType = .earlyCutoff(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift:87:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.yearlyManager.scrollToYear(self.currentMonth)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift:87:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.yearlyManager.scrollToYear(self.currentMonth)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift:100:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
            self.scrollToMonth(month)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/ElegantCalendarManager.swift:100:13: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            self.scrollToMonth(month)
            ^~~~
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/.swiftpm/xcode
    /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:123:16: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'MonthlyCalendarManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mock = MonthlyCalendarManager(configuration: .mock)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:7:14: note: class 'MonthlyCalendarManager' does not conform to the 'Sendable' protocol
public class MonthlyCalendarManager: ObservableObject, ConfigurationDirectAccess {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:123:16: note: annotate 'mock' with '@MainActor' if property should only be accessed from the main actor
    static let mock = MonthlyCalendarManager(configuration: .mock)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mock = MonthlyCalendarManager(configuration: .mock)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift:28:16: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'CalendarConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mock = CalendarConfiguration(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift:6:15: note: consider making struct 'CalendarConfiguration' conform to the 'Sendable' protocol
public struct CalendarConfiguration: Equatable {
              ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift:28:16: note: annotate 'mock' with '@MainActor' if property should only be accessed from the main actor
    static let mock = CalendarConfiguration(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalendarConfiguration.swift:28:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mock = CalendarConfiguration(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:124:16: warning: static property 'mockWithInitialMonth' is not concurrency-safe because non-'Sendable' type 'MonthlyCalendarManager' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mockWithInitialMonth = MonthlyCalendarManager(configuration: .mock, initialMonth: .daysFromToday(60))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:7:14: note: class 'MonthlyCalendarManager' does not conform to the 'Sendable' protocol
public class MonthlyCalendarManager: ObservableObject, ConfigurationDirectAccess {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:124:16: note: annotate 'mockWithInitialMonth' with '@MainActor' if property should only be accessed from the main actor
    static let mockWithInitialMonth = MonthlyCalendarManager(configuration: .mock, initialMonth: .daysFromToday(60))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:124:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mockWithInitialMonth = MonthlyCalendarManager(configuration: .mock, initialMonth: .daysFromToday(60))
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:64:43: warning: call to main actor-isolated static method 'generateSelectionHaptic()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                UIImpactFeedbackGenerator.generateSelectionHaptic()
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift:8:17: note: calls to static method 'generateSelectionHaptic()' from outside of its actor context are implicitly asynchronous
    static func generateSelectionHaptic() {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:56:10: note: add '@MainActor' to make instance method 'configureNewMonth(at:)' part of global actor 'MainActor'
    func configureNewMonth(at page: Int) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:96:39: warning: call to main actor-isolated static method 'generateSelectionHaptic()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIImpactFeedbackGenerator.generateSelectionHaptic()
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift:8:17: note: calls to static method 'generateSelectionHaptic()' from outside of its actor context are implicitly asynchronous
    static func generateSelectionHaptic() {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:94:10: note: add '@MainActor' to make instance method 'dayTapped(day:withHaptic:)' part of global actor 'MainActor'
    func dayTapped(day: Date, withHaptic: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:87:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.dayTapped(day: day, withHaptic: !didScrollToMonth)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:87:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.dayTapped(day: day, withHaptic: !didScrollToMonth)
                ^~~~
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/.swiftpm/xcode
    /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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 -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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
SwiftDriverJobDiscovery normal arm64 Compiling ElegantHList.swift, ElegantVList.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriverJobDiscovery normal arm64 Compiling UIImage+BundleInit.swift, UIImpactFeedbackGenerator+Haptic.swift, CalendarConfiguration.swift, CalenderConstants.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftDriverJobDiscovery normal arm64 Compiling YearlyCalendarManager.swift, Calendar+Axis.swift, Calendar+Buildable.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftDriverJobDiscovery normal arm64 Compiling Date+toString.swift, Enumeration+Matching.swift, EnvironmentKey+CalendarTheme.swift, Image+Custom.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftDriverJobDiscovery normal arm64 Compiling ScrollDirection.swift, ElegantListManager.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriver\ Compilation ElegantPages normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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-16.1.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
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElegantPages.o (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElegantPages.o
SwiftDriverJobDiscovery normal arm64 Compiling LightDarkThemePreview.swift, ElegantCalendarView.swift, DayView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftDriverJobDiscovery normal arm64 Compiling MonthView.swift, MonthlyCalendarView.swift, WeekView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftDriverJobDiscovery normal arm64 Compiling ElegantCalendarManager.swift, MonthlyCalendarManager.swift, PagerState.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftDriverJobDiscovery normal arm64 Compiling SmallWeekView.swift, YearView.swift, YearlyCalendarView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftDriverJobDiscovery normal arm64 Compiling ScrollBackToTodayButton.swift, SmallDayView.swift, SmallMonthView.swift (in target 'ElegantCalendar' from project 'ElegantCalendar')
SwiftDriver\ Compilation ElegantCalendar normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElegantCalendar -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.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-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-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/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.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/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_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/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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElegantCalendar.o normal (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -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-16.1.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.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/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-iphoneos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElegantCalendar.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElegantCalendar.o (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ElegantCalendar.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "elegantpages",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ThasianX/ElegantPages"
    }
  ],
  "manifest_display_name" : "ElegantCalendar",
  "name" : "ElegantCalendar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElegantCalendar",
      "targets" : [
        "ElegantCalendar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElegantCalendar",
      "module_type" : "SwiftTarget",
      "name" : "ElegantCalendar",
      "path" : "Sources/ElegantCalendar",
      "product_dependencies" : [
        "ElegantPages"
      ],
      "product_memberships" : [
        "ElegantCalendar"
      ],
      "sources" : [
        "Helpers/Extensions/Axis+Invert.swift",
        "Helpers/Extensions/Calender+Dates.swift",
        "Helpers/Extensions/Color+CustomColors.swift",
        "Helpers/Extensions/Date+DaysFromToday.swift",
        "Helpers/Extensions/Date+toString.swift",
        "Helpers/Extensions/Enumeration+Matching.swift",
        "Helpers/Extensions/EnvironmentKey+CalendarTheme.swift",
        "Helpers/Extensions/Image+Custom.swift",
        "Helpers/Extensions/UIImage+BundleInit.swift",
        "Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift",
        "Helpers/Models/CalendarConfiguration.swift",
        "Helpers/Models/CalenderConstants.swift",
        "Helpers/Models/ObservableObjects/ElegantCalendarManager.swift",
        "Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift",
        "Helpers/Models/ObservableObjects/PagerState.swift",
        "Helpers/Models/ObservableObjects/YearlyCalendarManager.swift",
        "Helpers/Models/Protocols/Calendar+Axis.swift",
        "Helpers/Models/Protocols/Calendar+Buildable.swift",
        "Helpers/Models/Protocols/ElegantCalendarCommunicator.swift",
        "Helpers/Models/Protocols/ElegantCalendarDataSource.swift",
        "Helpers/Models/Protocols/ElegantCalendarDelegate.swift",
        "Helpers/Previews/LightDarkThemePreview.swift",
        "Views/ElegantCalendarView.swift",
        "Views/Monthly/DayView.swift",
        "Views/Monthly/MonthView.swift",
        "Views/Monthly/MonthlyCalendarView.swift",
        "Views/Monthly/WeekView.swift",
        "Views/Shared/ScrollBackToTodayButton.swift",
        "Views/Yearly/SmallDayView.swift",
        "Views/Yearly/SmallMonthView.swift",
        "Views/Yearly/SmallWeekView.swift",
        "Views/Yearly/YearView.swift",
        "Views/Yearly/YearlyCalendarView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.