Build Information
Successful build of Schedule, reference master (ca6494), with Swift 6.1 for watchOS using Xcode 16.3 on 12 Mar 2026 03:30:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Schedule-Package -destination generic/platform=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 InferSendableFromCapturesBuild Log
SwiftCompile normal arm64 Compiling\ Period.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: warning: static property 'quantifiers' is not concurrency-safe because non-'Sendable' type 'Atomic<[String : Int]>' may have shared mutable state; this is an error in the Swift 6 language mode
private static let quantifiers: Atomic<[String: Int]> = Atomic([
^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift:4:13: note: generic class 'Atomic' does not conform to the 'Sendable' protocol
final class Atomic<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: add '@MainActor' to make static property 'quantifiers' part of global actor 'MainActor'
private static let quantifiers: Atomic<[String: Int]> = Atomic([
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let quantifiers: Atomic<[String: Int]> = Atomic([
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286214283280-swift-frontend-Schedule-Period.swift-arm64_apple_watchos2.0-o-Onone-364276932.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7393 seconds (3.6996 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0203 ( 4.7%) 0.0916 ( 29.6%) 0.1119 ( 15.1%) 1.5699 ( 42.4%) parse-and-resolve-imports
0.0192 ( 4.5%) 0.0906 ( 29.3%) 0.1098 ( 14.9%) 1.5679 ( 42.4%) Import resolution
0.0786 ( 18.3%) 0.0274 ( 8.8%) 0.1059 ( 14.3%) 0.1059 ( 2.9%) build-rewrite-system
0.0644 ( 15.0%) 0.0180 ( 5.8%) 0.0824 ( 11.1%) 0.0830 ( 2.2%) perform-sema
0.0643 ( 15.0%) 0.0180 ( 5.8%) 0.0823 ( 11.1%) 0.0829 ( 2.2%) Type checking and Semantic analysis
0.0486 ( 11.3%) 0.0109 ( 3.5%) 0.0595 ( 8.0%) 0.0597 ( 1.6%) typecheck-stmt
0.0452 ( 10.5%) 0.0106 ( 3.4%) 0.0558 ( 7.5%) 0.0561 ( 1.5%) typecheck-expr
0.0015 ( 0.3%) 0.0124 ( 4.0%) 0.0139 ( 1.9%) 0.0559 ( 1.5%) load-stdlib
0.0167 ( 3.9%) 0.0074 ( 2.4%) 0.0241 ( 3.3%) 0.0245 ( 0.7%) typecheck-decl
0.0120 ( 2.8%) 0.0096 ( 3.1%) 0.0216 ( 2.9%) 0.0217 ( 0.6%) import-clang-decl
0.0160 ( 3.7%) 0.0041 ( 1.3%) 0.0202 ( 2.7%) 0.0203 ( 0.5%) SILGen
0.0103 ( 2.4%) 0.0037 ( 1.2%) 0.0140 ( 1.9%) 0.0141 ( 0.4%) IRGen
0.0108 ( 2.5%) 0.0028 ( 0.9%) 0.0136 ( 1.8%) 0.0137 ( 0.4%) SILGen-function
0.0085 ( 2.0%) 0.0012 ( 0.4%) 0.0097 ( 1.3%) 0.0097 ( 0.3%) precheck-target
0.0085 ( 2.0%) 0.0002 ( 0.1%) 0.0087 ( 1.2%) 0.0087 ( 0.2%) SIL optimization
0.0025 ( 0.6%) 0.0006 ( 0.2%) 0.0032 ( 0.4%) 0.0032 ( 0.1%) typecheck-for-each
0.0012 ( 0.3%) 0.0002 ( 0.1%) 0.0014 ( 0.2%) 0.0014 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4297 (100.0%) 0.3096 (100.0%) 0.7393 (100.0%) 3.6996 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4793 seconds (3.0229 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8774 (100.0%) 0.6019 (100.0%) 1.4793 (100.0%) 3.0229 (100.0%) Building Target
0.8774 (100.0%) 0.6019 (100.0%) 1.4793 (100.0%) 3.0229 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Task.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Task.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286214275706-swift-frontend-Schedule-Task.swift-arm64_apple_watchos2.0-o-Onone-1257336194.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9565 seconds (3.2342 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9188 ( 43.8%) 0.3934 ( 45.9%) 1.3122 ( 44.4%) 1.4261 ( 44.1%) parse-and-resolve-imports
0.9177 ( 43.7%) 0.3918 ( 45.7%) 1.3095 ( 44.3%) 1.4182 ( 43.8%) Import resolution
0.0780 ( 3.7%) 0.0139 ( 1.6%) 0.0920 ( 3.1%) 0.0926 ( 2.9%) build-rewrite-system
0.0016 ( 0.1%) 0.0107 ( 1.3%) 0.0123 ( 0.4%) 0.0583 ( 1.8%) load-stdlib
0.0357 ( 1.7%) 0.0096 ( 1.1%) 0.0453 ( 1.5%) 0.0478 ( 1.5%) perform-sema
0.0357 ( 1.7%) 0.0096 ( 1.1%) 0.0452 ( 1.5%) 0.0477 ( 1.5%) Type checking and Semantic analysis
0.0176 ( 0.8%) 0.0076 ( 0.9%) 0.0253 ( 0.9%) 0.0273 ( 0.8%) typecheck-decl
0.0197 ( 0.9%) 0.0038 ( 0.4%) 0.0235 ( 0.8%) 0.0240 ( 0.7%) typecheck-expr
0.0212 ( 1.0%) 0.0020 ( 0.2%) 0.0231 ( 0.8%) 0.0236 ( 0.7%) typecheck-stmt
0.0110 ( 0.5%) 0.0084 ( 1.0%) 0.0195 ( 0.7%) 0.0195 ( 0.6%) import-clang-decl
0.0122 ( 0.6%) 0.0007 ( 0.1%) 0.0129 ( 0.4%) 0.0129 ( 0.4%) SIL optimization
0.0098 ( 0.5%) 0.0029 ( 0.3%) 0.0127 ( 0.4%) 0.0127 ( 0.4%) IRGen
0.0074 ( 0.4%) 0.0017 ( 0.2%) 0.0091 ( 0.3%) 0.0095 ( 0.3%) precheck-target
0.0068 ( 0.3%) 0.0007 ( 0.1%) 0.0074 ( 0.3%) 0.0074 ( 0.2%) SILGen
0.0048 ( 0.2%) 0.0004 ( 0.0%) 0.0052 ( 0.2%) 0.0052 ( 0.2%) SILGen-function
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0009 ( 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
2.0991 (100.0%) 0.8574 (100.0%) 2.9565 (100.0%) 3.2342 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8106 seconds (3.0283 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8311 (100.0%) 0.9795 (100.0%) 2.8106 (100.0%) 3.0283 (100.0%) Building Target
1.8311 (100.0%) 0.9795 (100.0%) 2.8106 (100.0%) 3.0283 (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\ 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-1773286214278241-swift-frontend-Schedule-Atomic.swift-arm64_apple_watchos2.0-o-Onone-2145584503.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5260 seconds (3.1879 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0198 ( 7.9%) 0.0957 ( 34.6%) 0.1155 ( 22.0%) 1.4221 ( 44.6%) parse-and-resolve-imports
0.0187 ( 7.5%) 0.0932 ( 33.7%) 0.1119 ( 21.3%) 1.4140 ( 44.4%) Import resolution
0.0820 ( 32.8%) 0.0288 ( 10.4%) 0.1108 ( 21.1%) 0.1107 ( 3.5%) build-rewrite-system
0.0016 ( 0.7%) 0.0118 ( 4.3%) 0.0135 ( 2.6%) 0.0610 ( 1.9%) load-stdlib
0.0256 ( 10.3%) 0.0091 ( 3.3%) 0.0347 ( 6.6%) 0.0365 ( 1.1%) perform-sema
0.0256 ( 10.2%) 0.0090 ( 3.3%) 0.0346 ( 6.6%) 0.0364 ( 1.1%) Type checking and Semantic analysis
0.0165 ( 6.6%) 0.0071 ( 2.6%) 0.0236 ( 4.5%) 0.0255 ( 0.8%) typecheck-decl
0.0112 ( 4.5%) 0.0095 ( 3.5%) 0.0207 ( 3.9%) 0.0207 ( 0.6%) import-clang-decl
0.0137 ( 5.5%) 0.0026 ( 0.9%) 0.0163 ( 3.1%) 0.0163 ( 0.5%) typecheck-stmt
0.0104 ( 4.2%) 0.0033 ( 1.2%) 0.0137 ( 2.6%) 0.0139 ( 0.4%) typecheck-expr
0.0056 ( 2.3%) 0.0042 ( 1.5%) 0.0099 ( 1.9%) 0.0099 ( 0.3%) IRGen
0.0052 ( 2.1%) 0.0008 ( 0.3%) 0.0060 ( 1.1%) 0.0060 ( 0.2%) precheck-target
0.0051 ( 2.0%) 0.0004 ( 0.2%) 0.0055 ( 1.0%) 0.0055 ( 0.2%) SILGen
0.0042 ( 1.7%) 0.0001 ( 0.0%) 0.0043 ( 0.8%) 0.0043 ( 0.1%) SIL optimization
0.0036 ( 1.4%) 0.0003 ( 0.1%) 0.0039 ( 0.7%) 0.0039 ( 0.1%) SILGen-function
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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2498 (100.0%) 0.2762 (100.0%) 0.5260 (100.0%) 3.1879 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6174 seconds (3.0243 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8927 (100.0%) 0.7247 (100.0%) 1.6174 (100.0%) 3.0243 (100.0%) Building Target
0.8927 (100.0%) 0.7247 (100.0%) 1.6174 (100.0%) 3.0243 (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\ 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-1773286214278892-swift-frontend-Schedule-Time.swift-arm64_apple_watchos2.0-o-Onone-205898890.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7259 seconds (3.6913 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0216 ( 5.4%) 0.0982 ( 30.4%) 0.1199 ( 16.5%) 1.5769 ( 42.7%) parse-and-resolve-imports
0.0203 ( 5.0%) 0.0969 ( 30.0%) 0.1172 ( 16.1%) 1.5742 ( 42.6%) Import resolution
0.0773 ( 19.2%) 0.0265 ( 8.2%) 0.1038 ( 14.3%) 0.1038 ( 2.8%) build-rewrite-system
0.0531 ( 13.2%) 0.0153 ( 4.7%) 0.0684 ( 9.4%) 0.0692 ( 1.9%) perform-sema
0.0530 ( 13.2%) 0.0153 ( 4.7%) 0.0683 ( 9.4%) 0.0691 ( 1.9%) Type checking and Semantic analysis
0.0498 ( 12.4%) 0.0143 ( 4.4%) 0.0641 ( 8.8%) 0.0648 ( 1.8%) typecheck-stmt
0.0016 ( 0.4%) 0.0105 ( 3.2%) 0.0121 ( 1.7%) 0.0601 ( 1.6%) load-stdlib
0.0454 ( 11.3%) 0.0137 ( 4.2%) 0.0591 ( 8.1%) 0.0597 ( 1.6%) typecheck-expr
0.0141 ( 3.5%) 0.0118 ( 3.7%) 0.0260 ( 3.6%) 0.0260 ( 0.7%) import-clang-decl
0.0164 ( 4.1%) 0.0064 ( 2.0%) 0.0228 ( 3.1%) 0.0229 ( 0.6%) typecheck-decl
0.0137 ( 3.4%) 0.0037 ( 1.2%) 0.0174 ( 2.4%) 0.0175 ( 0.5%) precheck-target
0.0122 ( 3.0%) 0.0030 ( 0.9%) 0.0152 ( 2.1%) 0.0152 ( 0.4%) SILGen
0.0078 ( 1.9%) 0.0049 ( 1.5%) 0.0127 ( 1.7%) 0.0127 ( 0.3%) IRGen
0.0077 ( 1.9%) 0.0021 ( 0.6%) 0.0098 ( 1.4%) 0.0098 ( 0.3%) SILGen-function
0.0066 ( 1.7%) 0.0001 ( 0.0%) 0.0067 ( 0.9%) 0.0067 ( 0.2%) SIL optimization
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) load-all-members
0.0006 ( 0.2%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-expr-pattern
0.0004 ( 0.1%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 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
0.4026 (100.0%) 0.3233 (100.0%) 0.7259 (100.0%) 3.6913 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4789 seconds (3.0251 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8504 (100.0%) 0.6285 (100.0%) 1.4789 (100.0%) 3.0251 (100.0%) Building Target
0.8504 (100.0%) 0.6285 (100.0%) 1.4789 (100.0%) 3.0251 (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\ 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-1773286214287109-swift-frontend-Schedule-Plan.swift-arm64_apple_watchos2.0-o-Onone-3761030755.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6871 seconds (3.6331 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0195 ( 4.7%) 0.0873 ( 32.2%) 0.1068 ( 15.5%) 1.5562 ( 42.8%) parse-and-resolve-imports
0.0185 ( 4.5%) 0.0863 ( 31.8%) 0.1049 ( 15.3%) 1.5543 ( 42.8%) Import resolution
0.0778 ( 18.7%) 0.0259 ( 9.5%) 0.1037 ( 15.1%) 0.1039 ( 2.9%) build-rewrite-system
0.0732 ( 17.6%) 0.0135 ( 5.0%) 0.0867 ( 12.6%) 0.0869 ( 2.4%) perform-sema
0.0731 ( 17.6%) 0.0135 ( 5.0%) 0.0866 ( 12.6%) 0.0868 ( 2.4%) Type checking and Semantic analysis
0.0658 ( 15.8%) 0.0113 ( 4.2%) 0.0772 ( 11.2%) 0.0774 ( 2.1%) typecheck-stmt
0.0016 ( 0.4%) 0.0079 ( 2.9%) 0.0094 ( 1.4%) 0.0556 ( 1.5%) load-stdlib
0.0119 ( 2.9%) 0.0097 ( 3.6%) 0.0216 ( 3.1%) 0.0215 ( 0.6%) import-clang-decl
0.0163 ( 3.9%) 0.0039 ( 1.4%) 0.0203 ( 2.9%) 0.0203 ( 0.6%) precheck-target
0.0116 ( 2.8%) 0.0052 ( 1.9%) 0.0168 ( 2.5%) 0.0169 ( 0.5%) IRGen
0.0121 ( 2.9%) 0.0027 ( 1.0%) 0.0148 ( 2.1%) 0.0148 ( 0.4%) typecheck-decl
0.0110 ( 2.7%) 0.0020 ( 0.7%) 0.0130 ( 1.9%) 0.0130 ( 0.4%) typecheck-expr
0.0089 ( 2.1%) 0.0010 ( 0.4%) 0.0099 ( 1.4%) 0.0099 ( 0.3%) SILGen
0.0063 ( 1.5%) 0.0007 ( 0.3%) 0.0070 ( 1.0%) 0.0071 ( 0.2%) SILGen-function
0.0063 ( 1.5%) 0.0002 ( 0.1%) 0.0065 ( 0.9%) 0.0065 ( 0.2%) SIL optimization
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4157 (100.0%) 0.2714 (100.0%) 0.6871 (100.0%) 3.6331 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4817 seconds (3.0173 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8845 (100.0%) 0.5972 (100.0%) 1.4817 (100.0%) 3.0173 (100.0%) Building Target
0.8845 (100.0%) 0.5972 (100.0%) 1.4817 (100.0%) 3.0173 (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\ 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-1773286214287340-swift-frontend-Schedule-Extensions.swift-arm64_apple_watchos2.0-o-Onone-1993446683.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5904 seconds (3.3343 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0191 ( 5.9%) 0.0866 ( 32.6%) 0.1057 ( 17.9%) 1.4535 ( 43.6%) parse-and-resolve-imports
0.0183 ( 5.6%) 0.0859 ( 32.3%) 0.1041 ( 17.6%) 1.4519 ( 43.5%) Import resolution
0.0789 ( 24.3%) 0.0286 ( 10.8%) 0.1076 ( 18.2%) 0.1077 ( 3.2%) build-rewrite-system
0.0015 ( 0.5%) 0.0105 ( 4.0%) 0.0121 ( 2.0%) 0.0599 ( 1.8%) load-stdlib
0.0476 ( 14.7%) 0.0112 ( 4.2%) 0.0587 ( 9.9%) 0.0588 ( 1.8%) perform-sema
0.0474 ( 14.6%) 0.0112 ( 4.2%) 0.0586 ( 9.9%) 0.0586 ( 1.8%) Type checking and Semantic analysis
0.0384 ( 11.8%) 0.0087 ( 3.3%) 0.0471 ( 8.0%) 0.0471 ( 1.4%) typecheck-stmt
0.0116 ( 3.6%) 0.0103 ( 3.9%) 0.0220 ( 3.7%) 0.0222 ( 0.7%) import-clang-decl
0.0135 ( 4.2%) 0.0028 ( 1.1%) 0.0163 ( 2.8%) 0.0163 ( 0.5%) typecheck-expr
0.0105 ( 3.2%) 0.0026 ( 1.0%) 0.0131 ( 2.2%) 0.0131 ( 0.4%) precheck-target
0.0103 ( 3.2%) 0.0024 ( 0.9%) 0.0127 ( 2.1%) 0.0127 ( 0.4%) typecheck-decl
0.0076 ( 2.3%) 0.0011 ( 0.4%) 0.0087 ( 1.5%) 0.0087 ( 0.3%) SILGen
0.0057 ( 1.8%) 0.0027 ( 1.0%) 0.0084 ( 1.4%) 0.0084 ( 0.3%) IRGen
0.0075 ( 2.3%) 0.0002 ( 0.1%) 0.0077 ( 1.3%) 0.0077 ( 0.2%) SIL optimization
0.0057 ( 1.7%) 0.0007 ( 0.3%) 0.0064 ( 1.1%) 0.0064 ( 0.2%) SILGen-function
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3246 (100.0%) 0.2659 (100.0%) 0.5904 (100.0%) 3.3343 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5749 seconds (3.0190 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9022 (100.0%) 0.6726 (100.0%) 1.5749 (100.0%) 3.0190 (100.0%) Building Target
0.9022 (100.0%) 0.6726 (100.0%) 1.5749 (100.0%) 3.0190 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Extensions.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Interval.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ 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-1773286214280182-swift-frontend-Schedule-RunLoopTask.swift-arm64_apple_watchos2.0-o-Onone-1414457687.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4888 seconds (3.3244 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0202 ( 9.6%) 0.1008 ( 36.2%) 0.1210 ( 24.8%) 1.5146 ( 45.6%) parse-and-resolve-imports
0.0191 ( 9.1%) 0.1000 ( 35.9%) 0.1191 ( 24.4%) 1.5128 ( 45.5%) Import resolution
0.0790 ( 37.5%) 0.0274 ( 9.8%) 0.1064 ( 21.8%) 0.1063 ( 3.2%) build-rewrite-system
0.0016 ( 0.8%) 0.0111 ( 4.0%) 0.0127 ( 2.6%) 0.0601 ( 1.8%) load-stdlib
0.0163 ( 7.7%) 0.0063 ( 2.3%) 0.0226 ( 4.6%) 0.0227 ( 0.7%) perform-sema
0.0162 ( 7.7%) 0.0063 ( 2.3%) 0.0225 ( 4.6%) 0.0226 ( 0.7%) Type checking and Semantic analysis
0.0120 ( 5.7%) 0.0095 ( 3.4%) 0.0216 ( 4.4%) 0.0216 ( 0.7%) import-clang-decl
0.0116 ( 5.5%) 0.0045 ( 1.6%) 0.0161 ( 3.3%) 0.0162 ( 0.5%) typecheck-decl
0.0089 ( 4.2%) 0.0022 ( 0.8%) 0.0110 ( 2.3%) 0.0113 ( 0.3%) SILGen
0.0049 ( 2.3%) 0.0043 ( 1.5%) 0.0092 ( 1.9%) 0.0092 ( 0.3%) IRGen
0.0058 ( 2.8%) 0.0020 ( 0.7%) 0.0079 ( 1.6%) 0.0079 ( 0.2%) typecheck-expr
0.0042 ( 2.0%) 0.0017 ( 0.6%) 0.0059 ( 1.2%) 0.0060 ( 0.2%) typecheck-stmt
0.0056 ( 2.6%) 0.0001 ( 0.0%) 0.0056 ( 1.2%) 0.0056 ( 0.2%) SIL optimization
0.0026 ( 1.2%) 0.0012 ( 0.4%) 0.0038 ( 0.8%) 0.0041 ( 0.1%) SILGen-function
0.0014 ( 0.7%) 0.0005 ( 0.2%) 0.0019 ( 0.4%) 0.0019 ( 0.1%) precheck-target
0.0007 ( 0.3%) 0.0004 ( 0.2%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2104 (100.0%) 0.2783 (100.0%) 0.4888 (100.0%) 3.3244 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5315 seconds (3.0206 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8414 (100.0%) 0.6901 (100.0%) 1.5315 (100.0%) 3.0206 (100.0%) Building Target
0.8414 (100.0%) 0.6901 (100.0%) 1.5315 (100.0%) 3.0206 (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\ 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-1773286214287387-swift-frontend-Schedule-Weekday.swift-arm64_apple_watchos2.0-o-Onone-1447954248.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4861 seconds (3.1527 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0197 ( 9.2%) 0.0922 ( 34.0%) 0.1120 ( 23.0%) 1.4217 ( 45.1%) parse-and-resolve-imports
0.0186 ( 8.7%) 0.0903 ( 33.3%) 0.1090 ( 22.4%) 1.4137 ( 44.8%) Import resolution
0.0814 ( 37.9%) 0.0294 ( 10.8%) 0.1108 ( 22.8%) 0.1110 ( 3.5%) build-rewrite-system
0.0015 ( 0.7%) 0.0085 ( 3.1%) 0.0101 ( 2.1%) 0.0523 ( 1.7%) load-stdlib
0.0211 ( 9.8%) 0.0113 ( 4.2%) 0.0324 ( 6.7%) 0.0355 ( 1.1%) perform-sema
0.0211 ( 9.8%) 0.0113 ( 4.2%) 0.0323 ( 6.7%) 0.0354 ( 1.1%) Type checking and Semantic analysis
0.0105 ( 4.9%) 0.0091 ( 3.3%) 0.0196 ( 4.0%) 0.0226 ( 0.7%) typecheck-decl
0.0112 ( 5.2%) 0.0094 ( 3.5%) 0.0206 ( 4.2%) 0.0207 ( 0.7%) import-clang-decl
0.0114 ( 5.3%) 0.0023 ( 0.9%) 0.0137 ( 2.8%) 0.0138 ( 0.4%) typecheck-stmt
0.0025 ( 1.1%) 0.0026 ( 1.0%) 0.0050 ( 1.0%) 0.0056 ( 0.2%) IRGen
0.0033 ( 1.5%) 0.0015 ( 0.6%) 0.0048 ( 1.0%) 0.0048 ( 0.2%) SILGen
0.0037 ( 1.7%) 0.0006 ( 0.2%) 0.0043 ( 0.9%) 0.0043 ( 0.1%) precheck-target
0.0025 ( 1.2%) 0.0012 ( 0.4%) 0.0037 ( 0.8%) 0.0037 ( 0.1%) SILGen-function
0.0019 ( 0.9%) 0.0010 ( 0.4%) 0.0029 ( 0.6%) 0.0029 ( 0.1%) typecheck-expr
0.0026 ( 1.2%) 0.0001 ( 0.0%) 0.0027 ( 0.5%) 0.0027 ( 0.1%) SIL optimization
0.0008 ( 0.4%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0009 ( 0.4%) 0.0001 ( 0.0%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.2149 (100.0%) 0.2712 (100.0%) 0.4861 (100.0%) 3.1527 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5984 seconds (3.0127 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8690 (100.0%) 0.7293 (100.0%) 1.5984 (100.0%) 3.0127 (100.0%) Building Target
0.8690 (100.0%) 0.7293 (100.0%) 1.5984 (100.0%) 3.0127 (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 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-1773286214286004-swift-frontend-Schedule-all-arm64_apple_watchos2.0-swiftmodule-Onone-373126910.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4447 seconds (3.2527 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0247 ( 12.0%) 0.0930 ( 39.0%) 0.1177 ( 26.5%) 1.5151 ( 46.6%) parse-and-resolve-imports
0.0236 ( 11.4%) 0.0920 ( 38.6%) 0.1156 ( 26.0%) 1.5130 ( 46.5%) Import resolution
0.0340 ( 16.5%) 0.0078 ( 3.3%) 0.0418 ( 9.4%) 0.0418 ( 1.3%) perform-sema
0.0338 ( 16.4%) 0.0077 ( 3.3%) 0.0416 ( 9.4%) 0.0416 ( 1.3%) Type checking and Semantic analysis
0.0333 ( 16.1%) 0.0075 ( 3.1%) 0.0408 ( 9.2%) 0.0409 ( 1.3%) typecheck-decl
0.0108 ( 5.2%) 0.0155 ( 6.5%) 0.0263 ( 5.9%) 0.0394 ( 1.2%) load-stdlib
0.0112 ( 5.4%) 0.0030 ( 1.3%) 0.0142 ( 3.2%) 0.0142 ( 0.4%) SIL optimization
0.0102 ( 5.0%) 0.0024 ( 1.0%) 0.0126 ( 2.8%) 0.0126 ( 0.4%) SILGen
0.0061 ( 2.9%) 0.0023 ( 1.0%) 0.0084 ( 1.9%) 0.0084 ( 0.3%) typecheck-expr
0.0047 ( 2.3%) 0.0014 ( 0.6%) 0.0061 ( 1.4%) 0.0061 ( 0.2%) SILGen-function
0.0041 ( 2.0%) 0.0011 ( 0.4%) 0.0052 ( 1.2%) 0.0052 ( 0.2%) build-rewrite-system
0.0017 ( 0.8%) 0.0026 ( 1.1%) 0.0044 ( 1.0%) 0.0044 ( 0.1%) import-clang-decl
0.0027 ( 1.3%) 0.0009 ( 0.4%) 0.0035 ( 0.8%) 0.0035 ( 0.1%) Serialization, swiftmodule
0.0015 ( 0.7%) 0.0002 ( 0.1%) 0.0017 ( 0.4%) 0.0017 ( 0.1%) Serialization, swiftdoc
0.0012 ( 0.6%) 0.0003 ( 0.1%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) typecheck-stmt
0.0009 ( 0.4%) 0.0001 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.3%) 0.0003 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) Serialization, swiftsourceinfo
0.0007 ( 0.4%) 0.0001 ( 0.0%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) precheck-target
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.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-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.2065 (100.0%) 0.2381 (100.0%) 0.4447 (100.0%) 3.2527 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2243 seconds (1.6356 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0997 (100.0%) 0.1246 (100.0%) 0.2243 (100.0%) 1.6356 (100.0%) Building Target
0.0997 (100.0%) 0.1246 (100.0%) 0.2243 (100.0%) 1.6356 (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)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Schedule (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286214287123-swift-frontend-Schedule-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-2575929249.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.8770 seconds (3.1391 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9296 ( 46.2%) 0.3866 ( 44.7%) 1.3162 ( 45.8%) 1.4362 ( 45.8%) parse-and-resolve-imports
0.9284 ( 46.2%) 0.3830 ( 44.2%) 1.3114 ( 45.6%) 1.4282 ( 45.5%) Import resolution
0.0321 ( 1.6%) 0.0185 ( 2.1%) 0.0506 ( 1.8%) 0.0553 ( 1.8%) perform-sema
0.0319 ( 1.6%) 0.0184 ( 2.1%) 0.0504 ( 1.8%) 0.0551 ( 1.8%) Type checking and Semantic analysis
0.0314 ( 1.6%) 0.0182 ( 2.1%) 0.0496 ( 1.7%) 0.0543 ( 1.7%) typecheck-decl
0.0111 ( 0.6%) 0.0182 ( 2.1%) 0.0293 ( 1.0%) 0.0376 ( 1.2%) load-stdlib
0.0105 ( 0.5%) 0.0059 ( 0.7%) 0.0164 ( 0.6%) 0.0171 ( 0.5%) SIL optimization
0.0105 ( 0.5%) 0.0029 ( 0.3%) 0.0134 ( 0.5%) 0.0134 ( 0.4%) SILGen
0.0063 ( 0.3%) 0.0049 ( 0.6%) 0.0112 ( 0.4%) 0.0128 ( 0.4%) typecheck-expr
0.0052 ( 0.3%) 0.0016 ( 0.2%) 0.0067 ( 0.2%) 0.0067 ( 0.2%) SILGen-function
0.0027 ( 0.1%) 0.0032 ( 0.4%) 0.0059 ( 0.2%) 0.0064 ( 0.2%) Serialization, swiftmodule
0.0038 ( 0.2%) 0.0003 ( 0.0%) 0.0041 ( 0.1%) 0.0041 ( 0.1%) build-rewrite-system
0.0017 ( 0.1%) 0.0022 ( 0.3%) 0.0039 ( 0.1%) 0.0039 ( 0.1%) import-clang-decl
0.0016 ( 0.1%) 0.0010 ( 0.1%) 0.0026 ( 0.1%) 0.0026 ( 0.1%) Serialization, swiftdoc
0.0014 ( 0.1%) 0.0003 ( 0.0%) 0.0017 ( 0.1%) 0.0017 ( 0.1%) typecheck-stmt
0.0011 ( 0.1%) 0.0001 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) typecheck-expr-pattern
0.0009 ( 0.0%) 0.0002 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) precheck-target
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.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.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%) 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-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
2.0113 (100.0%) 0.8657 (100.0%) 2.8770 (100.0%) 3.1391 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4469 seconds (1.5881 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0028 (100.0%) 0.4441 (100.0%) 1.4469 (100.0%) 1.5881 (100.0%) Building Target
1.0028 (100.0%) 0.4441 (100.0%) 1.4469 (100.0%) 1.5881 (100.0%) Total
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)
SwiftEmitModule normal armv7k Emitting\ module\ for\ Schedule (in target 'Schedule' from project 'Schedule')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286215950976-swift-frontend-Schedule-all-armv7k_apple_watchos2.0-swiftmodule-Onone-3690756969.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9145 seconds (3.0072 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8992 ( 46.3%) 0.4462 ( 45.9%) 1.3453 ( 46.2%) 1.3855 ( 46.1%) parse-and-resolve-imports
0.8980 ( 46.2%) 0.4420 ( 45.5%) 1.3399 ( 46.0%) 1.3769 ( 45.8%) Import resolution
0.0307 ( 1.6%) 0.0171 ( 1.8%) 0.0478 ( 1.6%) 0.0508 ( 1.7%) perform-sema
0.0306 ( 1.6%) 0.0170 ( 1.8%) 0.0477 ( 1.6%) 0.0507 ( 1.7%) Type checking and Semantic analysis
0.0301 ( 1.5%) 0.0168 ( 1.7%) 0.0469 ( 1.6%) 0.0499 ( 1.7%) typecheck-decl
0.0101 ( 0.5%) 0.0162 ( 1.7%) 0.0264 ( 0.9%) 0.0321 ( 1.1%) load-stdlib
0.0109 ( 0.6%) 0.0028 ( 0.3%) 0.0137 ( 0.5%) 0.0137 ( 0.5%) SIL optimization
0.0058 ( 0.3%) 0.0058 ( 0.6%) 0.0116 ( 0.4%) 0.0125 ( 0.4%) typecheck-expr
0.0095 ( 0.5%) 0.0019 ( 0.2%) 0.0114 ( 0.4%) 0.0114 ( 0.4%) SILGen
0.0045 ( 0.2%) 0.0012 ( 0.1%) 0.0057 ( 0.2%) 0.0057 ( 0.2%) SILGen-function
0.0039 ( 0.2%) 0.0003 ( 0.0%) 0.0042 ( 0.1%) 0.0042 ( 0.1%) build-rewrite-system
0.0030 ( 0.2%) 0.0009 ( 0.1%) 0.0038 ( 0.1%) 0.0038 ( 0.1%) Serialization, swiftmodule
0.0015 ( 0.1%) 0.0023 ( 0.2%) 0.0038 ( 0.1%) 0.0038 ( 0.1%) import-clang-decl
0.0015 ( 0.1%) 0.0001 ( 0.0%) 0.0016 ( 0.1%) 0.0016 ( 0.1%) Serialization, swiftdoc
0.0011 ( 0.1%) 0.0003 ( 0.0%) 0.0014 ( 0.0%) 0.0014 ( 0.0%) typecheck-stmt
0.0008 ( 0.0%) 0.0001 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0009 ( 0.0%) precheck-target
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 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.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 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
1.9432 (100.0%) 0.9713 (100.0%) 2.9145 (100.0%) 3.0072 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4657 seconds (1.5220 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9690 (100.0%) 0.4967 (100.0%) 1.4657 (100.0%) 1.5220 (100.0%) Building Target
0.9690 (100.0%) 0.4967 (100.0%) 1.4657 (100.0%) 1.5220 (100.0%) Total
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 Emitting module for Schedule (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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286215990097-swift-frontend-Schedule-Task.swift-armv7k_apple_watchos2.0-o-Onone-3333602081.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5249 seconds (3.4195 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 6.2%) 0.0461 ( 24.8%) 0.0669 ( 12.8%) 1.5134 ( 44.3%) parse-and-resolve-imports
0.0198 ( 5.8%) 0.0451 ( 24.3%) 0.0649 ( 12.4%) 1.5114 ( 44.2%) Import resolution
0.0815 ( 24.0%) 0.0326 ( 17.5%) 0.1141 ( 21.7%) 0.1141 ( 3.3%) build-rewrite-system
0.0411 ( 12.1%) 0.0102 ( 5.5%) 0.0513 ( 9.8%) 0.0516 ( 1.5%) perform-sema
0.0410 ( 12.1%) 0.0102 ( 5.5%) 0.0512 ( 9.8%) 0.0515 ( 1.5%) Type checking and Semantic analysis
0.0252 ( 7.4%) 0.0046 ( 2.5%) 0.0298 ( 5.7%) 0.0301 ( 0.9%) typecheck-stmt
0.0237 ( 7.0%) 0.0060 ( 3.2%) 0.0297 ( 5.7%) 0.0300 ( 0.9%) typecheck-expr
0.0198 ( 5.8%) 0.0063 ( 3.4%) 0.0261 ( 5.0%) 0.0262 ( 0.8%) typecheck-decl
0.0125 ( 3.7%) 0.0105 ( 5.6%) 0.0230 ( 4.4%) 0.0231 ( 0.7%) import-clang-decl
0.0143 ( 4.2%) 0.0054 ( 2.9%) 0.0197 ( 3.7%) 0.0198 ( 0.6%) IRGen
0.0099 ( 2.9%) 0.0032 ( 1.7%) 0.0131 ( 2.5%) 0.0132 ( 0.4%) SILGen
0.0115 ( 3.4%) 0.0002 ( 0.1%) 0.0117 ( 2.2%) 0.0117 ( 0.3%) SIL optimization
0.0084 ( 2.5%) 0.0016 ( 0.9%) 0.0100 ( 1.9%) 0.0102 ( 0.3%) precheck-target
0.0071 ( 2.1%) 0.0018 ( 1.0%) 0.0090 ( 1.7%) 0.0090 ( 0.3%) SILGen-function
0.0010 ( 0.3%) 0.0018 ( 0.9%) 0.0028 ( 0.5%) 0.0028 ( 0.1%) load-stdlib
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0003 ( 0.1%) 0.0001 ( 0.1%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) get-conformance-access-path
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.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%) 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.3391 (100.0%) 0.1858 (100.0%) 0.5249 (100.0%) 3.4195 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1424 seconds (2.6051 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8930 (100.0%) 0.2494 (100.0%) 1.1424 (100.0%) 2.6051 (100.0%) Building Target
0.8930 (100.0%) 0.2494 (100.0%) 1.1424 (100.0%) 2.6051 (100.0%) Total
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
SwiftDriverJobDiscovery normal arm64 Compiling Weekday.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
SwiftDriverJobDiscovery normal arm64 Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift, Bag.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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286217398278-swift-frontend-Schedule-RunLoopTask.swift-armv7k_apple_watchos2.0-o-Onone-3356552650.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3527 seconds (0.3539 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0860 ( 39.1%) 0.0339 ( 25.6%) 0.1199 ( 34.0%) 0.1201 ( 33.9%) build-rewrite-system
0.0192 ( 8.7%) 0.0264 ( 19.9%) 0.0456 ( 12.9%) 0.0459 ( 13.0%) parse-and-resolve-imports
0.0181 ( 8.2%) 0.0252 ( 19.0%) 0.0433 ( 12.3%) 0.0436 ( 12.3%) Import resolution
0.0178 ( 8.1%) 0.0078 ( 5.9%) 0.0256 ( 7.2%) 0.0256 ( 7.2%) perform-sema
0.0177 ( 8.1%) 0.0078 ( 5.9%) 0.0255 ( 7.2%) 0.0255 ( 7.2%) Type checking and Semantic analysis
0.0119 ( 5.4%) 0.0123 ( 9.3%) 0.0242 ( 6.9%) 0.0244 ( 6.9%) import-clang-decl
0.0129 ( 5.9%) 0.0061 ( 4.6%) 0.0190 ( 5.4%) 0.0190 ( 5.4%) typecheck-decl
0.0097 ( 4.4%) 0.0023 ( 1.7%) 0.0120 ( 3.4%) 0.0120 ( 3.4%) SILGen
0.0063 ( 2.9%) 0.0025 ( 1.9%) 0.0088 ( 2.5%) 0.0088 ( 2.5%) typecheck-expr
0.0042 ( 1.9%) 0.0031 ( 2.3%) 0.0073 ( 2.1%) 0.0073 ( 2.1%) IRGen
0.0044 ( 2.0%) 0.0016 ( 1.2%) 0.0060 ( 1.7%) 0.0060 ( 1.7%) typecheck-stmt
0.0055 ( 2.5%) 0.0003 ( 0.2%) 0.0058 ( 1.7%) 0.0059 ( 1.7%) SIL optimization
0.0029 ( 1.3%) 0.0009 ( 0.7%) 0.0038 ( 1.1%) 0.0038 ( 1.1%) SILGen-function
0.0009 ( 0.4%) 0.0015 ( 1.2%) 0.0025 ( 0.7%) 0.0025 ( 0.7%) load-stdlib
0.0014 ( 0.7%) 0.0004 ( 0.3%) 0.0018 ( 0.5%) 0.0018 ( 0.5%) precheck-target
0.0008 ( 0.3%) 0.0006 ( 0.4%) 0.0013 ( 0.4%) 0.0013 ( 0.4%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2200 (100.0%) 0.1327 (100.0%) 0.3527 (100.0%) 0.3539 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1575 seconds (1.1947 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8763 (100.0%) 0.2811 (100.0%) 1.1575 (100.0%) 1.1947 (100.0%) Building Target
0.8763 (100.0%) 0.2811 (100.0%) 1.1575 (100.0%) 1.1947 (100.0%) Total
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
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-1773286217400241-swift-frontend-Schedule-TaskCenter.swift-armv7k_apple_watchos2.0-o-Onone-641294057.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4531 seconds (0.4544 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0810 ( 25.6%) 0.0313 ( 23.0%) 0.1124 ( 24.8%) 0.1124 ( 24.7%) build-rewrite-system
0.0429 ( 13.5%) 0.0101 ( 7.4%) 0.0530 ( 11.7%) 0.0533 ( 11.7%) perform-sema
0.0429 ( 13.5%) 0.0101 ( 7.4%) 0.0529 ( 11.7%) 0.0532 ( 11.7%) Type checking and Semantic analysis
0.0182 ( 5.7%) 0.0259 ( 19.0%) 0.0441 ( 9.7%) 0.0442 ( 9.7%) parse-and-resolve-imports
0.0170 ( 5.4%) 0.0246 ( 18.1%) 0.0416 ( 9.2%) 0.0417 ( 9.2%) Import resolution
0.0285 ( 9.0%) 0.0040 ( 3.0%) 0.0325 ( 7.2%) 0.0328 ( 7.2%) typecheck-stmt
0.0254 ( 8.0%) 0.0051 ( 3.7%) 0.0305 ( 6.7%) 0.0308 ( 6.8%) typecheck-expr
0.0115 ( 3.6%) 0.0103 ( 7.6%) 0.0218 ( 4.8%) 0.0217 ( 4.8%) import-clang-decl
0.0135 ( 4.3%) 0.0059 ( 4.3%) 0.0194 ( 4.3%) 0.0194 ( 4.3%) typecheck-decl
0.0121 ( 3.8%) 0.0046 ( 3.4%) 0.0168 ( 3.7%) 0.0168 ( 3.7%) IRGen
0.0071 ( 2.2%) 0.0016 ( 1.2%) 0.0088 ( 1.9%) 0.0088 ( 1.9%) SILGen
0.0068 ( 2.2%) 0.0001 ( 0.1%) 0.0069 ( 1.5%) 0.0070 ( 1.5%) SIL optimization
0.0054 ( 1.7%) 0.0009 ( 0.6%) 0.0063 ( 1.4%) 0.0062 ( 1.4%) SILGen-function
0.0028 ( 0.9%) 0.0001 ( 0.1%) 0.0029 ( 0.6%) 0.0029 ( 0.6%) precheck-target
0.0009 ( 0.3%) 0.0013 ( 0.9%) 0.0021 ( 0.5%) 0.0021 ( 0.5%) load-stdlib
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.2%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3169 (100.0%) 0.1362 (100.0%) 0.4531 (100.0%) 0.4544 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1746 seconds (1.1956 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9204 (100.0%) 0.2542 (100.0%) 1.1746 (100.0%) 1.1956 (100.0%) Building Target
0.9204 (100.0%) 0.2542 (100.0%) 1.1746 (100.0%) 1.1956 (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)
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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286217408935-swift-frontend-Schedule-Extensions.swift-arm64_32_apple_watchos2.0-o-Onone-3392622523.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4894 seconds (0.4904 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0833 ( 24.6%) 0.0313 ( 20.7%) 0.1146 ( 23.4%) 0.1148 ( 23.4%) build-rewrite-system
0.0504 ( 14.9%) 0.0141 ( 9.3%) 0.0645 ( 13.2%) 0.0646 ( 13.2%) perform-sema
0.0503 ( 14.9%) 0.0141 ( 9.3%) 0.0644 ( 13.2%) 0.0645 ( 13.1%) Type checking and Semantic analysis
0.0391 ( 11.6%) 0.0101 ( 6.7%) 0.0492 ( 10.0%) 0.0492 ( 10.0%) typecheck-stmt
0.0187 ( 5.5%) 0.0264 ( 17.5%) 0.0451 ( 9.2%) 0.0452 ( 9.2%) parse-and-resolve-imports
0.0177 ( 5.2%) 0.0255 ( 16.9%) 0.0432 ( 8.8%) 0.0433 ( 8.8%) Import resolution
0.0114 ( 3.4%) 0.0100 ( 6.6%) 0.0214 ( 4.4%) 0.0217 ( 4.4%) import-clang-decl
0.0146 ( 4.3%) 0.0043 ( 2.8%) 0.0189 ( 3.9%) 0.0189 ( 3.9%) typecheck-expr
0.0125 ( 3.7%) 0.0037 ( 2.5%) 0.0163 ( 3.3%) 0.0163 ( 3.3%) typecheck-decl
0.0109 ( 3.2%) 0.0032 ( 2.1%) 0.0141 ( 2.9%) 0.0141 ( 2.9%) precheck-target
0.0064 ( 1.9%) 0.0037 ( 2.4%) 0.0101 ( 2.1%) 0.0101 ( 2.1%) IRGen
0.0075 ( 2.2%) 0.0009 ( 0.6%) 0.0084 ( 1.7%) 0.0084 ( 1.7%) SILGen
0.0077 ( 2.3%) 0.0001 ( 0.1%) 0.0078 ( 1.6%) 0.0079 ( 1.6%) SIL optimization
0.0057 ( 1.7%) 0.0006 ( 0.4%) 0.0062 ( 1.3%) 0.0062 ( 1.3%) SILGen-function
0.0010 ( 0.3%) 0.0028 ( 1.9%) 0.0039 ( 0.8%) 0.0039 ( 0.8%) load-stdlib
0.0007 ( 0.2%) 0.0003 ( 0.2%) 0.0010 ( 0.2%) 0.0010 ( 0.2%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3382 (100.0%) 0.1512 (100.0%) 0.4894 (100.0%) 0.4904 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1761 seconds (1.1976 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9245 (100.0%) 0.2516 (100.0%) 1.1761 (100.0%) 1.1976 (100.0%) Building Target
0.9245 (100.0%) 0.2516 (100.0%) 1.1761 (100.0%) 1.1976 (100.0%) Total
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-1773286217403520-swift-frontend-Schedule-Monthday.swift-arm64_32_apple_watchos2.0-o-Onone-229040830.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4545 seconds (0.4553 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0848 ( 28.7%) 0.0368 ( 23.1%) 0.1216 ( 26.7%) 0.1216 ( 26.7%) build-rewrite-system
0.0201 ( 6.8%) 0.0276 ( 17.3%) 0.0477 ( 10.5%) 0.0477 ( 10.5%) parse-and-resolve-imports
0.0343 ( 11.6%) 0.0119 ( 7.5%) 0.0462 ( 10.2%) 0.0464 ( 10.2%) perform-sema
0.0342 ( 11.6%) 0.0119 ( 7.5%) 0.0462 ( 10.2%) 0.0463 ( 10.2%) Type checking and Semantic analysis
0.0189 ( 6.4%) 0.0265 ( 16.7%) 0.0455 ( 10.0%) 0.0455 ( 10.0%) Import resolution
0.0309 ( 10.5%) 0.0109 ( 6.8%) 0.0418 ( 9.2%) 0.0419 ( 9.2%) typecheck-stmt
0.0137 ( 4.6%) 0.0118 ( 7.4%) 0.0255 ( 5.6%) 0.0255 ( 5.6%) import-clang-decl
0.0162 ( 5.5%) 0.0059 ( 3.7%) 0.0221 ( 4.9%) 0.0221 ( 4.9%) typecheck-expr
0.0145 ( 4.9%) 0.0048 ( 3.0%) 0.0193 ( 4.2%) 0.0193 ( 4.2%) typecheck-decl
0.0131 ( 4.4%) 0.0047 ( 2.9%) 0.0177 ( 3.9%) 0.0178 ( 3.9%) precheck-target
0.0032 ( 1.1%) 0.0023 ( 1.5%) 0.0055 ( 1.2%) 0.0055 ( 1.2%) IRGen
0.0033 ( 1.1%) 0.0011 ( 0.7%) 0.0044 ( 1.0%) 0.0045 ( 1.0%) SILGen
0.0040 ( 1.3%) 0.0002 ( 0.1%) 0.0041 ( 0.9%) 0.0042 ( 0.9%) SIL optimization
0.0024 ( 0.8%) 0.0009 ( 0.5%) 0.0032 ( 0.7%) 0.0033 ( 0.7%) SILGen-function
0.0010 ( 0.3%) 0.0014 ( 0.9%) 0.0024 ( 0.5%) 0.0024 ( 0.5%) 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.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%) 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.2956 (100.0%) 0.1589 (100.0%) 0.4545 (100.0%) 0.4553 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1684 seconds (1.1939 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8933 (100.0%) 0.2751 (100.0%) 1.1684 (100.0%) 1.1939 (100.0%) Building Target
0.8933 (100.0%) 0.2751 (100.0%) 1.1684 (100.0%) 1.1939 (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 Compiling Task.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-1773286217414188-swift-frontend-Schedule-Monthday.swift-armv7k_apple_watchos2.0-o-Onone-132052418.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4466 seconds (0.4484 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0855 ( 29.8%) 0.0352 ( 22.0%) 0.1207 ( 27.0%) 0.1209 ( 27.0%) build-rewrite-system
0.0186 ( 6.5%) 0.0288 ( 18.0%) 0.0473 ( 10.6%) 0.0474 ( 10.6%) parse-and-resolve-imports
0.0175 ( 6.1%) 0.0278 ( 17.4%) 0.0453 ( 10.1%) 0.0454 ( 10.1%) Import resolution
0.0327 ( 11.4%) 0.0115 ( 7.2%) 0.0442 ( 9.9%) 0.0445 ( 9.9%) perform-sema
0.0326 ( 11.4%) 0.0115 ( 7.2%) 0.0442 ( 9.9%) 0.0445 ( 9.9%) Type checking and Semantic analysis
0.0296 ( 10.3%) 0.0104 ( 6.5%) 0.0400 ( 9.0%) 0.0403 ( 9.0%) typecheck-stmt
0.0130 ( 4.5%) 0.0114 ( 7.1%) 0.0244 ( 5.5%) 0.0246 ( 5.5%) import-clang-decl
0.0154 ( 5.4%) 0.0053 ( 3.3%) 0.0207 ( 4.6%) 0.0208 ( 4.6%) typecheck-expr
0.0142 ( 4.9%) 0.0048 ( 3.0%) 0.0190 ( 4.2%) 0.0190 ( 4.2%) typecheck-decl
0.0128 ( 4.5%) 0.0051 ( 3.2%) 0.0179 ( 4.0%) 0.0179 ( 4.0%) precheck-target
0.0041 ( 1.4%) 0.0030 ( 1.9%) 0.0071 ( 1.6%) 0.0071 ( 1.6%) IRGen
0.0030 ( 1.1%) 0.0010 ( 0.6%) 0.0040 ( 0.9%) 0.0040 ( 0.9%) SILGen
0.0010 ( 0.4%) 0.0029 ( 1.8%) 0.0039 ( 0.9%) 0.0039 ( 0.9%) load-stdlib
0.0037 ( 1.3%) 0.0001 ( 0.0%) 0.0037 ( 0.8%) 0.0037 ( 0.8%) SIL optimization
0.0021 ( 0.7%) 0.0009 ( 0.5%) 0.0030 ( 0.7%) 0.0030 ( 0.7%) SILGen-function
0.0008 ( 0.3%) 0.0003 ( 0.2%) 0.0010 ( 0.2%) 0.0010 ( 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%) 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%) 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.2869 (100.0%) 0.1597 (100.0%) 0.4466 (100.0%) 0.4484 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1525 seconds (1.1792 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8834 (100.0%) 0.2691 (100.0%) 1.1525 (100.0%) 1.1792 (100.0%) Building Target
0.8834 (100.0%) 0.2691 (100.0%) 1.1525 (100.0%) 1.1792 (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
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-1773286217413714-swift-frontend-Schedule-Plan.swift-arm64_32_apple_watchos2.0-o-Onone-627877354.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6055 seconds (0.6082 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0823 ( 18.7%) 0.0323 ( 19.5%) 0.1146 ( 18.9%) 0.1150 ( 18.9%) build-rewrite-system
0.0782 ( 17.8%) 0.0158 ( 9.5%) 0.0940 ( 15.5%) 0.0945 ( 15.5%) perform-sema
0.0781 ( 17.8%) 0.0158 ( 9.5%) 0.0939 ( 15.5%) 0.0944 ( 15.5%) Type checking and Semantic analysis
0.0697 ( 15.9%) 0.0130 ( 7.8%) 0.0827 ( 13.7%) 0.0831 ( 13.7%) typecheck-stmt
0.0188 ( 4.3%) 0.0295 ( 17.8%) 0.0483 ( 8.0%) 0.0484 ( 8.0%) parse-and-resolve-imports
0.0177 ( 4.0%) 0.0284 ( 17.1%) 0.0461 ( 7.6%) 0.0462 ( 7.6%) Import resolution
0.0120 ( 2.7%) 0.0106 ( 6.4%) 0.0225 ( 3.7%) 0.0225 ( 3.7%) import-clang-decl
0.0165 ( 3.8%) 0.0032 ( 1.9%) 0.0197 ( 3.3%) 0.0197 ( 3.2%) precheck-target
0.0149 ( 3.4%) 0.0042 ( 2.5%) 0.0191 ( 3.2%) 0.0191 ( 3.1%) typecheck-decl
0.0138 ( 3.1%) 0.0032 ( 1.9%) 0.0170 ( 2.8%) 0.0172 ( 2.8%) typecheck-expr
0.0121 ( 2.8%) 0.0042 ( 2.5%) 0.0163 ( 2.7%) 0.0165 ( 2.7%) IRGen
0.0100 ( 2.3%) 0.0017 ( 1.0%) 0.0117 ( 1.9%) 0.0118 ( 1.9%) SILGen
0.0068 ( 1.5%) 0.0010 ( 0.6%) 0.0078 ( 1.3%) 0.0080 ( 1.3%) SILGen-function
0.0061 ( 1.4%) 0.0001 ( 0.1%) 0.0062 ( 1.0%) 0.0062 ( 1.0%) SIL optimization
0.0010 ( 0.2%) 0.0025 ( 1.5%) 0.0035 ( 0.6%) 0.0035 ( 0.6%) load-stdlib
0.0007 ( 0.2%) 0.0003 ( 0.2%) 0.0010 ( 0.2%) 0.0010 ( 0.2%) load-all-members
0.0007 ( 0.2%) 0.0000 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.4397 (100.0%) 0.1658 (100.0%) 0.6055 (100.0%) 0.6082 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1737 seconds (1.1878 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9451 (100.0%) 0.2285 (100.0%) 1.1737 (100.0%) 1.1878 (100.0%) Building Target
0.9451 (100.0%) 0.2285 (100.0%) 1.1737 (100.0%) 1.1878 (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
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-1773286217413772-swift-frontend-Schedule-Time.swift-armv7k_apple_watchos2.0-o-Onone-307516640.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5809 seconds (0.5825 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0826 ( 20.6%) 0.0325 ( 18.1%) 0.1152 ( 19.8%) 0.1154 ( 19.8%) build-rewrite-system
0.0526 ( 13.1%) 0.0154 ( 8.5%) 0.0680 ( 11.7%) 0.0682 ( 11.7%) perform-sema
0.0525 ( 13.1%) 0.0154 ( 8.5%) 0.0679 ( 11.7%) 0.0681 ( 11.7%) Type checking and Semantic analysis
0.0495 ( 12.3%) 0.0143 ( 8.0%) 0.0638 ( 11.0%) 0.0641 ( 11.0%) typecheck-stmt
0.0451 ( 11.3%) 0.0139 ( 7.7%) 0.0590 ( 10.2%) 0.0592 ( 10.2%) typecheck-expr
0.0184 ( 4.6%) 0.0274 ( 15.2%) 0.0458 ( 7.9%) 0.0460 ( 7.9%) parse-and-resolve-imports
0.0174 ( 4.3%) 0.0263 ( 14.6%) 0.0437 ( 7.5%) 0.0438 ( 7.5%) Import resolution
0.0138 ( 3.4%) 0.0120 ( 6.6%) 0.0258 ( 4.4%) 0.0258 ( 4.4%) import-clang-decl
0.0156 ( 3.9%) 0.0056 ( 3.1%) 0.0213 ( 3.7%) 0.0213 ( 3.7%) typecheck-decl
0.0135 ( 3.4%) 0.0034 ( 1.9%) 0.0169 ( 2.9%) 0.0169 ( 2.9%) SILGen
0.0129 ( 3.2%) 0.0034 ( 1.9%) 0.0163 ( 2.8%) 0.0164 ( 2.8%) precheck-target
0.0092 ( 2.3%) 0.0052 ( 2.9%) 0.0143 ( 2.5%) 0.0143 ( 2.5%) IRGen
0.0079 ( 2.0%) 0.0019 ( 1.1%) 0.0098 ( 1.7%) 0.0098 ( 1.7%) SILGen-function
0.0066 ( 1.6%) 0.0002 ( 0.1%) 0.0068 ( 1.2%) 0.0068 ( 1.2%) SIL optimization
0.0011 ( 0.3%) 0.0029 ( 1.6%) 0.0039 ( 0.7%) 0.0039 ( 0.7%) load-stdlib
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.2%) load-all-members
0.0008 ( 0.2%) 0.0001 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.1%) typecheck-expr-pattern
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 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.4009 (100.0%) 0.1800 (100.0%) 0.5809 (100.0%) 0.5825 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1528 seconds (1.1801 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9006 (100.0%) 0.2522 (100.0%) 1.1528 (100.0%) 1.1801 (100.0%) Building Target
0.9006 (100.0%) 0.2522 (100.0%) 1.1528 (100.0%) 1.1801 (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
SwiftCompile normal armv7k 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-1773286217413390-swift-frontend-Schedule-Weekday.swift-armv7k_apple_watchos2.0-o-Onone-971855400.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3606 seconds (0.3610 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0854 ( 37.6%) 0.0348 ( 26.0%) 0.1202 ( 33.3%) 0.1203 ( 33.3%) build-rewrite-system
0.0188 ( 8.3%) 0.0280 ( 21.0%) 0.0468 ( 13.0%) 0.0469 ( 13.0%) parse-and-resolve-imports
0.0176 ( 7.8%) 0.0269 ( 20.1%) 0.0445 ( 12.3%) 0.0446 ( 12.3%) Import resolution
0.0239 ( 10.5%) 0.0083 ( 6.2%) 0.0322 ( 8.9%) 0.0322 ( 8.9%) perform-sema
0.0238 ( 10.5%) 0.0083 ( 6.2%) 0.0321 ( 8.9%) 0.0322 ( 8.9%) Type checking and Semantic analysis
0.0124 ( 5.5%) 0.0110 ( 8.2%) 0.0234 ( 6.5%) 0.0235 ( 6.5%) import-clang-decl
0.0117 ( 5.2%) 0.0048 ( 3.6%) 0.0165 ( 4.6%) 0.0166 ( 4.6%) typecheck-decl
0.0129 ( 5.7%) 0.0036 ( 2.7%) 0.0165 ( 4.6%) 0.0165 ( 4.6%) typecheck-stmt
0.0029 ( 1.3%) 0.0024 ( 1.8%) 0.0052 ( 1.5%) 0.0052 ( 1.5%) IRGen
0.0040 ( 1.8%) 0.0010 ( 0.7%) 0.0050 ( 1.4%) 0.0050 ( 1.4%) precheck-target
0.0036 ( 1.6%) 0.0006 ( 0.5%) 0.0042 ( 1.2%) 0.0042 ( 1.2%) SILGen
0.0009 ( 0.4%) 0.0023 ( 1.7%) 0.0032 ( 0.9%) 0.0032 ( 0.9%) load-stdlib
0.0025 ( 1.1%) 0.0004 ( 0.3%) 0.0029 ( 0.8%) 0.0029 ( 0.8%) SILGen-function
0.0027 ( 1.2%) 0.0001 ( 0.1%) 0.0028 ( 0.8%) 0.0028 ( 0.8%) SIL optimization
0.0019 ( 0.8%) 0.0007 ( 0.6%) 0.0026 ( 0.7%) 0.0027 ( 0.7%) typecheck-expr
0.0008 ( 0.4%) 0.0001 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.3%) typecheck-expr-pattern
0.0007 ( 0.3%) 0.0002 ( 0.2%) 0.0010 ( 0.3%) 0.0010 ( 0.3%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-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%) 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.2269 (100.0%) 0.1336 (100.0%) 0.3606 (100.0%) 0.3610 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1410 seconds (1.1775 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8570 (100.0%) 0.2840 (100.0%) 1.1410 (100.0%) 1.1775 (100.0%) Building Target
0.8570 (100.0%) 0.2840 (100.0%) 1.1410 (100.0%) 1.1775 (100.0%) Total
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
SwiftDriverJobDiscovery normal arm64 Compiling Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Period.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Time.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift, Interval.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-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
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
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
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
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.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
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286217551832-swift-frontend-Schedule-Atomic.swift-armv7k_apple_watchos2.0-o-Onone-3621027623.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3752 seconds (0.3757 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0792 ( 30.8%) 0.0310 ( 26.3%) 0.1102 ( 29.4%) 0.1102 ( 29.3%) build-rewrite-system
0.0185 ( 7.2%) 0.0205 ( 17.4%) 0.0390 ( 10.4%) 0.0391 ( 10.4%) parse-and-resolve-imports
0.0174 ( 6.8%) 0.0194 ( 16.4%) 0.0368 ( 9.8%) 0.0368 ( 9.8%) Import resolution
0.0279 ( 10.9%) 0.0075 ( 6.3%) 0.0354 ( 9.4%) 0.0354 ( 9.4%) perform-sema
0.0278 ( 10.8%) 0.0074 ( 6.3%) 0.0353 ( 9.4%) 0.0353 ( 9.4%) Type checking and Semantic analysis
0.0182 ( 7.1%) 0.0064 ( 5.4%) 0.0246 ( 6.6%) 0.0246 ( 6.6%) typecheck-decl
0.0118 ( 4.6%) 0.0112 ( 9.5%) 0.0230 ( 6.1%) 0.0231 ( 6.1%) import-clang-decl
0.0155 ( 6.0%) 0.0027 ( 2.3%) 0.0182 ( 4.8%) 0.0183 ( 4.9%) typecheck-stmt
0.0120 ( 4.7%) 0.0033 ( 2.8%) 0.0154 ( 4.1%) 0.0155 ( 4.1%) typecheck-expr
0.0071 ( 2.8%) 0.0034 ( 2.9%) 0.0105 ( 2.8%) 0.0105 ( 2.8%) IRGen
0.0063 ( 2.5%) 0.0015 ( 1.3%) 0.0078 ( 2.1%) 0.0079 ( 2.1%) precheck-target
0.0053 ( 2.1%) 0.0005 ( 0.4%) 0.0058 ( 1.5%) 0.0059 ( 1.6%) SILGen
0.0043 ( 1.7%) 0.0000 ( 0.0%) 0.0043 ( 1.2%) 0.0043 ( 1.2%) SIL optimization
0.0037 ( 1.4%) 0.0002 ( 0.2%) 0.0039 ( 1.1%) 0.0040 ( 1.1%) SILGen-function
0.0011 ( 0.4%) 0.0026 ( 2.2%) 0.0037 ( 1.0%) 0.0037 ( 1.0%) load-stdlib
0.0007 ( 0.3%) 0.0003 ( 0.2%) 0.0010 ( 0.3%) 0.0010 ( 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.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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.2572 (100.0%) 0.1180 (100.0%) 0.3752 (100.0%) 0.3757 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.0288 seconds (1.0445 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8078 (100.0%) 0.2210 (100.0%) 1.0288 (100.0%) 1.0445 (100.0%) Building Target
0.8078 (100.0%) 0.2210 (100.0%) 1.0288 (100.0%) 1.0445 (100.0%) Total
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
SwiftCompile normal arm64_32 Compiling\ RunLoopTask.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286218696662-swift-frontend-Schedule-RunLoopTask.swift-arm64_32_apple_watchos2.0-o-Onone-1167758189.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3514 seconds (0.3523 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0189 ( 14.2%) 0.0861 ( 39.5%) 0.1051 ( 29.9%) 0.1055 ( 29.9%) parse-and-resolve-imports
0.0178 ( 13.4%) 0.0849 ( 38.9%) 0.1027 ( 29.2%) 0.1031 ( 29.3%) Import resolution
0.0197 ( 14.8%) 0.0095 ( 4.3%) 0.0291 ( 8.3%) 0.0291 ( 8.3%) perform-sema
0.0196 ( 14.7%) 0.0095 ( 4.3%) 0.0291 ( 8.3%) 0.0291 ( 8.3%) Type checking and Semantic analysis
0.0143 ( 10.7%) 0.0074 ( 3.4%) 0.0216 ( 6.2%) 0.0216 ( 6.1%) typecheck-decl
0.0100 ( 7.5%) 0.0023 ( 1.1%) 0.0123 ( 3.5%) 0.0123 ( 3.5%) SILGen
0.0065 ( 4.9%) 0.0023 ( 1.1%) 0.0088 ( 2.5%) 0.0088 ( 2.5%) typecheck-expr
0.0038 ( 2.8%) 0.0040 ( 1.8%) 0.0077 ( 2.2%) 0.0078 ( 2.2%) IRGen
0.0027 ( 2.0%) 0.0044 ( 2.0%) 0.0071 ( 2.0%) 0.0071 ( 2.0%) import-clang-decl
0.0049 ( 3.7%) 0.0020 ( 0.9%) 0.0069 ( 2.0%) 0.0069 ( 2.0%) typecheck-stmt
0.0042 ( 3.2%) 0.0018 ( 0.8%) 0.0060 ( 1.7%) 0.0060 ( 1.7%) build-rewrite-system
0.0049 ( 3.7%) 0.0001 ( 0.0%) 0.0050 ( 1.4%) 0.0050 ( 1.4%) SIL optimization
0.0028 ( 2.1%) 0.0011 ( 0.5%) 0.0039 ( 1.1%) 0.0039 ( 1.1%) SILGen-function
0.0012 ( 0.9%) 0.0025 ( 1.2%) 0.0037 ( 1.0%) 0.0037 ( 1.1%) load-stdlib
0.0015 ( 1.1%) 0.0005 ( 0.2%) 0.0020 ( 0.6%) 0.0020 ( 0.6%) 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, 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%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1330 (100.0%) 0.2184 (100.0%) 0.3514 (100.0%) 0.3523 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1949 seconds (0.1972 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0831 (100.0%) 0.1118 (100.0%) 0.1949 (100.0%) 0.1972 (100.0%) Building Target
0.0831 (100.0%) 0.1118 (100.0%) 0.1949 (100.0%) 0.1972 (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-1773286218695891-swift-frontend-Schedule-Period.swift-armv7k_apple_watchos2.0-o-Onone-3158569448.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6187 seconds (0.6220 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0189 ( 5.3%) 0.0860 ( 33.2%) 0.1049 ( 17.0%) 0.1053 ( 16.9%) parse-and-resolve-imports
0.0177 ( 4.9%) 0.0847 ( 32.7%) 0.1025 ( 16.6%) 0.1028 ( 16.5%) Import resolution
0.0670 ( 18.6%) 0.0175 ( 6.8%) 0.0845 ( 13.7%) 0.0850 ( 13.7%) perform-sema
0.0669 ( 18.6%) 0.0175 ( 6.7%) 0.0844 ( 13.6%) 0.0849 ( 13.7%) Type checking and Semantic analysis
0.0498 ( 13.9%) 0.0102 ( 3.9%) 0.0600 ( 9.7%) 0.0605 ( 9.7%) typecheck-stmt
0.0464 ( 12.9%) 0.0099 ( 3.8%) 0.0563 ( 9.1%) 0.0567 ( 9.1%) typecheck-expr
0.0175 ( 4.9%) 0.0076 ( 2.9%) 0.0252 ( 4.1%) 0.0252 ( 4.1%) typecheck-decl
0.0158 ( 4.4%) 0.0045 ( 1.8%) 0.0204 ( 3.3%) 0.0206 ( 3.3%) SILGen
0.0118 ( 3.3%) 0.0046 ( 1.8%) 0.0164 ( 2.6%) 0.0164 ( 2.6%) build-rewrite-system
0.0112 ( 3.1%) 0.0042 ( 1.6%) 0.0154 ( 2.5%) 0.0154 ( 2.5%) IRGen
0.0114 ( 3.2%) 0.0036 ( 1.4%) 0.0151 ( 2.4%) 0.0153 ( 2.5%) SILGen-function
0.0085 ( 2.4%) 0.0009 ( 0.4%) 0.0095 ( 1.5%) 0.0097 ( 1.6%) precheck-target
0.0081 ( 2.3%) 0.0001 ( 0.0%) 0.0082 ( 1.3%) 0.0082 ( 1.3%) SIL optimization
0.0030 ( 0.8%) 0.0039 ( 1.5%) 0.0068 ( 1.1%) 0.0069 ( 1.1%) import-clang-decl
0.0013 ( 0.4%) 0.0031 ( 1.2%) 0.0044 ( 0.7%) 0.0044 ( 0.7%) load-stdlib
0.0025 ( 0.7%) 0.0006 ( 0.2%) 0.0032 ( 0.5%) 0.0032 ( 0.5%) typecheck-for-each
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%) 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.3593 (100.0%) 0.2593 (100.0%) 0.6187 (100.0%) 0.6220 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3268 seconds (0.3299 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1983 (100.0%) 0.1285 (100.0%) 0.3268 (100.0%) 0.3299 (100.0%) Building Target
0.1983 (100.0%) 0.1285 (100.0%) 0.3268 (100.0%) 0.3299 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling Weekday.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal armv7k Compiling RunLoopTask.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-1773286218702652-swift-frontend-Schedule-Atomic.swift-arm64_32_apple_watchos2.0-o-Onone-2172875173.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4008 seconds (0.4047 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0189 ( 10.6%) 0.0878 ( 39.4%) 0.1067 ( 26.6%) 0.1076 ( 26.6%) parse-and-resolve-imports
0.0178 ( 10.0%) 0.0862 ( 38.7%) 0.1040 ( 25.9%) 0.1049 ( 25.9%) Import resolution
0.0294 ( 16.5%) 0.0097 ( 4.3%) 0.0391 ( 9.8%) 0.0396 ( 9.8%) perform-sema
0.0294 ( 16.5%) 0.0096 ( 4.3%) 0.0390 ( 9.7%) 0.0395 ( 9.8%) Type checking and Semantic analysis
0.0199 ( 11.2%) 0.0083 ( 3.7%) 0.0281 ( 7.0%) 0.0286 ( 7.1%) typecheck-decl
0.0152 ( 8.5%) 0.0029 ( 1.3%) 0.0181 ( 4.5%) 0.0181 ( 4.5%) typecheck-stmt
0.0122 ( 6.9%) 0.0041 ( 1.9%) 0.0164 ( 4.1%) 0.0164 ( 4.0%) typecheck-expr
0.0068 ( 3.8%) 0.0027 ( 1.2%) 0.0094 ( 2.4%) 0.0094 ( 2.3%) build-rewrite-system
0.0062 ( 3.5%) 0.0029 ( 1.3%) 0.0091 ( 2.3%) 0.0094 ( 2.3%) IRGen
0.0060 ( 3.4%) 0.0015 ( 0.7%) 0.0075 ( 1.9%) 0.0075 ( 1.9%) precheck-target
0.0054 ( 3.0%) 0.0004 ( 0.2%) 0.0058 ( 1.4%) 0.0058 ( 1.4%) SILGen
0.0011 ( 0.6%) 0.0040 ( 1.8%) 0.0051 ( 1.3%) 0.0051 ( 1.3%) load-stdlib
0.0043 ( 2.4%) 0.0000 ( 0.0%) 0.0044 ( 1.1%) 0.0044 ( 1.1%) SIL optimization
0.0013 ( 0.7%) 0.0024 ( 1.1%) 0.0037 ( 0.9%) 0.0042 ( 1.0%) import-clang-decl
0.0038 ( 2.1%) 0.0002 ( 0.1%) 0.0040 ( 1.0%) 0.0039 ( 1.0%) SILGen-function
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%) 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%) AST verification
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.1779 (100.0%) 0.2229 (100.0%) 0.4008 (100.0%) 0.4047 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2096 seconds (0.2122 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0959 (100.0%) 0.1137 (100.0%) 0.2096 (100.0%) 0.2122 (100.0%) Building Target
0.0959 (100.0%) 0.1137 (100.0%) 0.2096 (100.0%) 0.2122 (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 armv7k Compiling Atomic.swift, Bag.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-1773286218703852-swift-frontend-Schedule-Weekday.swift-arm64_32_apple_watchos2.0-o-Onone-2669322794.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3637 seconds (0.3649 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0194 ( 13.7%) 0.0909 ( 40.8%) 0.1103 ( 30.3%) 0.1108 ( 30.4%) parse-and-resolve-imports
0.0181 ( 12.8%) 0.0890 ( 39.9%) 0.1071 ( 29.4%) 0.1076 ( 29.5%) Import resolution
0.0248 ( 17.6%) 0.0089 ( 4.0%) 0.0337 ( 9.3%) 0.0338 ( 9.3%) perform-sema
0.0248 ( 17.6%) 0.0089 ( 4.0%) 0.0337 ( 9.3%) 0.0337 ( 9.2%) Type checking and Semantic analysis
0.0126 ( 8.9%) 0.0053 ( 2.4%) 0.0179 ( 4.9%) 0.0179 ( 4.9%) typecheck-decl
0.0131 ( 9.3%) 0.0037 ( 1.7%) 0.0168 ( 4.6%) 0.0168 ( 4.6%) typecheck-stmt
0.0067 ( 4.7%) 0.0023 ( 1.0%) 0.0090 ( 2.5%) 0.0090 ( 2.5%) build-rewrite-system
0.0027 ( 1.9%) 0.0036 ( 1.6%) 0.0062 ( 1.7%) 0.0062 ( 1.7%) IRGen
0.0011 ( 0.8%) 0.0046 ( 2.1%) 0.0057 ( 1.6%) 0.0057 ( 1.6%) load-stdlib
0.0041 ( 2.9%) 0.0010 ( 0.4%) 0.0051 ( 1.4%) 0.0051 ( 1.4%) precheck-target
0.0037 ( 2.6%) 0.0006 ( 0.3%) 0.0043 ( 1.2%) 0.0043 ( 1.2%) SILGen
0.0015 ( 1.1%) 0.0025 ( 1.1%) 0.0041 ( 1.1%) 0.0041 ( 1.1%) import-clang-decl
0.0025 ( 1.8%) 0.0004 ( 0.2%) 0.0030 ( 0.8%) 0.0030 ( 0.8%) SILGen-function
0.0021 ( 1.5%) 0.0008 ( 0.4%) 0.0029 ( 0.8%) 0.0029 ( 0.8%) typecheck-expr
0.0027 ( 1.9%) 0.0000 ( 0.0%) 0.0027 ( 0.8%) 0.0027 ( 0.8%) SIL optimization
0.0009 ( 0.7%) 0.0002 ( 0.1%) 0.0011 ( 0.3%) 0.0011 ( 0.3%) typecheck-expr-pattern
0.0002 ( 0.2%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1410 (100.0%) 0.2227 (100.0%) 0.3637 (100.0%) 0.3649 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1838 seconds (0.1844 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0696 (100.0%) 0.1142 (100.0%) 0.1838 (100.0%) 0.1844 (100.0%) Building Target
0.0696 (100.0%) 0.1142 (100.0%) 0.1838 (100.0%) 0.1844 (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 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-1773286218703931-swift-frontend-Schedule-Task.swift-arm64_32_apple_watchos2.0-o-Onone-3790347993.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4772 seconds (0.4804 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0193 ( 8.2%) 0.0904 ( 37.6%) 0.1097 ( 23.0%) 0.1108 ( 23.1%) parse-and-resolve-imports
0.0181 ( 7.7%) 0.0888 ( 36.9%) 0.1070 ( 22.4%) 0.1080 ( 22.5%) Import resolution
0.0395 ( 16.7%) 0.0113 ( 4.7%) 0.0508 ( 10.6%) 0.0508 ( 10.6%) perform-sema
0.0394 ( 16.7%) 0.0113 ( 4.7%) 0.0507 ( 10.6%) 0.0507 ( 10.6%) Type checking and Semantic analysis
0.0207 ( 8.7%) 0.0077 ( 3.2%) 0.0284 ( 6.0%) 0.0284 ( 5.9%) typecheck-decl
0.0205 ( 8.7%) 0.0053 ( 2.2%) 0.0259 ( 5.4%) 0.0259 ( 5.4%) typecheck-expr
0.0220 ( 9.3%) 0.0038 ( 1.6%) 0.0258 ( 5.4%) 0.0258 ( 5.4%) typecheck-stmt
0.0105 ( 4.4%) 0.0042 ( 1.8%) 0.0147 ( 3.1%) 0.0147 ( 3.1%) IRGen
0.0125 ( 5.3%) 0.0002 ( 0.1%) 0.0127 ( 2.7%) 0.0132 ( 2.8%) SIL optimization
0.0078 ( 3.3%) 0.0036 ( 1.5%) 0.0114 ( 2.4%) 0.0119 ( 2.5%) build-rewrite-system
0.0078 ( 3.3%) 0.0028 ( 1.2%) 0.0106 ( 2.2%) 0.0106 ( 2.2%) SILGen
0.0074 ( 3.1%) 0.0015 ( 0.6%) 0.0089 ( 1.9%) 0.0089 ( 1.9%) precheck-target
0.0057 ( 2.4%) 0.0011 ( 0.5%) 0.0068 ( 1.4%) 0.0068 ( 1.4%) SILGen-function
0.0029 ( 1.2%) 0.0039 ( 1.6%) 0.0067 ( 1.4%) 0.0067 ( 1.4%) import-clang-decl
0.0012 ( 0.5%) 0.0043 ( 1.8%) 0.0055 ( 1.2%) 0.0056 ( 1.2%) 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.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%) 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.2367 (100.0%) 0.2405 (100.0%) 0.4772 (100.0%) 0.4804 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2862 seconds (0.2906 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1599 (100.0%) 0.1264 (100.0%) 0.2862 (100.0%) 0.2906 (100.0%) Building Target
0.1599 (100.0%) 0.1264 (100.0%) 0.2862 (100.0%) 0.2906 (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 Time.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-1773286218704545-swift-frontend-Schedule-Period.swift-arm64_32_apple_watchos2.0-o-Onone-1311526540.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6240 seconds (0.6354 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0189 ( 5.3%) 0.0894 ( 33.8%) 0.1084 ( 17.4%) 0.1100 ( 17.3%) parse-and-resolve-imports
0.0177 ( 4.9%) 0.0880 ( 33.3%) 0.1056 ( 16.9%) 0.1073 ( 16.9%) Import resolution
0.0670 ( 18.6%) 0.0168 ( 6.3%) 0.0838 ( 13.4%) 0.0846 ( 13.3%) perform-sema
0.0670 ( 18.6%) 0.0167 ( 6.3%) 0.0837 ( 13.4%) 0.0845 ( 13.3%) Type checking and Semantic analysis
0.0501 ( 13.9%) 0.0104 ( 3.9%) 0.0605 ( 9.7%) 0.0613 ( 9.7%) typecheck-stmt
0.0467 ( 13.0%) 0.0102 ( 3.8%) 0.0569 ( 9.1%) 0.0576 ( 9.1%) typecheck-expr
0.0174 ( 4.8%) 0.0076 ( 2.9%) 0.0250 ( 4.0%) 0.0250 ( 3.9%) typecheck-decl
0.0166 ( 4.6%) 0.0046 ( 1.7%) 0.0211 ( 3.4%) 0.0226 ( 3.6%) SILGen
0.0117 ( 3.3%) 0.0035 ( 1.3%) 0.0152 ( 2.4%) 0.0167 ( 2.6%) SILGen-function
0.0113 ( 3.1%) 0.0038 ( 1.4%) 0.0151 ( 2.4%) 0.0166 ( 2.6%) build-rewrite-system
0.0101 ( 2.8%) 0.0043 ( 1.6%) 0.0144 ( 2.3%) 0.0144 ( 2.3%) IRGen
0.0091 ( 2.5%) 0.0012 ( 0.4%) 0.0102 ( 1.6%) 0.0108 ( 1.7%) precheck-target
0.0083 ( 2.3%) 0.0001 ( 0.0%) 0.0084 ( 1.3%) 0.0084 ( 1.3%) SIL optimization
0.0027 ( 0.8%) 0.0033 ( 1.2%) 0.0060 ( 1.0%) 0.0060 ( 0.9%) import-clang-decl
0.0013 ( 0.3%) 0.0041 ( 1.5%) 0.0053 ( 0.9%) 0.0053 ( 0.8%) load-stdlib
0.0022 ( 0.6%) 0.0003 ( 0.1%) 0.0025 ( 0.4%) 0.0025 ( 0.4%) typecheck-for-each
0.0013 ( 0.4%) 0.0002 ( 0.1%) 0.0015 ( 0.2%) 0.0015 ( 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3596 (100.0%) 0.2644 (100.0%) 0.6240 (100.0%) 0.6354 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3233 seconds (0.3274 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1948 (100.0%) 0.1285 (100.0%) 0.3233 (100.0%) 0.3274 (100.0%) Building Target
0.1948 (100.0%) 0.1285 (100.0%) 0.3233 (100.0%) 0.3274 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling TaskCenter.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-1773286218708846-swift-frontend-Schedule-Time.swift-arm64_32_apple_watchos2.0-o-Onone-3275002386.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5861 seconds (0.5901 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0211 ( 6.7%) 0.0914 ( 33.7%) 0.1125 ( 19.2%) 0.1132 ( 19.2%) parse-and-resolve-imports
0.0200 ( 6.4%) 0.0900 ( 33.2%) 0.1100 ( 18.8%) 0.1107 ( 18.8%) Import resolution
0.0517 ( 16.4%) 0.0162 ( 6.0%) 0.0679 ( 11.6%) 0.0684 ( 11.6%) perform-sema
0.0516 ( 16.4%) 0.0162 ( 6.0%) 0.0678 ( 11.6%) 0.0683 ( 11.6%) Type checking and Semantic analysis
0.0479 ( 15.2%) 0.0148 ( 5.4%) 0.0626 ( 10.7%) 0.0631 ( 10.7%) typecheck-stmt
0.0433 ( 13.8%) 0.0141 ( 5.2%) 0.0574 ( 9.8%) 0.0578 ( 9.8%) typecheck-expr
0.0171 ( 5.4%) 0.0071 ( 2.6%) 0.0242 ( 4.1%) 0.0243 ( 4.1%) typecheck-decl
0.0123 ( 3.9%) 0.0029 ( 1.1%) 0.0152 ( 2.6%) 0.0152 ( 2.6%) precheck-target
0.0122 ( 3.9%) 0.0026 ( 0.9%) 0.0147 ( 2.5%) 0.0149 ( 2.5%) SILGen
0.0095 ( 3.0%) 0.0039 ( 1.4%) 0.0134 ( 2.3%) 0.0135 ( 2.3%) build-rewrite-system
0.0071 ( 2.3%) 0.0032 ( 1.2%) 0.0103 ( 1.8%) 0.0103 ( 1.8%) IRGen
0.0078 ( 2.5%) 0.0017 ( 0.6%) 0.0095 ( 1.6%) 0.0096 ( 1.6%) SILGen-function
0.0041 ( 1.3%) 0.0040 ( 1.5%) 0.0081 ( 1.4%) 0.0081 ( 1.4%) import-clang-decl
0.0064 ( 2.0%) 0.0002 ( 0.1%) 0.0066 ( 1.1%) 0.0066 ( 1.1%) SIL optimization
0.0011 ( 0.4%) 0.0031 ( 1.1%) 0.0042 ( 0.7%) 0.0042 ( 0.7%) load-stdlib
0.0008 ( 0.3%) 0.0001 ( 0.0%) 0.0009 ( 0.2%) 0.0012 ( 0.2%) typecheck-expr-pattern
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
0.0002 ( 0.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%) load-all-members
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.3146 (100.0%) 0.2715 (100.0%) 0.5861 (100.0%) 0.5901 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2747 seconds (0.2768 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1484 (100.0%) 0.1263 (100.0%) 0.2747 (100.0%) 0.2768 (100.0%) Building Target
0.1484 (100.0%) 0.1263 (100.0%) 0.2747 (100.0%) 0.2768 (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
SwiftCompile normal arm64_32 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-1773286218710382-swift-frontend-Schedule-TaskCenter.swift-arm64_32_apple_watchos2.0-o-Onone-1195878725.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4661 seconds (0.4681 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0199 ( 8.8%) 0.0976 ( 40.8%) 0.1175 ( 25.2%) 0.1182 ( 25.3%) parse-and-resolve-imports
0.0187 ( 8.3%) 0.0964 ( 40.3%) 0.1152 ( 24.7%) 0.1159 ( 24.8%) Import resolution
0.0419 ( 18.5%) 0.0094 ( 3.9%) 0.0513 ( 11.0%) 0.0514 ( 11.0%) perform-sema
0.0419 ( 18.5%) 0.0094 ( 3.9%) 0.0512 ( 11.0%) 0.0513 ( 11.0%) Type checking and Semantic analysis
0.0271 ( 12.0%) 0.0032 ( 1.3%) 0.0303 ( 6.5%) 0.0304 ( 6.5%) typecheck-stmt
0.0238 ( 10.5%) 0.0038 ( 1.6%) 0.0275 ( 5.9%) 0.0276 ( 5.9%) typecheck-expr
0.0137 ( 6.0%) 0.0061 ( 2.5%) 0.0198 ( 4.2%) 0.0198 ( 4.2%) typecheck-decl
0.0097 ( 4.3%) 0.0035 ( 1.4%) 0.0132 ( 2.8%) 0.0132 ( 2.8%) IRGen
0.0071 ( 3.1%) 0.0013 ( 0.6%) 0.0084 ( 1.8%) 0.0085 ( 1.8%) SILGen
0.0073 ( 3.2%) 0.0001 ( 0.0%) 0.0074 ( 1.6%) 0.0074 ( 1.6%) SIL optimization
0.0055 ( 2.4%) 0.0009 ( 0.4%) 0.0064 ( 1.4%) 0.0064 ( 1.4%) SILGen-function
0.0045 ( 2.0%) 0.0018 ( 0.8%) 0.0063 ( 1.4%) 0.0063 ( 1.4%) build-rewrite-system
0.0011 ( 0.5%) 0.0037 ( 1.5%) 0.0048 ( 1.0%) 0.0049 ( 1.0%) load-stdlib
0.0014 ( 0.6%) 0.0021 ( 0.9%) 0.0035 ( 0.7%) 0.0035 ( 0.7%) import-clang-decl
0.0030 ( 1.3%) 0.0001 ( 0.0%) 0.0031 ( 0.7%) 0.0031 ( 0.7%) 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.2268 (100.0%) 0.2393 (100.0%) 0.4661 (100.0%) 0.4681 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2590 seconds (0.2614 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1340 (100.0%) 0.1250 (100.0%) 0.2590 (100.0%) 0.2614 (100.0%) Building Target
0.1340 (100.0%) 0.1250 (100.0%) 0.2590 (100.0%) 0.2614 (100.0%) Total
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)
SwiftDriverJobDiscovery normal arm64_32 Compiling Monthday.swift (in target 'Schedule' from project 'Schedule')
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-1773286218711143-swift-frontend-Schedule-Monthday.swift-arm64_apple_watchos2.0-o-Onone-3217515912.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4501 seconds (0.4510 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0196 ( 9.9%) 0.0973 ( 38.6%) 0.1169 ( 26.0%) 0.1171 ( 26.0%) parse-and-resolve-imports
0.0184 ( 9.3%) 0.0961 ( 38.1%) 0.1145 ( 25.4%) 0.1147 ( 25.4%) Import resolution
0.0325 ( 16.4%) 0.0108 ( 4.3%) 0.0432 ( 9.6%) 0.0433 ( 9.6%) perform-sema
0.0324 ( 16.4%) 0.0107 ( 4.3%) 0.0432 ( 9.6%) 0.0433 ( 9.6%) Type checking and Semantic analysis
0.0290 ( 14.6%) 0.0093 ( 3.7%) 0.0383 ( 8.5%) 0.0383 ( 8.5%) typecheck-stmt
0.0151 ( 7.6%) 0.0049 ( 1.9%) 0.0199 ( 4.4%) 0.0199 ( 4.4%) typecheck-expr
0.0143 ( 7.2%) 0.0045 ( 1.8%) 0.0188 ( 4.2%) 0.0188 ( 4.2%) typecheck-decl
0.0128 ( 6.4%) 0.0045 ( 1.8%) 0.0173 ( 3.8%) 0.0173 ( 3.8%) precheck-target
0.0061 ( 3.1%) 0.0017 ( 0.7%) 0.0078 ( 1.7%) 0.0078 ( 1.7%) build-rewrite-system
0.0041 ( 2.1%) 0.0035 ( 1.4%) 0.0076 ( 1.7%) 0.0078 ( 1.7%) IRGen
0.0037 ( 1.9%) 0.0038 ( 1.5%) 0.0075 ( 1.7%) 0.0075 ( 1.7%) import-clang-decl
0.0011 ( 0.6%) 0.0034 ( 1.4%) 0.0046 ( 1.0%) 0.0046 ( 1.0%) load-stdlib
0.0039 ( 1.9%) 0.0001 ( 0.0%) 0.0039 ( 0.9%) 0.0039 ( 0.9%) SIL optimization
0.0027 ( 1.4%) 0.0008 ( 0.3%) 0.0035 ( 0.8%) 0.0035 ( 0.8%) SILGen
0.0021 ( 1.1%) 0.0007 ( 0.3%) 0.0028 ( 0.6%) 0.0028 ( 0.6%) SILGen-function
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%) load-all-members
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.1982 (100.0%) 0.2520 (100.0%) 0.4501 (100.0%) 0.4510 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2040 seconds (0.2049 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0817 (100.0%) 0.1222 (100.0%) 0.2040 (100.0%) 0.2049 (100.0%) Building Target
0.0817 (100.0%) 0.1222 (100.0%) 0.2040 (100.0%) 0.2049 (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
SwiftDriverJobDiscovery normal armv7k Compiling Monthday.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-1773286218708604-swift-frontend-Schedule-TaskCenter.swift-arm64_apple_watchos2.0-o-Onone-2667146409.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4622 seconds (0.4656 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0200 ( 8.9%) 0.0918 ( 38.9%) 0.1118 ( 24.2%) 0.1127 ( 24.2%) parse-and-resolve-imports
0.0186 ( 8.2%) 0.0903 ( 38.3%) 0.1089 ( 23.6%) 0.1098 ( 23.6%) Import resolution
0.0422 ( 18.7%) 0.0116 ( 4.9%) 0.0539 ( 11.7%) 0.0542 ( 11.6%) perform-sema
0.0422 ( 18.6%) 0.0116 ( 4.9%) 0.0538 ( 11.6%) 0.0541 ( 11.6%) Type checking and Semantic analysis
0.0270 ( 11.9%) 0.0030 ( 1.3%) 0.0299 ( 6.5%) 0.0300 ( 6.5%) typecheck-stmt
0.0236 ( 10.4%) 0.0049 ( 2.1%) 0.0285 ( 6.2%) 0.0285 ( 6.1%) typecheck-expr
0.0142 ( 6.3%) 0.0085 ( 3.6%) 0.0226 ( 4.9%) 0.0229 ( 4.9%) typecheck-decl
0.0108 ( 4.8%) 0.0046 ( 1.9%) 0.0153 ( 3.3%) 0.0155 ( 3.3%) IRGen
0.0071 ( 3.1%) 0.0003 ( 0.1%) 0.0074 ( 1.6%) 0.0074 ( 1.6%) SIL optimization
0.0060 ( 2.7%) 0.0011 ( 0.5%) 0.0071 ( 1.5%) 0.0072 ( 1.5%) SILGen
0.0042 ( 1.8%) 0.0015 ( 0.6%) 0.0057 ( 1.2%) 0.0057 ( 1.2%) build-rewrite-system
0.0045 ( 2.0%) 0.0007 ( 0.3%) 0.0052 ( 1.1%) 0.0052 ( 1.1%) SILGen-function
0.0012 ( 0.5%) 0.0033 ( 1.4%) 0.0045 ( 1.0%) 0.0045 ( 1.0%) load-stdlib
0.0016 ( 0.7%) 0.0027 ( 1.1%) 0.0042 ( 0.9%) 0.0044 ( 1.0%) import-clang-decl
0.0031 ( 1.4%) 0.0001 ( 0.0%) 0.0031 ( 0.7%) 0.0031 ( 0.7%) precheck-target
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.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.2264 (100.0%) 0.2358 (100.0%) 0.4622 (100.0%) 0.4656 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2460 seconds (0.2476 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1262 (100.0%) 0.1198 (100.0%) 0.2460 (100.0%) 0.2476 (100.0%) Building Target
0.1262 (100.0%) 0.1198 (100.0%) 0.2460 (100.0%) 0.2476 (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 Task.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64_32 Compiling Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64_32 Compiling Extensions.swift, Interval.swift (in target 'Schedule' from project 'Schedule')
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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286218953442-swift-frontend-Schedule-Extensions.swift-armv7k_apple_watchos2.0-o-Onone-2180983804.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3139 seconds (0.3165 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0448 ( 19.5%) 0.0098 ( 11.7%) 0.0546 ( 17.4%) 0.0546 ( 17.3%) perform-sema
0.0446 ( 19.4%) 0.0098 ( 11.7%) 0.0545 ( 17.4%) 0.0545 ( 17.2%) Type checking and Semantic analysis
0.0351 ( 15.3%) 0.0072 ( 8.6%) 0.0423 ( 13.5%) 0.0423 ( 13.4%) typecheck-stmt
0.0171 ( 7.4%) 0.0193 ( 23.1%) 0.0365 ( 11.6%) 0.0375 ( 11.9%) parse-and-resolve-imports
0.0161 ( 7.0%) 0.0185 ( 22.1%) 0.0346 ( 11.0%) 0.0357 ( 11.3%) Import resolution
0.0133 ( 5.8%) 0.0029 ( 3.5%) 0.0163 ( 5.2%) 0.0163 ( 5.1%) typecheck-expr
0.0110 ( 4.8%) 0.0025 ( 3.0%) 0.0135 ( 4.3%) 0.0135 ( 4.3%) typecheck-decl
0.0101 ( 4.4%) 0.0026 ( 3.1%) 0.0127 ( 4.1%) 0.0127 ( 4.0%) precheck-target
0.0090 ( 3.9%) 0.0034 ( 4.0%) 0.0124 ( 3.9%) 0.0124 ( 3.9%) build-rewrite-system
0.0060 ( 2.6%) 0.0026 ( 3.1%) 0.0086 ( 2.7%) 0.0089 ( 2.8%) IRGen
0.0075 ( 3.3%) 0.0008 ( 0.9%) 0.0083 ( 2.6%) 0.0083 ( 2.6%) SILGen
0.0068 ( 3.0%) 0.0000 ( 0.0%) 0.0069 ( 2.2%) 0.0069 ( 2.2%) SIL optimization
0.0056 ( 2.4%) 0.0005 ( 0.6%) 0.0061 ( 1.9%) 0.0061 ( 1.9%) SILGen-function
0.0016 ( 0.7%) 0.0021 ( 2.5%) 0.0038 ( 1.2%) 0.0038 ( 1.2%) import-clang-decl
0.0010 ( 0.4%) 0.0017 ( 2.0%) 0.0027 ( 0.8%) 0.0027 ( 0.9%) load-stdlib
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.2300 (100.0%) 0.0839 (100.0%) 0.3139 (100.0%) 0.3165 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1693 seconds (0.1715 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1242 (100.0%) 0.0452 (100.0%) 0.1693 (100.0%) 0.1715 (100.0%) Building Target
0.1242 (100.0%) 0.0452 (100.0%) 0.1693 (100.0%) 0.1715 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling Weekday.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-1773286218956595-swift-frontend-Schedule-Plan.swift-armv7k_apple_watchos2.0-o-Onone-2485627807.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4176 seconds (0.4211 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0724 ( 22.2%) 0.0122 ( 13.2%) 0.0846 ( 20.3%) 0.0850 ( 20.2%) perform-sema
0.0723 ( 22.2%) 0.0122 ( 13.2%) 0.0845 ( 20.2%) 0.0849 ( 20.2%) Type checking and Semantic analysis
0.0652 ( 20.0%) 0.0101 ( 11.0%) 0.0754 ( 18.0%) 0.0758 ( 18.0%) typecheck-stmt
0.0174 ( 5.4%) 0.0197 ( 21.3%) 0.0371 ( 8.9%) 0.0377 ( 8.9%) parse-and-resolve-imports
0.0163 ( 5.0%) 0.0186 ( 20.2%) 0.0349 ( 8.4%) 0.0355 ( 8.4%) Import resolution
0.0156 ( 4.8%) 0.0028 ( 3.0%) 0.0183 ( 4.4%) 0.0183 ( 4.4%) precheck-target
0.0124 ( 3.8%) 0.0032 ( 3.5%) 0.0156 ( 3.7%) 0.0160 ( 3.8%) typecheck-decl
0.0115 ( 3.5%) 0.0034 ( 3.7%) 0.0149 ( 3.6%) 0.0149 ( 3.5%) IRGen
0.0114 ( 3.5%) 0.0021 ( 2.2%) 0.0135 ( 3.2%) 0.0139 ( 3.3%) typecheck-expr
0.0084 ( 2.6%) 0.0012 ( 1.3%) 0.0096 ( 2.3%) 0.0096 ( 2.3%) SILGen
0.0069 ( 2.1%) 0.0018 ( 2.0%) 0.0087 ( 2.1%) 0.0087 ( 2.1%) build-rewrite-system
0.0063 ( 1.9%) 0.0001 ( 0.1%) 0.0064 ( 1.5%) 0.0066 ( 1.6%) SIL optimization
0.0057 ( 1.8%) 0.0008 ( 0.9%) 0.0065 ( 1.6%) 0.0065 ( 1.5%) SILGen-function
0.0016 ( 0.5%) 0.0020 ( 2.1%) 0.0035 ( 0.8%) 0.0035 ( 0.8%) import-clang-decl
0.0010 ( 0.3%) 0.0016 ( 1.7%) 0.0026 ( 0.6%) 0.0026 ( 0.6%) load-stdlib
0.0009 ( 0.3%) 0.0005 ( 0.5%) 0.0014 ( 0.3%) 0.0014 ( 0.3%) 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%) 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, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.3254 (100.0%) 0.0922 (100.0%) 0.4176 (100.0%) 0.4211 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2139 seconds (0.2153 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1692 (100.0%) 0.0447 (100.0%) 0.2139 (100.0%) 0.2153 (100.0%) Building Target
0.1692 (100.0%) 0.0447 (100.0%) 0.2139 (100.0%) 0.2153 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64_32 Compiling Atomic.swift, Bag.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Monthday.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 arm64_32 Compiling TaskCenter.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64_32 Compiling Time.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64_32 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 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
SwiftDriverJobDiscovery normal armv7k Compiling Extensions.swift, Interval.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
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
2026-03-11 20:30:19.385 appintentsmetadataprocessor[768:4512] Starting appintentsmetadataprocessor export
2026-03-11 20:30:19.388 appintentsmetadataprocessor[768:4512] 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.