The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build ElegantCalendar, reference master (3d1e83), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 05:38:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantCalendar -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ThasianX/ElegantCalendar.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThasianX/ElegantCalendar
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3d1e836 Fix issue https://github.com/ThasianX/ElegantCalendar/issues/43
Cloned https://github.com/ThasianX/ElegantCalendar.git
Revision (git rev-parse @):
3d1e8369ffb233e392ee36ad6ff0fd38ad4846b2
SUCCESS checkout https://github.com/ThasianX/ElegantCalendar.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ThasianX/ElegantCalendar.git
https://github.com/ThasianX/ElegantCalendar.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ThasianX/ElegantPages
Creating working copy of package ‘ElegantPages’
Checking out 1.4.2 of package ‘ElegantPages’
Resolve Package Graph
Resolved source packages:
  ElegantCalendar: /Users/admin/builder/spi-builder-workspace
  ElegantPages: https://github.com/ThasianX/ElegantPages @ 1.4.2
resolved source packages: ElegantCalendar, ElegantPages
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ElegantCalendar"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantCalendar -destination generic/platform=tvOS 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
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ElegantCalendar -destination generic/platform=tvOS "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 settings from command line:
    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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  ElegantPages: https://github.com/ThasianX/ElegantPages @ 1.4.2
  ElegantCalendar: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ElegantCalendar' in project 'ElegantCalendar'
        ➜ Explicit dependency on target 'ElegantCalendar' in project 'ElegantCalendar'
        ➜ Explicit dependency on target 'ElegantPages' in project 'ElegantPages'
    Target 'ElegantCalendar' in project 'ElegantCalendar'
        ➜ Explicit dependency on target 'ElegantPages' in project 'ElegantPages'
    Target 'ElegantPages' in project 'ElegantPages'
        ➜ Explicit dependency on target 'ElegantPages' in project 'ElegantPages'
    Target 'ElegantPages' in project 'ElegantPages' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a01e265ce667d63a9ec68a06fd30f37c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a01e265ce667d63a9ec68a06fd30f37c.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/ElegantPages.modulemap (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/ElegantPages.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/ElegantPages.DependencyStaticMetadataFileList (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/ElegantPages.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/ElegantPages.DependencyMetadataFileList (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/ElegantPages.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages-OutputFileMap.json (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.SwiftConstValuesFileList (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages_const_extract_protocols.json (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.SwiftFileList (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.LinkFileList (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.SwiftFileList (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.SwiftConstValuesFileList (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ElegantPages.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/ElegantPages.modulemap (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/ElegantPages.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.LinkFileList (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-OutputFileMap.json (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/ElegantCalendar.modulemap (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/ElegantCalendar.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/ElegantCalendar.DependencyStaticMetadataFileList (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/ElegantCalendar.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/ElegantCalendar.DependencyMetadataFileList (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/ElegantCalendar.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ElegantCalendar.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/ElegantCalendar.modulemap (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/ElegantCalendar.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-16.3.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-appletvos/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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantPages (in target 'ElegantPages' from project 'ElegantPages')
EmitSwiftModule normal arm64 (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantHPages.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantHPages.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantHPages.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantListController.swift,\ ElegantListView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListView.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListController.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListView.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:22:17: error: 'DragGesture' is unavailable in tvOS
                DragGesture()
                ^~~~~~~~~~~
SwiftUI.DragGesture:3:42: note: 'DragGesture' has been explicitly marked unavailable here
@MainActor @preconcurrency public struct DragGesture : Gesture {
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListView.swift:22:17: error: 'init(minimumDistance:coordinateSpace:)' is unavailable in tvOS
                DragGesture()
                ^~~~~~~~~~~
SwiftUI.DragGesture.init:4:37: note: 'init(minimumDistance:coordinateSpace:)' has been explicitly marked unavailable here
  @MainActor @preconcurrency public init(minimumDistance: CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local)}
                                    ^
SwiftCompile normal arm64 Compiling\ ScrollDirection.swift,\ ElegantListManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/ScrollDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantListManager.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/ScrollDirection.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantListManager.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantVPages.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantVPages.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantVPages.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Comparable+Clamped.swift,\ View+Erased.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/View+Erased.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/Comparable+Clamped.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/View+Erased.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantHList.swift,\ ElegantVList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantHList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantVList.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantHList.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantVList.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PageViewBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageViewBuilder.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageViewBuilder.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantPagesView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift:32:17: error: 'DragGesture' is unavailable in tvOS
                DragGesture()
                ^~~~~~~~~~~
SwiftUI.DragGesture:3:42: note: 'DragGesture' has been explicitly marked unavailable here
@MainActor @preconcurrency public struct DragGesture : Gesture {
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift:32:17: error: 'init(minimumDistance:coordinateSpace:)' is unavailable in tvOS
                DragGesture()
                ^~~~~~~~~~~
SwiftUI.DragGesture.init:4:37: note: 'init(minimumDistance:coordinateSpace:)' has been explicitly marked unavailable here
  @MainActor @preconcurrency public init(minimumDistance: CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local)}
                                    ^
SwiftCompile normal arm64 Compiling\ ElegantPagesManager.swift,\ PageTurnType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantPagesManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageTurnType.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantPagesManager.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageTurnType.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Constants.swift,\ PageState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/PageState.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/PageState.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ElegantPages (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /Applications/Xcode-16.3.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-appletvos/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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Constants.swift, PageState.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ElegantPages-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages-Swift.h (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ElegantPages-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftmodule (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftdoc (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.abi.json (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftsourceinfo (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-16.3.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-appletvos/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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/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-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantCalendar (in target 'ElegantCalendar' from project 'ElegantCalendar')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.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-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantCalendar -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.abi.json
EmitSwiftModule normal arm64 (in target 'ElegantCalendar' from project 'ElegantCalendar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/Color+CustomColors.swift:7:49: error: 'systemBackground' is unavailable in tvOS
    static let systemBackground = Color(UIColor.systemBackground)
                                                ^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:199:49: note: 'systemBackground' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBackgroundColor                   API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(tvos, watchos);
                                                ^
/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: add '@MainActor' to make static property 'allThemes' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'brilliantViolet' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'craftBrown' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'fluorescentPink' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'kiwiGreen' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'mauvePurple' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'orangeYellow' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'royalBlue' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    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: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    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)
/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: add '@MainActor' to make static property 'uTurnLeft' part of global actor 'MainActor'
    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)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift:7:42: error: 'UISelectionFeedbackGenerator' is unavailable in tvOS
    private static var selectionHaptic = UISelectionFeedbackGenerator()
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISelectionFeedbackGenerator.h:15:12: note: 'UISelectionFeedbackGenerator' has been explicitly marked unavailable here
@interface UISelectionFeedbackGenerator : UIFeedbackGenerator
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Extensions/UIImpactFeedbackGenerator+Haptic.swift:5:11: error: 'UIImpactFeedbackGenerator' is unavailable in tvOS
extension UIImpactFeedbackGenerator {
          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
@interface UIImpactFeedbackGenerator : UIFeedbackGenerator
           ^
/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: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    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/CalenderConstants.swift:5:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
let screen = UIScreen.main.bounds
    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift:15:20: warning: static property 'cellWidth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var cellWidth: CGFloat!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift:15:20: note: convert 'cellWidth' to a 'let' constant to make 'Sendable' shared state immutable
        static var cellWidth: CGFloat!
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift:15:20: note: add '@MainActor' to make static property 'cellWidth' part of global actor 'MainActor'
        static var cellWidth: CGFloat!
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/CalenderConstants.swift:15:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var cellWidth: CGFloat!
                   ^
        nonisolated(unsafe)
/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: add '@MainActor' to make static property 'calendarEarlySwipe' part of global actor 'MainActor'
    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/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: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    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/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: add '@MainActor' to make static property 'mockWithInitialMonth' part of global actor 'MainActor'
    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/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: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    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)
/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: add '@MainActor' to make static property 'mockWithInitialYear' part of global actor 'MainActor'
    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)
/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 requirement from protocol 'MonthlyCalendarManagerDirectAccess'; 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: requirement 'calendarManager' declared here
    var calendarManager: MonthlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:9:25: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated requirement from protocol 'MonthlyCalendarManagerDirectAccess'; this is an error in the Swift 6 language mode
    @ObservedObject var calendarManager: MonthlyCalendarManager
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:5:25: note: add '@preconcurrency' to the 'MonthlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
struct MonthView: View, MonthlyCalendarManagerDirectAccess {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:130:9: note: requirement 'calendarManager' declared here
    var calendarManager: MonthlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:115:9: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated requirement from protocol 'MonthlyCalendarManagerDirectAccess'; this is an error in the Swift 6 language mode
    let calendarManager: MonthlyCalendarManager
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthView.swift:113:45: note: add '@preconcurrency' to the 'MonthlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
private struct CalendarAccessoryView: View, MonthlyCalendarManagerDirectAccess {
                                            ^
                                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:130:9: note: requirement 'calendarManager' declared here
    var calendarManager: MonthlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:11:32: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated requirement from protocol 'MonthlyCalendarManagerDirectAccess'; this is an error in the Swift 6 language mode
    @ObservedObject public var calendarManager: MonthlyCalendarManager
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:6:42: note: add '@preconcurrency' to the 'MonthlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
public struct MonthlyCalendarView: View, MonthlyCalendarManagerDirectAccess {
                                         ^
                                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:130:9: note: requirement 'calendarManager' declared here
    var calendarManager: MonthlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:94:16: warning: static property 'monthlyEarlyCutoff' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var monthlyEarlyCutoff: PageTurnType = .earlyCutoff(config: .monthlyConfig)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:94:16: note: convert 'monthlyEarlyCutoff' to a 'let' constant to make 'Sendable' shared state immutable
    static var monthlyEarlyCutoff: PageTurnType = .earlyCutoff(config: .monthlyConfig)
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:94:16: note: add '@MainActor' to make static property 'monthlyEarlyCutoff' part of global actor 'MainActor'
    static var monthlyEarlyCutoff: PageTurnType = .earlyCutoff(config: .monthlyConfig)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:94:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var monthlyEarlyCutoff: PageTurnType = .earlyCutoff(config: .monthlyConfig)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:100:16: warning: static property 'monthlyConfig' is not concurrency-safe because non-'Sendable' type 'EarlyCutOffConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    static let monthlyConfig = EarlyCutOffConfiguration(
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageTurnType.swift:12:15: note: struct 'EarlyCutOffConfiguration' does not conform to the 'Sendable' protocol
public struct EarlyCutOffConfiguration {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ElegantPages'
import ElegantPages
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:100:16: note: add '@MainActor' to make static property 'monthlyConfig' part of global actor 'MainActor'
    static let monthlyConfig = EarlyCutOffConfiguration(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/MonthlyCalendarView.swift:100:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let monthlyConfig = EarlyCutOffConfiguration(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:7:9: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated requirement from protocol 'MonthlyCalendarManagerDirectAccess'; this is an error in the Swift 6 language mode
    let calendarManager: MonthlyCalendarManager
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Monthly/WeekView.swift:5:24: note: add '@preconcurrency' to the 'MonthlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
struct WeekView: View, MonthlyCalendarManagerDirectAccess {
                       ^
                       @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/MonthlyCalendarManager.swift:130:9: note: requirement 'calendarManager' declared here
    var calendarManager: MonthlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:7:9: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated requirement from protocol 'YearlyCalendarManagerDirectAccess'; this is an error in the Swift 6 language mode
    let calendarManager: YearlyCalendarManager
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallDayView.swift:5:28: note: add '@preconcurrency' to the 'YearlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
struct SmallDayView: View, YearlyCalendarManagerDirectAccess {
                           ^
                           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:87:9: note: requirement 'calendarManager' declared here
    var calendarManager: YearlyCalendarManager { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:9:9: warning: main actor-isolated property 'calendarManager' cannot be used to satisfy nonisolated requirement from protocol 'YearlyCalendarManagerDirectAccess'; this is an error in the Swift 6 language mode
    let calendarManager: YearlyCalendarManager
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Views/Yearly/SmallMonthView.swift:5:30: note: add '@preconcurrency' to the 'YearlyCalendarManagerDirectAccess' conformance to defer isolation checking to run time
struct SmallMonthView: View, YearlyCalendarManagerDirectAccess {
                             ^
                             @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantCalendar/Helpers/Models/ObservableObjects/YearlyCalendarManager.swift:87:9: note: requirement 'calendarManager' declared here
    var calendarManager: YearlyCalendarManager { get }
        ^
/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 requirement from protocol 'YearlyCalendarManagerDirectAccess'; 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: requirement 'calendarManager' declared here
    var calendarManager: YearlyCalendarManager { get }
        ^
/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 requirement from protocol 'YearlyCalendarManagerDirectAccess'; 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: requirement 'calendarManager' declared here
    var calendarManager: YearlyCalendarManager { get }
        ^
/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 requirement from protocol 'YearlyCalendarManagerDirectAccess'; 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: requirement 'calendarManager' declared here
    var calendarManager: YearlyCalendarManager { get }
        ^
SwiftCompile normal arm64 Compiling\ LightDarkThemePreview.swift,\ ElegantCalendarView.swift,\ DayView.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 (in target 'ElegantCalendar' from project 'ElegantCalendar')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListView.swift (in target 'ElegantPages' from project 'ElegantPages')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift (in target 'ElegantPages' from project 'ElegantPages')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantCalendar (in target 'ElegantCalendar' from project 'ElegantCalendar')
	EmitSwiftModule normal arm64 (in target 'ElegantCalendar' from project 'ElegantCalendar')
	SwiftCompile normal arm64 Compiling\ LightDarkThemePreview.swift,\ ElegantCalendarView.swift,\ DayView.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 (in target 'ElegantCalendar' from project 'ElegantCalendar')
	Building workspace spi-builder-workspace with scheme ElegantCalendar
(6 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ElegantCalendar: /Users/admin/builder/spi-builder-workspace
  ElegantPages: https://github.com/ThasianX/ElegantPages @ 1.4.2
resolved source packages: ElegantCalendar, ElegantPages
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ElegantCalendar"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantCalendar -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ElegantCalendar -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  ElegantCalendar: /Users/admin/builder/spi-builder-workspace
  ElegantPages: https://github.com/ThasianX/ElegantPages @ 1.4.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ElegantCalendar' in project 'ElegantCalendar'
        ➜ Explicit dependency on target 'ElegantCalendar' in project 'ElegantCalendar'
        ➜ Explicit dependency on target 'ElegantPages' in project 'ElegantPages'
    Target 'ElegantCalendar' in project 'ElegantCalendar'
        ➜ Explicit dependency on target 'ElegantPages' in project 'ElegantPages'
    Target 'ElegantPages' in project 'ElegantPages'
        ➜ Explicit dependency on target 'ElegantPages' in project 'ElegantPages'
    Target 'ElegantPages' in project 'ElegantPages' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b1feee4704756e53350fcde85def74b2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b1feee4704756e53350fcde85def74b2.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-16.3.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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ScrollDirection.swift,\ ElegantListManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/ScrollDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantListManager.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/ScrollDirection.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantListManager.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantPagesView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift:32:17: error: 'DragGesture' is unavailable in tvOS
                DragGesture()
                ^~~~~~~~~~~
SwiftUI.DragGesture:3:42: note: 'DragGesture' has been explicitly marked unavailable here
@MainActor @preconcurrency public struct DragGesture : Gesture {
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift:32:17: error: 'init(minimumDistance:coordinateSpace:)' is unavailable in tvOS
                DragGesture()
                ^~~~~~~~~~~
SwiftUI.DragGesture.init:4:37: note: 'init(minimumDistance:coordinateSpace:)' has been explicitly marked unavailable here
  @MainActor @preconcurrency public init(minimumDistance: CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local)}
                                    ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/View+Erased.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantHList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantVList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/PageState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/ScrollDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantListManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantPagesManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageTurnType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageViewBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantHPages.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantVPages.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPagesView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPagesView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPagesView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPagesView.dia -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.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 -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantPages -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPagesView.o -index-unit-output-path /ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPagesView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PageViewBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageViewBuilder.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageViewBuilder.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantHPages.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantHPages.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantHPages.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Constants.swift,\ PageState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/PageState.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/Constants.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Internal/PageState.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantListController.swift,\ ElegantListView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListView.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListController.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Internal/ElegantListView.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantHList.swift,\ ElegantVList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantHList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantVList.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantHList.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Lists/Public/ElegantVList.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Comparable+Clamped.swift,\ View+Erased.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/View+Erased.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/Comparable+Clamped.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Extensions/View+Erased.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantPages (in target 'ElegantPages' from project 'ElegantPages')
EmitSwiftModule normal arm64 (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantPagesManager.swift,\ PageTurnType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantPagesManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageTurnType.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/ElegantPagesManager.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Models/Public/PageTurnType.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ElegantVPages.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantVPages.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Public/ElegantVPages.swift (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ElegantPagesManager.swift, PageTurnType.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriverJobDiscovery normal arm64 Compiling PageViewBuilder.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriverJobDiscovery normal arm64 Compiling Comparable+Clamped.swift, View+Erased.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriverJobDiscovery normal arm64 Compiling ElegantHPages.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriverJobDiscovery normal arm64 Compiling Constants.swift, PageState.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriverJobDiscovery normal arm64 Compiling ScrollDirection.swift, ElegantListManager.swift (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriverJobDiscovery normal arm64 Emitting module for ElegantPages (in target 'ElegantPages' from project 'ElegantPages')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /Applications/Xcode-16.3.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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/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-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftmodule (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.abi.json (in target 'ElegantPages' from project 'ElegantPages')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantPages.build/Debug-appletvos/ElegantPages.build/Objects-normal/arm64/ElegantPages.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ElegantPages.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-16.3.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-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/ElegantCalendar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantCalendar.build/Debug-appletvos/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-appletvos/ElegantCalendar.build/Objects-normal/arm64/ElegantCalendar-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift (in target 'ElegantPages' from project 'ElegantPages')
	SwiftCompile normal arm64 Compiling\ ElegantPagesView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ElegantPages/Sources/ElegantPages/Pages/Internal/ElegantPagesView.swift (in target 'ElegantPages' from project 'ElegantPages')
	Building workspace spi-builder-workspace with scheme ElegantCalendar
(3 failures)
BUILD FAILURE 6.1 tvOS