The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Schedule, reference 2.1.1 (e388fc), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 03:51: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=watchOS 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

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-1745639476220178-swift-frontend-Schedule-Extensions.swift-arm64_apple_watchos2.0-o-Onone-3911400967.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5960 seconds (3.6681 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0205 (  6.2%)   0.0923 ( 34.9%)   0.1127 ( 18.9%)   1.6156 ( 44.0%)  parse-and-resolve-imports
   0.0195 (  5.9%)   0.0914 ( 34.6%)   0.1109 ( 18.6%)   1.6138 ( 44.0%)  Import resolution
   0.0823 ( 24.8%)   0.0264 ( 10.0%)   0.1087 ( 18.2%)   0.1087 (  3.0%)  build-rewrite-system
   0.0012 (  0.4%)   0.0024 (  0.9%)   0.0036 (  0.6%)   0.0695 (  1.9%)  load-stdlib
   0.0477 ( 14.4%)   0.0104 (  3.9%)   0.0581 (  9.7%)   0.0582 (  1.6%)  perform-sema
   0.0476 ( 14.4%)   0.0104 (  3.9%)   0.0580 (  9.7%)   0.0581 (  1.6%)  Type checking and Semantic analysis
   0.0378 ( 11.4%)   0.0076 (  2.9%)   0.0455 (  7.6%)   0.0455 (  1.2%)  typecheck-stmt
   0.0117 (  3.5%)   0.0099 (  3.8%)   0.0217 (  3.6%)   0.0217 (  0.6%)  import-clang-decl
   0.0136 (  4.1%)   0.0027 (  1.0%)   0.0163 (  2.7%)   0.0164 (  0.4%)  typecheck-expr
   0.0110 (  3.3%)   0.0026 (  1.0%)   0.0136 (  2.3%)   0.0137 (  0.4%)  typecheck-decl
   0.0107 (  3.2%)   0.0026 (  1.0%)   0.0133 (  2.2%)   0.0133 (  0.4%)  precheck-target
   0.0059 (  1.8%)   0.0033 (  1.2%)   0.0092 (  1.5%)   0.0092 (  0.3%)  IRGen
   0.0076 (  2.3%)   0.0011 (  0.4%)   0.0087 (  1.5%)   0.0087 (  0.2%)  SILGen
   0.0076 (  2.3%)   0.0003 (  0.1%)   0.0079 (  1.3%)   0.0079 (  0.2%)  SIL optimization
   0.0056 (  1.7%)   0.0008 (  0.3%)   0.0064 (  1.1%)   0.0064 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  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.3314 (100.0%)   0.2646 (100.0%)   0.5960 (100.0%)   3.6681 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7382 seconds (3.3936 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9455 (100.0%)   0.7927 (100.0%)   1.7382 (100.0%)   3.3936 (100.0%)  Building Target
   0.9455 (100.0%)   0.7927 (100.0%)   1.7382 (100.0%)   3.3936 (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-1745639476186929-swift-frontend-Schedule-Period.swift-arm64_apple_watchos2.0-o-Onone-1488641615.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7138 seconds (3.8012 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0211 (  5.0%)   0.0914 ( 31.7%)   0.1125 ( 15.8%)   1.6134 ( 42.4%)  parse-and-resolve-imports
   0.0201 (  4.7%)   0.0906 ( 31.4%)   0.1107 ( 15.5%)   1.6117 ( 42.4%)  Import resolution
   0.0798 ( 18.7%)   0.0289 ( 10.0%)   0.1087 ( 15.2%)   0.1089 (  2.9%)  build-rewrite-system
   0.0017 (  0.4%)   0.0114 (  4.0%)   0.0131 (  1.8%)   0.0982 (  2.6%)  load-stdlib
   0.0623 ( 14.6%)   0.0119 (  4.1%)   0.0742 ( 10.4%)   0.0742 (  2.0%)  perform-sema
   0.0622 ( 14.6%)   0.0119 (  4.1%)   0.0741 ( 10.4%)   0.0741 (  2.0%)  Type checking and Semantic analysis
   0.0482 ( 11.3%)   0.0079 (  2.7%)   0.0560 (  7.8%)   0.0560 (  1.5%)  typecheck-stmt
   0.0451 ( 10.6%)   0.0078 (  2.7%)   0.0529 (  7.4%)   0.0529 (  1.4%)  typecheck-expr
   0.0129 (  3.0%)   0.0093 (  3.2%)   0.0222 (  3.1%)   0.0222 (  0.6%)  import-clang-decl
   0.0158 (  3.7%)   0.0039 (  1.4%)   0.0197 (  2.8%)   0.0197 (  0.5%)  SILGen
   0.0144 (  3.4%)   0.0043 (  1.5%)   0.0186 (  2.6%)   0.0187 (  0.5%)  typecheck-decl
   0.0103 (  2.4%)   0.0044 (  1.5%)   0.0147 (  2.1%)   0.0147 (  0.4%)  IRGen
   0.0111 (  2.6%)   0.0029 (  1.0%)   0.0141 (  2.0%)   0.0141 (  0.4%)  SILGen-function
   0.0086 (  2.0%)   0.0009 (  0.3%)   0.0095 (  1.3%)   0.0094 (  0.2%)  precheck-target
   0.0078 (  1.8%)   0.0001 (  0.0%)   0.0079 (  1.1%)   0.0079 (  0.2%)  SIL optimization
   0.0021 (  0.5%)   0.0003 (  0.1%)   0.0024 (  0.3%)   0.0024 (  0.1%)  typecheck-for-each
   0.0009 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0011 (  0.3%)   0.0001 (  0.0%)   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%)  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.4255 (100.0%)   0.2884 (100.0%)   0.7138 (100.0%)   3.8012 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7511 seconds (3.4241 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9657 (100.0%)   0.7854 (100.0%)   1.7511 (100.0%)   3.4241 (100.0%)  Building Target
   0.9657 (100.0%)   0.7854 (100.0%)   1.7511 (100.0%)   3.4241 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: warning: static property 'quantifiers' is not concurrency-safe because non-'Sendable' type 'Atomic<[String : Int]>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift:4:13: note: generic class 'Atomic' does not conform to the 'Sendable' protocol
final class Atomic<T> {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: add '@MainActor' to make static property 'quantifiers' part of global actor 'MainActor'
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ 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-1745639476211544-swift-frontend-Schedule-Monthday.swift-arm64_apple_watchos2.0-o-Onone-3966210037.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2010 seconds (3.5364 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2746 ( 34.9%)   0.1495 ( 36.1%)   0.4241 ( 35.3%)   1.5396 ( 43.5%)  parse-and-resolve-imports
   0.2733 ( 34.7%)   0.1456 ( 35.1%)   0.4189 ( 34.9%)   1.5314 ( 43.3%)  Import resolution
   0.0846 ( 10.8%)   0.0250 (  6.0%)   0.1096 (  9.1%)   0.1095 (  3.1%)  build-rewrite-system
   0.0014 (  0.2%)   0.0065 (  1.6%)   0.0079 (  0.7%)   0.1032 (  2.9%)  load-stdlib
   0.0302 (  3.8%)   0.0190 (  4.6%)   0.0492 (  4.1%)   0.0524 (  1.5%)  perform-sema
   0.0301 (  3.8%)   0.0190 (  4.6%)   0.0491 (  4.1%)   0.0524 (  1.5%)  Type checking and Semantic analysis
   0.0263 (  3.3%)   0.0108 (  2.6%)   0.0371 (  3.1%)   0.0379 (  1.1%)  typecheck-stmt
   0.0137 (  1.7%)   0.0102 (  2.5%)   0.0239 (  2.0%)   0.0259 (  0.7%)  typecheck-decl
   0.0134 (  1.7%)   0.0095 (  2.3%)   0.0229 (  1.9%)   0.0231 (  0.7%)  import-clang-decl
   0.0141 (  1.8%)   0.0063 (  1.5%)   0.0204 (  1.7%)   0.0209 (  0.6%)  typecheck-expr
   0.0113 (  1.4%)   0.0058 (  1.4%)   0.0171 (  1.4%)   0.0178 (  0.5%)  precheck-target
   0.0034 (  0.4%)   0.0036 (  0.9%)   0.0070 (  0.6%)   0.0075 (  0.2%)  IRGen
   0.0030 (  0.4%)   0.0018 (  0.4%)   0.0048 (  0.4%)   0.0052 (  0.1%)  SILGen
   0.0023 (  0.3%)   0.0014 (  0.3%)   0.0037 (  0.3%)   0.0042 (  0.1%)  SILGen-function
   0.0038 (  0.5%)   0.0001 (  0.0%)   0.0039 (  0.3%)   0.0039 (  0.1%)  SIL optimization
   0.0008 (  0.1%)   0.0003 (  0.1%)   0.0011 (  0.1%)   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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7866 (100.0%)   0.4144 (100.0%)   1.2010 (100.0%)   3.5364 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0735 seconds (3.3942 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1750 (100.0%)   0.8985 (100.0%)   2.0735 (100.0%)   3.3942 (100.0%)  Building Target
   1.1750 (100.0%)   0.8985 (100.0%)   2.0735 (100.0%)   3.3942 (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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639476214526-swift-frontend-Schedule-Atomic.swift-arm64_apple_watchos2.0-o-Onone-1472650764.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5234 seconds (4.0282 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 (  7.6%)   0.0916 ( 35.5%)   0.1118 ( 21.4%)   1.8333 ( 45.5%)  parse-and-resolve-imports
   0.0190 (  7.2%)   0.0906 ( 35.2%)   0.1096 ( 21.0%)   1.8311 ( 45.5%)  Import resolution
   0.0808 ( 30.4%)   0.0281 ( 10.9%)   0.1089 ( 20.8%)   0.1095 (  2.7%)  build-rewrite-system
   0.0013 (  0.5%)   0.0058 (  2.3%)   0.0072 (  1.4%)   0.0682 (  1.7%)  load-stdlib
   0.0290 ( 10.9%)   0.0070 (  2.7%)   0.0360 (  6.9%)   0.0360 (  0.9%)  perform-sema
   0.0289 ( 10.9%)   0.0070 (  2.7%)   0.0359 (  6.9%)   0.0359 (  0.9%)  Type checking and Semantic analysis
   0.0189 (  7.1%)   0.0058 (  2.3%)   0.0248 (  4.7%)   0.0248 (  0.6%)  typecheck-decl
   0.0126 (  4.8%)   0.0108 (  4.2%)   0.0234 (  4.5%)   0.0236 (  0.6%)  import-clang-decl
   0.0154 (  5.8%)   0.0024 (  0.9%)   0.0178 (  3.4%)   0.0178 (  0.4%)  typecheck-stmt
   0.0120 (  4.5%)   0.0030 (  1.2%)   0.0150 (  2.9%)   0.0150 (  0.4%)  typecheck-expr
   0.0067 (  2.5%)   0.0030 (  1.2%)   0.0097 (  1.9%)   0.0097 (  0.2%)  IRGen
   0.0059 (  2.2%)   0.0013 (  0.5%)   0.0071 (  1.4%)   0.0071 (  0.2%)  precheck-target
   0.0058 (  2.2%)   0.0007 (  0.3%)   0.0065 (  1.2%)   0.0065 (  0.2%)  SILGen
   0.0039 (  1.5%)   0.0003 (  0.1%)   0.0042 (  0.8%)   0.0042 (  0.1%)  SILGen-function
   0.0041 (  1.6%)   0.0000 (  0.0%)   0.0042 (  0.8%)   0.0042 (  0.1%)  SIL optimization
   0.0007 (  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.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%)  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%)  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%)  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.2656 (100.0%)   0.2577 (100.0%)   0.5234 (100.0%)   4.0282 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5453 seconds (3.3951 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8581 (100.0%)   0.6872 (100.0%)   1.5453 (100.0%)   3.3951 (100.0%)  Building Target
   0.8581 (100.0%)   0.6872 (100.0%)   1.5453 (100.0%)   3.3951 (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\ 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-1745639476208688-swift-frontend-Schedule-Plan.swift-arm64_apple_watchos2.0-o-Onone-3124341379.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7199 seconds (3.8953 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0208 (  4.8%)   0.0931 ( 32.9%)   0.1139 ( 15.8%)   1.6633 ( 42.7%)  parse-and-resolve-imports
   0.0198 (  4.5%)   0.0922 ( 32.6%)   0.1119 ( 15.5%)   1.6613 ( 42.6%)  Import resolution
   0.0820 ( 18.8%)   0.0276 (  9.8%)   0.1096 ( 15.2%)   0.1096 (  2.8%)  build-rewrite-system
   0.0770 ( 17.6%)   0.0135 (  4.8%)   0.0905 ( 12.6%)   0.0906 (  2.3%)  perform-sema
   0.0769 ( 17.6%)   0.0134 (  4.7%)   0.0903 ( 12.5%)   0.0904 (  2.3%)  Type checking and Semantic analysis
   0.0014 (  0.3%)   0.0068 (  2.4%)   0.0082 (  1.1%)   0.0846 (  2.2%)  load-stdlib
   0.0688 ( 15.7%)   0.0104 (  3.7%)   0.0792 ( 11.0%)   0.0792 (  2.0%)  typecheck-stmt
   0.0125 (  2.9%)   0.0112 (  3.9%)   0.0237 (  3.3%)   0.0237 (  0.6%)  import-clang-decl
   0.0170 (  3.9%)   0.0039 (  1.4%)   0.0209 (  2.9%)   0.0209 (  0.5%)  precheck-target
   0.0144 (  3.3%)   0.0035 (  1.2%)   0.0179 (  2.5%)   0.0180 (  0.5%)  typecheck-decl
   0.0118 (  2.7%)   0.0044 (  1.6%)   0.0163 (  2.3%)   0.0162 (  0.4%)  IRGen
   0.0124 (  2.8%)   0.0014 (  0.5%)   0.0138 (  1.9%)   0.0138 (  0.4%)  typecheck-expr
   0.0085 (  2.0%)   0.0009 (  0.3%)   0.0094 (  1.3%)   0.0094 (  0.2%)  SILGen
   0.0060 (  1.4%)   0.0005 (  0.2%)   0.0066 (  0.9%)   0.0066 (  0.2%)  SILGen-function
   0.0059 (  1.4%)   0.0001 (  0.0%)   0.0060 (  0.8%)   0.0060 (  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%)  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%)  populate-source-file-class-member-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%)  AST verification
   0.4368 (100.0%)   0.2831 (100.0%)   0.7199 (100.0%)   3.8953 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6982 seconds (3.4007 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9608 (100.0%)   0.7374 (100.0%)   1.6982 (100.0%)   3.4007 (100.0%)  Building Target
   0.9608 (100.0%)   0.7374 (100.0%)   1.6982 (100.0%)   3.4007 (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\ 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-1745639476212945-swift-frontend-Schedule-Task.swift-arm64_apple_watchos2.0-o-Onone-3848941324.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5885 seconds (3.7898 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0205 (  6.2%)   0.0847 ( 32.6%)   0.1052 ( 17.9%)   1.6754 ( 44.2%)  parse-and-resolve-imports
   0.0195 (  5.9%)   0.0838 ( 32.2%)   0.1033 ( 17.5%)   1.6734 ( 44.2%)  Import resolution
   0.0807 ( 24.6%)   0.0267 ( 10.3%)   0.1074 ( 18.2%)   0.1075 (  2.8%)  build-rewrite-system
   0.0014 (  0.4%)   0.0070 (  2.7%)   0.0084 (  1.4%)   0.0688 (  1.8%)  load-stdlib
   0.0410 ( 12.5%)   0.0107 (  4.1%)   0.0517 (  8.8%)   0.0518 (  1.4%)  perform-sema
   0.0409 ( 12.5%)   0.0106 (  4.1%)   0.0516 (  8.8%)   0.0517 (  1.4%)  Type checking and Semantic analysis
   0.0242 (  7.4%)   0.0047 (  1.8%)   0.0289 (  4.9%)   0.0289 (  0.8%)  typecheck-stmt
   0.0219 (  6.7%)   0.0052 (  2.0%)   0.0271 (  4.6%)   0.0271 (  0.7%)  typecheck-expr
   0.0195 (  5.9%)   0.0062 (  2.4%)   0.0258 (  4.4%)   0.0259 (  0.7%)  typecheck-decl
   0.0125 (  3.8%)   0.0097 (  3.7%)   0.0222 (  3.8%)   0.0222 (  0.6%)  import-clang-decl
   0.0108 (  3.3%)   0.0051 (  2.0%)   0.0159 (  2.7%)   0.0159 (  0.4%)  IRGen
   0.0125 (  3.8%)   0.0003 (  0.1%)   0.0128 (  2.2%)   0.0128 (  0.3%)  SIL optimization
   0.0078 (  2.4%)   0.0023 (  0.9%)   0.0101 (  1.7%)   0.0101 (  0.3%)  SILGen
   0.0085 (  2.6%)   0.0015 (  0.6%)   0.0100 (  1.7%)   0.0100 (  0.3%)  precheck-target
   0.0056 (  1.7%)   0.0011 (  0.4%)   0.0067 (  1.1%)   0.0067 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   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.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.3286 (100.0%)   0.2599 (100.0%)   0.5885 (100.0%)   3.7898 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6848 seconds (3.3940 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9393 (100.0%)   0.7455 (100.0%)   1.6848 (100.0%)   3.3940 (100.0%)  Building Target
   0.9393 (100.0%)   0.7455 (100.0%)   1.6848 (100.0%)   3.3940 (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-1745639476211987-swift-frontend-Schedule-RunLoopTask.swift-arm64_apple_watchos2.0-o-Onone-2243632.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4429 seconds (4.2175 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0209 ( 10.9%)   0.0936 ( 37.2%)   0.1144 ( 25.8%)   1.9627 ( 46.5%)  parse-and-resolve-imports
   0.0195 ( 10.2%)   0.0923 ( 36.7%)   0.1117 ( 25.2%)   1.9600 ( 46.5%)  Import resolution
   0.0013 (  0.7%)   0.0067 (  2.7%)   0.0080 (  1.8%)   0.0847 (  2.0%)  load-stdlib
   0.0525 ( 27.5%)   0.0179 (  7.1%)   0.0705 ( 15.9%)   0.0707 (  1.7%)  build-rewrite-system
   0.0180 (  9.4%)   0.0071 (  2.8%)   0.0251 (  5.7%)   0.0251 (  0.6%)  perform-sema
   0.0179 (  9.4%)   0.0071 (  2.8%)   0.0250 (  5.6%)   0.0251 (  0.6%)  Type checking and Semantic analysis
   0.0126 (  6.6%)   0.0101 (  4.0%)   0.0227 (  5.1%)   0.0230 (  0.5%)  import-clang-decl
   0.0124 (  6.5%)   0.0055 (  2.2%)   0.0179 (  4.0%)   0.0179 (  0.4%)  typecheck-decl
   0.0095 (  4.9%)   0.0023 (  0.9%)   0.0118 (  2.7%)   0.0121 (  0.3%)  SILGen
   0.0070 (  3.7%)   0.0022 (  0.9%)   0.0092 (  2.1%)   0.0092 (  0.2%)  typecheck-expr
   0.0040 (  2.1%)   0.0033 (  1.3%)   0.0074 (  1.7%)   0.0074 (  0.2%)  IRGen
   0.0051 (  2.6%)   0.0015 (  0.6%)   0.0065 (  1.5%)   0.0066 (  0.2%)  typecheck-stmt
   0.0053 (  2.8%)   0.0002 (  0.1%)   0.0056 (  1.3%)   0.0056 (  0.1%)  SIL optimization
   0.0028 (  1.5%)   0.0011 (  0.5%)   0.0039 (  0.9%)   0.0042 (  0.1%)  SILGen-function
   0.0015 (  0.8%)   0.0003 (  0.1%)   0.0018 (  0.4%)   0.0018 (  0.0%)  precheck-target
   0.0009 (  0.5%)   0.0002 (  0.1%)   0.0011 (  0.3%)   0.0012 (  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, 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%)  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.1914 (100.0%)   0.2516 (100.0%)   0.4429 (100.0%)   4.2175 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3875 seconds (3.3934 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6415 (100.0%)   0.7460 (100.0%)   1.3875 (100.0%)   3.3934 (100.0%)  Building Target
   0.6415 (100.0%)   0.7460 (100.0%)   1.3875 (100.0%)   3.3934 (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\ 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-1745639476192360-swift-frontend-Schedule-Time.swift-arm64_apple_watchos2.0-o-Onone-1967920092.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6478 seconds (3.9982 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7232 ( 40.0%)   0.3607 ( 42.9%)   1.0839 ( 40.9%)   1.7423 ( 43.6%)  parse-and-resolve-imports
   0.7221 ( 39.9%)   0.3602 ( 42.9%)   1.0824 ( 40.9%)   1.7408 ( 43.5%)  Import resolution
   0.0781 (  4.3%)   0.0170 (  2.0%)   0.0951 (  3.6%)   0.0953 (  2.4%)  build-rewrite-system
   0.0128 (  0.7%)   0.0410 (  4.9%)   0.0538 (  2.0%)   0.0869 (  2.2%)  load-stdlib
   0.0510 (  2.8%)   0.0101 (  1.2%)   0.0610 (  2.3%)   0.0610 (  1.5%)  perform-sema
   0.0509 (  2.8%)   0.0101 (  1.2%)   0.0610 (  2.3%)   0.0610 (  1.5%)  Type checking and Semantic analysis
   0.0477 (  2.6%)   0.0095 (  1.1%)   0.0572 (  2.2%)   0.0572 (  1.4%)  typecheck-stmt
   0.0433 (  2.4%)   0.0091 (  1.1%)   0.0524 (  2.0%)   0.0524 (  1.3%)  typecheck-expr
   0.0139 (  0.8%)   0.0106 (  1.3%)   0.0245 (  0.9%)   0.0247 (  0.6%)  import-clang-decl
   0.0165 (  0.9%)   0.0043 (  0.5%)   0.0208 (  0.8%)   0.0208 (  0.5%)  typecheck-decl
   0.0125 (  0.7%)   0.0023 (  0.3%)   0.0148 (  0.6%)   0.0148 (  0.4%)  precheck-target
   0.0116 (  0.6%)   0.0014 (  0.2%)   0.0130 (  0.5%)   0.0130 (  0.3%)  SILGen
   0.0080 (  0.4%)   0.0027 (  0.3%)   0.0108 (  0.4%)   0.0108 (  0.3%)  IRGen
   0.0075 (  0.4%)   0.0009 (  0.1%)   0.0084 (  0.3%)   0.0085 (  0.2%)  SILGen-function
   0.0067 (  0.4%)   0.0001 (  0.0%)   0.0067 (  0.3%)   0.0067 (  0.2%)  SIL optimization
   0.0008 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.0%)   0.0001 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  typecheck-expr-pattern
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.8076 (100.0%)   0.8402 (100.0%)   2.6478 (100.0%)   3.9982 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6463 seconds (3.4164 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6245 (100.0%)   1.0218 (100.0%)   2.6463 (100.0%)   3.4164 (100.0%)  Building Target
   1.6245 (100.0%)   1.0218 (100.0%)   2.6463 (100.0%)   3.4164 (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-1745639476211761-swift-frontend-Schedule-Weekday.swift-arm64_apple_watchos2.0-o-Onone-1537172691.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4670 seconds (3.7104 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0203 (  9.2%)   0.0886 ( 36.0%)   0.1089 ( 23.3%)   1.6977 ( 45.8%)  parse-and-resolve-imports
   0.0190 (  8.6%)   0.0875 ( 35.5%)   0.1065 ( 22.8%)   1.6953 ( 45.7%)  Import resolution
   0.0794 ( 36.0%)   0.0288 ( 11.7%)   0.1083 ( 23.2%)   0.1086 (  2.9%)  build-rewrite-system
   0.0014 (  0.6%)   0.0064 (  2.6%)   0.0078 (  1.7%)   0.0732 (  2.0%)  load-stdlib
   0.0230 ( 10.4%)   0.0069 (  2.8%)   0.0299 (  6.4%)   0.0299 (  0.8%)  perform-sema
   0.0230 ( 10.4%)   0.0068 (  2.8%)   0.0298 (  6.4%)   0.0298 (  0.8%)  Type checking and Semantic analysis
   0.0116 (  5.3%)   0.0094 (  3.8%)   0.0210 (  4.5%)   0.0211 (  0.6%)  import-clang-decl
   0.0118 (  5.3%)   0.0041 (  1.7%)   0.0159 (  3.4%)   0.0159 (  0.4%)  typecheck-decl
   0.0120 (  5.5%)   0.0028 (  1.1%)   0.0148 (  3.2%)   0.0148 (  0.4%)  typecheck-stmt
   0.0028 (  1.3%)   0.0025 (  1.0%)   0.0053 (  1.1%)   0.0053 (  0.1%)  IRGen
   0.0038 (  1.7%)   0.0007 (  0.3%)   0.0045 (  1.0%)   0.0045 (  0.1%)  precheck-target
   0.0034 (  1.5%)   0.0004 (  0.2%)   0.0038 (  0.8%)   0.0038 (  0.1%)  SILGen
   0.0026 (  1.2%)   0.0003 (  0.1%)   0.0029 (  0.6%)   0.0029 (  0.1%)  SILGen-function
   0.0026 (  1.2%)   0.0000 (  0.0%)   0.0027 (  0.6%)   0.0027 (  0.1%)  SIL optimization
   0.0020 (  0.9%)   0.0006 (  0.2%)   0.0026 (  0.6%)   0.0026 (  0.1%)  typecheck-expr
   0.0009 (  0.4%)   0.0001 (  0.0%)   0.0010 (  0.2%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.3%)   0.0003 (  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%)  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.2206 (100.0%)   0.2464 (100.0%)   0.4670 (100.0%)   3.7104 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6590 seconds (3.3929 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8765 (100.0%)   0.7825 (100.0%)   1.6590 (100.0%)   3.3929 (100.0%)  Building Target
   0.8765 (100.0%)   0.7825 (100.0%)   1.6590 (100.0%)   3.3929 (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

SwiftEmitModule normal armv7k Emitting\ module\ for\ Schedule (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639476211205-swift-frontend-Schedule-all-armv7k_apple_watchos2.0-swiftmodule-Onone-1337798408.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9509 seconds (3.4649 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8918 ( 46.1%)   0.4473 ( 44.0%)   1.3391 ( 45.4%)   1.5745 ( 45.4%)  parse-and-resolve-imports
   0.8904 ( 46.0%)   0.4436 ( 43.6%)   1.3341 ( 45.2%)   1.5665 ( 45.2%)  Import resolution
   0.0105 (  0.5%)   0.0306 (  3.0%)   0.0411 (  1.4%)   0.0679 (  2.0%)  load-stdlib
   0.0322 (  1.7%)   0.0192 (  1.9%)   0.0514 (  1.7%)   0.0547 (  1.6%)  perform-sema
   0.0321 (  1.7%)   0.0191 (  1.9%)   0.0512 (  1.7%)   0.0545 (  1.6%)  Type checking and Semantic analysis
   0.0315 (  1.6%)   0.0188 (  1.9%)   0.0503 (  1.7%)   0.0537 (  1.5%)  typecheck-decl
   0.0106 (  0.5%)   0.0141 (  1.4%)   0.0246 (  0.8%)   0.0288 (  0.8%)  SIL optimization
   0.0027 (  0.1%)   0.0107 (  1.1%)   0.0134 (  0.5%)   0.0176 (  0.5%)  Serialization, swiftmodule
   0.0105 (  0.5%)   0.0024 (  0.2%)   0.0130 (  0.4%)   0.0130 (  0.4%)  SILGen
   0.0060 (  0.3%)   0.0049 (  0.5%)   0.0109 (  0.4%)   0.0118 (  0.3%)  typecheck-expr
   0.0050 (  0.3%)   0.0017 (  0.2%)   0.0066 (  0.2%)   0.0066 (  0.2%)  SILGen-function
   0.0018 (  0.1%)   0.0022 (  0.2%)   0.0039 (  0.1%)   0.0039 (  0.1%)  import-clang-decl
   0.0036 (  0.2%)   0.0001 (  0.0%)   0.0037 (  0.1%)   0.0037 (  0.1%)  build-rewrite-system
   0.0017 (  0.1%)   0.0012 (  0.1%)   0.0029 (  0.1%)   0.0030 (  0.1%)  Serialization, swiftdoc
   0.0012 (  0.1%)   0.0003 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  typecheck-stmt
   0.0008 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  precheck-target
   0.0009 (  0.0%)   0.0001 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.0%)   0.0001 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  Serialization, swiftsourceinfo
   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%)  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   1.9342 (100.0%)   1.0167 (100.0%)   2.9509 (100.0%)   3.4649 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4881 seconds (1.7637 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9641 (100.0%)   0.5240 (100.0%)   1.4881 (100.0%)   1.7637 (100.0%)  Building Target
   0.9641 (100.0%)   0.5240 (100.0%)   1.4881 (100.0%)   1.7637 (100.0%)  Total
EmitSwiftModule normal armv7k (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)
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-1745639478048112-swift-frontend-Schedule-all-arm64_apple_watchos2.0-swiftmodule-Onone-541030401.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2632 seconds (0.2635 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0355 ( 18.9%)   0.0088 ( 11.8%)   0.0443 ( 16.9%)   0.0444 ( 16.9%)  perform-sema
   0.0354 ( 18.8%)   0.0088 ( 11.7%)   0.0441 ( 16.8%)   0.0442 ( 16.8%)  Type checking and Semantic analysis
   0.0349 ( 18.5%)   0.0085 ( 11.4%)   0.0434 ( 16.5%)   0.0435 ( 16.5%)  typecheck-decl
   0.0176 (  9.4%)   0.0167 ( 22.2%)   0.0343 ( 13.0%)   0.0343 ( 13.0%)  parse-and-resolve-imports
   0.0165 (  8.8%)   0.0157 ( 21.0%)   0.0322 ( 12.2%)   0.0322 ( 12.2%)  Import resolution
   0.0114 (  6.0%)   0.0030 (  3.9%)   0.0143 (  5.4%)   0.0144 (  5.4%)  SILGen
   0.0100 (  5.3%)   0.0023 (  3.0%)   0.0123 (  4.7%)   0.0123 (  4.7%)  SIL optimization
   0.0065 (  3.4%)   0.0028 (  3.8%)   0.0093 (  3.5%)   0.0093 (  3.5%)  typecheck-expr
   0.0053 (  2.8%)   0.0015 (  2.0%)   0.0068 (  2.6%)   0.0068 (  2.6%)  SILGen-function
   0.0041 (  2.2%)   0.0010 (  1.3%)   0.0051 (  1.9%)   0.0051 (  1.9%)  build-rewrite-system
   0.0020 (  1.1%)   0.0030 (  3.9%)   0.0050 (  1.9%)   0.0050 (  1.9%)  import-clang-decl
   0.0025 (  1.3%)   0.0007 (  0.9%)   0.0032 (  1.2%)   0.0032 (  1.2%)  Serialization, swiftmodule
   0.0010 (  0.5%)   0.0014 (  1.9%)   0.0024 (  0.9%)   0.0024 (  0.9%)  load-stdlib
   0.0013 (  0.7%)   0.0003 (  0.4%)   0.0016 (  0.6%)   0.0016 (  0.6%)  typecheck-stmt
   0.0015 (  0.8%)   0.0001 (  0.1%)   0.0016 (  0.6%)   0.0016 (  0.6%)  Serialization, swiftdoc
   0.0009 (  0.5%)   0.0002 (  0.2%)   0.0011 (  0.4%)   0.0011 (  0.4%)  typecheck-expr-pattern
   0.0009 (  0.5%)   0.0001 (  0.1%)   0.0010 (  0.4%)   0.0010 (  0.4%)  precheck-target
   0.0007 (  0.4%)   0.0001 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.3%)  Serialization, swiftsourceinfo
   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.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, 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-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.1882 (100.0%)   0.0750 (100.0%)   0.2632 (100.0%)   0.2635 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1193 seconds (0.1194 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0844 (100.0%)   0.0349 (100.0%)   0.1193 (100.0%)   0.1194 (100.0%)  Building Target
   0.0844 (100.0%)   0.0349 (100.0%)   0.1193 (100.0%)   0.1194 (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)
SwiftDriverJobDiscovery normal armv7k Emitting module for Schedule (in target 'Schedule' from project 'Schedule')
SwiftDriver\ Compilation\ Requirements Schedule normal armv7k 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-watchos/Schedule.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/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-watchos/Schedule.build/Objects-normal/armv7k/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/armv7k/Schedule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/Schedule.build/Objects-normal/armv7k/Schedule.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/Schedule.build/Objects-normal/armv7k/Schedule.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/Schedule.build/Objects-normal/armv7k/Schedule.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/arm64/Schedule.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/arm64/Schedule.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/arm64/Schedule.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/Schedule.build/Objects-normal/armv7k/Schedule.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/arm64/Schedule.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Schedule (in target 'Schedule' from project 'Schedule')
EmitSwiftModule normal arm64_32 (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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639478245810-swift-frontend-Schedule-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-2483324591.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4720 seconds (3.6207 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0305 ( 46.3%)   0.5605 ( 45.0%)   1.5910 ( 45.8%)   1.6493 ( 45.6%)  parse-and-resolve-imports
   1.0287 ( 46.2%)   0.5469 ( 43.9%)   1.5756 ( 45.4%)   1.6314 ( 45.1%)  Import resolution
   0.0359 (  1.6%)   0.0322 (  2.6%)   0.0681 (  2.0%)   0.0765 (  2.1%)  perform-sema
   0.0357 (  1.6%)   0.0321 (  2.6%)   0.0678 (  2.0%)   0.0763 (  2.1%)  Type checking and Semantic analysis
   0.0351 (  1.6%)   0.0313 (  2.5%)   0.0664 (  1.9%)   0.0748 (  2.1%)  typecheck-decl
   0.0115 (  0.5%)   0.0197 (  1.6%)   0.0312 (  0.9%)   0.0371 (  1.0%)  load-stdlib
   0.0070 (  0.3%)   0.0117 (  0.9%)   0.0187 (  0.5%)   0.0203 (  0.6%)  typecheck-expr
   0.0110 (  0.5%)   0.0026 (  0.2%)   0.0135 (  0.4%)   0.0144 (  0.4%)  SIL optimization
   0.0115 (  0.5%)   0.0021 (  0.2%)   0.0137 (  0.4%)   0.0138 (  0.4%)  SILGen
   0.0054 (  0.2%)   0.0010 (  0.1%)   0.0065 (  0.2%)   0.0065 (  0.2%)  SILGen-function
   0.0021 (  0.1%)   0.0025 (  0.2%)   0.0046 (  0.1%)   0.0046 (  0.1%)  import-clang-decl
   0.0039 (  0.2%)   0.0001 (  0.0%)   0.0040 (  0.1%)   0.0041 (  0.1%)  build-rewrite-system
   0.0028 (  0.1%)   0.0006 (  0.0%)   0.0035 (  0.1%)   0.0035 (  0.1%)  Serialization, swiftmodule
   0.0009 (  0.0%)   0.0002 (  0.0%)   0.0011 (  0.0%)   0.0020 (  0.1%)  Serialization, swiftsourceinfo
   0.0016 (  0.1%)   0.0002 (  0.0%)   0.0018 (  0.1%)   0.0018 (  0.0%)  Serialization, swiftdoc
   0.0013 (  0.1%)   0.0003 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  typecheck-stmt
   0.0009 (  0.0%)   0.0004 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  precheck-target
   0.0009 (  0.0%)   0.0001 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  typecheck-expr-pattern
   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%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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
   2.2273 (100.0%)   1.2447 (100.0%)   3.4720 (100.0%)   3.6207 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7363 seconds (1.8156 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1099 (100.0%)   0.6264 (100.0%)   1.7363 (100.0%)   1.8156 (100.0%)  Building Target
   1.1099 (100.0%)   0.6264 (100.0%)   1.7363 (100.0%)   1.8156 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ TaskCenter.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 /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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639479909123-swift-frontend-Schedule-TaskCenter.swift-arm64_32_apple_watchos2.0-o-Onone-3953345311.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4860 seconds (0.5143 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0863 ( 26.7%)   0.0318 ( 19.6%)   0.1181 ( 24.3%)   0.1180 ( 22.9%)  build-rewrite-system
   0.0425 ( 13.1%)   0.0240 ( 14.8%)   0.0665 ( 13.7%)   0.0736 ( 14.3%)  perform-sema
   0.0424 ( 13.1%)   0.0240 ( 14.8%)   0.0664 ( 13.7%)   0.0735 ( 14.3%)  Type checking and Semantic analysis
   0.0134 (  4.1%)   0.0203 ( 12.5%)   0.0336 (  6.9%)   0.0406 (  7.9%)  typecheck-decl
   0.0175 (  5.4%)   0.0165 ( 10.2%)   0.0341 (  7.0%)   0.0341 (  6.6%)  parse-and-resolve-imports
   0.0281 (  8.7%)   0.0034 (  2.1%)   0.0315 (  6.5%)   0.0317 (  6.2%)  typecheck-stmt
   0.0165 (  5.1%)   0.0149 (  9.2%)   0.0314 (  6.5%)   0.0315 (  6.1%)  Import resolution
   0.0255 (  7.9%)   0.0042 (  2.6%)   0.0297 (  6.1%)   0.0299 (  5.8%)  typecheck-expr
   0.0148 (  4.6%)   0.0072 (  4.4%)   0.0220 (  4.5%)   0.0284 (  5.5%)  IRGen
   0.0124 (  3.8%)   0.0119 (  7.3%)   0.0243 (  5.0%)   0.0245 (  4.8%)  import-clang-decl
   0.0067 (  2.1%)   0.0012 (  0.7%)   0.0079 (  1.6%)   0.0079 (  1.5%)  SILGen
   0.0069 (  2.1%)   0.0003 (  0.2%)   0.0072 (  1.5%)   0.0072 (  1.4%)  SIL optimization
   0.0052 (  1.6%)   0.0008 (  0.5%)   0.0060 (  1.2%)   0.0060 (  1.2%)  SILGen-function
   0.0032 (  1.0%)   0.0001 (  0.1%)   0.0033 (  0.7%)   0.0033 (  0.7%)  precheck-target
   0.0010 (  0.3%)   0.0016 (  1.0%)   0.0026 (  0.5%)   0.0026 (  0.5%)  load-stdlib
   0.0009 (  0.3%)   0.0003 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.2%)  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, 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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3234 (100.0%)   0.1626 (100.0%)   0.4860 (100.0%)   0.5143 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3511 seconds (1.4111 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9953 (100.0%)   0.3557 (100.0%)   1.3511 (100.0%)   1.4111 (100.0%)  Building Target
   0.9953 (100.0%)   0.3557 (100.0%)   1.3511 (100.0%)   1.4111 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k Compiling\ RunLoopTask.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Schedule/RunLoopTask.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-1745639479999628-swift-frontend-Schedule-RunLoopTask.swift-armv7k_apple_watchos2.0-o-Onone-1389284297.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3921 seconds (0.4019 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0880 ( 35.5%)   0.0350 ( 24.3%)   0.1230 ( 31.4%)   0.1236 ( 30.8%)  build-rewrite-system
   0.0186 (  7.5%)   0.0218 ( 15.2%)   0.0405 ( 10.3%)   0.0421 ( 10.5%)  parse-and-resolve-imports
   0.0173 (  7.0%)   0.0204 ( 14.2%)   0.0377 (  9.6%)   0.0392 (  9.7%)  Import resolution
   0.0227 (  9.2%)   0.0125 (  8.7%)   0.0352 (  9.0%)   0.0364 (  9.1%)  perform-sema
   0.0227 (  9.1%)   0.0125 (  8.7%)   0.0352 (  9.0%)   0.0363 (  9.0%)  Type checking and Semantic analysis
   0.0138 (  5.6%)   0.0132 (  9.2%)   0.0270 (  6.9%)   0.0273 (  6.8%)  import-clang-decl
   0.0156 (  6.3%)   0.0094 (  6.6%)   0.0251 (  6.4%)   0.0258 (  6.4%)  typecheck-decl
   0.0141 (  5.7%)   0.0038 (  2.7%)   0.0179 (  4.6%)   0.0188 (  4.7%)  SILGen
   0.0088 (  3.5%)   0.0037 (  2.6%)   0.0125 (  3.2%)   0.0137 (  3.4%)  typecheck-expr
   0.0060 (  2.4%)   0.0043 (  3.0%)   0.0102 (  2.6%)   0.0103 (  2.6%)  IRGen
   0.0065 (  2.6%)   0.0029 (  2.0%)   0.0094 (  2.4%)   0.0099 (  2.5%)  typecheck-stmt
   0.0058 (  2.3%)   0.0001 (  0.1%)   0.0059 (  1.5%)   0.0059 (  1.5%)  SIL optimization
   0.0042 (  1.7%)   0.0013 (  0.9%)   0.0056 (  1.4%)   0.0056 (  1.4%)  SILGen-function
   0.0010 (  0.4%)   0.0018 (  1.3%)   0.0029 (  0.7%)   0.0029 (  0.7%)  load-stdlib
   0.0019 (  0.7%)   0.0008 (  0.5%)   0.0026 (  0.7%)   0.0027 (  0.7%)  precheck-target
   0.0008 (  0.3%)   0.0004 (  0.3%)   0.0012 (  0.3%)   0.0012 (  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.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2481 (100.0%)   0.1440 (100.0%)   0.3921 (100.0%)   0.4019 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2740 seconds (1.3267 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9378 (100.0%)   0.3362 (100.0%)   1.2740 (100.0%)   1.3267 (100.0%)  Building Target
   0.9378 (100.0%)   0.3362 (100.0%)   1.2740 (100.0%)   1.3267 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling Weekday.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 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-1745639480029685-swift-frontend-Schedule-Time.swift-arm64_32_apple_watchos2.0-o-Onone-3190520583.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6641 seconds (0.6756 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0838 ( 18.3%)   0.0335 ( 16.3%)   0.1173 ( 17.7%)   0.1185 ( 17.5%)  build-rewrite-system
   0.0649 ( 14.2%)   0.0198 (  9.6%)   0.0847 ( 12.8%)   0.0869 ( 12.9%)  perform-sema
   0.0649 ( 14.1%)   0.0198 (  9.6%)   0.0847 ( 12.7%)   0.0868 ( 12.9%)  Type checking and Semantic analysis
   0.0599 ( 13.1%)   0.0180 (  8.8%)   0.0780 ( 11.7%)   0.0794 ( 11.7%)  typecheck-stmt
   0.0546 ( 11.9%)   0.0172 (  8.4%)   0.0718 ( 10.8%)   0.0732 ( 10.8%)  typecheck-expr
   0.0203 (  4.4%)   0.0291 ( 14.2%)   0.0494 (  7.4%)   0.0501 (  7.4%)  parse-and-resolve-imports
   0.0193 (  4.2%)   0.0279 ( 13.6%)   0.0472 (  7.1%)   0.0479 (  7.1%)  Import resolution
   0.0155 (  3.4%)   0.0162 (  7.9%)   0.0317 (  4.8%)   0.0322 (  4.8%)  import-clang-decl
   0.0190 (  4.1%)   0.0075 (  3.7%)   0.0265 (  4.0%)   0.0274 (  4.1%)  typecheck-decl
   0.0154 (  3.4%)   0.0043 (  2.1%)   0.0197 (  3.0%)   0.0198 (  2.9%)  precheck-target
   0.0141 (  3.1%)   0.0037 (  1.8%)   0.0178 (  2.7%)   0.0178 (  2.6%)  SILGen
   0.0081 (  1.8%)   0.0039 (  1.9%)   0.0120 (  1.8%)   0.0120 (  1.8%)  IRGen
   0.0086 (  1.9%)   0.0022 (  1.1%)   0.0108 (  1.6%)   0.0108 (  1.6%)  SILGen-function
   0.0071 (  1.5%)   0.0002 (  0.1%)   0.0073 (  1.1%)   0.0073 (  1.1%)  SIL optimization
   0.0010 (  0.2%)   0.0018 (  0.9%)   0.0027 (  0.4%)   0.0032 (  0.5%)  load-stdlib
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0011 (  0.2%)  load-all-members
   0.0007 (  0.1%)   0.0001 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.1%)  typecheck-expr-pattern
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  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.4586 (100.0%)   0.2054 (100.0%)   0.6641 (100.0%)   0.6756 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2544 seconds (1.2860 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9495 (100.0%)   0.3049 (100.0%)   1.2544 (100.0%)   1.2860 (100.0%)  Building Target
   0.9495 (100.0%)   0.3049 (100.0%)   1.2544 (100.0%)   1.2860 (100.0%)  Total
SwiftCompile normal arm64_32 /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 Compiling Atomic.swift, Bag.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 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-1745639480033507-swift-frontend-Schedule-Plan.swift-arm64_32_apple_watchos2.0-o-Onone-2537456719.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6809 seconds (0.6976 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0864 ( 17.6%)   0.0345 ( 18.1%)   0.1209 ( 17.8%)   0.1225 ( 17.6%)  build-rewrite-system
   0.0895 ( 18.3%)   0.0196 ( 10.3%)   0.1091 ( 16.0%)   0.1112 ( 15.9%)  perform-sema
   0.0894 ( 18.2%)   0.0196 ( 10.3%)   0.1090 ( 16.0%)   0.1112 ( 15.9%)  Type checking and Semantic analysis
   0.0787 ( 16.1%)   0.0162 (  8.5%)   0.0949 ( 13.9%)   0.0968 ( 13.9%)  typecheck-stmt
   0.0219 (  4.5%)   0.0314 ( 16.5%)   0.0533 (  7.8%)   0.0567 (  8.1%)  parse-and-resolve-imports
   0.0207 (  4.2%)   0.0304 ( 15.9%)   0.0511 (  7.5%)   0.0545 (  7.8%)  Import resolution
   0.0131 (  2.7%)   0.0172 (  9.0%)   0.0303 (  4.4%)   0.0307 (  4.4%)  import-clang-decl
   0.0210 (  4.3%)   0.0062 (  3.3%)   0.0272 (  4.0%)   0.0287 (  4.1%)  precheck-target
   0.0174 (  3.6%)   0.0047 (  2.4%)   0.0221 (  3.2%)   0.0224 (  3.2%)  typecheck-decl
   0.0139 (  2.8%)   0.0025 (  1.3%)   0.0164 (  2.4%)   0.0164 (  2.3%)  typecheck-expr
   0.0121 (  2.5%)   0.0041 (  2.2%)   0.0162 (  2.4%)   0.0162 (  2.3%)  IRGen
   0.0101 (  2.1%)   0.0015 (  0.8%)   0.0116 (  1.7%)   0.0116 (  1.7%)  SILGen
   0.0069 (  1.4%)   0.0009 (  0.5%)   0.0078 (  1.1%)   0.0078 (  1.1%)  SILGen-function
   0.0065 (  1.3%)   0.0001 (  0.0%)   0.0066 (  1.0%)   0.0066 (  0.9%)  SIL optimization
   0.0010 (  0.2%)   0.0017 (  0.9%)   0.0027 (  0.4%)   0.0027 (  0.4%)  load-stdlib
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  load-all-members
   0.0006 (  0.1%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  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.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%)  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4901 (100.0%)   0.1908 (100.0%)   0.6809 (100.0%)   0.6976 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2625 seconds (1.2911 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9775 (100.0%)   0.2850 (100.0%)   1.2625 (100.0%)   1.2911 (100.0%)  Building Target
   0.9775 (100.0%)   0.2850 (100.0%)   1.2625 (100.0%)   1.2911 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Plan.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Time.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 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-1745639480046160-swift-frontend-Schedule-Atomic.swift-arm64_32_apple_watchos2.0-o-Onone-1129463861.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4548 seconds (0.4671 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0832 ( 28.4%)   0.0329 ( 20.3%)   0.1161 ( 25.5%)   0.1163 ( 24.9%)  build-rewrite-system
   0.0221 (  7.6%)   0.0328 ( 20.3%)   0.0549 ( 12.1%)   0.0572 ( 12.2%)  parse-and-resolve-imports
   0.0207 (  7.1%)   0.0314 ( 19.4%)   0.0521 ( 11.5%)   0.0541 ( 11.6%)  Import resolution
   0.0343 ( 11.7%)   0.0112 (  6.9%)   0.0455 ( 10.0%)   0.0476 ( 10.2%)  perform-sema
   0.0342 ( 11.7%)   0.0112 (  6.9%)   0.0454 ( 10.0%)   0.0474 ( 10.2%)  Type checking and Semantic analysis
   0.0240 (  8.2%)   0.0098 (  6.0%)   0.0338 (  7.4%)   0.0358 (  7.7%)  typecheck-decl
   0.0130 (  4.4%)   0.0163 ( 10.1%)   0.0293 (  6.4%)   0.0297 (  6.4%)  import-clang-decl
   0.0168 (  5.7%)   0.0035 (  2.2%)   0.0203 (  4.5%)   0.0207 (  4.4%)  typecheck-stmt
   0.0132 (  4.5%)   0.0042 (  2.6%)   0.0173 (  3.8%)   0.0177 (  3.8%)  typecheck-expr
   0.0067 (  2.3%)   0.0031 (  1.9%)   0.0099 (  2.2%)   0.0099 (  2.1%)  IRGen
   0.0068 (  2.3%)   0.0020 (  1.2%)   0.0088 (  1.9%)   0.0091 (  1.9%)  precheck-target
   0.0067 (  2.3%)   0.0009 (  0.6%)   0.0076 (  1.7%)   0.0077 (  1.6%)  SILGen
   0.0046 (  1.6%)   0.0005 (  0.3%)   0.0051 (  1.1%)   0.0052 (  1.1%)  SILGen-function
   0.0044 (  1.5%)   0.0000 (  0.0%)   0.0044 (  1.0%)   0.0044 (  0.9%)  SIL optimization
   0.0010 (  0.4%)   0.0018 (  1.1%)   0.0028 (  0.6%)   0.0028 (  0.6%)  load-stdlib
   0.0008 (  0.3%)   0.0003 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.2%)  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.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%)  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%)  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.2929 (100.0%)   0.1618 (100.0%)   0.4548 (100.0%)   0.4671 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2419 seconds (1.2766 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9315 (100.0%)   0.3104 (100.0%)   1.2419 (100.0%)   1.2766 (100.0%)  Building Target
   0.9315 (100.0%)   0.3104 (100.0%)   1.2419 (100.0%)   1.2766 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Bag.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Monthday.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k 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-1745639480059440-swift-frontend-Schedule-Time.swift-armv7k_apple_watchos2.0-o-Onone-1091459904.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6621 seconds (0.6712 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0832 ( 18.4%)   0.0343 ( 16.4%)   0.1175 ( 17.7%)   0.1178 ( 17.5%)  build-rewrite-system
   0.0625 ( 13.8%)   0.0181 (  8.7%)   0.0806 ( 12.2%)   0.0815 ( 12.1%)  perform-sema
   0.0624 ( 13.8%)   0.0181 (  8.7%)   0.0805 ( 12.2%)   0.0814 ( 12.1%)  Type checking and Semantic analysis
   0.0582 ( 12.8%)   0.0166 (  8.0%)   0.0748 ( 11.3%)   0.0756 ( 11.3%)  typecheck-stmt
   0.0533 ( 11.8%)   0.0159 (  7.6%)   0.0692 ( 10.5%)   0.0700 ( 10.4%)  typecheck-expr
   0.0235 (  5.2%)   0.0354 ( 17.0%)   0.0589 (  8.9%)   0.0611 (  9.1%)  parse-and-resolve-imports
   0.0219 (  4.8%)   0.0339 ( 16.3%)   0.0558 (  8.4%)   0.0576 (  8.6%)  Import resolution
   0.0150 (  3.3%)   0.0122 (  5.9%)   0.0273 (  4.1%)   0.0280 (  4.2%)  import-clang-decl
   0.0189 (  4.2%)   0.0068 (  3.3%)   0.0257 (  3.9%)   0.0258 (  3.9%)  typecheck-decl
   0.0149 (  3.3%)   0.0045 (  2.2%)   0.0193 (  2.9%)   0.0198 (  2.9%)  precheck-target
   0.0125 (  2.8%)   0.0027 (  1.3%)   0.0152 (  2.3%)   0.0154 (  2.3%)  SILGen
   0.0092 (  2.0%)   0.0040 (  1.9%)   0.0132 (  2.0%)   0.0132 (  2.0%)  IRGen
   0.0075 (  1.7%)   0.0016 (  0.8%)   0.0091 (  1.4%)   0.0091 (  1.4%)  SILGen-function
   0.0067 (  1.5%)   0.0002 (  0.1%)   0.0069 (  1.0%)   0.0069 (  1.0%)  SIL optimization
   0.0012 (  0.3%)   0.0037 (  1.8%)   0.0049 (  0.7%)   0.0049 (  0.7%)  load-stdlib
   0.0009 (  0.2%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.2%)  load-all-members
   0.0010 (  0.2%)   0.0001 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.2%)  typecheck-expr-pattern
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  typecheck-for-each
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0004 (  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%)  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.4535 (100.0%)   0.2085 (100.0%)   0.6621 (100.0%)   0.6712 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2431 seconds (1.2701 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9460 (100.0%)   0.2971 (100.0%)   1.2431 (100.0%)   1.2701 (100.0%)  Building Target
   0.9460 (100.0%)   0.2971 (100.0%)   1.2431 (100.0%)   1.2701 (100.0%)  Total
SwiftCompile normal armv7k /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 Compiling Period.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k 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-1745639480058657-swift-frontend-Schedule-Monthday.swift-armv7k_apple_watchos2.0-o-Onone-2115269070.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4937 seconds (0.5037 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0841 ( 26.3%)   0.0328 ( 18.8%)   0.1169 ( 23.7%)   0.1174 ( 23.3%)  build-rewrite-system
   0.0227 (  7.1%)   0.0336 ( 19.3%)   0.0563 ( 11.4%)   0.0598 ( 11.9%)  parse-and-resolve-imports
   0.0210 (  6.6%)   0.0319 ( 18.3%)   0.0530 ( 10.7%)   0.0564 ( 11.2%)  Import resolution
   0.0380 ( 11.9%)   0.0127 (  7.3%)   0.0507 ( 10.3%)   0.0513 ( 10.2%)  perform-sema
   0.0379 ( 11.9%)   0.0127 (  7.3%)   0.0506 ( 10.3%)   0.0512 ( 10.2%)  Type checking and Semantic analysis
   0.0337 ( 10.5%)   0.0112 (  6.4%)   0.0449 (  9.1%)   0.0455 (  9.0%)  typecheck-stmt
   0.0157 (  4.9%)   0.0127 (  7.3%)   0.0284 (  5.8%)   0.0286 (  5.7%)  import-clang-decl
   0.0177 (  5.5%)   0.0061 (  3.5%)   0.0238 (  4.8%)   0.0238 (  4.7%)  typecheck-expr
   0.0169 (  5.3%)   0.0055 (  3.2%)   0.0224 (  4.5%)   0.0224 (  4.4%)  typecheck-decl
   0.0150 (  4.7%)   0.0054 (  3.1%)   0.0204 (  4.1%)   0.0209 (  4.2%)  precheck-target
   0.0043 (  1.3%)   0.0032 (  1.8%)   0.0074 (  1.5%)   0.0074 (  1.5%)  IRGen
   0.0013 (  0.4%)   0.0035 (  2.0%)   0.0048 (  1.0%)   0.0048 (  1.0%)  load-stdlib
   0.0034 (  1.1%)   0.0013 (  0.7%)   0.0047 (  1.0%)   0.0047 (  0.9%)  SILGen
   0.0038 (  1.2%)   0.0001 (  0.1%)   0.0040 (  0.8%)   0.0040 (  0.8%)  SIL optimization
   0.0025 (  0.8%)   0.0011 (  0.7%)   0.0036 (  0.7%)   0.0036 (  0.7%)  SILGen-function
   0.0011 (  0.3%)   0.0003 (  0.2%)   0.0014 (  0.3%)   0.0015 (  0.3%)  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%)  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.3192 (100.0%)   0.1744 (100.0%)   0.4937 (100.0%)   0.5037 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2344 seconds (1.2682 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9214 (100.0%)   0.3130 (100.0%)   1.2344 (100.0%)   1.2682 (100.0%)  Building Target
   0.9214 (100.0%)   0.3130 (100.0%)   1.2344 (100.0%)   1.2682 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Monthday.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 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-1745639480066012-swift-frontend-Schedule-Weekday.swift-arm64_32_apple_watchos2.0-o-Onone-1708902813.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3992 seconds (0.4110 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0820 ( 33.4%)   0.0325 ( 21.1%)   0.1145 ( 28.7%)   0.1147 ( 27.9%)  build-rewrite-system
   0.0231 (  9.4%)   0.0349 ( 22.7%)   0.0580 ( 14.5%)   0.0609 ( 14.8%)  parse-and-resolve-imports
   0.0215 (  8.7%)   0.0334 ( 21.7%)   0.0549 ( 13.8%)   0.0575 ( 14.0%)  Import resolution
   0.0268 ( 10.9%)   0.0096 (  6.2%)   0.0364 (  9.1%)   0.0380 (  9.3%)  perform-sema
   0.0268 ( 10.9%)   0.0096 (  6.2%)   0.0363 (  9.1%)   0.0379 (  9.2%)  Type checking and Semantic analysis
   0.0129 (  5.3%)   0.0142 (  9.2%)   0.0271 (  6.8%)   0.0274 (  6.7%)  import-clang-decl
   0.0138 (  5.6%)   0.0060 (  3.9%)   0.0198 (  5.0%)   0.0213 (  5.2%)  typecheck-decl
   0.0141 (  5.7%)   0.0037 (  2.4%)   0.0178 (  4.5%)   0.0179 (  4.3%)  typecheck-stmt
   0.0036 (  1.5%)   0.0031 (  2.0%)   0.0067 (  1.7%)   0.0067 (  1.6%)  IRGen
   0.0046 (  1.9%)   0.0010 (  0.6%)   0.0056 (  1.4%)   0.0056 (  1.4%)  SILGen
   0.0045 (  1.8%)   0.0009 (  0.6%)   0.0054 (  1.4%)   0.0055 (  1.3%)  precheck-target
   0.0025 (  1.0%)   0.0009 (  0.6%)   0.0034 (  0.8%)   0.0042 (  1.0%)  typecheck-expr
   0.0032 (  1.3%)   0.0007 (  0.4%)   0.0039 (  1.0%)   0.0039 (  0.9%)  SILGen-function
   0.0010 (  0.4%)   0.0028 (  1.8%)   0.0038 (  1.0%)   0.0038 (  0.9%)  load-stdlib
   0.0028 (  1.2%)   0.0001 (  0.1%)   0.0029 (  0.7%)   0.0029 (  0.7%)  SIL optimization
   0.0012 (  0.5%)   0.0002 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.3%)  typecheck-expr-pattern
   0.0008 (  0.3%)   0.0003 (  0.2%)   0.0011 (  0.3%)   0.0011 (  0.3%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  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%)  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.2454 (100.0%)   0.1538 (100.0%)   0.3992 (100.0%)   0.4110 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2101 seconds (1.2452 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8929 (100.0%)   0.3172 (100.0%)   1.2101 (100.0%)   1.2452 (100.0%)  Building Target
   0.8929 (100.0%)   0.3172 (100.0%)   1.2101 (100.0%)   1.2452 (100.0%)  Total
SwiftCompile normal arm64_32 /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 armv7k 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-1745639480065838-swift-frontend-Schedule-Extensions.swift-armv7k_apple_watchos2.0-o-Onone-85824666.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5454 seconds (0.5507 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0840 ( 22.9%)   0.0335 ( 18.7%)   0.1175 ( 21.5%)   0.1177 ( 21.4%)  build-rewrite-system
   0.0546 ( 14.9%)   0.0161 (  9.0%)   0.0707 ( 13.0%)   0.0712 ( 12.9%)  perform-sema
   0.0545 ( 14.9%)   0.0161 (  9.0%)   0.0706 ( 12.9%)   0.0711 ( 12.9%)  Type checking and Semantic analysis
   0.0236 (  6.5%)   0.0344 ( 19.2%)   0.0580 ( 10.6%)   0.0594 ( 10.8%)  parse-and-resolve-imports
   0.0222 (  6.1%)   0.0330 ( 18.4%)   0.0552 ( 10.1%)   0.0566 ( 10.3%)  Import resolution
   0.0430 ( 11.7%)   0.0124 (  6.9%)   0.0554 ( 10.2%)   0.0556 ( 10.1%)  typecheck-stmt
   0.0129 (  3.5%)   0.0129 (  7.2%)   0.0258 (  4.7%)   0.0259 (  4.7%)  import-clang-decl
   0.0165 (  4.5%)   0.0054 (  3.0%)   0.0219 (  4.0%)   0.0221 (  4.0%)  typecheck-expr
   0.0127 (  3.5%)   0.0035 (  2.0%)   0.0163 (  3.0%)   0.0166 (  3.0%)  typecheck-decl
   0.0119 (  3.3%)   0.0045 (  2.5%)   0.0164 (  3.0%)   0.0165 (  3.0%)  precheck-target
   0.0080 (  2.2%)   0.0009 (  0.5%)   0.0090 (  1.6%)   0.0090 (  1.6%)  SILGen
   0.0062 (  1.7%)   0.0027 (  1.5%)   0.0089 (  1.6%)   0.0089 (  1.6%)  IRGen
   0.0076 (  2.1%)   0.0001 (  0.1%)   0.0076 (  1.4%)   0.0077 (  1.4%)  SIL optimization
   0.0061 (  1.7%)   0.0006 (  0.3%)   0.0067 (  1.2%)   0.0067 (  1.2%)  SILGen-function
   0.0011 (  0.3%)   0.0030 (  1.7%)   0.0040 (  0.7%)   0.0041 (  0.7%)  load-stdlib
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.2%)  load-all-members
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3660 (100.0%)   0.1794 (100.0%)   0.5454 (100.0%)   0.5507 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2356 seconds (1.2665 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9305 (100.0%)   0.3051 (100.0%)   1.2356 (100.0%)   1.2665 (100.0%)  Building Target
   0.9305 (100.0%)   0.3051 (100.0%)   1.2356 (100.0%)   1.2665 (100.0%)  Total
SwiftCompile normal armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Interval.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Task.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift, Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 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-1745639480141185-swift-frontend-Schedule-Extensions.swift-arm64_32_apple_watchos2.0-o-Onone-720792109.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4958 seconds (0.4980 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0831 ( 23.8%)   0.0330 ( 22.6%)   0.1160 ( 23.4%)   0.1172 ( 23.5%)  build-rewrite-system
   0.0521 ( 14.9%)   0.0134 (  9.1%)   0.0655 ( 13.2%)   0.0656 ( 13.2%)  perform-sema
   0.0520 ( 14.9%)   0.0133 (  9.1%)   0.0653 ( 13.2%)   0.0654 ( 13.1%)  Type checking and Semantic analysis
   0.0410 ( 11.7%)   0.0099 (  6.8%)   0.0509 ( 10.3%)   0.0510 ( 10.2%)  typecheck-stmt
   0.0206 (  5.9%)   0.0222 ( 15.2%)   0.0428 (  8.6%)   0.0429 (  8.6%)  parse-and-resolve-imports
   0.0193 (  5.5%)   0.0206 ( 14.1%)   0.0399 (  8.0%)   0.0400 (  8.0%)  Import resolution
   0.0133 (  3.8%)   0.0158 ( 10.8%)   0.0291 (  5.9%)   0.0293 (  5.9%)  import-clang-decl
   0.0152 (  4.4%)   0.0039 (  2.7%)   0.0191 (  3.9%)   0.0192 (  3.9%)  typecheck-expr
   0.0123 (  3.5%)   0.0032 (  2.2%)   0.0156 (  3.1%)   0.0156 (  3.1%)  typecheck-decl
   0.0117 (  3.3%)   0.0036 (  2.4%)   0.0152 (  3.1%)   0.0153 (  3.1%)  precheck-target
   0.0061 (  1.7%)   0.0033 (  2.2%)   0.0094 (  1.9%)   0.0094 (  1.9%)  IRGen
   0.0077 (  2.2%)   0.0009 (  0.6%)   0.0086 (  1.7%)   0.0086 (  1.7%)  SILGen
   0.0074 (  2.1%)   0.0001 (  0.1%)   0.0075 (  1.5%)   0.0075 (  1.5%)  SIL optimization
   0.0058 (  1.7%)   0.0005 (  0.4%)   0.0064 (  1.3%)   0.0064 (  1.3%)  SILGen-function
   0.0011 (  0.3%)   0.0021 (  1.4%)   0.0032 (  0.6%)   0.0032 (  0.6%)  load-stdlib
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.2%)  load-all-members
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  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.3498 (100.0%)   0.1460 (100.0%)   0.4958 (100.0%)   0.4980 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1655 seconds (1.1855 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8952 (100.0%)   0.2703 (100.0%)   1.1655 (100.0%)   1.1855 (100.0%)  Building Target
   0.8952 (100.0%)   0.2703 (100.0%)   1.1655 (100.0%)   1.1855 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Interval.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Emitting module for Schedule (in target 'Schedule' from project 'Schedule')
SwiftDriver\ Compilation\ Requirements Schedule normal arm64_32 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-watchos/Schedule.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/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-watchos/Schedule.build/Objects-normal/arm64_32/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/arm64_32/Schedule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Weekday.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k Compiling\ Weekday.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Weekday.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Weekday.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-1745639481584486-swift-frontend-Schedule-Weekday.swift-armv7k_apple_watchos2.0-o-Onone-140575719.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1868 seconds (0.1928 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 ( 18.2%)   0.0080 ( 13.0%)   0.0308 ( 16.5%)   0.0325 ( 16.8%)  perform-sema
   0.0228 ( 18.1%)   0.0080 ( 13.0%)   0.0307 ( 16.5%)   0.0324 ( 16.8%)  Type checking and Semantic analysis
   0.0149 ( 11.9%)   0.0137 ( 22.3%)   0.0286 ( 15.3%)   0.0288 ( 14.9%)  parse-and-resolve-imports
   0.0140 ( 11.2%)   0.0120 ( 19.5%)   0.0260 ( 13.9%)   0.0262 ( 13.6%)  Import resolution
   0.0125 (  9.9%)   0.0035 (  5.7%)   0.0160 (  8.5%)   0.0168 (  8.7%)  typecheck-stmt
   0.0111 (  8.8%)   0.0043 (  7.0%)   0.0154 (  8.2%)   0.0162 (  8.4%)  typecheck-decl
   0.0058 (  4.6%)   0.0014 (  2.3%)   0.0072 (  3.9%)   0.0072 (  3.7%)  build-rewrite-system
   0.0030 (  2.4%)   0.0028 (  4.6%)   0.0058 (  3.1%)   0.0058 (  3.0%)  IRGen
   0.0039 (  3.1%)   0.0011 (  1.9%)   0.0051 (  2.7%)   0.0051 (  2.7%)  SILGen
   0.0040 (  3.2%)   0.0008 (  1.4%)   0.0048 (  2.6%)   0.0049 (  2.5%)  precheck-target
   0.0015 (  1.2%)   0.0018 (  3.0%)   0.0033 (  1.8%)   0.0037 (  1.9%)  import-clang-decl
   0.0020 (  1.6%)   0.0016 (  2.5%)   0.0036 (  1.9%)   0.0036 (  1.9%)  typecheck-expr
   0.0027 (  2.1%)   0.0007 (  1.2%)   0.0034 (  1.8%)   0.0034 (  1.8%)  SILGen-function
   0.0026 (  2.1%)   0.0000 (  0.1%)   0.0026 (  1.4%)   0.0026 (  1.4%)  SIL optimization
   0.0009 (  0.7%)   0.0014 (  2.2%)   0.0023 (  1.2%)   0.0023 (  1.2%)  load-stdlib
   0.0009 (  0.7%)   0.0001 (  0.2%)   0.0010 (  0.5%)   0.0010 (  0.5%)  typecheck-expr-pattern
   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%)  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1254 (100.0%)   0.0614 (100.0%)   0.1868 (100.0%)   0.1928 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1108 seconds (0.1130 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0650 (100.0%)   0.0458 (100.0%)   0.1108 (100.0%)   0.1130 (100.0%)  Building Target
   0.0650 (100.0%)   0.0458 (100.0%)   0.1108 (100.0%)   0.1130 (100.0%)  Total
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Headers/Schedule-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Schedule-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Schedule-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Schedule-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Headers/Schedule-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling Time.swift (in target 'Schedule' from project 'Schedule')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/Schedule.build/Objects-normal/arm64_32/Schedule.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/Schedule.build/Objects-normal/arm64_32/Schedule.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/Schedule.build/Objects-normal/arm64_32/Schedule.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/Schedule.build/Objects-normal/arm64_32/Schedule.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Modules/Schedule.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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-1745639481712636-swift-frontend-Schedule-Atomic.swift-armv7k_apple_watchos2.0-o-Onone-2099664016.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2773 seconds (0.2936 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0316 ( 17.4%)   0.0114 ( 12.0%)   0.0430 ( 15.5%)   0.0462 ( 15.7%)  perform-sema
   0.0315 ( 17.3%)   0.0114 ( 11.9%)   0.0429 ( 15.5%)   0.0461 ( 15.7%)  Type checking and Semantic analysis
   0.0174 (  9.6%)   0.0213 ( 22.3%)   0.0387 ( 14.0%)   0.0412 ( 14.0%)  parse-and-resolve-imports
   0.0161 (  8.9%)   0.0193 ( 20.1%)   0.0354 ( 12.8%)   0.0378 ( 12.9%)  Import resolution
   0.0211 ( 11.6%)   0.0097 ( 10.2%)   0.0309 ( 11.1%)   0.0339 ( 11.5%)  typecheck-decl
   0.0153 (  8.4%)   0.0027 (  2.9%)   0.0180 (  6.5%)   0.0183 (  6.2%)  typecheck-stmt
   0.0118 (  6.5%)   0.0035 (  3.6%)   0.0153 (  5.5%)   0.0158 (  5.4%)  typecheck-expr
   0.0075 (  4.1%)   0.0059 (  6.2%)   0.0134 (  4.8%)   0.0135 (  4.6%)  IRGen
   0.0068 (  3.7%)   0.0029 (  3.0%)   0.0097 (  3.5%)   0.0098 (  3.3%)  build-rewrite-system
   0.0057 (  3.1%)   0.0011 (  1.1%)   0.0067 (  2.4%)   0.0068 (  2.3%)  precheck-target
   0.0057 (  3.1%)   0.0006 (  0.6%)   0.0063 (  2.3%)   0.0065 (  2.2%)  SILGen
   0.0044 (  2.4%)   0.0001 (  0.1%)   0.0045 (  1.6%)   0.0045 (  1.5%)  SIL optimization
   0.0015 (  0.8%)   0.0027 (  2.8%)   0.0041 (  1.5%)   0.0045 (  1.5%)  import-clang-decl
   0.0011 (  0.6%)   0.0027 (  2.9%)   0.0039 (  1.4%)   0.0043 (  1.5%)  load-stdlib
   0.0039 (  2.1%)   0.0002 (  0.2%)   0.0041 (  1.5%)   0.0042 (  1.4%)  SILGen-function
   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%)  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%)  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%)  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.1817 (100.0%)   0.0956 (100.0%)   0.2773 (100.0%)   0.2936 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1516 seconds (0.1586 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1002 (100.0%)   0.0513 (100.0%)   0.1516 (100.0%)   0.1586 (100.0%)  Building Target
   0.1002 (100.0%)   0.0513 (100.0%)   0.1516 (100.0%)   0.1586 (100.0%)  Total
SwiftCompile normal armv7k Compiling\ Period.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k /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-1745639481720805-swift-frontend-Schedule-Period.swift-armv7k_apple_watchos2.0-o-Onone-109165426.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5267 seconds (0.5330 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0694 ( 18.9%)   0.0244 ( 15.2%)   0.0937 ( 17.8%)   0.0948 ( 17.8%)  perform-sema
   0.0693 ( 18.9%)   0.0243 ( 15.2%)   0.0937 ( 17.8%)   0.0947 ( 17.8%)  Type checking and Semantic analysis
   0.0516 ( 14.1%)   0.0153 (  9.6%)   0.0669 ( 12.7%)   0.0669 ( 12.6%)  typecheck-stmt
   0.0478 ( 13.0%)   0.0155 (  9.7%)   0.0633 ( 12.0%)   0.0636 ( 11.9%)  typecheck-expr
   0.0166 (  4.5%)   0.0197 ( 12.3%)   0.0363 (  6.9%)   0.0381 (  7.2%)  parse-and-resolve-imports
   0.0154 (  4.2%)   0.0185 ( 11.6%)   0.0339 (  6.4%)   0.0349 (  6.5%)  Import resolution
   0.0181 (  4.9%)   0.0094 (  5.9%)   0.0275 (  5.2%)   0.0285 (  5.3%)  typecheck-decl
   0.0165 (  4.5%)   0.0046 (  2.9%)   0.0211 (  4.0%)   0.0212 (  4.0%)  SILGen
   0.0125 (  3.4%)   0.0055 (  3.4%)   0.0181 (  3.4%)   0.0181 (  3.4%)  build-rewrite-system
   0.0116 (  3.2%)   0.0064 (  4.0%)   0.0180 (  3.4%)   0.0180 (  3.4%)  IRGen
   0.0114 (  3.1%)   0.0032 (  2.0%)   0.0147 (  2.8%)   0.0148 (  2.8%)  SILGen-function
   0.0030 (  0.8%)   0.0086 (  5.4%)   0.0117 (  2.2%)   0.0117 (  2.2%)  import-clang-decl
   0.0088 (  2.4%)   0.0016 (  1.0%)   0.0104 (  2.0%)   0.0104 (  2.0%)  precheck-target
   0.0089 (  2.4%)   0.0002 (  0.2%)   0.0092 (  1.7%)   0.0092 (  1.7%)  SIL optimization
   0.0031 (  0.8%)   0.0008 (  0.5%)   0.0038 (  0.7%)   0.0038 (  0.7%)  typecheck-for-each
   0.0010 (  0.3%)   0.0018 (  1.1%)   0.0028 (  0.5%)   0.0028 (  0.5%)  load-stdlib
   0.0011 (  0.3%)   0.0002 (  0.1%)   0.0013 (  0.2%)   0.0013 (  0.2%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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.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%)  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.3665 (100.0%)   0.1602 (100.0%)   0.5267 (100.0%)   0.5330 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2674 seconds (0.2721 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1989 (100.0%)   0.0684 (100.0%)   0.2674 (100.0%)   0.2721 (100.0%)  Building Target
   0.1989 (100.0%)   0.0684 (100.0%)   0.2674 (100.0%)   0.2721 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64_32 Compiling Atomic.swift, Bag.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k 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-1745639481740261-swift-frontend-Schedule-Task.swift-armv7k_apple_watchos2.0-o-Onone-2883981022.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3934 seconds (0.3991 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0442 ( 17.3%)   0.0176 ( 12.8%)   0.0618 ( 15.7%)   0.0619 ( 15.5%)  perform-sema
   0.0441 ( 17.2%)   0.0176 ( 12.8%)   0.0617 ( 15.7%)   0.0618 ( 15.5%)  Type checking and Semantic analysis
   0.0189 (  7.4%)   0.0254 ( 18.4%)   0.0443 ( 11.3%)   0.0471 ( 11.8%)  parse-and-resolve-imports
   0.0177 (  6.9%)   0.0243 ( 17.6%)   0.0420 ( 10.7%)   0.0447 ( 11.2%)  Import resolution
   0.0221 (  8.6%)   0.0132 (  9.6%)   0.0353 (  9.0%)   0.0354 (  8.9%)  typecheck-decl
   0.0233 (  9.1%)   0.0104 (  7.6%)   0.0337 (  8.6%)   0.0337 (  8.4%)  typecheck-expr
   0.0255 ( 10.0%)   0.0048 (  3.5%)   0.0303 (  7.7%)   0.0303 (  7.6%)  typecheck-stmt
   0.0117 (  4.6%)   0.0048 (  3.5%)   0.0164 (  4.2%)   0.0164 (  4.1%)  IRGen
   0.0120 (  4.7%)   0.0003 (  0.2%)   0.0123 (  3.1%)   0.0123 (  3.1%)  SIL optimization
   0.0086 (  3.3%)   0.0037 (  2.7%)   0.0122 (  3.1%)   0.0122 (  3.1%)  build-rewrite-system
   0.0030 (  1.2%)   0.0091 (  6.6%)   0.0121 (  3.1%)   0.0121 (  3.0%)  import-clang-decl
   0.0087 (  3.4%)   0.0017 (  1.3%)   0.0104 (  2.7%)   0.0104 (  2.6%)  precheck-target
   0.0079 (  3.1%)   0.0018 (  1.3%)   0.0096 (  2.4%)   0.0096 (  2.4%)  SILGen
   0.0057 (  2.2%)   0.0010 (  0.8%)   0.0068 (  1.7%)   0.0068 (  1.7%)  SILGen-function
   0.0010 (  0.4%)   0.0017 (  1.2%)   0.0027 (  0.7%)   0.0027 (  0.7%)  load-stdlib
   0.0008 (  0.3%)   0.0002 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.3%)  load-all-members
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  get-conformance-access-path
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  module-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.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.2558 (100.0%)   0.1376 (100.0%)   0.3934 (100.0%)   0.3991 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2262 seconds (0.2320 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1636 (100.0%)   0.0626 (100.0%)   0.2262 (100.0%)   0.2320 (100.0%)  Building Target
   0.1636 (100.0%)   0.0626 (100.0%)   0.2262 (100.0%)   0.2320 (100.0%)  Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Task.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling TaskCenter.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 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-1745639481758370-swift-frontend-Schedule-Monthday.swift-arm64_32_apple_watchos2.0-o-Onone-1266577711.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3372 seconds (0.3392 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0204 ( 10.0%)   0.0385 ( 28.8%)   0.0589 ( 17.5%)   0.0592 ( 17.5%)  parse-and-resolve-imports
   0.0192 (  9.4%)   0.0371 ( 27.8%)   0.0564 ( 16.7%)   0.0566 ( 16.7%)  Import resolution
   0.0336 ( 16.5%)   0.0111 (  8.3%)   0.0446 ( 13.2%)   0.0450 ( 13.3%)  perform-sema
   0.0335 ( 16.5%)   0.0111 (  8.3%)   0.0446 ( 13.2%)   0.0450 ( 13.3%)  Type checking and Semantic analysis
   0.0300 ( 14.7%)   0.0095 (  7.1%)   0.0394 ( 11.7%)   0.0398 ( 11.7%)  typecheck-stmt
   0.0153 (  7.5%)   0.0048 (  3.6%)   0.0201 (  6.0%)   0.0202 (  6.0%)  typecheck-expr
   0.0144 (  7.1%)   0.0045 (  3.4%)   0.0189 (  5.6%)   0.0190 (  5.6%)  typecheck-decl
   0.0131 (  6.4%)   0.0044 (  3.3%)   0.0175 (  5.2%)   0.0175 (  5.2%)  precheck-target
   0.0065 (  3.2%)   0.0021 (  1.6%)   0.0085 (  2.5%)   0.0085 (  2.5%)  build-rewrite-system
   0.0040 (  2.0%)   0.0040 (  3.0%)   0.0080 (  2.4%)   0.0081 (  2.4%)  import-clang-decl
   0.0035 (  1.7%)   0.0026 (  1.9%)   0.0061 (  1.8%)   0.0061 (  1.8%)  IRGen
   0.0030 (  1.5%)   0.0013 (  1.0%)   0.0043 (  1.3%)   0.0043 (  1.3%)  SILGen
   0.0037 (  1.8%)   0.0001 (  0.1%)   0.0038 (  1.1%)   0.0038 (  1.1%)  SIL optimization
   0.0021 (  1.0%)   0.0010 (  0.8%)   0.0031 (  0.9%)   0.0031 (  0.9%)  SILGen-function
   0.0009 (  0.5%)   0.0015 (  1.1%)   0.0025 (  0.7%)   0.0025 (  0.7%)  load-stdlib
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2035 (100.0%)   0.1337 (100.0%)   0.3372 (100.0%)   0.3392 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1468 seconds (0.1476 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0856 (100.0%)   0.0612 (100.0%)   0.1468 (100.0%)   0.1476 (100.0%)  Building Target
   0.0856 (100.0%)   0.0612 (100.0%)   0.1468 (100.0%)   0.1476 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Monthday.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling Extensions.swift, Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k Compiling\ Plan.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k /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-1745639481765258-swift-frontend-Schedule-Plan.swift-armv7k_apple_watchos2.0-o-Onone-3941963776.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4780 seconds (0.4810 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0764 ( 22.1%)   0.0153 ( 11.5%)   0.0917 ( 19.2%)   0.0924 ( 19.2%)  perform-sema
   0.0763 ( 22.1%)   0.0152 ( 11.5%)   0.0916 ( 19.2%)   0.0923 ( 19.2%)  Type checking and Semantic analysis
   0.0675 ( 19.5%)   0.0118 (  8.9%)   0.0793 ( 16.6%)   0.0800 ( 16.6%)  typecheck-stmt
   0.0201 (  5.8%)   0.0345 ( 26.1%)   0.0546 ( 11.4%)   0.0550 ( 11.4%)  parse-and-resolve-imports
   0.0189 (  5.5%)   0.0332 ( 25.1%)   0.0521 ( 10.9%)   0.0524 ( 10.9%)  Import resolution
   0.0161 (  4.7%)   0.0030 (  2.3%)   0.0192 (  4.0%)   0.0193 (  4.0%)  precheck-target
   0.0146 (  4.2%)   0.0043 (  3.2%)   0.0188 (  3.9%)   0.0188 (  3.9%)  typecheck-decl
   0.0118 (  3.4%)   0.0038 (  2.8%)   0.0155 (  3.3%)   0.0156 (  3.2%)  IRGen
   0.0119 (  3.4%)   0.0020 (  1.5%)   0.0140 (  2.9%)   0.0140 (  2.9%)  typecheck-expr
   0.0091 (  2.6%)   0.0012 (  0.9%)   0.0104 (  2.2%)   0.0103 (  2.2%)  SILGen
   0.0071 (  2.0%)   0.0022 (  1.7%)   0.0093 (  1.9%)   0.0093 (  1.9%)  build-rewrite-system
   0.0063 (  1.8%)   0.0008 (  0.6%)   0.0071 (  1.5%)   0.0071 (  1.5%)  SILGen-function
   0.0059 (  1.7%)   0.0000 (  0.0%)   0.0059 (  1.2%)   0.0059 (  1.2%)  SIL optimization
   0.0017 (  0.5%)   0.0027 (  2.0%)   0.0044 (  0.9%)   0.0044 (  0.9%)  import-clang-decl
   0.0011 (  0.3%)   0.0023 (  1.7%)   0.0034 (  0.7%)   0.0034 (  0.7%)  load-stdlib
   0.0006 (  0.2%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.1%)  typecheck-for-each
   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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3457 (100.0%)   0.1324 (100.0%)   0.4780 (100.0%)   0.4810 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2440 seconds (0.2453 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1801 (100.0%)   0.0640 (100.0%)   0.2440 (100.0%)   0.2453 (100.0%)  Building Target
   0.1801 (100.0%)   0.0640 (100.0%)   0.2440 (100.0%)   0.2453 (100.0%)  Total
SwiftDriverJobDiscovery normal armv7k Compiling Time.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 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-1745639481767694-swift-frontend-Schedule-Task.swift-arm64_32_apple_watchos2.0-o-Onone-1959257957.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3663 seconds (0.3692 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0196 (  8.1%)   0.0329 ( 26.4%)   0.0525 ( 14.3%)   0.0527 ( 14.3%)  parse-and-resolve-imports
   0.0400 ( 16.5%)   0.0113 (  9.1%)   0.0513 ( 14.0%)   0.0520 ( 14.1%)  perform-sema
   0.0400 ( 16.5%)   0.0113 (  9.1%)   0.0512 ( 14.0%)   0.0519 ( 14.1%)  Type checking and Semantic analysis
   0.0184 (  7.6%)   0.0315 ( 25.3%)   0.0499 ( 13.6%)   0.0501 ( 13.6%)  Import resolution
   0.0232 (  9.6%)   0.0049 (  4.0%)   0.0282 (  7.7%)   0.0286 (  7.8%)  typecheck-stmt
   0.0220 (  9.1%)   0.0061 (  4.9%)   0.0281 (  7.7%)   0.0285 (  7.7%)  typecheck-expr
   0.0201 (  8.3%)   0.0072 (  5.7%)   0.0272 (  7.4%)   0.0275 (  7.4%)  typecheck-decl
   0.0110 (  4.6%)   0.0042 (  3.4%)   0.0152 (  4.2%)   0.0152 (  4.1%)  IRGen
   0.0122 (  5.1%)   0.0002 (  0.2%)   0.0124 (  3.4%)   0.0124 (  3.4%)  SIL optimization
   0.0085 (  3.5%)   0.0025 (  2.0%)   0.0109 (  3.0%)   0.0110 (  3.0%)  SILGen
   0.0074 (  3.1%)   0.0029 (  2.3%)   0.0104 (  2.8%)   0.0104 (  2.8%)  build-rewrite-system
   0.0082 (  3.4%)   0.0016 (  1.3%)   0.0098 (  2.7%)   0.0098 (  2.7%)  precheck-target
   0.0061 (  2.5%)   0.0012 (  1.0%)   0.0073 (  2.0%)   0.0073 (  2.0%)  SILGen-function
   0.0027 (  1.1%)   0.0036 (  2.9%)   0.0062 (  1.7%)   0.0062 (  1.7%)  import-clang-decl
   0.0012 (  0.5%)   0.0028 (  2.3%)   0.0040 (  1.1%)   0.0040 (  1.1%)  load-stdlib
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.2%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  get-conformance-access-path
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  module-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, 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.2419 (100.0%)   0.1244 (100.0%)   0.3663 (100.0%)   0.3692 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2266 seconds (0.2288 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1625 (100.0%)   0.0641 (100.0%)   0.2266 (100.0%)   0.2288 (100.0%)  Building Target
   0.1625 (100.0%)   0.0641 (100.0%)   0.2266 (100.0%)   0.2288 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Task.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal armv7k Compiling Extensions.swift, Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 Compiling\ Period.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 /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-1745639481770112-swift-frontend-Schedule-Period.swift-arm64_32_apple_watchos2.0-o-Onone-322098013.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4816 seconds (0.4832 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0610 ( 18.1%)   0.0154 ( 10.6%)   0.0764 ( 15.9%)   0.0767 ( 15.9%)  perform-sema
   0.0610 ( 18.1%)   0.0154 ( 10.6%)   0.0763 ( 15.8%)   0.0766 ( 15.8%)  Type checking and Semantic analysis
   0.0455 ( 13.5%)   0.0092 (  6.3%)   0.0547 ( 11.4%)   0.0549 ( 11.4%)  typecheck-stmt
   0.0200 (  5.9%)   0.0339 ( 23.4%)   0.0539 ( 11.2%)   0.0540 ( 11.2%)  parse-and-resolve-imports
   0.0426 ( 12.7%)   0.0090 (  6.2%)   0.0516 ( 10.7%)   0.0519 ( 10.7%)  typecheck-expr
   0.0189 (  5.6%)   0.0326 ( 22.5%)   0.0515 ( 10.7%)   0.0517 ( 10.7%)  Import resolution
   0.0160 (  4.7%)   0.0066 (  4.6%)   0.0226 (  4.7%)   0.0226 (  4.7%)  typecheck-decl
   0.0152 (  4.5%)   0.0038 (  2.6%)   0.0190 (  3.9%)   0.0190 (  3.9%)  SILGen
   0.0108 (  3.2%)   0.0042 (  2.9%)   0.0150 (  3.1%)   0.0150 (  3.1%)  IRGen
   0.0112 (  3.3%)   0.0035 (  2.4%)   0.0147 (  3.1%)   0.0147 (  3.0%)  build-rewrite-system
   0.0107 (  3.2%)   0.0027 (  1.9%)   0.0134 (  2.8%)   0.0134 (  2.8%)  SILGen-function
   0.0078 (  2.3%)   0.0010 (  0.7%)   0.0088 (  1.8%)   0.0088 (  1.8%)  precheck-target
   0.0087 (  2.6%)   0.0000 (  0.0%)   0.0087 (  1.8%)   0.0087 (  1.8%)  SIL optimization
   0.0028 (  0.8%)   0.0035 (  2.4%)   0.0063 (  1.3%)   0.0066 (  1.4%)  import-clang-decl
   0.0012 (  0.4%)   0.0033 (  2.3%)   0.0045 (  0.9%)   0.0045 (  0.9%)  load-stdlib
   0.0022 (  0.6%)   0.0005 (  0.3%)   0.0026 (  0.5%)   0.0026 (  0.5%)  typecheck-for-each
   0.0011 (  0.3%)   0.0002 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.3%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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.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%)  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.3368 (100.0%)   0.1448 (100.0%)   0.4816 (100.0%)   0.4832 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2585 seconds (0.2594 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1899 (100.0%)   0.0686 (100.0%)   0.2585 (100.0%)   0.2594 (100.0%)  Building Target
   0.1899 (100.0%)   0.0686 (100.0%)   0.2585 (100.0%)   0.2594 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64_32 Compiling Plan.swift (in target 'Schedule' from project 'Schedule')
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-1745639481775021-swift-frontend-Schedule-TaskCenter.swift-arm64_apple_watchos2.0-o-Onone-1175375866.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3350 seconds (0.3366 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0199 (  8.9%)   0.0339 ( 30.4%)   0.0538 ( 16.1%)   0.0540 ( 16.0%)  parse-and-resolve-imports
   0.0417 ( 18.7%)   0.0095 (  8.5%)   0.0512 ( 15.3%)   0.0515 ( 15.3%)  perform-sema
   0.0416 ( 18.6%)   0.0095 (  8.5%)   0.0511 ( 15.3%)   0.0514 ( 15.3%)  Type checking and Semantic analysis
   0.0186 (  8.3%)   0.0326 ( 29.2%)   0.0512 ( 15.3%)   0.0514 ( 15.3%)  Import resolution
   0.0276 ( 12.4%)   0.0037 (  3.3%)   0.0313 (  9.3%)   0.0316 (  9.4%)  typecheck-stmt
   0.0239 ( 10.7%)   0.0044 (  4.0%)   0.0283 (  8.4%)   0.0286 (  8.5%)  typecheck-expr
   0.0131 (  5.9%)   0.0057 (  5.1%)   0.0188 (  5.6%)   0.0188 (  5.6%)  typecheck-decl
   0.0096 (  4.3%)   0.0033 (  3.0%)   0.0129 (  3.8%)   0.0129 (  3.8%)  IRGen
   0.0069 (  3.1%)   0.0001 (  0.1%)   0.0070 (  2.1%)   0.0071 (  2.1%)  SIL optimization
   0.0061 (  2.7%)   0.0010 (  0.9%)   0.0070 (  2.1%)   0.0070 (  2.1%)  SILGen
   0.0042 (  1.9%)   0.0013 (  1.2%)   0.0055 (  1.6%)   0.0055 (  1.6%)  build-rewrite-system
   0.0046 (  2.0%)   0.0006 (  0.6%)   0.0052 (  1.5%)   0.0052 (  1.5%)  SILGen-function
   0.0011 (  0.5%)   0.0037 (  3.3%)   0.0048 (  1.4%)   0.0049 (  1.4%)  load-stdlib
   0.0014 (  0.6%)   0.0021 (  1.9%)   0.0035 (  1.0%)   0.0035 (  1.0%)  import-clang-decl
   0.0030 (  1.3%)   0.0001 (  0.1%)   0.0031 (  0.9%)   0.0031 (  0.9%)  precheck-target
   0.0001 (  0.1%)   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%)  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.2234 (100.0%)   0.1116 (100.0%)   0.3350 (100.0%)   0.3366 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1822 seconds (0.1828 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1240 (100.0%)   0.0583 (100.0%)   0.1822 (100.0%)   0.1828 (100.0%)  Building Target
   0.1240 (100.0%)   0.0583 (100.0%)   0.1822 (100.0%)   0.1828 (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)
SwiftDriverJobDiscovery normal armv7k Compiling Monthday.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal armv7k 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-1745639481777764-swift-frontend-Schedule-TaskCenter.swift-armv7k_apple_watchos2.0-o-Onone-1857779318.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3380 seconds (0.3394 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0197 (  8.8%)   0.0353 ( 31.0%)   0.0550 ( 16.3%)   0.0554 ( 16.3%)  parse-and-resolve-imports
   0.0185 (  8.3%)   0.0339 ( 29.7%)   0.0524 ( 15.5%)   0.0527 ( 15.5%)  Import resolution
   0.0418 ( 18.7%)   0.0092 (  8.0%)   0.0510 ( 15.1%)   0.0512 ( 15.1%)  perform-sema
   0.0418 ( 18.6%)   0.0091 (  8.0%)   0.0509 ( 15.1%)   0.0511 ( 15.1%)  Type checking and Semantic analysis
   0.0282 ( 12.6%)   0.0035 (  3.1%)   0.0317 (  9.4%)   0.0318 (  9.4%)  typecheck-stmt
   0.0247 ( 11.0%)   0.0046 (  4.0%)   0.0293 (  8.7%)   0.0295 (  8.7%)  typecheck-expr
   0.0126 (  5.6%)   0.0055 (  4.8%)   0.0181 (  5.4%)   0.0182 (  5.3%)  typecheck-decl
   0.0104 (  4.6%)   0.0050 (  4.4%)   0.0154 (  4.5%)   0.0154 (  4.5%)  IRGen
   0.0068 (  3.0%)   0.0002 (  0.2%)   0.0070 (  2.1%)   0.0070 (  2.1%)  SIL optimization
   0.0057 (  2.5%)   0.0010 (  0.9%)   0.0067 (  2.0%)   0.0067 (  2.0%)  SILGen
   0.0040 (  1.8%)   0.0011 (  1.0%)   0.0051 (  1.5%)   0.0051 (  1.5%)  build-rewrite-system
   0.0043 (  1.9%)   0.0007 (  0.6%)   0.0050 (  1.5%)   0.0050 (  1.5%)  SILGen-function
   0.0013 (  0.6%)   0.0023 (  2.0%)   0.0036 (  1.1%)   0.0037 (  1.1%)  import-clang-decl
   0.0010 (  0.4%)   0.0024 (  2.1%)   0.0033 (  1.0%)   0.0033 (  1.0%)  load-stdlib
   0.0030 (  1.3%)   0.0002 (  0.2%)   0.0032 (  0.9%)   0.0032 (  0.9%)  precheck-target
   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%)  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%)  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%)  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.2240 (100.0%)   0.1141 (100.0%)   0.3380 (100.0%)   0.3394 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1906 seconds (0.1912 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1304 (100.0%)   0.0602 (100.0%)   0.1906 (100.0%)   0.1912 (100.0%)  Building Target
   0.1304 (100.0%)   0.0602 (100.0%)   0.1906 (100.0%)   0.1912 (100.0%)  Total
SwiftCompile normal armv7k /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)
SwiftDriverJobDiscovery normal armv7k Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64_32 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-1745639481780244-swift-frontend-Schedule-RunLoopTask.swift-arm64_32_apple_watchos2.0-o-Onone-854504782.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2340 seconds (0.2354 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 ( 16.3%)   0.0354 ( 33.0%)   0.0561 ( 24.0%)   0.0563 ( 23.9%)  parse-and-resolve-imports
   0.0195 ( 15.4%)   0.0344 ( 32.0%)   0.0539 ( 23.0%)   0.0541 ( 23.0%)  Import resolution
   0.0169 ( 13.3%)   0.0072 (  6.7%)   0.0241 ( 10.3%)   0.0242 ( 10.3%)  perform-sema
   0.0169 ( 13.3%)   0.0072 (  6.7%)   0.0240 ( 10.3%)   0.0241 ( 10.2%)  Type checking and Semantic analysis
   0.0116 (  9.2%)   0.0051 (  4.7%)   0.0167 (  7.1%)   0.0167 (  7.1%)  typecheck-decl
   0.0101 (  8.0%)   0.0026 (  2.4%)   0.0127 (  5.4%)   0.0129 (  5.5%)  SILGen
   0.0064 (  5.0%)   0.0024 (  2.2%)   0.0088 (  3.7%)   0.0088 (  3.7%)  typecheck-expr
   0.0048 (  3.8%)   0.0020 (  1.8%)   0.0067 (  2.9%)   0.0068 (  2.9%)  typecheck-stmt
   0.0036 (  2.9%)   0.0024 (  2.3%)   0.0061 (  2.6%)   0.0061 (  2.6%)  IRGen
   0.0024 (  1.9%)   0.0032 (  3.0%)   0.0056 (  2.4%)   0.0058 (  2.5%)  import-clang-decl
   0.0050 (  4.0%)   0.0001 (  0.1%)   0.0051 (  2.2%)   0.0051 (  2.2%)  SIL optimization
   0.0037 (  2.9%)   0.0012 (  1.1%)   0.0049 (  2.1%)   0.0049 (  2.1%)  build-rewrite-system
   0.0012 (  0.9%)   0.0027 (  2.6%)   0.0039 (  1.7%)   0.0039 (  1.7%)  load-stdlib
   0.0025 (  2.0%)   0.0010 (  0.9%)   0.0034 (  1.5%)   0.0036 (  1.5%)  SILGen-function
   0.0014 (  1.1%)   0.0004 (  0.4%)   0.0018 (  0.8%)   0.0018 (  0.8%)  precheck-target
   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%)  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%)  source-file-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%)  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.1268 (100.0%)   0.1073 (100.0%)   0.2340 (100.0%)   0.2354 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1397 seconds (0.1406 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0815 (100.0%)   0.0583 (100.0%)   0.1397 (100.0%)   0.1406 (100.0%)  Building Target
   0.0815 (100.0%)   0.0583 (100.0%)   0.1397 (100.0%)   0.1406 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal armv7k Compiling Weekday.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal armv7k Compiling Atomic.swift, Bag.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64_32 Compiling Monthday.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64_32 Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling TaskCenter.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/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/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/Binary/Schedule normal arm64 (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-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/Schedule.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/Binary/Schedule
SwiftDriverJobDiscovery normal armv7k Compiling TaskCenter.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal armv7k Compiling Task.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal armv7k Compiling Period.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64_32 Compiling Task.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal armv7k Compiling Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftDriver\ Compilation Schedule normal armv7k 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-watchos/Schedule.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/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-watchos/Schedule.build/Objects-normal/armv7k/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/armv7k/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/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Binary/Schedule normal armv7k (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 armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/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-watchos/Schedule.build/Objects-normal/armv7k/Schedule_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Schedule_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Schedule.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Binary/Schedule
SwiftDriverJobDiscovery normal arm64_32 Compiling Period.swift (in target 'Schedule' from project 'Schedule')
SwiftDriver\ Compilation Schedule normal arm64_32 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-watchos/Schedule.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/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-watchos/Schedule.build/Objects-normal/arm64_32/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/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-watchos/Schedule.build/Objects-normal/arm64_32/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/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Binary/Schedule normal arm64_32 (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_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/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-watchos/Schedule.build/Objects-normal/arm64_32/Schedule_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Schedule_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Schedule.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Binary/Schedule
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Schedule normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/Binary/Schedule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Binary/Schedule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Binary/Schedule -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier Schedule --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Schedule --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/Schedule_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Schedule_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Schedule_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/Schedule.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Schedule.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Schedule.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Schedule.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Schedule.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64/Schedule.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/armv7k/Schedule.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-watchos/Schedule.build/Objects-normal/arm64_32/Schedule.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 20:51:22.280 appintentsmetadataprocessor[727:4139] Starting appintentsmetadataprocessor export
2025-04-25 20:51:22.283 appintentsmetadataprocessor[727:4139] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Schedule.framework/Schedule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Schedule.framework/Schedule.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Schedule.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Schedule.framework
/Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.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.