The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Schedule, reference 2.1.1 (e388fc), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 03:52:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Schedule-Package -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 Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/luoxiu/Schedule.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/luoxiu/Schedule
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at e388fca Merge branch 'master' of https://github.com/luoxiu/Schedule
Cloned https://github.com/luoxiu/Schedule.git
Revision (git rev-parse @):
e388fcab1d870f32c0359a414fda81b8e81b98c9
SUCCESS checkout https://github.com/luoxiu/Schedule.git at 2.1.1
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/luoxiu/Schedule.git
https://github.com/luoxiu/Schedule.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Schedule",
  "name" : "Schedule",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Schedule",
      "targets" : [
        "Schedule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ScheduleTests",
      "module_type" : "SwiftTarget",
      "name" : "ScheduleTests",
      "path" : "Tests/ScheduleTests",
      "sources" : [
        "AtomicTests.swift",
        "BagTests.swift",
        "ExtensionsTests.swift",
        "Helpers.swift",
        "IntervalTests.swift",
        "MonthdayTests.swift",
        "PeriodTests.swift",
        "PlanTests.swift",
        "TaskCenterTests.swift",
        "TaskTests.swift",
        "TimeTests.swift",
        "WeekdayTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Schedule"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Schedule",
      "module_type" : "SwiftTarget",
      "name" : "Schedule",
      "path" : "Sources/Schedule",
      "product_memberships" : [
        "Schedule"
      ],
      "sources" : [
        "Atomic.swift",
        "Bag.swift",
        "Extensions.swift",
        "Interval.swift",
        "Monthday.swift",
        "Period.swift",
        "Plan.swift",
        "RunLoopTask.swift",
        "Task.swift",
        "TaskCenter.swift",
        "Time.swift",
        "Weekday.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Schedule",
  "name" : "Schedule",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Schedule",
      "targets" : [
        "Schedule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ScheduleTests",
      "module_type" : "SwiftTarget",
      "name" : "ScheduleTests",
      "path" : "Tests/ScheduleTests",
      "sources" : [
        "AtomicTests.swift",
        "BagTests.swift",
        "ExtensionsTests.swift",
        "Helpers.swift",
        "IntervalTests.swift",
        "MonthdayTests.swift",
        "PeriodTests.swift",
        "PlanTests.swift",
        "TaskCenterTests.swift",
        "TaskTests.swift",
        "TimeTests.swift",
        "WeekdayTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Schedule"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Schedule",
      "module_type" : "SwiftTarget",
      "name" : "Schedule",
      "path" : "Sources/Schedule",
      "product_memberships" : [
        "Schedule"
      ],
      "sources" : [
        "Atomic.swift",
        "Bag.swift",
        "Extensions.swift",
        "Interval.swift",
        "Monthday.swift",
        "Period.swift",
        "Plan.swift",
        "RunLoopTask.swift",
        "Task.swift",
        "TaskCenter.swift",
        "Time.swift",
        "Weekday.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Schedule",
    "schemes" : [
      "Schedule-Package"
    ],
    "targets" : [
      "Schedule",
      "SchedulePackageDescription",
      "SchedulePackageTests",
      "ScheduleTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Schedule-Package -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 Schedule-Package -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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Schedule' in project 'Schedule' (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: b0f3b82cf3561ef12299cec9553bb8ac
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b0f3b82cf3561ef12299cec9553bb8ac.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/Schedule.xcodeproj
    /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/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
    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/Schedule.xcodeproj
    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/Schedule.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Schedule.DependencyStaticMetadataFileList (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Schedule.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Schedule.DependencyMetadataFileList (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Schedule.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Headers (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.SwiftFileList (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.SwiftConstValuesFileList (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-OutputFileMap.json (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.LinkFileList (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj/Schedule_Info.plist (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj/Schedule_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Info.plist
SwiftDriver Schedule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Schedule -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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 -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 -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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.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/Schedule.build/Debug-appletvos/Schedule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule_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/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Extensions.swift,\ Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Extensions.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Interval.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639540990460-swift-frontend-Schedule-Extensions.swift-arm64_apple_tvos9.0-o-Onone-3015121649.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2171 seconds (3.7222 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2876 ( 33.5%)   0.1276 ( 35.7%)   0.4153 ( 34.1%)   1.6231 ( 43.6%)  parse-and-resolve-imports
   0.2864 ( 33.3%)   0.1240 ( 34.7%)   0.4104 ( 33.7%)   1.6156 ( 43.4%)  Import resolution
   0.0823 (  9.6%)   0.0245 (  6.9%)   0.1068 (  8.8%)   0.1069 (  2.9%)  build-rewrite-system
   0.0017 (  0.2%)   0.0169 (  4.7%)   0.0186 (  1.5%)   0.1038 (  2.8%)  load-stdlib
   0.0462 (  5.4%)   0.0140 (  3.9%)   0.0602 (  4.9%)   0.0623 (  1.7%)  perform-sema
   0.0461 (  5.4%)   0.0140 (  3.9%)   0.0600 (  4.9%)   0.0622 (  1.7%)  Type checking and Semantic analysis
   0.0359 (  4.2%)   0.0052 (  1.4%)   0.0411 (  3.4%)   0.0411 (  1.1%)  typecheck-stmt
   0.0115 (  1.3%)   0.0088 (  2.5%)   0.0203 (  1.7%)   0.0224 (  0.6%)  typecheck-decl
   0.0120 (  1.4%)   0.0095 (  2.7%)   0.0215 (  1.8%)   0.0215 (  0.6%)  import-clang-decl
   0.0142 (  1.6%)   0.0060 (  1.7%)   0.0202 (  1.7%)   0.0206 (  0.6%)  typecheck-expr
   0.0102 (  1.2%)   0.0024 (  0.7%)   0.0126 (  1.0%)   0.0126 (  0.3%)  precheck-target
   0.0075 (  0.9%)   0.0006 (  0.2%)   0.0081 (  0.7%)   0.0081 (  0.2%)  SIL optimization
   0.0071 (  0.8%)   0.0009 (  0.2%)   0.0079 (  0.7%)   0.0079 (  0.2%)  SILGen
   0.0049 (  0.6%)   0.0021 (  0.6%)   0.0069 (  0.6%)   0.0070 (  0.2%)  IRGen
   0.0053 (  0.6%)   0.0005 (  0.1%)   0.0058 (  0.5%)   0.0058 (  0.2%)  SILGen-function
   0.0008 (  0.1%)   0.0003 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8599 (100.0%)   0.3572 (100.0%)   1.2171 (100.0%)   3.7222 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.2006 seconds (3.6638 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2228 (100.0%)   0.9778 (100.0%)   2.2006 (100.0%)   3.6638 (100.0%)  Building Target
   1.2228 (100.0%)   0.9778 (100.0%)   2.2006 (100.0%)   3.6638 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Schedule (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639541003126-swift-frontend-Schedule-all-arm64_apple_tvos9.0-swiftmodule-Onone-3764648767.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3567 seconds (3.8182 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0216 ( 11.7%)   0.0531 ( 30.8%)   0.0747 ( 21.0%)   1.7600 ( 46.1%)  parse-and-resolve-imports
   0.0206 ( 11.2%)   0.0524 ( 30.4%)   0.0730 ( 20.5%)   1.7583 ( 46.0%)  Import resolution
   0.0015 (  0.8%)   0.0093 (  5.4%)   0.0108 (  3.0%)   0.0946 (  2.5%)  load-stdlib
   0.0324 ( 17.6%)   0.0079 (  4.6%)   0.0403 ( 11.3%)   0.0403 (  1.1%)  perform-sema
   0.0323 ( 17.5%)   0.0078 (  4.5%)   0.0401 ( 11.2%)   0.0401 (  1.1%)  Type checking and Semantic analysis
   0.0318 ( 17.3%)   0.0076 (  4.4%)   0.0394 ( 11.0%)   0.0394 (  1.0%)  typecheck-decl
   0.0098 (  5.3%)   0.0133 (  7.7%)   0.0232 (  6.5%)   0.0268 (  0.7%)  SIL optimization
   0.0027 (  1.5%)   0.0105 (  6.1%)   0.0132 (  3.7%)   0.0167 (  0.4%)  Serialization, swiftmodule
   0.0099 (  5.4%)   0.0021 (  1.2%)   0.0120 (  3.4%)   0.0120 (  0.3%)  SILGen
   0.0058 (  3.2%)   0.0022 (  1.3%)   0.0080 (  2.3%)   0.0080 (  0.2%)  typecheck-expr
   0.0046 (  2.5%)   0.0011 (  0.6%)   0.0057 (  1.6%)   0.0057 (  0.1%)  SILGen-function
   0.0040 (  2.2%)   0.0012 (  0.7%)   0.0052 (  1.5%)   0.0052 (  0.1%)  build-rewrite-system
   0.0018 (  1.0%)   0.0026 (  1.5%)   0.0043 (  1.2%)   0.0044 (  0.1%)  import-clang-decl
   0.0014 (  0.8%)   0.0009 (  0.5%)   0.0023 (  0.6%)   0.0023 (  0.1%)  Serialization, swiftdoc
   0.0012 (  0.6%)   0.0003 (  0.2%)   0.0015 (  0.4%)   0.0015 (  0.0%)  typecheck-stmt
   0.0009 (  0.5%)   0.0001 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.4%)   0.0001 (  0.0%)   0.0009 (  0.2%)   0.0009 (  0.0%)  precheck-target
   0.0007 (  0.4%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.1842 (100.0%)   0.1725 (100.0%)   0.3567 (100.0%)   3.8182 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1729 seconds (1.9456 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0839 (100.0%)   0.0890 (100.0%)   0.1729 (100.0%)   1.9456 (100.0%)  Building Target
   0.0839 (100.0%)   0.0890 (100.0%)   0.1729 (100.0%)   1.9456 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: warning: static property 'quantifiers' is not concurrency-safe because non-'Sendable' type 'Atomic<[String : Int]>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift:4:13: note: generic class 'Atomic' does not conform to the 'Sendable' protocol
final class Atomic<T> {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: add '@MainActor' to make static property 'quantifiers' part of global actor 'MainActor'
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: warning: let '_default' is not concurrency-safe because non-'Sendable' type 'TaskCenter' may have shared mutable state; this is an error in the Swift 6 language mode
private let _default = TaskCenter()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:31:12: note: class 'TaskCenter' does not conform to the 'Sendable' protocol
open class TaskCenter {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: note: add '@MainActor' to make let '_default' part of global actor 'MainActor'
private let _default = TaskCenter()
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _default = TaskCenter()
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TaskCenter.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639540994039-swift-frontend-Schedule-TaskCenter.swift-arm64_apple_tvos9.0-o-Onone-3480381717.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4337 seconds (4.3565 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0195 (  6.7%)   0.0336 ( 23.4%)   0.0531 ( 12.3%)   1.9555 ( 44.9%)  parse-and-resolve-imports
   0.0184 (  6.3%)   0.0327 ( 22.8%)   0.0511 ( 11.8%)   1.9535 ( 44.8%)  Import resolution
   0.0019 (  0.7%)   0.0146 ( 10.2%)   0.0165 (  3.8%)   0.1333 (  3.1%)  load-stdlib
   0.0530 ( 18.3%)   0.0181 ( 12.6%)   0.0711 ( 16.4%)   0.0710 (  1.6%)  build-rewrite-system
   0.0421 ( 14.5%)   0.0082 (  5.7%)   0.0503 ( 11.6%)   0.0505 (  1.2%)  perform-sema
   0.0421 ( 14.5%)   0.0082 (  5.7%)   0.0502 ( 11.6%)   0.0505 (  1.2%)  Type checking and Semantic analysis
   0.0286 (  9.8%)   0.0033 (  2.3%)   0.0319 (  7.4%)   0.0321 (  0.7%)  typecheck-stmt
   0.0251 (  8.6%)   0.0042 (  2.9%)   0.0293 (  6.7%)   0.0294 (  0.7%)  typecheck-expr
   0.0120 (  4.1%)   0.0094 (  6.6%)   0.0215 (  4.9%)   0.0216 (  0.5%)  import-clang-decl
   0.0126 (  4.4%)   0.0047 (  3.3%)   0.0174 (  4.0%)   0.0175 (  0.4%)  typecheck-decl
   0.0115 (  4.0%)   0.0042 (  2.9%)   0.0157 (  3.6%)   0.0158 (  0.4%)  IRGen
   0.0070 (  2.4%)   0.0010 (  0.7%)   0.0081 (  1.9%)   0.0081 (  0.2%)  SILGen
   0.0073 (  2.5%)   0.0001 (  0.1%)   0.0074 (  1.7%)   0.0075 (  0.2%)  SIL optimization
   0.0054 (  1.9%)   0.0007 (  0.5%)   0.0060 (  1.4%)   0.0060 (  0.1%)  SILGen-function
   0.0028 (  1.0%)   0.0002 (  0.1%)   0.0030 (  0.7%)   0.0030 (  0.1%)  precheck-target
   0.0007 (  0.2%)   0.0003 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2903 (100.0%)   0.1433 (100.0%)   0.4337 (100.0%)   4.3565 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4850 seconds (3.6560 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6965 (100.0%)   0.7885 (100.0%)   1.4850 (100.0%)   3.6560 (100.0%)  Building Target
   0.6965 (100.0%)   0.7885 (100.0%)   1.4850 (100.0%)   3.6560 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: warning: let '_default' is not concurrency-safe because non-'Sendable' type 'TaskCenter' may have shared mutable state; this is an error in the Swift 6 language mode
private let _default = TaskCenter()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:31:12: note: class 'TaskCenter' does not conform to the 'Sendable' protocol
open class TaskCenter {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: note: add '@MainActor' to make let '_default' part of global actor 'MainActor'
private let _default = TaskCenter()
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _default = TaskCenter()
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Weekday.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Weekday.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639540995677-swift-frontend-Schedule-Weekday.swift-arm64_apple_tvos9.0-o-Onone-1043072372.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3715 seconds (4.4529 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0208 ( 10.1%)   0.0455 ( 27.5%)   0.0662 ( 17.8%)   2.0620 ( 46.3%)  parse-and-resolve-imports
   0.0197 (  9.6%)   0.0446 ( 26.9%)   0.0643 ( 17.3%)   2.0601 ( 46.3%)  Import resolution
   0.0015 (  0.7%)   0.0149 (  9.0%)   0.0164 (  4.4%)   0.1046 (  2.3%)  load-stdlib
   0.0548 ( 26.6%)   0.0212 ( 12.8%)   0.0760 ( 20.4%)   0.0760 (  1.7%)  build-rewrite-system
   0.0252 ( 12.2%)   0.0078 (  4.7%)   0.0330 (  8.9%)   0.0334 (  0.8%)  perform-sema
   0.0252 ( 12.2%)   0.0078 (  4.7%)   0.0329 (  8.9%)   0.0333 (  0.7%)  Type checking and Semantic analysis
   0.0115 (  5.6%)   0.0087 (  5.3%)   0.0203 (  5.5%)   0.0204 (  0.5%)  import-clang-decl
   0.0142 (  6.9%)   0.0039 (  2.4%)   0.0181 (  4.9%)   0.0185 (  0.4%)  typecheck-stmt
   0.0118 (  5.7%)   0.0040 (  2.4%)   0.0158 (  4.2%)   0.0158 (  0.4%)  typecheck-decl
   0.0037 (  1.8%)   0.0039 (  2.4%)   0.0076 (  2.0%)   0.0076 (  0.2%)  IRGen
   0.0045 (  2.2%)   0.0012 (  0.7%)   0.0058 (  1.5%)   0.0059 (  0.1%)  precheck-target
   0.0035 (  1.7%)   0.0005 (  0.3%)   0.0041 (  1.1%)   0.0041 (  0.1%)  SILGen
   0.0027 (  1.3%)   0.0005 (  0.3%)   0.0031 (  0.8%)   0.0031 (  0.1%)  SILGen-function
   0.0022 (  1.0%)   0.0007 (  0.4%)   0.0028 (  0.8%)   0.0028 (  0.1%)  typecheck-expr
   0.0027 (  1.3%)   0.0000 (  0.0%)   0.0028 (  0.7%)   0.0028 (  0.1%)  SIL optimization
   0.0008 (  0.4%)   0.0003 (  0.2%)   0.0011 (  0.3%)   0.0011 (  0.0%)  load-all-members
   0.0010 (  0.5%)   0.0001 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.0%)  typecheck-expr-pattern
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2059 (100.0%)   0.1656 (100.0%)   0.3715 (100.0%)   4.4529 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4206 seconds (3.6517 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6271 (100.0%)   0.7935 (100.0%)   1.4206 (100.0%)   3.6517 (100.0%)  Building Target
   0.6271 (100.0%)   0.7935 (100.0%)   1.4206 (100.0%)   3.6517 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Weekday.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Atomic.swift,\ Bag.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Bag.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639541007286-swift-frontend-Schedule-Atomic.swift-arm64_apple_tvos9.0-o-Onone-832491286.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4703 seconds (3.6453 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 (  8.1%)   0.0533 ( 26.1%)   0.0748 ( 15.9%)   1.6214 ( 44.5%)  parse-and-resolve-imports
   0.0205 (  7.7%)   0.0525 ( 25.8%)   0.0730 ( 15.5%)   1.6196 ( 44.4%)  Import resolution
   0.0826 ( 31.0%)   0.0273 ( 13.4%)   0.1099 ( 23.4%)   0.1101 (  3.0%)  build-rewrite-system
   0.0017 (  0.7%)   0.0115 (  5.6%)   0.0132 (  2.8%)   0.0915 (  2.5%)  load-stdlib
   0.0277 ( 10.4%)   0.0123 (  6.0%)   0.0400 (  8.5%)   0.0408 (  1.1%)  perform-sema
   0.0277 ( 10.4%)   0.0123 (  6.0%)   0.0399 (  8.5%)   0.0407 (  1.1%)  Type checking and Semantic analysis
   0.0188 (  7.0%)   0.0106 (  5.2%)   0.0294 (  6.2%)   0.0301 (  0.8%)  typecheck-decl
   0.0124 (  4.7%)   0.0103 (  5.0%)   0.0227 (  4.8%)   0.0228 (  0.6%)  import-clang-decl
   0.0140 (  5.3%)   0.0025 (  1.2%)   0.0165 (  3.5%)   0.0165 (  0.5%)  typecheck-stmt
   0.0113 (  4.3%)   0.0033 (  1.6%)   0.0146 (  3.1%)   0.0148 (  0.4%)  typecheck-expr
   0.0060 (  2.3%)   0.0042 (  2.1%)   0.0102 (  2.2%)   0.0103 (  0.3%)  IRGen
   0.0066 (  2.5%)   0.0015 (  0.7%)   0.0081 (  1.7%)   0.0085 (  0.2%)  SILGen
   0.0056 (  2.1%)   0.0009 (  0.4%)   0.0065 (  1.4%)   0.0065 (  0.2%)  precheck-target
   0.0046 (  1.7%)   0.0012 (  0.6%)   0.0058 (  1.2%)   0.0062 (  0.2%)  SILGen-function
   0.0043 (  1.6%)   0.0001 (  0.0%)   0.0043 (  0.9%)   0.0043 (  0.1%)  SIL optimization
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2664 (100.0%)   0.2039 (100.0%)   0.4703 (100.0%)   3.6453 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8523 seconds (3.6436 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9297 (100.0%)   0.9226 (100.0%)   1.8523 (100.0%)   3.6436 (100.0%)  Building Target
   0.9297 (100.0%)   0.9226 (100.0%)   1.8523 (100.0%)   3.6436 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Bag.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Period.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639541005011-swift-frontend-Schedule-Period.swift-arm64_apple_tvos9.0-o-Onone-3054401148.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5711 seconds (4.0485 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0193 (  4.6%)   0.0243 ( 15.7%)   0.0436 (  7.6%)   1.7139 ( 42.3%)  parse-and-resolve-imports
   0.0182 (  4.4%)   0.0232 ( 15.0%)   0.0414 (  7.2%)   1.7117 ( 42.3%)  Import resolution
   0.0016 (  0.4%)   0.0106 (  6.8%)   0.0122 (  2.1%)   0.1477 (  3.6%)  load-stdlib
   0.0793 ( 19.1%)   0.0284 ( 18.3%)   0.1076 ( 18.8%)   0.1079 (  2.7%)  build-rewrite-system
   0.0609 ( 14.6%)   0.0125 (  8.0%)   0.0734 ( 12.8%)   0.0736 (  1.8%)  perform-sema
   0.0608 ( 14.6%)   0.0125 (  8.0%)   0.0733 ( 12.8%)   0.0736 (  1.8%)  Type checking and Semantic analysis
   0.0465 ( 11.2%)   0.0078 (  5.0%)   0.0543 (  9.5%)   0.0543 (  1.3%)  typecheck-stmt
   0.0433 ( 10.4%)   0.0076 (  4.9%)   0.0509 (  8.9%)   0.0509 (  1.3%)  typecheck-expr
   0.0129 (  3.1%)   0.0105 (  6.8%)   0.0234 (  4.1%)   0.0235 (  0.6%)  import-clang-decl
   0.0150 (  3.6%)   0.0051 (  3.3%)   0.0201 (  3.5%)   0.0204 (  0.5%)  typecheck-decl
   0.0159 (  3.8%)   0.0035 (  2.3%)   0.0194 (  3.4%)   0.0194 (  0.5%)  SILGen
   0.0100 (  2.4%)   0.0047 (  3.0%)   0.0147 (  2.6%)   0.0147 (  0.4%)  IRGen
   0.0112 (  2.7%)   0.0025 (  1.6%)   0.0137 (  2.4%)   0.0137 (  0.3%)  SILGen-function
   0.0082 (  2.0%)   0.0009 (  0.6%)   0.0091 (  1.6%)   0.0091 (  0.2%)  precheck-target
   0.0087 (  2.1%)   0.0002 (  0.1%)   0.0089 (  1.6%)   0.0089 (  0.2%)  SIL optimization
   0.0021 (  0.5%)   0.0003 (  0.2%)   0.0024 (  0.4%)   0.0024 (  0.1%)  typecheck-for-each
   0.0012 (  0.3%)   0.0002 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0003 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4158 (100.0%)   0.1553 (100.0%)   0.5711 (100.0%)   4.0485 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6975 seconds (3.6444 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9311 (100.0%)   0.7663 (100.0%)   1.6975 (100.0%)   3.6444 (100.0%)  Building Target
   0.9311 (100.0%)   0.7663 (100.0%)   1.6975 (100.0%)   3.6444 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: warning: static property 'quantifiers' is not concurrency-safe because non-'Sendable' type 'Atomic<[String : Int]>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift:4:13: note: generic class 'Atomic' does not conform to the 'Sendable' protocol
final class Atomic<T> {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: add '@MainActor' to make static property 'quantifiers' part of global actor 'MainActor'
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Plan.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Plan.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639541004566-swift-frontend-Schedule-Plan.swift-arm64_apple_tvos9.0-o-Onone-4248982746.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5951 seconds (3.8099 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0199 (  4.7%)   0.0404 ( 23.7%)   0.0603 ( 10.1%)   1.6175 ( 42.5%)  parse-and-resolve-imports
   0.0188 (  4.4%)   0.0395 ( 23.1%)   0.0583 (  9.8%)   1.6154 ( 42.4%)  Import resolution
   0.0016 (  0.4%)   0.0112 (  6.5%)   0.0128 (  2.2%)   0.1111 (  2.9%)  load-stdlib
   0.0819 ( 19.3%)   0.0264 ( 15.5%)   0.1083 ( 18.2%)   0.1083 (  2.8%)  build-rewrite-system
   0.0746 ( 17.6%)   0.0109 (  6.4%)   0.0854 ( 14.4%)   0.0862 (  2.3%)  perform-sema
   0.0745 ( 17.6%)   0.0108 (  6.4%)   0.0853 ( 14.3%)   0.0861 (  2.3%)  Type checking and Semantic analysis
   0.0666 ( 15.7%)   0.0077 (  4.5%)   0.0742 ( 12.5%)   0.0742 (  1.9%)  typecheck-stmt
   0.0120 (  2.8%)   0.0110 (  6.4%)   0.0230 (  3.9%)   0.0230 (  0.6%)  import-clang-decl
   0.0160 (  3.8%)   0.0023 (  1.3%)   0.0183 (  3.1%)   0.0183 (  0.5%)  precheck-target
   0.0134 (  3.2%)   0.0036 (  2.1%)   0.0170 (  2.9%)   0.0177 (  0.5%)  typecheck-decl
   0.0114 (  2.7%)   0.0039 (  2.3%)   0.0153 (  2.6%)   0.0153 (  0.4%)  IRGen
   0.0115 (  2.7%)   0.0012 (  0.7%)   0.0127 (  2.1%)   0.0127 (  0.3%)  typecheck-expr
   0.0086 (  2.0%)   0.0008 (  0.5%)   0.0094 (  1.6%)   0.0094 (  0.2%)  SILGen
   0.0061 (  1.4%)   0.0005 (  0.3%)   0.0067 (  1.1%)   0.0067 (  0.2%)  SILGen-function
   0.0060 (  1.4%)   0.0001 (  0.1%)   0.0061 (  1.0%)   0.0061 (  0.2%)  SIL optimization
   0.0007 (  0.2%)   0.0004 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0006 (  0.1%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-for-each
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4245 (100.0%)   0.1706 (100.0%)   0.5951 (100.0%)   3.8099 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8342 seconds (3.6435 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9922 (100.0%)   0.8420 (100.0%)   1.8342 (100.0%)   3.6435 (100.0%)  Building Target
   0.9922 (100.0%)   0.8420 (100.0%)   1.8342 (100.0%)   3.6435 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Task.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Task.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639541004633-swift-frontend-Schedule-Task.swift-arm64_apple_tvos9.0-o-Onone-409247150.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5598 seconds (4.0511 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0254 (  7.5%)   0.0517 ( 23.5%)   0.0772 ( 13.8%)   1.8103 ( 44.7%)  parse-and-resolve-imports
   0.0244 (  7.2%)   0.0510 ( 23.2%)   0.0754 ( 13.5%)   1.8085 ( 44.6%)  Import resolution
   0.0794 ( 23.4%)   0.0268 ( 12.2%)   0.1062 ( 19.0%)   0.1065 (  2.6%)  build-rewrite-system
   0.0132 (  3.9%)   0.0416 ( 18.9%)   0.0548 (  9.8%)   0.0795 (  2.0%)  load-stdlib
   0.0381 ( 11.2%)   0.0080 (  3.6%)   0.0461 (  8.2%)   0.0461 (  1.1%)  perform-sema
   0.0380 ( 11.2%)   0.0080 (  3.6%)   0.0460 (  8.2%)   0.0460 (  1.1%)  Type checking and Semantic analysis
   0.0237 (  7.0%)   0.0036 (  1.7%)   0.0273 (  4.9%)   0.0273 (  0.7%)  typecheck-stmt
   0.0218 (  6.4%)   0.0044 (  2.0%)   0.0262 (  4.7%)   0.0262 (  0.6%)  typecheck-expr
   0.0126 (  3.7%)   0.0108 (  4.9%)   0.0234 (  4.2%)   0.0234 (  0.6%)  import-clang-decl
   0.0179 (  5.3%)   0.0047 (  2.1%)   0.0227 (  4.0%)   0.0227 (  0.6%)  typecheck-decl
   0.0105 (  3.1%)   0.0048 (  2.2%)   0.0153 (  2.7%)   0.0153 (  0.4%)  IRGen
   0.0118 (  3.5%)   0.0002 (  0.1%)   0.0121 (  2.2%)   0.0121 (  0.3%)  SIL optimization
   0.0081 (  2.4%)   0.0018 (  0.8%)   0.0099 (  1.8%)   0.0099 (  0.2%)  SILGen
   0.0080 (  2.4%)   0.0012 (  0.6%)   0.0092 (  1.6%)   0.0092 (  0.2%)  precheck-target
   0.0057 (  1.7%)   0.0010 (  0.4%)   0.0067 (  1.2%)   0.0067 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3398 (100.0%)   0.2200 (100.0%)   0.5598 (100.0%)   4.0511 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7503 seconds (3.6494 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9277 (100.0%)   0.8226 (100.0%)   1.7503 (100.0%)   3.6494 (100.0%)  Building Target
   0.9277 (100.0%)   0.8226 (100.0%)   1.7503 (100.0%)   3.6494 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Task.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Monthday.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Monthday.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639541004085-swift-frontend-Schedule-Monthday.swift-arm64_apple_tvos9.0-o-Onone-630717570.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4231 seconds (3.6245 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 (  6.7%)   0.0239 ( 16.4%)   0.0424 ( 10.0%)   1.5733 ( 43.4%)  parse-and-resolve-imports
   0.0174 (  6.3%)   0.0231 ( 15.9%)   0.0405 (  9.6%)   1.5714 ( 43.4%)  Import resolution
   0.0017 (  0.6%)   0.0118 (  8.1%)   0.0136 (  3.2%)   0.1493 (  4.1%)  load-stdlib
   0.0827 ( 29.8%)   0.0278 ( 19.1%)   0.1105 ( 26.1%)   0.1106 (  3.1%)  build-rewrite-system
   0.0312 ( 11.2%)   0.0105 (  7.2%)   0.0417 (  9.9%)   0.0427 (  1.2%)  perform-sema
   0.0312 ( 11.2%)   0.0105 (  7.2%)   0.0416 (  9.8%)   0.0427 (  1.2%)  Type checking and Semantic analysis
   0.0276 ( 10.0%)   0.0069 (  4.7%)   0.0345 (  8.2%)   0.0345 (  1.0%)  typecheck-stmt
   0.0138 (  5.0%)   0.0115 (  7.9%)   0.0253 (  6.0%)   0.0255 (  0.7%)  import-clang-decl
   0.0148 (  5.3%)   0.0052 (  3.6%)   0.0200 (  4.7%)   0.0208 (  0.6%)  typecheck-expr
   0.0136 (  4.9%)   0.0051 (  3.5%)   0.0188 (  4.4%)   0.0190 (  0.5%)  typecheck-decl
   0.0120 (  4.3%)   0.0029 (  2.0%)   0.0149 (  3.5%)   0.0149 (  0.4%)  precheck-target
   0.0035 (  1.2%)   0.0031 (  2.1%)   0.0066 (  1.6%)   0.0071 (  0.2%)  IRGen
   0.0026 (  0.9%)   0.0016 (  1.1%)   0.0043 (  1.0%)   0.0043 (  0.1%)  SILGen
   0.0038 (  1.4%)   0.0001 (  0.0%)   0.0039 (  0.9%)   0.0039 (  0.1%)  SIL optimization
   0.0020 (  0.7%)   0.0014 (  1.0%)   0.0034 (  0.8%)   0.0035 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0002 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2775 (100.0%)   0.1456 (100.0%)   0.4231 (100.0%)   3.6245 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8027 seconds (3.6398 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9188 (100.0%)   0.8839 (100.0%)   1.8027 (100.0%)   3.6398 (100.0%)  Building Target
   0.9188 (100.0%)   0.8839 (100.0%)   1.8027 (100.0%)   3.6398 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Monthday.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Time.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Time.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639540999014-swift-frontend-Schedule-Time.swift-arm64_apple_tvos9.0-o-Onone-3800185494.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5774 seconds (4.2389 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7315 ( 40.2%)   0.3316 ( 43.7%)   1.0632 ( 41.3%)   1.8509 ( 43.7%)  parse-and-resolve-imports
   0.7303 ( 40.2%)   0.3306 ( 43.5%)   1.0609 ( 41.2%)   1.8486 ( 43.6%)  Import resolution
   0.0793 (  4.4%)   0.0199 (  2.6%)   0.0992 (  3.8%)   0.1001 (  2.4%)  build-rewrite-system
   0.0017 (  0.1%)   0.0123 (  1.6%)   0.0139 (  0.5%)   0.0991 (  2.3%)  load-stdlib
   0.0523 (  2.9%)   0.0112 (  1.5%)   0.0636 (  2.5%)   0.0636 (  1.5%)  perform-sema
   0.0523 (  2.9%)   0.0112 (  1.5%)   0.0635 (  2.5%)   0.0635 (  1.5%)  Type checking and Semantic analysis
   0.0487 (  2.7%)   0.0101 (  1.3%)   0.0588 (  2.3%)   0.0588 (  1.4%)  typecheck-stmt
   0.0443 (  2.4%)   0.0100 (  1.3%)   0.0543 (  2.1%)   0.0543 (  1.3%)  typecheck-expr
   0.0141 (  0.8%)   0.0105 (  1.4%)   0.0246 (  1.0%)   0.0247 (  0.6%)  import-clang-decl
   0.0168 (  0.9%)   0.0051 (  0.7%)   0.0220 (  0.9%)   0.0219 (  0.5%)  typecheck-decl
   0.0130 (  0.7%)   0.0022 (  0.3%)   0.0152 (  0.6%)   0.0152 (  0.4%)  precheck-target
   0.0108 (  0.6%)   0.0010 (  0.1%)   0.0118 (  0.5%)   0.0118 (  0.3%)  SILGen
   0.0071 (  0.4%)   0.0026 (  0.3%)   0.0097 (  0.4%)   0.0097 (  0.2%)  IRGen
   0.0069 (  0.4%)   0.0006 (  0.1%)   0.0075 (  0.3%)   0.0075 (  0.2%)  SILGen-function
   0.0066 (  0.4%)   0.0000 (  0.0%)   0.0066 (  0.3%)   0.0066 (  0.2%)  SIL optimization
   0.0009 (  0.1%)   0.0003 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  load-all-members
   0.0007 (  0.0%)   0.0001 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.8178 (100.0%)   0.7595 (100.0%)   2.5774 (100.0%)   4.2389 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6283 seconds (3.6452 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5886 (100.0%)   1.0397 (100.0%)   2.6283 (100.0%)   3.6452 (100.0%)  Building Target
   1.5886 (100.0%)   1.0397 (100.0%)   2.6283 (100.0%)   3.6452 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Time.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RunLoopTask.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639543020359-swift-frontend-Schedule-RunLoopTask.swift-arm64_apple_tvos9.0-o-Onone-1522734088.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2802 seconds (0.2825 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0576 ( 31.4%)   0.0206 ( 21.4%)   0.0783 ( 27.9%)   0.0783 ( 27.7%)  build-rewrite-system
   0.0176 (  9.6%)   0.0188 ( 19.5%)   0.0365 ( 13.0%)   0.0372 ( 13.2%)  parse-and-resolve-imports
   0.0165 (  9.0%)   0.0177 ( 18.3%)   0.0342 ( 12.2%)   0.0349 ( 12.4%)  Import resolution
   0.0118 (  6.4%)   0.0107 ( 11.0%)   0.0225 (  8.0%)   0.0226 (  8.0%)  import-clang-decl
   0.0166 (  9.0%)   0.0059 (  6.1%)   0.0225 (  8.0%)   0.0225 (  8.0%)  perform-sema
   0.0165 (  9.0%)   0.0059 (  6.1%)   0.0225 (  8.0%)   0.0225 (  8.0%)  Type checking and Semantic analysis
   0.0115 (  6.3%)   0.0043 (  4.4%)   0.0158 (  5.6%)   0.0158 (  5.6%)  typecheck-decl
   0.0087 (  4.7%)   0.0021 (  2.2%)   0.0109 (  3.9%)   0.0112 (  4.0%)  SILGen
   0.0065 (  3.5%)   0.0020 (  2.1%)   0.0085 (  3.0%)   0.0085 (  3.0%)  typecheck-expr
   0.0043 (  2.3%)   0.0035 (  3.6%)   0.0078 (  2.8%)   0.0078 (  2.7%)  IRGen
   0.0046 (  2.5%)   0.0016 (  1.6%)   0.0062 (  2.2%)   0.0062 (  2.2%)  typecheck-stmt
   0.0054 (  2.9%)   0.0001 (  0.1%)   0.0055 (  2.0%)   0.0055 (  1.9%)  SIL optimization
   0.0025 (  1.4%)   0.0011 (  1.2%)   0.0036 (  1.3%)   0.0040 (  1.4%)  SILGen-function
   0.0010 (  0.5%)   0.0015 (  1.6%)   0.0025 (  0.9%)   0.0025 (  0.9%)  load-stdlib
   0.0014 (  0.8%)   0.0004 (  0.4%)   0.0018 (  0.7%)   0.0018 (  0.6%)  precheck-target
   0.0007 (  0.4%)   0.0003 (  0.3%)   0.0010 (  0.4%)   0.0010 (  0.3%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1836 (100.0%)   0.0966 (100.0%)   0.2802 (100.0%)   0.2825 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4803 seconds (1.6311 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6708 (100.0%)   0.8095 (100.0%)   1.4803 (100.0%)   1.6311 (100.0%)  Building Target
   0.6708 (100.0%)   0.8095 (100.0%)   1.4803 (100.0%)   1.6311 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for Schedule (in target 'Schedule' from project 'Schedule')
SwiftDriver\ Compilation\ Requirements Schedule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Schedule -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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 -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 -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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.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/Schedule.build/Debug-appletvos/Schedule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule_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/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Weekday.swift (in target 'Schedule' from project 'Schedule')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Headers/Schedule-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Headers/Schedule-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.swiftmodule (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.swiftdoc (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.abi.json (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Modules/Schedule.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.swiftsourceinfo (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Modules/Schedule.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TaskCenter.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Time.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift, Bag.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Period.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Monthday.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift, Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Task.swift (in target 'Schedule' from project 'Schedule')
SwiftDriver\ Compilation Schedule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Schedule -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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 -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 -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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-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/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.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/Schedule.build/Debug-appletvos/Schedule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule_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/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Schedule normal (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos9.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -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 -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.LinkFileList -install_name @rpath/Schedule.framework/Schedule -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Schedule
ExtractAppIntentsMetadata (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Schedule --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 9.0 --bundle-identifier Schedule --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework --target-triple arm64-apple-tvos9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Schedule --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Schedule.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Schedule.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-appletvos/Schedule.build/Objects-normal/arm64/Schedule.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 20:52:25.232 appintentsmetadataprocessor[704:3926] Starting appintentsmetadataprocessor export
2025-04-25 20:52:25.234 appintentsmetadataprocessor[704:3926] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/Schedule.framework/Schedule.tbd (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -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 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework/Schedule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/Schedule.framework/Schedule.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Schedule.framework
/Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Schedule' from project 'Schedule')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Schedule",
  "name" : "Schedule",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Schedule",
      "targets" : [
        "Schedule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ScheduleTests",
      "module_type" : "SwiftTarget",
      "name" : "ScheduleTests",
      "path" : "Tests/ScheduleTests",
      "sources" : [
        "AtomicTests.swift",
        "BagTests.swift",
        "ExtensionsTests.swift",
        "Helpers.swift",
        "IntervalTests.swift",
        "MonthdayTests.swift",
        "PeriodTests.swift",
        "PlanTests.swift",
        "TaskCenterTests.swift",
        "TaskTests.swift",
        "TimeTests.swift",
        "WeekdayTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Schedule"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Schedule",
      "module_type" : "SwiftTarget",
      "name" : "Schedule",
      "path" : "Sources/Schedule",
      "product_memberships" : [
        "Schedule"
      ],
      "sources" : [
        "Atomic.swift",
        "Bag.swift",
        "Extensions.swift",
        "Interval.swift",
        "Monthday.swift",
        "Period.swift",
        "Plan.swift",
        "RunLoopTask.swift",
        "Task.swift",
        "TaskCenter.swift",
        "Time.swift",
        "Weekday.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.