The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Schedule, reference master (ca6494), with Swift 6.1 for tvOS using Xcode 16.3 on 12 Mar 2026 03:27:23 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.68.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 ca64940 Remove Travis badge from README
Cloned https://github.com/luoxiu/Schedule.git
Revision (git rev-parse @):
ca64940da38282f4ee7ec915a1c3a7e1a2ff02a0
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: 158047529dfcae3d7bf13195b3f56d0a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/158047529dfcae3d7bf13195b3f56d0a.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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
    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/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_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.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.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.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\ Period.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286038633910-swift-frontend-Schedule-Period.swift-arm64_apple_tvos9.0-o-Onone-1996978463.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6877 seconds (3.2255 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0245 (  5.9%)   0.0703 ( 26.0%)   0.0947 ( 13.8%)   1.3509 ( 41.9%)  parse-and-resolve-imports
   0.0234 (  5.6%)   0.0690 ( 25.5%)   0.0924 ( 13.4%)   1.3480 ( 41.8%)  Import resolution
   0.0794 ( 19.0%)   0.0274 ( 10.1%)   0.1068 ( 15.5%)   0.1071 (  3.3%)  build-rewrite-system
   0.0568 ( 13.6%)   0.0178 (  6.6%)   0.0747 ( 10.9%)   0.0783 (  2.4%)  perform-sema
   0.0568 ( 13.6%)   0.0178 (  6.6%)   0.0746 ( 10.8%)   0.0782 (  2.4%)  Type checking and Semantic analysis
   0.0425 ( 10.2%)   0.0077 (  2.8%)   0.0502 (  7.3%)   0.0502 (  1.6%)  typecheck-stmt
   0.0403 (  9.7%)   0.0083 (  3.1%)   0.0486 (  7.1%)   0.0494 (  1.5%)  typecheck-expr
   0.0115 (  2.8%)   0.0213 (  7.9%)   0.0328 (  4.8%)   0.0470 (  1.5%)  load-stdlib
   0.0146 (  3.5%)   0.0104 (  3.8%)   0.0250 (  3.6%)   0.0286 (  0.9%)  typecheck-decl
   0.0127 (  3.0%)   0.0097 (  3.6%)   0.0224 (  3.3%)   0.0224 (  0.7%)  import-clang-decl
   0.0154 (  3.7%)   0.0035 (  1.3%)   0.0189 (  2.8%)   0.0189 (  0.6%)  SILGen
   0.0105 (  2.5%)   0.0023 (  0.9%)   0.0128 (  1.9%)   0.0128 (  0.4%)  SILGen-function
   0.0092 (  2.2%)   0.0034 (  1.2%)   0.0126 (  1.8%)   0.0126 (  0.4%)  IRGen
   0.0083 (  2.0%)   0.0002 (  0.1%)   0.0084 (  1.2%)   0.0084 (  0.3%)  SIL optimization
   0.0070 (  1.7%)   0.0006 (  0.2%)   0.0076 (  1.1%)   0.0076 (  0.2%)  precheck-target
   0.0020 (  0.5%)   0.0004 (  0.1%)   0.0024 (  0.4%)   0.0024 (  0.1%)  typecheck-for-each
   0.0010 (  0.2%)   0.0004 (  0.2%)   0.0014 (  0.2%)   0.0014 (  0.0%)  load-all-members
   0.0011 (  0.3%)   0.0001 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  typecheck-expr-pattern
   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.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.4171 (100.0%)   0.2705 (100.0%)   0.6877 (100.0%)   3.2255 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8289 seconds (3.1863 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9877 (100.0%)   0.8413 (100.0%)   1.8289 (100.0%)   3.1863 (100.0%)  Building Target
   0.9877 (100.0%)   0.8413 (100.0%)   1.8289 (100.0%)   3.1863 (100.0%)  Total
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286038636703-swift-frontend-Schedule-Extensions.swift-arm64_apple_tvos9.0-o-Onone-3953566435.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5559 seconds (3.1040 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 (  6.4%)   0.0689 ( 28.8%)   0.0892 ( 16.0%)   1.3378 ( 43.1%)  parse-and-resolve-imports
   0.0190 (  6.0%)   0.0668 ( 27.9%)   0.0858 ( 15.4%)   1.3299 ( 42.8%)  Import resolution
   0.0786 ( 24.8%)   0.0279 ( 11.7%)   0.1065 ( 19.2%)   0.1070 (  3.4%)  build-rewrite-system
   0.0448 ( 14.2%)   0.0147 (  6.1%)   0.0595 ( 10.7%)   0.0618 (  2.0%)  perform-sema
   0.0447 ( 14.1%)   0.0147 (  6.1%)   0.0594 ( 10.7%)   0.0617 (  2.0%)  Type checking and Semantic analysis
   0.0016 (  0.5%)   0.0091 (  3.8%)   0.0106 (  1.9%)   0.0579 (  1.9%)  load-stdlib
   0.0348 ( 11.0%)   0.0080 (  3.3%)   0.0428 (  7.7%)   0.0428 (  1.4%)  typecheck-stmt
   0.0121 (  3.8%)   0.0101 (  4.2%)   0.0222 (  4.0%)   0.0222 (  0.7%)  import-clang-decl
   0.0114 (  3.6%)   0.0066 (  2.7%)   0.0180 (  3.2%)   0.0203 (  0.7%)  typecheck-decl
   0.0136 (  4.3%)   0.0054 (  2.3%)   0.0190 (  3.4%)   0.0195 (  0.6%)  typecheck-expr
   0.0099 (  3.1%)   0.0024 (  1.0%)   0.0123 (  2.2%)   0.0124 (  0.4%)  precheck-target
   0.0053 (  1.7%)   0.0026 (  1.1%)   0.0080 (  1.4%)   0.0080 (  0.3%)  IRGen
   0.0068 (  2.1%)   0.0010 (  0.4%)   0.0078 (  1.4%)   0.0078 (  0.3%)  SILGen
   0.0075 (  2.4%)   0.0001 (  0.1%)   0.0077 (  1.4%)   0.0077 (  0.2%)  SIL optimization
   0.0051 (  1.6%)   0.0007 (  0.3%)   0.0058 (  1.1%)   0.0058 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  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.3166 (100.0%)   0.2393 (100.0%)   0.5559 (100.0%)   3.1040 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8077 seconds (3.1859 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9363 (100.0%)   0.8713 (100.0%)   1.8077 (100.0%)   3.1859 (100.0%)  Building Target
   0.9363 (100.0%)   0.8713 (100.0%)   1.8077 (100.0%)   3.1859 (100.0%)  Total
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

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-1773286038650328-swift-frontend-Schedule-Task.swift-arm64_apple_tvos9.0-o-Onone-4250170507.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5538 seconds (3.4539 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0198 (  6.2%)   0.0688 ( 29.7%)   0.0886 ( 16.0%)   1.5214 ( 44.0%)  parse-and-resolve-imports
   0.0187 (  5.8%)   0.0678 ( 29.3%)   0.0865 ( 15.6%)   1.5193 ( 44.0%)  Import resolution
   0.0790 ( 24.5%)   0.0317 ( 13.7%)   0.1107 ( 20.0%)   0.1111 (  3.2%)  build-rewrite-system
   0.0401 ( 12.4%)   0.0106 (  4.6%)   0.0507 (  9.1%)   0.0509 (  1.5%)  perform-sema
   0.0400 ( 12.4%)   0.0105 (  4.5%)   0.0506 (  9.1%)   0.0508 (  1.5%)  Type checking and Semantic analysis
   0.0013 (  0.4%)   0.0064 (  2.8%)   0.0077 (  1.4%)   0.0407 (  1.2%)  load-stdlib
   0.0238 (  7.4%)   0.0042 (  1.8%)   0.0280 (  5.0%)   0.0281 (  0.8%)  typecheck-stmt
   0.0220 (  6.8%)   0.0051 (  2.2%)   0.0270 (  4.9%)   0.0272 (  0.8%)  typecheck-expr
   0.0197 (  6.1%)   0.0068 (  2.9%)   0.0265 (  4.8%)   0.0266 (  0.8%)  typecheck-decl
   0.0126 (  3.9%)   0.0101 (  4.4%)   0.0227 (  4.1%)   0.0229 (  0.7%)  import-clang-decl
   0.0105 (  3.2%)   0.0045 (  1.9%)   0.0150 (  2.7%)   0.0150 (  0.4%)  IRGen
   0.0121 (  3.7%)   0.0002 (  0.1%)   0.0123 (  2.2%)   0.0123 (  0.4%)  SIL optimization
   0.0079 (  2.5%)   0.0021 (  0.9%)   0.0100 (  1.8%)   0.0100 (  0.3%)  SILGen
   0.0080 (  2.5%)   0.0013 (  0.6%)   0.0093 (  1.7%)   0.0093 (  0.3%)  precheck-target
   0.0055 (  1.7%)   0.0011 (  0.5%)   0.0066 (  1.2%)   0.0066 (  0.2%)  SILGen-function
   0.0009 (  0.3%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  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.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%)  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.3223 (100.0%)   0.2315 (100.0%)   0.5538 (100.0%)   3.4539 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6291 seconds (3.1685 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8795 (100.0%)   0.7496 (100.0%)   1.6291 (100.0%)   3.1685 (100.0%)  Building Target
   0.8795 (100.0%)   0.7496 (100.0%)   1.6291 (100.0%)   3.1685 (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\ 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-1773286038651016-swift-frontend-Schedule-RunLoopTask.swift-arm64_apple_tvos9.0-o-Onone-3223697484.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4542 seconds (2.9912 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0210 (  9.5%)   0.0751 ( 32.3%)   0.0962 ( 21.2%)   1.3596 ( 45.5%)  parse-and-resolve-imports
   0.0200 (  9.0%)   0.0741 ( 31.9%)   0.0941 ( 20.7%)   1.3575 ( 45.4%)  Import resolution
   0.0823 ( 37.1%)   0.0281 ( 12.1%)   0.1104 ( 24.3%)   0.1104 (  3.7%)  build-rewrite-system
   0.0113 (  5.1%)   0.0129 (  5.6%)   0.0242 (  5.3%)   0.0301 (  1.0%)  load-stdlib
   0.0158 (  7.1%)   0.0068 (  2.9%)   0.0226 (  5.0%)   0.0235 (  0.8%)  perform-sema
   0.0157 (  7.1%)   0.0068 (  2.9%)   0.0226 (  5.0%)   0.0235 (  0.8%)  Type checking and Semantic analysis
   0.0125 (  5.6%)   0.0103 (  4.4%)   0.0228 (  5.0%)   0.0228 (  0.8%)  import-clang-decl
   0.0111 (  5.0%)   0.0055 (  2.4%)   0.0166 (  3.6%)   0.0175 (  0.6%)  typecheck-decl
   0.0085 (  3.8%)   0.0032 (  1.4%)   0.0117 (  2.6%)   0.0125 (  0.4%)  SILGen
   0.0058 (  2.6%)   0.0018 (  0.8%)   0.0076 (  1.7%)   0.0076 (  0.3%)  typecheck-expr
   0.0034 (  1.5%)   0.0030 (  1.3%)   0.0064 (  1.4%)   0.0064 (  0.2%)  IRGen
   0.0043 (  1.9%)   0.0012 (  0.5%)   0.0055 (  1.2%)   0.0055 (  0.2%)  typecheck-stmt
   0.0051 (  2.3%)   0.0003 (  0.1%)   0.0054 (  1.2%)   0.0055 (  0.2%)  SIL optimization
   0.0026 (  1.2%)   0.0020 (  0.9%)   0.0047 (  1.0%)   0.0054 (  0.2%)  SILGen-function
   0.0014 (  0.6%)   0.0004 (  0.2%)   0.0018 (  0.4%)   0.0018 (  0.1%)  precheck-target
   0.0009 (  0.4%)   0.0005 (  0.2%)   0.0014 (  0.3%)   0.0014 (  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%)  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%)  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%)  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.2219 (100.0%)   0.2322 (100.0%)   0.4542 (100.0%)   2.9912 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7902 seconds (3.1610 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9107 (100.0%)   0.8795 (100.0%)   1.7902 (100.0%)   3.1610 (100.0%)  Building Target
   0.9107 (100.0%)   0.8795 (100.0%)   1.7902 (100.0%)   3.1610 (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-1773286038642951-swift-frontend-Schedule-TaskCenter.swift-arm64_apple_tvos9.0-o-Onone-2578217349.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5373 seconds (3.5412 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0207 (  6.5%)   0.0697 ( 31.8%)   0.0904 ( 16.8%)   1.5725 ( 44.4%)  parse-and-resolve-imports
   0.0195 (  6.1%)   0.0686 ( 31.3%)   0.0881 ( 16.4%)   1.5702 ( 44.3%)  Import resolution
   0.0806 ( 25.3%)   0.0286 ( 13.1%)   0.1093 ( 20.3%)   0.1096 (  3.1%)  build-rewrite-system
   0.0422 ( 13.3%)   0.0081 (  3.7%)   0.0503 (  9.4%)   0.0506 (  1.4%)  perform-sema
   0.0422 ( 13.3%)   0.0080 (  3.7%)   0.0502 (  9.3%)   0.0505 (  1.4%)  Type checking and Semantic analysis
   0.0015 (  0.5%)   0.0080 (  3.6%)   0.0094 (  1.8%)   0.0480 (  1.4%)  load-stdlib
   0.0286 (  9.0%)   0.0030 (  1.4%)   0.0316 (  5.9%)   0.0317 (  0.9%)  typecheck-stmt
   0.0247 (  7.8%)   0.0037 (  1.7%)   0.0284 (  5.3%)   0.0284 (  0.8%)  typecheck-expr
   0.0123 (  3.9%)   0.0105 (  4.8%)   0.0228 (  4.2%)   0.0228 (  0.6%)  import-clang-decl
   0.0125 (  3.9%)   0.0049 (  2.2%)   0.0175 (  3.3%)   0.0177 (  0.5%)  typecheck-decl
   0.0100 (  3.2%)   0.0036 (  1.6%)   0.0136 (  2.5%)   0.0136 (  0.4%)  IRGen
   0.0069 (  2.2%)   0.0011 (  0.5%)   0.0081 (  1.5%)   0.0081 (  0.2%)  SILGen
   0.0069 (  2.2%)   0.0001 (  0.0%)   0.0070 (  1.3%)   0.0070 (  0.2%)  SIL optimization
   0.0052 (  1.6%)   0.0007 (  0.3%)   0.0059 (  1.1%)   0.0059 (  0.2%)  SILGen-function
   0.0032 (  1.0%)   0.0001 (  0.0%)   0.0033 (  0.6%)   0.0033 (  0.1%)  precheck-target
   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.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.3182 (100.0%)   0.2191 (100.0%)   0.5373 (100.0%)   3.5412 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5873 seconds (3.1759 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8714 (100.0%)   0.7160 (100.0%)   1.5873 (100.0%)   3.1759 (100.0%)  Building Target
   0.8714 (100.0%)   0.7160 (100.0%)   1.5873 (100.0%)   3.1759 (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\ Plan.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Plan.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286038644525-swift-frontend-Schedule-Plan.swift-arm64_apple_tvos9.0-o-Onone-138629520.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6750 seconds (3.5779 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0198 (  4.6%)   0.0704 ( 28.7%)   0.0901 ( 13.4%)   1.5222 ( 42.5%)  parse-and-resolve-imports
   0.0187 (  4.3%)   0.0693 ( 28.3%)   0.0880 ( 13.0%)   1.5200 ( 42.5%)  Import resolution
   0.0791 ( 18.4%)   0.0275 ( 11.2%)   0.1066 ( 15.8%)   0.1071 (  3.0%)  build-rewrite-system
   0.0767 ( 17.8%)   0.0147 (  6.0%)   0.0914 ( 13.5%)   0.0918 (  2.6%)  perform-sema
   0.0766 ( 17.8%)   0.0147 (  6.0%)   0.0913 ( 13.5%)   0.0917 (  2.6%)  Type checking and Semantic analysis
   0.0679 ( 15.8%)   0.0116 (  4.7%)   0.0795 ( 11.8%)   0.0799 (  2.2%)  typecheck-stmt
   0.0017 (  0.4%)   0.0088 (  3.6%)   0.0104 (  1.5%)   0.0462 (  1.3%)  load-stdlib
   0.0123 (  2.8%)   0.0108 (  4.4%)   0.0231 (  3.4%)   0.0231 (  0.6%)  import-clang-decl
   0.0168 (  3.9%)   0.0037 (  1.5%)   0.0205 (  3.0%)   0.0205 (  0.6%)  precheck-target
   0.0143 (  3.3%)   0.0042 (  1.7%)   0.0185 (  2.7%)   0.0185 (  0.5%)  typecheck-decl
   0.0109 (  2.5%)   0.0044 (  1.8%)   0.0153 (  2.3%)   0.0154 (  0.4%)  IRGen
   0.0123 (  2.9%)   0.0021 (  0.9%)   0.0144 (  2.1%)   0.0144 (  0.4%)  typecheck-expr
   0.0091 (  2.1%)   0.0015 (  0.6%)   0.0105 (  1.6%)   0.0111 (  0.3%)  SILGen
   0.0064 (  1.5%)   0.0010 (  0.4%)   0.0074 (  1.1%)   0.0080 (  0.2%)  SILGen-function
   0.0062 (  1.4%)   0.0001 (  0.0%)   0.0062 (  0.9%)   0.0062 (  0.2%)  SIL optimization
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  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%)  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%)  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%)  AST verification
   0.4301 (100.0%)   0.2449 (100.0%)   0.6750 (100.0%)   3.5779 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6397 seconds (3.1748 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9064 (100.0%)   0.7333 (100.0%)   1.6397 (100.0%)   3.1748 (100.0%)  Building Target
   0.9064 (100.0%)   0.7333 (100.0%)   1.6397 (100.0%)   3.1748 (100.0%)  Total
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

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-1773286038651430-swift-frontend-Schedule-Monthday.swift-arm64_apple_tvos9.0-o-Onone-3497210993.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7389 seconds (3.0362 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8924 ( 44.3%)   0.3226 ( 44.7%)   1.2150 ( 44.4%)   1.3452 ( 44.3%)  parse-and-resolve-imports
   0.8912 ( 44.2%)   0.3207 ( 44.4%)   1.2119 ( 44.2%)   1.3378 ( 44.1%)  Import resolution
   0.0822 (  4.1%)   0.0195 (  2.7%)   0.1017 (  3.7%)   0.1020 (  3.4%)  build-rewrite-system
   0.0298 (  1.5%)   0.0103 (  1.4%)   0.0401 (  1.5%)   0.0436 (  1.4%)  perform-sema
   0.0298 (  1.5%)   0.0103 (  1.4%)   0.0401 (  1.5%)   0.0435 (  1.4%)  Type checking and Semantic analysis
   0.0014 (  0.1%)   0.0060 (  0.8%)   0.0075 (  0.3%)   0.0356 (  1.2%)  load-stdlib
   0.0262 (  1.3%)   0.0062 (  0.9%)   0.0324 (  1.2%)   0.0343 (  1.1%)  typecheck-stmt
   0.0126 (  0.6%)   0.0096 (  1.3%)   0.0222 (  0.8%)   0.0222 (  0.7%)  import-clang-decl
   0.0133 (  0.7%)   0.0047 (  0.7%)   0.0180 (  0.7%)   0.0195 (  0.6%)  typecheck-decl
   0.0139 (  0.7%)   0.0037 (  0.5%)   0.0176 (  0.6%)   0.0179 (  0.6%)  typecheck-expr
   0.0115 (  0.6%)   0.0036 (  0.5%)   0.0151 (  0.6%)   0.0169 (  0.6%)  precheck-target
   0.0033 (  0.2%)   0.0032 (  0.4%)   0.0065 (  0.2%)   0.0071 (  0.2%)  IRGen
   0.0038 (  0.2%)   0.0000 (  0.0%)   0.0038 (  0.1%)   0.0038 (  0.1%)  SIL optimization
   0.0023 (  0.1%)   0.0008 (  0.1%)   0.0031 (  0.1%)   0.0031 (  0.1%)  SILGen
   0.0017 (  0.1%)   0.0007 (  0.1%)   0.0025 (  0.1%)   0.0025 (  0.1%)  SILGen-function
   0.0008 (  0.0%)   0.0003 (  0.0%)   0.0011 (  0.0%)   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.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
   2.0165 (100.0%)   0.7224 (100.0%)   2.7389 (100.0%)   3.0362 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8918 seconds (3.1620 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7861 (100.0%)   1.1057 (100.0%)   2.8918 (100.0%)   3.1620 (100.0%)  Building Target
   1.7861 (100.0%)   1.1057 (100.0%)   2.8918 (100.0%)   3.1620 (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\ 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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286038648457-swift-frontend-Schedule-Atomic.swift-arm64_apple_tvos9.0-o-Onone-997685697.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4768 seconds (3.3590 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 (  7.7%)   0.0656 ( 30.4%)   0.0858 ( 18.0%)   1.5131 ( 45.0%)  parse-and-resolve-imports
   0.0191 (  7.3%)   0.0647 ( 30.0%)   0.0838 ( 17.6%)   1.5111 ( 45.0%)  Import resolution
   0.0802 ( 30.8%)   0.0305 ( 14.1%)   0.1108 ( 23.2%)   0.1109 (  3.3%)  build-rewrite-system
   0.0281 ( 10.8%)   0.0090 (  4.2%)   0.0371 (  7.8%)   0.0372 (  1.1%)  perform-sema
   0.0280 ( 10.8%)   0.0090 (  4.2%)   0.0370 (  7.8%)   0.0371 (  1.1%)  Type checking and Semantic analysis
   0.0013 (  0.5%)   0.0077 (  3.6%)   0.0090 (  1.9%)   0.0361 (  1.1%)  load-stdlib
   0.0184 (  7.1%)   0.0078 (  3.6%)   0.0263 (  5.5%)   0.0263 (  0.8%)  typecheck-decl
   0.0127 (  4.9%)   0.0109 (  5.1%)   0.0236 (  5.0%)   0.0237 (  0.7%)  import-clang-decl
   0.0149 (  5.7%)   0.0025 (  1.1%)   0.0173 (  3.6%)   0.0174 (  0.5%)  typecheck-stmt
   0.0114 (  4.4%)   0.0027 (  1.2%)   0.0141 (  3.0%)   0.0141 (  0.4%)  typecheck-expr
   0.0065 (  2.5%)   0.0034 (  1.6%)   0.0099 (  2.1%)   0.0099 (  0.3%)  IRGen
   0.0058 (  2.2%)   0.0013 (  0.6%)   0.0070 (  1.5%)   0.0071 (  0.2%)  precheck-target
   0.0054 (  2.1%)   0.0004 (  0.2%)   0.0058 (  1.2%)   0.0058 (  0.2%)  SILGen
   0.0042 (  1.6%)   0.0000 (  0.0%)   0.0042 (  0.9%)   0.0042 (  0.1%)  SIL optimization
   0.0037 (  1.4%)   0.0002 (  0.1%)   0.0039 (  0.8%)   0.0039 (  0.1%)  SILGen-function
   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%)  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%)  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.2608 (100.0%)   0.2160 (100.0%)   0.4768 (100.0%)   3.3590 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6469 seconds (3.1716 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8644 (100.0%)   0.7824 (100.0%)   1.6469 (100.0%)   3.1716 (100.0%)  Building Target
   0.8644 (100.0%)   0.7824 (100.0%)   1.6469 (100.0%)   3.1716 (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-1773286038656850-swift-frontend-Schedule-all-arm64_apple_tvos9.0-swiftmodule-Onone-93368912.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3511 seconds (2.9367 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0203 ( 11.6%)   0.0649 ( 36.9%)   0.0852 ( 24.3%)   1.3605 ( 46.3%)  parse-and-resolve-imports
   0.0194 ( 11.1%)   0.0642 ( 36.4%)   0.0836 ( 23.8%)   1.3588 ( 46.3%)  Import resolution
   0.0012 (  0.7%)   0.0051 (  2.9%)   0.0064 (  1.8%)   0.0403 (  1.4%)  load-stdlib
   0.0306 ( 17.5%)   0.0072 (  4.1%)   0.0378 ( 10.8%)   0.0378 (  1.3%)  perform-sema
   0.0305 ( 17.4%)   0.0072 (  4.1%)   0.0376 ( 10.7%)   0.0376 (  1.3%)  Type checking and Semantic analysis
   0.0300 ( 17.1%)   0.0069 (  3.9%)   0.0369 ( 10.5%)   0.0369 (  1.3%)  typecheck-decl
   0.0103 (  5.9%)   0.0065 (  3.7%)   0.0168 (  4.8%)   0.0174 (  0.6%)  SIL optimization
   0.0095 (  5.4%)   0.0023 (  1.3%)   0.0118 (  3.4%)   0.0118 (  0.4%)  SILGen
   0.0054 (  3.1%)   0.0020 (  1.1%)   0.0074 (  2.1%)   0.0074 (  0.3%)  typecheck-expr
   0.0029 (  1.6%)   0.0037 (  2.1%)   0.0066 (  1.9%)   0.0072 (  0.2%)  Serialization, swiftmodule
   0.0044 (  2.5%)   0.0013 (  0.7%)   0.0057 (  1.6%)   0.0057 (  0.2%)  SILGen-function
   0.0039 (  2.2%)   0.0009 (  0.5%)   0.0048 (  1.4%)   0.0048 (  0.2%)  build-rewrite-system
   0.0016 (  0.9%)   0.0021 (  1.2%)   0.0037 (  1.1%)   0.0037 (  0.1%)  import-clang-decl
   0.0015 (  0.8%)   0.0009 (  0.5%)   0.0024 (  0.7%)   0.0024 (  0.1%)  Serialization, swiftdoc
   0.0011 (  0.6%)   0.0003 (  0.2%)   0.0014 (  0.4%)   0.0014 (  0.0%)  typecheck-stmt
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.4%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  Serialization, swiftsourceinfo
   0.0007 (  0.4%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  precheck-target
   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.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%)  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.1750 (100.0%)   0.1761 (100.0%)   0.3511 (100.0%)   2.9367 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1714 seconds (1.4826 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0805 (100.0%)   0.0909 (100.0%)   0.1714 (100.0%)   1.4826 (100.0%)  Building Target
   0.0805 (100.0%)   0.0909 (100.0%)   0.1714 (100.0%)   1.4826 (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\ 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-1773286038647017-swift-frontend-Schedule-Time.swift-arm64_apple_tvos9.0-o-Onone-1547216741.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6215 seconds (3.2260 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0195 (  5.2%)   0.0704 ( 28.8%)   0.0899 ( 14.5%)   1.3744 ( 42.6%)  parse-and-resolve-imports
   0.0184 (  4.9%)   0.0695 ( 28.4%)   0.0879 ( 14.1%)   1.3724 ( 42.5%)  Import resolution
   0.0803 ( 21.3%)   0.0303 ( 12.4%)   0.1106 ( 17.8%)   0.1109 (  3.4%)  build-rewrite-system
   0.0484 ( 12.8%)   0.0109 (  4.5%)   0.0593 (  9.5%)   0.0594 (  1.8%)  perform-sema
   0.0483 ( 12.8%)   0.0109 (  4.5%)   0.0592 (  9.5%)   0.0593 (  1.8%)  Type checking and Semantic analysis
   0.0453 ( 12.0%)   0.0101 (  4.1%)   0.0554 (  8.9%)   0.0554 (  1.7%)  typecheck-stmt
   0.0410 ( 10.9%)   0.0097 (  4.0%)   0.0507 (  8.2%)   0.0508 (  1.6%)  typecheck-expr
   0.0014 (  0.4%)   0.0080 (  3.3%)   0.0094 (  1.5%)   0.0441 (  1.4%)  load-stdlib
   0.0135 (  3.6%)   0.0102 (  4.2%)   0.0237 (  3.8%)   0.0237 (  0.7%)  import-clang-decl
   0.0152 (  4.0%)   0.0046 (  1.9%)   0.0199 (  3.2%)   0.0199 (  0.6%)  typecheck-decl
   0.0118 (  3.1%)   0.0024 (  1.0%)   0.0142 (  2.3%)   0.0142 (  0.4%)  precheck-target
   0.0113 (  3.0%)   0.0023 (  0.9%)   0.0136 (  2.2%)   0.0136 (  0.4%)  SILGen
   0.0069 (  1.8%)   0.0033 (  1.3%)   0.0102 (  1.6%)   0.0102 (  0.3%)  IRGen
   0.0073 (  1.9%)   0.0015 (  0.6%)   0.0088 (  1.4%)   0.0089 (  0.3%)  SILGen-function
   0.0065 (  1.7%)   0.0001 (  0.0%)   0.0066 (  1.1%)   0.0066 (  0.2%)  SIL optimization
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0006 (  0.2%)   0.0001 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.1%)   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%)  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.3769 (100.0%)   0.2446 (100.0%)   0.6215 (100.0%)   3.2260 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7626 seconds (3.1683 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9259 (100.0%)   0.8368 (100.0%)   1.7626 (100.0%)   3.1683 (100.0%)  Building Target
   0.9259 (100.0%)   0.8368 (100.0%)   1.7626 (100.0%)   3.1683 (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\ 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-1773286040207061-swift-frontend-Schedule-Weekday.swift-arm64_apple_tvos9.0-o-Onone-2538560977.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3280 seconds (0.3293 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0788 ( 35.8%)   0.0305 ( 28.2%)   0.1093 ( 33.3%)   0.1095 ( 33.3%)  build-rewrite-system
   0.0186 (  8.5%)   0.0195 ( 18.0%)   0.0381 ( 11.6%)   0.0381 ( 11.6%)  parse-and-resolve-imports
   0.0173 (  7.9%)   0.0184 ( 17.0%)   0.0357 ( 10.9%)   0.0357 ( 10.9%)  Import resolution
   0.0236 ( 10.7%)   0.0071 (  6.5%)   0.0307 (  9.3%)   0.0307 (  9.3%)  perform-sema
   0.0235 ( 10.7%)   0.0071 (  6.5%)   0.0306 (  9.3%)   0.0306 (  9.3%)  Type checking and Semantic analysis
   0.0122 (  5.5%)   0.0105 (  9.7%)   0.0227 (  6.9%)   0.0228 (  6.9%)  import-clang-decl
   0.0133 (  6.0%)   0.0034 (  3.1%)   0.0167 (  5.1%)   0.0168 (  5.1%)  typecheck-stmt
   0.0113 (  5.1%)   0.0040 (  3.7%)   0.0153 (  4.7%)   0.0153 (  4.7%)  typecheck-decl
   0.0026 (  1.2%)   0.0023 (  2.2%)   0.0050 (  1.5%)   0.0050 (  1.5%)  IRGen
   0.0039 (  1.8%)   0.0009 (  0.8%)   0.0048 (  1.5%)   0.0050 (  1.5%)  SILGen
   0.0039 (  1.8%)   0.0008 (  0.8%)   0.0048 (  1.4%)   0.0048 (  1.4%)  precheck-target
   0.0029 (  1.3%)   0.0007 (  0.6%)   0.0036 (  1.1%)   0.0037 (  1.1%)  SILGen-function
   0.0023 (  1.0%)   0.0009 (  0.8%)   0.0032 (  1.0%)   0.0034 (  1.0%)  typecheck-expr
   0.0027 (  1.2%)   0.0001 (  0.0%)   0.0027 (  0.8%)   0.0027 (  0.8%)  SIL optimization
   0.0010 (  0.5%)   0.0015 (  1.4%)   0.0025 (  0.8%)   0.0025 (  0.8%)  load-stdlib
   0.0011 (  0.5%)   0.0003 (  0.3%)   0.0014 (  0.4%)   0.0016 (  0.5%)  typecheck-expr-pattern
   0.0007 (  0.3%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  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, 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%)  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.2198 (100.0%)   0.1082 (100.0%)   0.3280 (100.0%)   0.3293 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5335 seconds (1.6070 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8216 (100.0%)   0.7119 (100.0%)   1.5335 (100.0%)   1.6070 (100.0%)  Building Target
   0.8216 (100.0%)   0.7119 (100.0%)   1.5335 (100.0%)   1.6070 (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

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 RunLoopTask.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
SwiftDriverJobDiscovery normal arm64 Compiling Time.swift (in target 'Schedule' from project 'Schedule')
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 Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Weekday.swift (in target 'Schedule' from project 'Schedule')
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 Extensions.swift, Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling TaskCenter.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')
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
2026-03-11 20:27:22.309 appintentsmetadataprocessor[735:4269] Starting appintentsmetadataprocessor export
2026-03-11 20:27:22.311 appintentsmetadataprocessor[735:4269] 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.