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 master (e388fc), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 03:52:20 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/luoxiu/Schedule
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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
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
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/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
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
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/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
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.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
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_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
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\ 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-1745639536011820-swift-frontend-Schedule-Plan.swift-arm64_apple_tvos9.0-o-Onone-4262039743.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7012 seconds (3.8923 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0210 (  4.9%)   0.0847 ( 31.4%)   0.1057 ( 15.1%)   1.6621 ( 42.7%)  parse-and-resolve-imports
   0.0200 (  4.6%)   0.0839 ( 31.1%)   0.1039 ( 14.8%)   1.6602 ( 42.7%)  Import resolution
   0.0840 ( 19.5%)   0.0319 ( 11.8%)   0.1160 ( 16.5%)   0.1176 (  3.0%)  build-rewrite-system
   0.0019 (  0.4%)   0.0132 (  4.9%)   0.0151 (  2.2%)   0.0910 (  2.3%)  load-stdlib
   0.0751 ( 17.4%)   0.0114 (  4.2%)   0.0865 ( 12.3%)   0.0867 (  2.2%)  perform-sema
   0.0751 ( 17.4%)   0.0113 (  4.2%)   0.0864 ( 12.3%)   0.0866 (  2.2%)  Type checking and Semantic analysis
   0.0675 ( 15.6%)   0.0092 (  3.4%)   0.0767 ( 10.9%)   0.0768 (  2.0%)  typecheck-stmt
   0.0112 (  2.6%)   0.0104 (  3.8%)   0.0215 (  3.1%)   0.0218 (  0.6%)  import-clang-decl
   0.0168 (  3.9%)   0.0031 (  1.1%)   0.0199 (  2.8%)   0.0199 (  0.5%)  precheck-target
   0.0120 (  2.8%)   0.0041 (  1.5%)   0.0162 (  2.3%)   0.0162 (  0.4%)  IRGen
   0.0133 (  3.1%)   0.0026 (  1.0%)   0.0159 (  2.3%)   0.0160 (  0.4%)  typecheck-decl
   0.0126 (  2.9%)   0.0016 (  0.6%)   0.0142 (  2.0%)   0.0143 (  0.4%)  typecheck-expr
   0.0078 (  1.8%)   0.0011 (  0.4%)   0.0089 (  1.3%)   0.0089 (  0.2%)  SILGen
   0.0062 (  1.4%)   0.0001 (  0.0%)   0.0063 (  0.9%)   0.0063 (  0.2%)  SIL optimization
   0.0054 (  1.3%)   0.0007 (  0.2%)   0.0061 (  0.9%)   0.0061 (  0.2%)  SILGen-function
   0.0007 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0007 (  0.2%)   0.0000 (  0.0%)   0.0007 (  0.1%)   0.0007 (  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%)  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%)  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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4316 (100.0%)   0.2696 (100.0%)   0.7012 (100.0%)   3.8923 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8942 seconds (3.6738 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9775 (100.0%)   0.9167 (100.0%)   1.8942 (100.0%)   3.6738 (100.0%)  Building Target
   0.9775 (100.0%)   0.9167 (100.0%)   1.8942 (100.0%)   3.6738 (100.0%)  Total
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-1745639536018034-swift-frontend-Schedule-Monthday.swift-arm64_apple_tvos9.0-o-Onone-215483017.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5597 seconds (3.7257 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 (  6.9%)   0.0820 ( 30.5%)   0.1022 ( 18.3%)   1.6465 ( 44.2%)  parse-and-resolve-imports
   0.0191 (  6.6%)   0.0811 ( 30.2%)   0.1003 ( 17.9%)   1.6446 ( 44.1%)  Import resolution
   0.0860 ( 29.6%)   0.0332 ( 12.3%)   0.1192 ( 21.3%)   0.1198 (  3.2%)  build-rewrite-system
   0.0017 (  0.6%)   0.0141 (  5.2%)   0.0158 (  2.8%)   0.0924 (  2.5%)  load-stdlib
   0.0327 ( 11.2%)   0.0098 (  3.6%)   0.0425 (  7.6%)   0.0425 (  1.1%)  perform-sema
   0.0326 ( 11.2%)   0.0098 (  3.6%)   0.0424 (  7.6%)   0.0425 (  1.1%)  Type checking and Semantic analysis
   0.0299 ( 10.3%)   0.0088 (  3.3%)   0.0387 (  6.9%)   0.0387 (  1.0%)  typecheck-stmt
   0.0132 (  4.5%)   0.0106 (  4.0%)   0.0238 (  4.3%)   0.0238 (  0.6%)  import-clang-decl
   0.0162 (  5.6%)   0.0048 (  1.8%)   0.0210 (  3.8%)   0.0210 (  0.6%)  typecheck-expr
   0.0144 (  4.9%)   0.0040 (  1.5%)   0.0184 (  3.3%)   0.0184 (  0.5%)  typecheck-decl
   0.0124 (  4.3%)   0.0038 (  1.4%)   0.0162 (  2.9%)   0.0163 (  0.4%)  precheck-target
   0.0036 (  1.2%)   0.0048 (  1.8%)   0.0084 (  1.5%)   0.0084 (  0.2%)  IRGen
   0.0036 (  1.2%)   0.0001 (  0.0%)   0.0037 (  0.7%)   0.0037 (  0.1%)  SIL optimization
   0.0024 (  0.8%)   0.0009 (  0.3%)   0.0033 (  0.6%)   0.0033 (  0.1%)  SILGen
   0.0018 (  0.6%)   0.0008 (  0.3%)   0.0027 (  0.5%)   0.0027 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0002 (  0.1%)   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%)  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%)  AST verification
   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.2906 (100.0%)   0.2690 (100.0%)   0.5597 (100.0%)   3.7257 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8867 seconds (3.6617 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9075 (100.0%)   0.9791 (100.0%)   1.8867 (100.0%)   3.6617 (100.0%)  Building Target
   0.9075 (100.0%)   0.9791 (100.0%)   1.8867 (100.0%)   3.6617 (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\ 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-1745639536013038-swift-frontend-Schedule-Extensions.swift-arm64_apple_tvos9.0-o-Onone-1530562595.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5815 seconds (3.6787 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0198 (  6.1%)   0.0718 ( 27.7%)   0.0917 ( 15.8%)   1.5933 ( 43.3%)  parse-and-resolve-imports
   0.0189 (  5.9%)   0.0711 ( 27.5%)   0.0900 ( 15.5%)   1.5916 ( 43.3%)  Import resolution
   0.0840 ( 26.1%)   0.0320 ( 12.3%)   0.1160 ( 20.0%)   0.1162 (  3.2%)  build-rewrite-system
   0.0018 (  0.6%)   0.0145 (  5.6%)   0.0163 (  2.8%)   0.1056 (  2.9%)  load-stdlib
   0.0449 ( 13.9%)   0.0150 (  5.8%)   0.0599 ( 10.3%)   0.0612 (  1.7%)  perform-sema
   0.0448 ( 13.9%)   0.0149 (  5.8%)   0.0597 ( 10.3%)   0.0611 (  1.7%)  Type checking and Semantic analysis
   0.0359 ( 11.1%)   0.0079 (  3.0%)   0.0438 (  7.5%)   0.0438 (  1.2%)  typecheck-stmt
   0.0113 (  3.5%)   0.0102 (  3.9%)   0.0215 (  3.7%)   0.0217 (  0.6%)  import-clang-decl
   0.0104 (  3.2%)   0.0070 (  2.7%)   0.0175 (  3.0%)   0.0188 (  0.5%)  typecheck-decl
   0.0128 (  4.0%)   0.0055 (  2.1%)   0.0183 (  3.1%)   0.0185 (  0.5%)  typecheck-expr
   0.0103 (  3.2%)   0.0032 (  1.2%)   0.0135 (  2.3%)   0.0136 (  0.4%)  precheck-target
   0.0077 (  2.4%)   0.0012 (  0.5%)   0.0089 (  1.5%)   0.0090 (  0.2%)  SILGen
   0.0053 (  1.6%)   0.0029 (  1.1%)   0.0082 (  1.4%)   0.0082 (  0.2%)  IRGen
   0.0076 (  2.4%)   0.0005 (  0.2%)   0.0081 (  1.4%)   0.0081 (  0.2%)  SIL optimization
   0.0059 (  1.8%)   0.0008 (  0.3%)   0.0067 (  1.2%)   0.0067 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0004 (  0.1%)   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%)  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.3225 (100.0%)   0.2590 (100.0%)   0.5815 (100.0%)   3.6787 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9177 seconds (3.6752 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9552 (100.0%)   0.9624 (100.0%)   1.9177 (100.0%)   3.6752 (100.0%)  Building Target
   0.9552 (100.0%)   0.9624 (100.0%)   1.9177 (100.0%)   3.6752 (100.0%)  Total
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-1745639536013086-swift-frontend-Schedule-Period.swift-arm64_apple_tvos9.0-o-Onone-600264964.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7005 seconds (3.9045 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0204 (  4.9%)   0.0835 ( 29.9%)   0.1039 ( 14.8%)   1.6652 ( 42.6%)  parse-and-resolve-imports
   0.0195 (  4.6%)   0.0827 ( 29.6%)   0.1021 ( 14.6%)   1.6634 ( 42.6%)  Import resolution
   0.0795 ( 18.9%)   0.0306 ( 11.0%)   0.1101 ( 15.7%)   0.1117 (  2.9%)  build-rewrite-system
   0.0018 (  0.4%)   0.0108 (  3.9%)   0.0125 (  1.8%)   0.0921 (  2.4%)  load-stdlib
   0.0615 ( 14.6%)   0.0133 (  4.8%)   0.0749 ( 10.7%)   0.0749 (  1.9%)  perform-sema
   0.0614 ( 14.6%)   0.0133 (  4.8%)   0.0748 ( 10.7%)   0.0748 (  1.9%)  Type checking and Semantic analysis
   0.0469 ( 11.1%)   0.0083 (  3.0%)   0.0552 (  7.9%)   0.0552 (  1.4%)  typecheck-stmt
   0.0442 ( 10.5%)   0.0082 (  2.9%)   0.0524 (  7.5%)   0.0524 (  1.3%)  typecheck-expr
   0.0117 (  2.8%)   0.0095 (  3.4%)   0.0212 (  3.0%)   0.0214 (  0.5%)  import-clang-decl
   0.0152 (  3.6%)   0.0055 (  2.0%)   0.0208 (  3.0%)   0.0208 (  0.5%)  typecheck-decl
   0.0158 (  3.7%)   0.0039 (  1.4%)   0.0197 (  2.8%)   0.0197 (  0.5%)  SILGen
   0.0111 (  2.6%)   0.0049 (  1.8%)   0.0160 (  2.3%)   0.0160 (  0.4%)  IRGen
   0.0110 (  2.6%)   0.0027 (  1.0%)   0.0137 (  2.0%)   0.0137 (  0.4%)  SILGen-function
   0.0083 (  2.0%)   0.0009 (  0.3%)   0.0093 (  1.3%)   0.0093 (  0.2%)  precheck-target
   0.0088 (  2.1%)   0.0002 (  0.1%)   0.0090 (  1.3%)   0.0090 (  0.2%)  SIL optimization
   0.0020 (  0.5%)   0.0003 (  0.1%)   0.0023 (  0.3%)   0.0023 (  0.1%)  typecheck-for-each
   0.0011 (  0.3%)   0.0002 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0004 (  0.2%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  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%)  module-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%)  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.4211 (100.0%)   0.2794 (100.0%)   0.7005 (100.0%)   3.9045 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8824 seconds (3.6726 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9635 (100.0%)   0.9189 (100.0%)   1.8824 (100.0%)   3.6726 (100.0%)  Building Target
   0.9635 (100.0%)   0.9189 (100.0%)   1.8824 (100.0%)   3.6726 (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)
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-1745639536023982-swift-frontend-Schedule-all-arm64_apple_tvos9.0-swiftmodule-Onone-3892023207.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4017 seconds (3.8496 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0201 ( 10.2%)   0.0703 ( 34.4%)   0.0904 ( 22.5%)   1.7689 ( 45.9%)  parse-and-resolve-imports
   0.0191 (  9.7%)   0.0694 ( 34.0%)   0.0884 ( 22.0%)   1.7669 ( 45.9%)  Import resolution
   0.0016 (  0.8%)   0.0123 (  6.0%)   0.0139 (  3.5%)   0.1026 (  2.7%)  load-stdlib
   0.0358 ( 18.1%)   0.0092 (  4.5%)   0.0450 ( 11.2%)   0.0453 (  1.2%)  perform-sema
   0.0356 ( 18.0%)   0.0092 (  4.5%)   0.0448 ( 11.2%)   0.0451 (  1.2%)  Type checking and Semantic analysis
   0.0351 ( 17.8%)   0.0089 (  4.4%)   0.0440 ( 11.0%)   0.0443 (  1.1%)  typecheck-decl
   0.0107 (  5.4%)   0.0075 (  3.7%)   0.0182 (  4.5%)   0.0189 (  0.5%)  SIL optimization
   0.0121 (  6.1%)   0.0031 (  1.5%)   0.0152 (  3.8%)   0.0152 (  0.4%)  SILGen
   0.0067 (  3.4%)   0.0029 (  1.4%)   0.0096 (  2.4%)   0.0096 (  0.2%)  typecheck-expr
   0.0029 (  1.5%)   0.0040 (  2.0%)   0.0069 (  1.7%)   0.0075 (  0.2%)  Serialization, swiftmodule
   0.0056 (  2.8%)   0.0014 (  0.7%)   0.0070 (  1.7%)   0.0070 (  0.2%)  SILGen-function
   0.0042 (  2.1%)   0.0014 (  0.7%)   0.0056 (  1.4%)   0.0056 (  0.1%)  build-rewrite-system
   0.0019 (  1.0%)   0.0029 (  1.4%)   0.0048 (  1.2%)   0.0049 (  0.1%)  import-clang-decl
   0.0015 (  0.7%)   0.0009 (  0.4%)   0.0024 (  0.6%)   0.0024 (  0.1%)  Serialization, swiftdoc
   0.0014 (  0.7%)   0.0004 (  0.2%)   0.0018 (  0.4%)   0.0018 (  0.0%)  typecheck-stmt
   0.0011 (  0.6%)   0.0002 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.4%)   0.0001 (  0.1%)   0.0010 (  0.2%)   0.0010 (  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.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)  source-file-populate-cache
   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.0001 (  0.0%)   0.0001 (  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%)  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.1974 (100.0%)   0.2043 (100.0%)   0.4017 (100.0%)   3.8496 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1952 seconds (1.9634 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0895 (100.0%)   0.1057 (100.0%)   0.1952 (100.0%)   1.9634 (100.0%)  Building Target
   0.0895 (100.0%)   0.1057 (100.0%)   0.1952 (100.0%)   1.9634 (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\ 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-1745639536026583-swift-frontend-Schedule-RunLoopTask.swift-arm64_apple_tvos9.0-o-Onone-2882100774.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4858 seconds (4.0030 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0208 (  9.3%)   0.0898 ( 34.1%)   0.1105 ( 22.8%)   1.8356 ( 45.9%)  parse-and-resolve-imports
   0.0197 (  8.8%)   0.0887 ( 33.7%)   0.1084 ( 22.3%)   1.8334 ( 45.8%)  Import resolution
   0.0823 ( 36.9%)   0.0303 ( 11.5%)   0.1126 ( 23.2%)   0.1131 (  2.8%)  build-rewrite-system
   0.0017 (  0.8%)   0.0101 (  3.8%)   0.0118 (  2.4%)   0.0773 (  1.9%)  load-stdlib
   0.0181 (  8.1%)   0.0073 (  2.8%)   0.0255 (  5.2%)   0.0256 (  0.6%)  perform-sema
   0.0181 (  8.1%)   0.0073 (  2.8%)   0.0254 (  5.2%)   0.0255 (  0.6%)  Type checking and Semantic analysis
   0.0127 (  5.7%)   0.0111 (  4.2%)   0.0238 (  4.9%)   0.0239 (  0.6%)  import-clang-decl
   0.0125 (  5.6%)   0.0055 (  2.1%)   0.0180 (  3.7%)   0.0181 (  0.5%)  typecheck-decl
   0.0094 (  4.2%)   0.0026 (  1.0%)   0.0120 (  2.5%)   0.0123 (  0.3%)  SILGen
   0.0069 (  3.1%)   0.0024 (  0.9%)   0.0093 (  1.9%)   0.0093 (  0.2%)  typecheck-expr
   0.0048 (  2.2%)   0.0038 (  1.4%)   0.0086 (  1.8%)   0.0087 (  0.2%)  IRGen
   0.0051 (  2.3%)   0.0018 (  0.7%)   0.0069 (  1.4%)   0.0069 (  0.2%)  typecheck-stmt
   0.0056 (  2.5%)   0.0001 (  0.0%)   0.0057 (  1.2%)   0.0057 (  0.1%)  SIL optimization
   0.0026 (  1.2%)   0.0013 (  0.5%)   0.0039 (  0.8%)   0.0042 (  0.1%)  SILGen-function
   0.0016 (  0.7%)   0.0005 (  0.2%)   0.0021 (  0.4%)   0.0021 (  0.1%)  precheck-target
   0.0007 (  0.3%)   0.0004 (  0.1%)   0.0011 (  0.2%)   0.0011 (  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%)  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%)  populate-source-file-class-member-cache
   0.2228 (100.0%)   0.2630 (100.0%)   0.4858 (100.0%)   4.0030 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7399 seconds (3.6552 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8701 (100.0%)   0.8698 (100.0%)   1.7399 (100.0%)   3.6552 (100.0%)  Building Target
   0.8701 (100.0%)   0.8698 (100.0%)   1.7399 (100.0%)   3.6552 (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

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-1745639536019984-swift-frontend-Schedule-TaskCenter.swift-arm64_apple_tvos9.0-o-Onone-1956318528.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0920 seconds (3.6515 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5708 ( 40.5%)   0.3034 ( 44.6%)   0.8742 ( 41.8%)   1.6080 ( 44.0%)  parse-and-resolve-imports
   0.5698 ( 40.4%)   0.3030 ( 44.5%)   0.8728 ( 41.7%)   1.6067 ( 44.0%)  Import resolution
   0.0833 (  5.9%)   0.0234 (  3.4%)   0.1067 (  5.1%)   0.1076 (  2.9%)  build-rewrite-system
   0.0018 (  0.1%)   0.0129 (  1.9%)   0.0147 (  0.7%)   0.1049 (  2.9%)  load-stdlib
   0.0399 (  2.8%)   0.0062 (  0.9%)   0.0461 (  2.2%)   0.0463 (  1.3%)  perform-sema
   0.0398 (  2.8%)   0.0062 (  0.9%)   0.0460 (  2.2%)   0.0462 (  1.3%)  Type checking and Semantic analysis
   0.0273 (  1.9%)   0.0021 (  0.3%)   0.0294 (  1.4%)   0.0294 (  0.8%)  typecheck-stmt
   0.0237 (  1.7%)   0.0026 (  0.4%)   0.0263 (  1.3%)   0.0263 (  0.7%)  typecheck-expr
   0.0117 (  0.8%)   0.0104 (  1.5%)   0.0221 (  1.1%)   0.0222 (  0.6%)  import-clang-decl
   0.0115 (  0.8%)   0.0040 (  0.6%)   0.0156 (  0.7%)   0.0158 (  0.4%)  typecheck-decl
   0.0097 (  0.7%)   0.0049 (  0.7%)   0.0146 (  0.7%)   0.0146 (  0.4%)  IRGen
   0.0073 (  0.5%)   0.0001 (  0.0%)   0.0074 (  0.4%)   0.0074 (  0.2%)  SIL optimization
   0.0060 (  0.4%)   0.0009 (  0.1%)   0.0069 (  0.3%)   0.0069 (  0.2%)  SILGen
   0.0044 (  0.3%)   0.0006 (  0.1%)   0.0050 (  0.2%)   0.0050 (  0.1%)  SILGen-function
   0.0030 (  0.2%)   0.0001 (  0.0%)   0.0031 (  0.1%)   0.0031 (  0.1%)  precheck-target
   0.0007 (  0.1%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  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%)  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
   1.4110 (100.0%)   0.6810 (100.0%)   2.0920 (100.0%)   3.6515 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6786 seconds (3.6595 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5153 (100.0%)   1.1633 (100.0%)   2.6786 (100.0%)   3.6595 (100.0%)  Building Target
   1.5153 (100.0%)   1.1633 (100.0%)   2.6786 (100.0%)   3.6595 (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\ 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-1745639536023205-swift-frontend-Schedule-Atomic.swift-arm64_apple_tvos9.0-o-Onone-1204395316.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5952 seconds (3.6018 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0266 (  9.5%)   0.0931 ( 29.7%)   0.1197 ( 20.1%)   1.6099 ( 44.7%)  parse-and-resolve-imports
   0.0252 (  9.0%)   0.0905 ( 28.8%)   0.1157 ( 19.4%)   1.6026 ( 44.5%)  Import resolution
   0.0862 ( 30.7%)   0.0317 ( 10.1%)   0.1179 ( 19.8%)   0.1185 (  3.3%)  build-rewrite-system
   0.0121 (  4.3%)   0.0413 ( 13.2%)   0.0534 (  9.0%)   0.0785 (  2.2%)  load-stdlib
   0.0258 (  9.2%)   0.0115 (  3.6%)   0.0372 (  6.3%)   0.0384 (  1.1%)  perform-sema
   0.0257 (  9.1%)   0.0114 (  3.6%)   0.0371 (  6.2%)   0.0382 (  1.1%)  Type checking and Semantic analysis
   0.0172 (  6.1%)   0.0099 (  3.2%)   0.0271 (  4.5%)   0.0282 (  0.8%)  typecheck-decl
   0.0119 (  4.2%)   0.0111 (  3.5%)   0.0230 (  3.9%)   0.0231 (  0.6%)  import-clang-decl
   0.0135 (  4.8%)   0.0023 (  0.7%)   0.0158 (  2.7%)   0.0158 (  0.4%)  typecheck-stmt
   0.0108 (  3.8%)   0.0034 (  1.1%)   0.0142 (  2.4%)   0.0142 (  0.4%)  typecheck-expr
   0.0063 (  2.2%)   0.0051 (  1.6%)   0.0114 (  1.9%)   0.0118 (  0.3%)  IRGen
   0.0054 (  1.9%)   0.0009 (  0.3%)   0.0063 (  1.1%)   0.0063 (  0.2%)  precheck-target
   0.0054 (  1.9%)   0.0008 (  0.3%)   0.0062 (  1.0%)   0.0062 (  0.2%)  SILGen
   0.0043 (  1.5%)   0.0001 (  0.0%)   0.0044 (  0.7%)   0.0044 (  0.1%)  SIL optimization
   0.0037 (  1.3%)   0.0006 (  0.2%)   0.0043 (  0.7%)   0.0043 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0004 (  0.1%)   0.0011 (  0.2%)   0.0011 (  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, 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.2812 (100.0%)   0.3139 (100.0%)   0.5952 (100.0%)   3.6018 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9803 seconds (3.6610 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9486 (100.0%)   1.0317 (100.0%)   1.9803 (100.0%)   3.6610 (100.0%)  Building Target
   0.9486 (100.0%)   1.0317 (100.0%)   1.9803 (100.0%)   3.6610 (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\ 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-1745639536025925-swift-frontend-Schedule-Weekday.swift-arm64_apple_tvos9.0-o-Onone-3369254247.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4531 seconds (3.6749 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0193 (  8.6%)   0.0763 ( 33.4%)   0.0956 ( 21.1%)   1.6683 ( 45.4%)  parse-and-resolve-imports
   0.0182 (  8.1%)   0.0753 ( 33.0%)   0.0936 ( 20.7%)   1.6663 ( 45.3%)  Import resolution
   0.0867 ( 38.5%)   0.0324 ( 14.2%)   0.1191 ( 26.3%)   0.1191 (  3.2%)  build-rewrite-system
   0.0017 (  0.8%)   0.0078 (  3.4%)   0.0095 (  2.1%)   0.0854 (  2.3%)  load-stdlib
   0.0229 ( 10.2%)   0.0067 (  2.9%)   0.0295 (  6.5%)   0.0296 (  0.8%)  perform-sema
   0.0228 ( 10.1%)   0.0066 (  2.9%)   0.0295 (  6.5%)   0.0295 (  0.8%)  Type checking and Semantic analysis
   0.0116 (  5.2%)   0.0112 (  4.9%)   0.0229 (  5.0%)   0.0233 (  0.6%)  import-clang-decl
   0.0127 (  5.6%)   0.0029 (  1.3%)   0.0156 (  3.4%)   0.0156 (  0.4%)  typecheck-stmt
   0.0109 (  4.8%)   0.0037 (  1.6%)   0.0147 (  3.2%)   0.0147 (  0.4%)  typecheck-decl
   0.0025 (  1.1%)   0.0024 (  1.1%)   0.0050 (  1.1%)   0.0050 (  0.1%)  IRGen
   0.0040 (  1.8%)   0.0007 (  0.3%)   0.0047 (  1.0%)   0.0047 (  0.1%)  precheck-target
   0.0030 (  1.3%)   0.0004 (  0.2%)   0.0034 (  0.7%)   0.0034 (  0.1%)  SILGen
   0.0027 (  1.2%)   0.0001 (  0.0%)   0.0028 (  0.6%)   0.0028 (  0.1%)  SIL optimization
   0.0023 (  1.0%)   0.0003 (  0.1%)   0.0026 (  0.6%)   0.0026 (  0.1%)  SILGen-function
   0.0019 (  0.8%)   0.0006 (  0.3%)   0.0025 (  0.6%)   0.0025 (  0.1%)  typecheck-expr
   0.0007 (  0.3%)   0.0004 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0008 (  0.4%)   0.0001 (  0.1%)   0.0009 (  0.2%)   0.0009 (  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%)  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.2250 (100.0%)   0.2281 (100.0%)   0.4531 (100.0%)   3.6749 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8521 seconds (3.6534 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9045 (100.0%)   0.9476 (100.0%)   1.8521 (100.0%)   3.6534 (100.0%)  Building Target
   0.9045 (100.0%)   0.9476 (100.0%)   1.8521 (100.0%)   3.6534 (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\ 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-1745639536023928-swift-frontend-Schedule-Task.swift-arm64_apple_tvos9.0-o-Onone-1588776035.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6258 seconds (3.6379 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4282 ( 37.9%)   0.2026 ( 40.8%)   0.6308 ( 38.8%)   1.5917 ( 43.8%)  parse-and-resolve-imports
   0.4266 ( 37.8%)   0.2002 ( 40.3%)   0.6269 ( 38.6%)   1.5846 ( 43.6%)  Import resolution
   0.0844 (  7.5%)   0.0260 (  5.2%)   0.1105 (  6.8%)   0.1110 (  3.1%)  build-rewrite-system
   0.0016 (  0.1%)   0.0107 (  2.2%)   0.0123 (  0.8%)   0.0959 (  2.6%)  load-stdlib
   0.0364 (  3.2%)   0.0103 (  2.1%)   0.0467 (  2.9%)   0.0493 (  1.4%)  perform-sema
   0.0363 (  3.2%)   0.0103 (  2.1%)   0.0466 (  2.9%)   0.0493 (  1.4%)  Type checking and Semantic analysis
   0.0179 (  1.6%)   0.0073 (  1.5%)   0.0252 (  1.6%)   0.0275 (  0.8%)  typecheck-decl
   0.0203 (  1.8%)   0.0043 (  0.9%)   0.0247 (  1.5%)   0.0252 (  0.7%)  typecheck-expr
   0.0215 (  1.9%)   0.0032 (  0.6%)   0.0247 (  1.5%)   0.0251 (  0.7%)  typecheck-stmt
   0.0120 (  1.1%)   0.0104 (  2.1%)   0.0224 (  1.4%)   0.0227 (  0.6%)  import-clang-decl
   0.0099 (  0.9%)   0.0032 (  0.6%)   0.0131 (  0.8%)   0.0131 (  0.4%)  IRGen
   0.0120 (  1.1%)   0.0001 (  0.0%)   0.0121 (  0.7%)   0.0121 (  0.3%)  SIL optimization
   0.0077 (  0.7%)   0.0037 (  0.8%)   0.0115 (  0.7%)   0.0115 (  0.3%)  SILGen
   0.0075 (  0.7%)   0.0023 (  0.5%)   0.0097 (  0.6%)   0.0103 (  0.3%)  precheck-target
   0.0055 (  0.5%)   0.0017 (  0.3%)   0.0072 (  0.4%)   0.0072 (  0.2%)  SILGen-function
   0.0008 (  0.1%)   0.0002 (  0.0%)   0.0010 (  0.1%)   0.0010 (  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.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%)  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%)  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
   1.1290 (100.0%)   0.4968 (100.0%)   1.6258 (100.0%)   3.6379 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4561 seconds (3.6570 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3886 (100.0%)   1.0675 (100.0%)   2.4561 (100.0%)   3.6570 (100.0%)  Building Target
   1.3886 (100.0%)   1.0675 (100.0%)   2.4561 (100.0%)   3.6570 (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\ 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-1745639538070853-swift-frontend-Schedule-Time.swift-arm64_apple_tvos9.0-o-Onone-3744889949.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5406 seconds (0.5418 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0535 ( 13.8%)   0.0201 ( 13.1%)   0.0736 ( 13.6%)   0.0737 ( 13.6%)  build-rewrite-system
   0.0566 ( 14.6%)   0.0164 ( 10.7%)   0.0730 ( 13.5%)   0.0732 ( 13.5%)  perform-sema
   0.0565 ( 14.6%)   0.0164 ( 10.7%)   0.0729 ( 13.5%)   0.0731 ( 13.5%)  Type checking and Semantic analysis
   0.0534 ( 13.8%)   0.0156 ( 10.2%)   0.0690 ( 12.8%)   0.0691 ( 12.8%)  typecheck-stmt
   0.0483 ( 12.5%)   0.0150 (  9.8%)   0.0634 ( 11.7%)   0.0635 ( 11.7%)  typecheck-expr
   0.0188 (  4.8%)   0.0197 ( 12.8%)   0.0385 (  7.1%)   0.0385 (  7.1%)  parse-and-resolve-imports
   0.0176 (  4.6%)   0.0188 ( 12.2%)   0.0364 (  6.7%)   0.0364 (  6.7%)  Import resolution
   0.0132 (  3.4%)   0.0100 (  6.5%)   0.0232 (  4.3%)   0.0233 (  4.3%)  import-clang-decl
   0.0173 (  4.5%)   0.0058 (  3.8%)   0.0231 (  4.3%)   0.0231 (  4.3%)  typecheck-decl
   0.0150 (  3.9%)   0.0049 (  3.2%)   0.0199 (  3.7%)   0.0200 (  3.7%)  precheck-target
   0.0115 (  3.0%)   0.0022 (  1.4%)   0.0137 (  2.5%)   0.0137 (  2.5%)  SILGen
   0.0086 (  2.2%)   0.0041 (  2.7%)   0.0127 (  2.4%)   0.0129 (  2.4%)  IRGen
   0.0070 (  1.8%)   0.0012 (  0.8%)   0.0082 (  1.5%)   0.0082 (  1.5%)  SILGen-function
   0.0065 (  1.7%)   0.0000 (  0.0%)   0.0065 (  1.2%)   0.0065 (  1.2%)  SIL optimization
   0.0011 (  0.3%)   0.0027 (  1.8%)   0.0038 (  0.7%)   0.0039 (  0.7%)  load-stdlib
   0.0010 (  0.2%)   0.0003 (  0.2%)   0.0013 (  0.2%)   0.0013 (  0.2%)  load-all-members
   0.0006 (  0.2%)   0.0001 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  typecheck-expr-pattern
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  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
   0.3871 (100.0%)   0.1535 (100.0%)   0.5406 (100.0%)   0.5418 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4736 seconds (1.6100 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6862 (100.0%)   0.7874 (100.0%)   1.4736 (100.0%)   1.6100 (100.0%)  Building Target
   0.6862 (100.0%)   0.7874 (100.0%)   1.4736 (100.0%)   1.6100 (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

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 Time.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
SwiftDriverJobDiscovery normal arm64 Compiling TaskCenter.swift (in target 'Schedule' from project 'Schedule')
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 Task.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Monthday.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Weekday.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Period.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 Extensions.swift, Interval.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:19.919 appintentsmetadataprocessor[705:3966] Starting appintentsmetadataprocessor export
2025-04-25 20:52:19.922 appintentsmetadataprocessor[705:3966] 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.