Build Information
Successful build of Schedule, reference master (ca6494), with Swift 6.1 for iOS using Xcode 16.3 on 12 Mar 2026 03:27:16 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=iOS 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
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/luoxiu/Schedule.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/luoxiu/Schedule
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ca64940 Remove Travis badge from README
Cloned https://github.com/luoxiu/Schedule.git
Revision (git rev-parse @):
ca64940da38282f4ee7ec915a1c3a7e1a2ff02a0
SUCCESS checkout https://github.com/luoxiu/Schedule.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/luoxiu/Schedule.git
https://github.com/luoxiu/Schedule.git
{
"dependencies" : [
],
"manifest_display_name" : "Schedule",
"name" : "Schedule",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Schedule",
"targets" : [
"Schedule"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ScheduleTests",
"module_type" : "SwiftTarget",
"name" : "ScheduleTests",
"path" : "Tests/ScheduleTests",
"sources" : [
"AtomicTests.swift",
"BagTests.swift",
"ExtensionsTests.swift",
"Helpers.swift",
"IntervalTests.swift",
"MonthdayTests.swift",
"PeriodTests.swift",
"PlanTests.swift",
"TaskCenterTests.swift",
"TaskTests.swift",
"TimeTests.swift",
"WeekdayTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Schedule"
],
"type" : "test"
},
{
"c99name" : "Schedule",
"module_type" : "SwiftTarget",
"name" : "Schedule",
"path" : "Sources/Schedule",
"product_memberships" : [
"Schedule"
],
"sources" : [
"Atomic.swift",
"Bag.swift",
"Extensions.swift",
"Interval.swift",
"Monthday.swift",
"Period.swift",
"Plan.swift",
"RunLoopTask.swift",
"Task.swift",
"TaskCenter.swift",
"Time.swift",
"Weekday.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "Schedule",
"name" : "Schedule",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Schedule",
"targets" : [
"Schedule"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ScheduleTests",
"module_type" : "SwiftTarget",
"name" : "ScheduleTests",
"path" : "Tests/ScheduleTests",
"sources" : [
"AtomicTests.swift",
"BagTests.swift",
"ExtensionsTests.swift",
"Helpers.swift",
"IntervalTests.swift",
"MonthdayTests.swift",
"PeriodTests.swift",
"PlanTests.swift",
"TaskCenterTests.swift",
"TaskTests.swift",
"TimeTests.swift",
"WeekdayTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Schedule"
],
"type" : "test"
},
{
"c99name" : "Schedule",
"module_type" : "SwiftTarget",
"name" : "Schedule",
"path" : "Sources/Schedule",
"product_memberships" : [
"Schedule"
],
"sources" : [
"Atomic.swift",
"Bag.swift",
"Extensions.swift",
"Interval.swift",
"Monthday.swift",
"Period.swift",
"Plan.swift",
"RunLoopTask.swift",
"Task.swift",
"TaskCenter.swift",
"Time.swift",
"Weekday.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Schedule",
"schemes" : [
"Schedule-Package"
],
"targets" : [
"Schedule",
"SchedulePackageDescription",
"SchedulePackageTests",
"ScheduleTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Schedule-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Schedule-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'Schedule' in project 'Schedule' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f85fedc1770503438eed2be71c36c6c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f85fedc1770503438eed2be71c36c6c9.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Schedule.DependencyMetadataFileList (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Schedule.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Headers (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Schedule.DependencyStaticMetadataFileList (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Schedule.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule-OutputFileMap.json (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.LinkFileList (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.SwiftFileList (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.SwiftConstValuesFileList (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj/Schedule_Info.plist (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj/Schedule_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Info.plist
SwiftDriver Schedule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Schedule -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Extensions.swift,\ Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Extensions.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Interval.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286032036691-swift-frontend-Schedule-Extensions.swift-arm64_apple_ios9.0-o-Onone-940132486.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7002 seconds (4.1108 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0273 ( 8.2%) 0.1355 ( 36.8%) 0.1627 ( 23.2%) 1.8430 ( 44.8%) parse-and-resolve-imports
0.0262 ( 7.9%) 0.1341 ( 36.4%) 0.1603 ( 22.9%) 1.8406 ( 44.8%) Import resolution
0.0554 ( 16.7%) 0.0203 ( 5.5%) 0.0756 ( 10.8%) 0.0755 ( 1.8%) build-rewrite-system
0.0020 ( 0.6%) 0.0164 ( 4.4%) 0.0184 ( 2.6%) 0.0667 ( 1.6%) load-stdlib
0.0510 ( 15.4%) 0.0130 ( 3.5%) 0.0641 ( 9.2%) 0.0646 ( 1.6%) perform-sema
0.0509 ( 15.3%) 0.0130 ( 3.5%) 0.0639 ( 9.1%) 0.0644 ( 1.6%) Type checking and Semantic analysis
0.0404 ( 12.2%) 0.0097 ( 2.6%) 0.0501 ( 7.2%) 0.0505 ( 1.2%) typecheck-stmt
0.0118 ( 3.5%) 0.0087 ( 2.4%) 0.0205 ( 2.9%) 0.0204 ( 0.5%) import-clang-decl
0.0152 ( 4.6%) 0.0037 ( 1.0%) 0.0189 ( 2.7%) 0.0189 ( 0.5%) typecheck-expr
0.0121 ( 3.6%) 0.0033 ( 0.9%) 0.0153 ( 2.2%) 0.0154 ( 0.4%) typecheck-decl
0.0114 ( 3.4%) 0.0036 ( 1.0%) 0.0150 ( 2.1%) 0.0150 ( 0.4%) precheck-target
0.0058 ( 1.7%) 0.0041 ( 1.1%) 0.0099 ( 1.4%) 0.0101 ( 0.2%) IRGen
0.0081 ( 2.4%) 0.0015 ( 0.4%) 0.0097 ( 1.4%) 0.0097 ( 0.2%) SILGen
0.0073 ( 2.2%) 0.0001 ( 0.0%) 0.0074 ( 1.1%) 0.0074 ( 0.2%) SIL optimization
0.0062 ( 1.9%) 0.0011 ( 0.3%) 0.0073 ( 1.0%) 0.0073 ( 0.2%) SILGen-function
0.0007 ( 0.2%) 0.0002 ( 0.0%) 0.0009 ( 0.1%) 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.3319 (100.0%) 0.3683 (100.0%) 0.7002 (100.0%) 4.1108 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7030 seconds (3.5195 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7549 (100.0%) 0.9481 (100.0%) 1.7030 (100.0%) 3.5195 (100.0%) Building Target
0.7549 (100.0%) 0.9481 (100.0%) 1.7030 (100.0%) 3.5195 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Atomic.swift,\ Bag.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Bag.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Bag.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286032035980-swift-frontend-Schedule-Atomic.swift-arm64_apple_ios9.0-o-Onone-3856690880.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5942 seconds (3.4346 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0211 ( 8.3%) 0.1297 ( 38.2%) 0.1508 ( 25.4%) 1.5295 ( 44.5%) parse-and-resolve-imports
0.0202 ( 7.9%) 0.1289 ( 38.0%) 0.1491 ( 25.1%) 1.5278 ( 44.5%) Import resolution
0.0832 ( 32.6%) 0.0305 ( 9.0%) 0.1137 ( 19.1%) 0.1136 ( 3.3%) build-rewrite-system
0.0018 ( 0.7%) 0.0144 ( 4.2%) 0.0162 ( 2.7%) 0.0993 ( 2.9%) load-stdlib
0.0253 ( 9.9%) 0.0054 ( 1.6%) 0.0307 ( 5.2%) 0.0307 ( 0.9%) perform-sema
0.0253 ( 9.9%) 0.0054 ( 1.6%) 0.0306 ( 5.2%) 0.0306 ( 0.9%) Type checking and Semantic analysis
0.0121 ( 4.8%) 0.0098 ( 2.9%) 0.0219 ( 3.7%) 0.0219 ( 0.6%) import-clang-decl
0.0167 ( 6.5%) 0.0043 ( 1.3%) 0.0210 ( 3.5%) 0.0210 ( 0.6%) typecheck-decl
0.0132 ( 5.2%) 0.0018 ( 0.5%) 0.0151 ( 2.5%) 0.0151 ( 0.4%) typecheck-stmt
0.0103 ( 4.0%) 0.0023 ( 0.7%) 0.0126 ( 2.1%) 0.0126 ( 0.4%) typecheck-expr
0.0063 ( 2.5%) 0.0046 ( 1.4%) 0.0109 ( 1.8%) 0.0109 ( 0.3%) IRGen
0.0052 ( 2.0%) 0.0009 ( 0.3%) 0.0060 ( 1.0%) 0.0060 ( 0.2%) precheck-target
0.0054 ( 2.1%) 0.0005 ( 0.1%) 0.0059 ( 1.0%) 0.0059 ( 0.2%) SILGen
0.0042 ( 1.7%) 0.0001 ( 0.0%) 0.0043 ( 0.7%) 0.0043 ( 0.1%) SIL optimization
0.0037 ( 1.5%) 0.0003 ( 0.1%) 0.0040 ( 0.7%) 0.0040 ( 0.1%) SILGen-function
0.0008 ( 0.3%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2551 (100.0%) 0.3391 (100.0%) 0.5942 (100.0%) 3.4346 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9503 seconds (3.5086 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9538 (100.0%) 0.9966 (100.0%) 1.9503 (100.0%) 3.5086 (100.0%) Building Target
0.9538 (100.0%) 0.9966 (100.0%) 1.9503 (100.0%) 3.5086 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Period.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
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-1773286032030197-swift-frontend-Schedule-Period.swift-arm64_apple_ios9.0-o-Onone-1220142109.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8131 seconds (3.6871 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0225 ( 5.2%) 0.1293 ( 34.3%) 0.1519 ( 18.7%) 1.5731 ( 42.7%) parse-and-resolve-imports
0.0215 ( 4.9%) 0.1285 ( 34.0%) 0.1500 ( 18.5%) 1.5713 ( 42.6%) Import resolution
0.0792 ( 18.2%) 0.0283 ( 7.5%) 0.1075 ( 13.2%) 0.1076 ( 2.9%) build-rewrite-system
0.0607 ( 13.9%) 0.0117 ( 3.1%) 0.0724 ( 8.9%) 0.0728 ( 2.0%) perform-sema
0.0607 ( 13.9%) 0.0117 ( 3.1%) 0.0723 ( 8.9%) 0.0727 ( 2.0%) Type checking and Semantic analysis
0.0140 ( 3.2%) 0.0270 ( 7.2%) 0.0410 ( 5.0%) 0.0711 ( 1.9%) load-stdlib
0.0473 ( 10.9%) 0.0076 ( 2.0%) 0.0550 ( 6.8%) 0.0550 ( 1.5%) typecheck-stmt
0.0442 ( 10.1%) 0.0074 ( 2.0%) 0.0516 ( 6.3%) 0.0516 ( 1.4%) typecheck-expr
0.0128 ( 2.9%) 0.0087 ( 2.3%) 0.0215 ( 2.6%) 0.0215 ( 0.6%) import-clang-decl
0.0167 ( 3.8%) 0.0043 ( 1.2%) 0.0210 ( 2.6%) 0.0210 ( 0.6%) SILGen
0.0138 ( 3.2%) 0.0041 ( 1.1%) 0.0178 ( 2.2%) 0.0182 ( 0.5%) typecheck-decl
0.0117 ( 2.7%) 0.0034 ( 0.9%) 0.0151 ( 1.9%) 0.0151 ( 0.4%) SILGen-function
0.0095 ( 2.2%) 0.0037 ( 1.0%) 0.0132 ( 1.6%) 0.0132 ( 0.4%) IRGen
0.0085 ( 1.9%) 0.0009 ( 0.2%) 0.0093 ( 1.1%) 0.0094 ( 0.3%) precheck-target
0.0083 ( 1.9%) 0.0001 ( 0.0%) 0.0084 ( 1.0%) 0.0084 ( 0.2%) SIL optimization
0.0020 ( 0.5%) 0.0003 ( 0.1%) 0.0023 ( 0.3%) 0.0023 ( 0.1%) typecheck-for-each
0.0009 ( 0.2%) 0.0005 ( 0.1%) 0.0014 ( 0.2%) 0.0014 ( 0.0%) load-all-members
0.0011 ( 0.2%) 0.0001 ( 0.0%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.4356 (100.0%) 0.3775 (100.0%) 0.8131 (100.0%) 3.6871 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9781 seconds (3.5229 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9984 (100.0%) 0.9798 (100.0%) 1.9781 (100.0%) 3.5229 (100.0%) Building Target
0.9984 (100.0%) 0.9798 (100.0%) 1.9781 (100.0%) 3.5229 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Plan.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Plan.swift (in target 'Schedule' from project 'Schedule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Plan.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286032050372-swift-frontend-Schedule-Plan.swift-arm64_apple_ios9.0-o-Onone-2276450595.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7831 seconds (3.7701 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0221 ( 5.2%) 0.1297 ( 36.3%) 0.1518 ( 19.4%) 1.6226 ( 43.0%) parse-and-resolve-imports
0.0210 ( 4.9%) 0.1287 ( 36.1%) 0.1497 ( 19.1%) 1.6206 ( 43.0%) Import resolution
0.0847 ( 19.9%) 0.0306 ( 8.6%) 0.1153 ( 14.7%) 0.1156 ( 3.1%) build-rewrite-system
0.0729 ( 17.1%) 0.0120 ( 3.4%) 0.0849 ( 10.8%) 0.0849 ( 2.3%) perform-sema
0.0728 ( 17.1%) 0.0120 ( 3.4%) 0.0848 ( 10.8%) 0.0848 ( 2.2%) Type checking and Semantic analysis
0.0650 ( 15.3%) 0.0095 ( 2.7%) 0.0745 ( 9.5%) 0.0745 ( 2.0%) typecheck-stmt
0.0020 ( 0.5%) 0.0110 ( 3.1%) 0.0130 ( 1.7%) 0.0578 ( 1.5%) load-stdlib
0.0133 ( 3.1%) 0.0102 ( 2.9%) 0.0235 ( 3.0%) 0.0236 ( 0.6%) import-clang-decl
0.0159 ( 3.7%) 0.0031 ( 0.9%) 0.0190 ( 2.4%) 0.0190 ( 0.5%) precheck-target
0.0130 ( 3.1%) 0.0029 ( 0.8%) 0.0159 ( 2.0%) 0.0159 ( 0.4%) typecheck-decl
0.0111 ( 2.6%) 0.0045 ( 1.3%) 0.0156 ( 2.0%) 0.0156 ( 0.4%) IRGen
0.0115 ( 2.7%) 0.0013 ( 0.4%) 0.0129 ( 1.6%) 0.0129 ( 0.3%) typecheck-expr
0.0075 ( 1.7%) 0.0007 ( 0.2%) 0.0082 ( 1.0%) 0.0082 ( 0.2%) SILGen
0.0061 ( 1.4%) 0.0001 ( 0.0%) 0.0062 ( 0.8%) 0.0062 ( 0.2%) SIL optimization
0.0052 ( 1.2%) 0.0005 ( 0.1%) 0.0057 ( 0.7%) 0.0057 ( 0.2%) SILGen-function
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) load-all-members
0.0008 ( 0.2%) 0.0000 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, 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%) SIL verification, pre-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.4261 (100.0%) 0.3570 (100.0%) 0.7831 (100.0%) 3.7701 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9023 seconds (3.5007 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9982 (100.0%) 0.9040 (100.0%) 1.9023 (100.0%) 3.5007 (100.0%) Building Target
0.9982 (100.0%) 0.9040 (100.0%) 1.9023 (100.0%) 3.5007 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Monthday.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Monthday.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286032062420-swift-frontend-Schedule-Monthday.swift-arm64_apple_ios9.0-o-Onone-1149763666.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6385 seconds (3.8174 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0223 ( 7.6%) 0.1270 ( 36.7%) 0.1493 ( 23.4%) 1.7145 ( 44.9%) parse-and-resolve-imports
0.0212 ( 7.3%) 0.1261 ( 36.4%) 0.1473 ( 23.1%) 1.7125 ( 44.9%) Import resolution
0.0796 ( 27.2%) 0.0293 ( 8.5%) 0.1089 ( 17.1%) 0.1088 ( 2.8%) build-rewrite-system
0.0019 ( 0.6%) 0.0061 ( 1.8%) 0.0079 ( 1.2%) 0.0564 ( 1.5%) load-stdlib
0.0337 ( 11.5%) 0.0103 ( 3.0%) 0.0440 ( 6.9%) 0.0440 ( 1.2%) perform-sema
0.0337 ( 11.5%) 0.0102 ( 3.0%) 0.0439 ( 6.9%) 0.0440 ( 1.2%) Type checking and Semantic analysis
0.0299 ( 10.2%) 0.0091 ( 2.6%) 0.0390 ( 6.1%) 0.0390 ( 1.0%) typecheck-stmt
0.0143 ( 4.9%) 0.0103 ( 3.0%) 0.0246 ( 3.8%) 0.0246 ( 0.6%) import-clang-decl
0.0158 ( 5.4%) 0.0049 ( 1.4%) 0.0206 ( 3.2%) 0.0207 ( 0.5%) typecheck-expr
0.0150 ( 5.1%) 0.0045 ( 1.3%) 0.0195 ( 3.0%) 0.0195 ( 0.5%) typecheck-decl
0.0127 ( 4.3%) 0.0042 ( 1.2%) 0.0170 ( 2.7%) 0.0170 ( 0.4%) precheck-target
0.0035 ( 1.2%) 0.0024 ( 0.7%) 0.0059 ( 0.9%) 0.0059 ( 0.2%) IRGen
0.0037 ( 1.2%) 0.0000 ( 0.0%) 0.0037 ( 0.6%) 0.0037 ( 0.1%) SIL optimization
0.0024 ( 0.8%) 0.0007 ( 0.2%) 0.0031 ( 0.5%) 0.0031 ( 0.1%) SILGen
0.0019 ( 0.6%) 0.0006 ( 0.2%) 0.0025 ( 0.4%) 0.0025 ( 0.1%) SILGen-function
0.0009 ( 0.3%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, 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.2926 (100.0%) 0.3459 (100.0%) 0.6385 (100.0%) 3.8174 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7925 seconds (3.4815 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8848 (100.0%) 0.9078 (100.0%) 1.7925 (100.0%) 3.4815 (100.0%) Building Target
0.8848 (100.0%) 0.9078 (100.0%) 1.7925 (100.0%) 3.4815 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Monthday.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ 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-1773286032044510-swift-frontend-Schedule-RunLoopTask.swift-arm64_apple_ios9.0-o-Onone-1911087208.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5938 seconds (3.9637 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0244 ( 10.6%) 0.1378 ( 37.8%) 0.1622 ( 27.3%) 1.8223 ( 46.0%) parse-and-resolve-imports
0.0231 ( 10.1%) 0.1367 ( 37.5%) 0.1599 ( 26.9%) 1.8200 ( 45.9%) Import resolution
0.0807 ( 35.2%) 0.0312 ( 8.6%) 0.1119 ( 18.8%) 0.1120 ( 2.8%) build-rewrite-system
0.0019 ( 0.8%) 0.0135 ( 3.7%) 0.0153 ( 2.6%) 0.0638 ( 1.6%) load-stdlib
0.0141 ( 6.2%) 0.0118 ( 3.2%) 0.0259 ( 4.4%) 0.0260 ( 0.7%) import-clang-decl
0.0182 ( 7.9%) 0.0075 ( 2.1%) 0.0257 ( 4.3%) 0.0257 ( 0.6%) perform-sema
0.0181 ( 7.9%) 0.0075 ( 2.1%) 0.0256 ( 4.3%) 0.0256 ( 0.6%) Type checking and Semantic analysis
0.0125 ( 5.5%) 0.0056 ( 1.5%) 0.0182 ( 3.1%) 0.0182 ( 0.5%) typecheck-decl
0.0094 ( 4.1%) 0.0028 ( 0.8%) 0.0121 ( 2.0%) 0.0126 ( 0.3%) SILGen
0.0068 ( 2.9%) 0.0021 ( 0.6%) 0.0089 ( 1.5%) 0.0089 ( 0.2%) typecheck-expr
0.0044 ( 1.9%) 0.0036 ( 1.0%) 0.0080 ( 1.3%) 0.0081 ( 0.2%) IRGen
0.0052 ( 2.3%) 0.0018 ( 0.5%) 0.0070 ( 1.2%) 0.0070 ( 0.2%) typecheck-stmt
0.0054 ( 2.4%) 0.0002 ( 0.0%) 0.0056 ( 0.9%) 0.0056 ( 0.1%) SIL optimization
0.0027 ( 1.2%) 0.0016 ( 0.4%) 0.0043 ( 0.7%) 0.0048 ( 0.1%) SILGen-function
0.0015 ( 0.6%) 0.0005 ( 0.1%) 0.0020 ( 0.3%) 0.0020 ( 0.0%) precheck-target
0.0007 ( 0.3%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2293 (100.0%) 0.3645 (100.0%) 0.5938 (100.0%) 3.9637 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7200 seconds (3.5003 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8595 (100.0%) 0.8605 (100.0%) 1.7200 (100.0%) 3.5003 (100.0%) Building Target
0.8595 (100.0%) 0.8605 (100.0%) 1.7200 (100.0%) 3.5003 (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\ 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-1773286032057078-swift-frontend-Schedule-Task.swift-arm64_apple_ios9.0-o-Onone-598800102.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6794 seconds (3.6694 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0227 ( 7.0%) 0.1295 ( 36.5%) 0.1522 ( 22.4%) 1.6212 ( 44.2%) parse-and-resolve-imports
0.0216 ( 6.6%) 0.1284 ( 36.2%) 0.1499 ( 22.1%) 1.6189 ( 44.1%) Import resolution
0.0806 ( 24.8%) 0.0314 ( 8.9%) 0.1120 ( 16.5%) 0.1123 ( 3.1%) build-rewrite-system
0.0016 ( 0.5%) 0.0088 ( 2.5%) 0.0103 ( 1.5%) 0.0619 ( 1.7%) load-stdlib
0.0396 ( 12.2%) 0.0101 ( 2.9%) 0.0497 ( 7.3%) 0.0497 ( 1.4%) perform-sema
0.0395 ( 12.2%) 0.0101 ( 2.9%) 0.0496 ( 7.3%) 0.0496 ( 1.4%) Type checking and Semantic analysis
0.0235 ( 7.2%) 0.0040 ( 1.1%) 0.0275 ( 4.0%) 0.0275 ( 0.7%) typecheck-stmt
0.0212 ( 6.5%) 0.0050 ( 1.4%) 0.0261 ( 3.8%) 0.0261 ( 0.7%) typecheck-expr
0.0192 ( 5.9%) 0.0065 ( 1.8%) 0.0257 ( 3.8%) 0.0257 ( 0.7%) typecheck-decl
0.0130 ( 4.0%) 0.0108 ( 3.0%) 0.0238 ( 3.5%) 0.0238 ( 0.6%) import-clang-decl
0.0115 ( 3.6%) 0.0057 ( 1.6%) 0.0172 ( 2.5%) 0.0172 ( 0.5%) IRGen
0.0118 ( 3.6%) 0.0004 ( 0.1%) 0.0122 ( 1.8%) 0.0122 ( 0.3%) SIL optimization
0.0079 ( 2.4%) 0.0013 ( 0.4%) 0.0093 ( 1.4%) 0.0093 ( 0.3%) precheck-target
0.0060 ( 1.8%) 0.0014 ( 0.4%) 0.0074 ( 1.1%) 0.0074 ( 0.2%) SILGen
0.0042 ( 1.3%) 0.0008 ( 0.2%) 0.0050 ( 0.7%) 0.0050 ( 0.1%) SILGen-function
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.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.3251 (100.0%) 0.3543 (100.0%) 0.6794 (100.0%) 3.6694 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8903 seconds (3.4909 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9596 (100.0%) 0.9307 (100.0%) 1.8903 (100.0%) 3.4909 (100.0%) Building Target
0.9596 (100.0%) 0.9307 (100.0%) 1.8903 (100.0%) 3.4909 (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
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-1773286032072710-swift-frontend-Schedule-all-arm64_apple_ios9.0-swiftmodule-Onone-554190143.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9422 seconds (3.3404 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9574 ( 46.6%) 0.4090 ( 46.0%) 1.3664 ( 46.4%) 1.5424 ( 46.2%) parse-and-resolve-imports
0.9563 ( 46.6%) 0.4057 ( 45.7%) 1.3620 ( 46.3%) 1.5353 ( 46.0%) Import resolution
0.0315 ( 1.5%) 0.0132 ( 1.5%) 0.0447 ( 1.5%) 0.0478 ( 1.4%) perform-sema
0.0313 ( 1.5%) 0.0132 ( 1.5%) 0.0445 ( 1.5%) 0.0475 ( 1.4%) Type checking and Semantic analysis
0.0309 ( 1.5%) 0.0130 ( 1.5%) 0.0439 ( 1.5%) 0.0469 ( 1.4%) typecheck-decl
0.0013 ( 0.1%) 0.0020 ( 0.2%) 0.0033 ( 0.1%) 0.0342 ( 1.0%) load-stdlib
0.0105 ( 0.5%) 0.0133 ( 1.5%) 0.0238 ( 0.8%) 0.0283 ( 0.8%) SIL optimization
0.0027 ( 0.1%) 0.0104 ( 1.2%) 0.0131 ( 0.4%) 0.0176 ( 0.5%) Serialization, swiftmodule
0.0102 ( 0.5%) 0.0013 ( 0.1%) 0.0115 ( 0.4%) 0.0115 ( 0.3%) SILGen
0.0056 ( 0.3%) 0.0025 ( 0.3%) 0.0081 ( 0.3%) 0.0081 ( 0.2%) typecheck-expr
0.0045 ( 0.2%) 0.0008 ( 0.1%) 0.0054 ( 0.2%) 0.0054 ( 0.2%) SILGen-function
0.0040 ( 0.2%) 0.0008 ( 0.1%) 0.0049 ( 0.2%) 0.0049 ( 0.1%) build-rewrite-system
0.0016 ( 0.1%) 0.0018 ( 0.2%) 0.0034 ( 0.1%) 0.0034 ( 0.1%) import-clang-decl
0.0017 ( 0.1%) 0.0011 ( 0.1%) 0.0028 ( 0.1%) 0.0028 ( 0.1%) Serialization, swiftdoc
0.0013 ( 0.1%) 0.0002 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) typecheck-stmt
0.0009 ( 0.0%) 0.0001 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.0%) 0.0000 ( 0.0%) 0.0008 ( 0.0%) 0.0009 ( 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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0536 (100.0%) 0.8886 (100.0%) 2.9422 (100.0%) 3.3404 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4641 seconds (1.6806 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0196 (100.0%) 0.4445 (100.0%) 1.4641 (100.0%) 1.6806 (100.0%) Building Target
1.0196 (100.0%) 0.4445 (100.0%) 1.4641 (100.0%) 1.6806 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: warning: static property 'quantifiers' is not concurrency-safe because non-'Sendable' type 'Atomic<[String : Int]>' may have shared mutable state; this is an error in the Swift 6 language mode
private static let quantifiers: Atomic<[String: Int]> = Atomic([
^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift:4:13: note: generic class 'Atomic' does not conform to the 'Sendable' protocol
final class Atomic<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: add '@MainActor' to make static property 'quantifiers' part of global actor 'MainActor'
private static let quantifiers: Atomic<[String: Int]> = Atomic([
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let quantifiers: Atomic<[String: Int]> = Atomic([
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: warning: let '_default' is not concurrency-safe because non-'Sendable' type 'TaskCenter' may have shared mutable state; this is an error in the Swift 6 language mode
private let _default = TaskCenter()
^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:31:12: note: class 'TaskCenter' does not conform to the 'Sendable' protocol
open class TaskCenter {
^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: note: add '@MainActor' to make let '_default' part of global actor 'MainActor'
private let _default = TaskCenter()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _default = TaskCenter()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Time.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Time.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286032065079-swift-frontend-Schedule-Time.swift-arm64_apple_ios9.0-o-Onone-951032016.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7516 seconds (3.7169 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0221 ( 5.6%) 0.1248 ( 34.8%) 0.1470 ( 19.6%) 1.5963 ( 42.9%) parse-and-resolve-imports
0.0210 ( 5.4%) 0.1238 ( 34.5%) 0.1449 ( 19.3%) 1.5942 ( 42.9%) Import resolution
0.0793 ( 20.2%) 0.0294 ( 8.2%) 0.1087 ( 14.5%) 0.1086 ( 2.9%) build-rewrite-system
0.0019 ( 0.5%) 0.0046 ( 1.3%) 0.0065 ( 0.9%) 0.0731 ( 2.0%) load-stdlib
0.0507 ( 12.9%) 0.0132 ( 3.7%) 0.0639 ( 8.5%) 0.0639 ( 1.7%) perform-sema
0.0507 ( 12.9%) 0.0132 ( 3.7%) 0.0639 ( 8.5%) 0.0639 ( 1.7%) Type checking and Semantic analysis
0.0474 ( 12.1%) 0.0123 ( 3.4%) 0.0597 ( 7.9%) 0.0597 ( 1.6%) typecheck-stmt
0.0432 ( 11.0%) 0.0118 ( 3.3%) 0.0550 ( 7.3%) 0.0550 ( 1.5%) typecheck-expr
0.0138 ( 3.5%) 0.0097 ( 2.7%) 0.0235 ( 3.1%) 0.0236 ( 0.6%) import-clang-decl
0.0148 ( 3.8%) 0.0053 ( 1.5%) 0.0202 ( 2.7%) 0.0202 ( 0.5%) typecheck-decl
0.0130 ( 3.3%) 0.0032 ( 0.9%) 0.0161 ( 2.1%) 0.0161 ( 0.4%) precheck-target
0.0111 ( 2.8%) 0.0021 ( 0.6%) 0.0132 ( 1.8%) 0.0132 ( 0.4%) SILGen
0.0078 ( 2.0%) 0.0038 ( 1.0%) 0.0116 ( 1.5%) 0.0116 ( 0.3%) IRGen
0.0070 ( 1.8%) 0.0012 ( 0.3%) 0.0082 ( 1.1%) 0.0082 ( 0.2%) SILGen-function
0.0067 ( 1.7%) 0.0001 ( 0.0%) 0.0068 ( 0.9%) 0.0068 ( 0.2%) SIL optimization
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0007 ( 0.2%) 0.0001 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) typecheck-expr-pattern
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 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.3926 (100.0%) 0.3590 (100.0%) 0.7516 (100.0%) 3.7169 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8806 seconds (3.4828 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9462 (100.0%) 0.9344 (100.0%) 1.8806 (100.0%) 3.4828 (100.0%) Building Target
0.9462 (100.0%) 0.9344 (100.0%) 1.8806 (100.0%) 3.4828 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Time.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Weekday.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Weekday.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1773286032073195-swift-frontend-Schedule-Weekday.swift-arm64_apple_ios9.0-o-Onone-4039838893.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5703 seconds (3.3969 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0227 ( 10.1%) 0.1302 ( 37.6%) 0.1529 ( 26.8%) 1.5434 ( 45.4%) parse-and-resolve-imports
0.0217 ( 9.7%) 0.1294 ( 37.3%) 0.1511 ( 26.5%) 1.5417 ( 45.4%) Import resolution
0.0813 ( 36.3%) 0.0287 ( 8.3%) 0.1100 ( 19.3%) 0.1099 ( 3.2%) build-rewrite-system
0.0218 ( 9.7%) 0.0127 ( 3.7%) 0.0344 ( 6.0%) 0.0394 ( 1.2%) perform-sema
0.0217 ( 9.7%) 0.0127 ( 3.7%) 0.0344 ( 6.0%) 0.0394 ( 1.2%) Type checking and Semantic analysis
0.0014 ( 0.6%) 0.0023 ( 0.7%) 0.0036 ( 0.6%) 0.0330 ( 1.0%) load-stdlib
0.0112 ( 5.0%) 0.0103 ( 3.0%) 0.0215 ( 3.8%) 0.0265 ( 0.8%) typecheck-decl
0.0124 ( 5.5%) 0.0093 ( 2.7%) 0.0216 ( 3.8%) 0.0217 ( 0.6%) import-clang-decl
0.0113 ( 5.0%) 0.0025 ( 0.7%) 0.0138 ( 2.4%) 0.0138 ( 0.4%) typecheck-stmt
0.0024 ( 1.1%) 0.0027 ( 0.8%) 0.0051 ( 0.9%) 0.0057 ( 0.2%) IRGen
0.0034 ( 1.5%) 0.0019 ( 0.5%) 0.0053 ( 0.9%) 0.0056 ( 0.2%) SILGen
0.0026 ( 1.1%) 0.0015 ( 0.4%) 0.0041 ( 0.7%) 0.0044 ( 0.1%) SILGen-function
0.0037 ( 1.7%) 0.0007 ( 0.2%) 0.0044 ( 0.8%) 0.0044 ( 0.1%) precheck-target
0.0019 ( 0.8%) 0.0014 ( 0.4%) 0.0033 ( 0.6%) 0.0034 ( 0.1%) typecheck-expr
0.0027 ( 1.2%) 0.0001 ( 0.0%) 0.0028 ( 0.5%) 0.0028 ( 0.1%) SIL optimization
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0008 ( 0.4%) 0.0001 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2237 (100.0%) 0.3466 (100.0%) 0.5703 (100.0%) 3.3969 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9371 seconds (3.4659 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9292 (100.0%) 1.0078 (100.0%) 1.9371 (100.0%) 3.4659 (100.0%) Building Target
0.9292 (100.0%) 1.0078 (100.0%) 1.9371 (100.0%) 3.4659 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Weekday.swift (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ 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-1773286033824862-swift-frontend-Schedule-TaskCenter.swift-arm64_apple_ios9.0-o-Onone-551009425.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4130 seconds (0.4144 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0801 ( 26.4%) 0.0306 ( 27.9%) 0.1107 ( 26.8%) 0.1115 ( 26.9%) build-rewrite-system
0.0396 ( 13.1%) 0.0072 ( 6.6%) 0.0468 ( 11.3%) 0.0469 ( 11.3%) perform-sema
0.0396 ( 13.0%) 0.0072 ( 6.6%) 0.0467 ( 11.3%) 0.0468 ( 11.3%) Type checking and Semantic analysis
0.0184 ( 6.1%) 0.0185 ( 16.9%) 0.0369 ( 8.9%) 0.0370 ( 8.9%) parse-and-resolve-imports
0.0173 ( 5.7%) 0.0174 ( 15.9%) 0.0346 ( 8.4%) 0.0347 ( 8.4%) Import resolution
0.0268 ( 8.8%) 0.0022 ( 2.0%) 0.0289 ( 7.0%) 0.0289 ( 7.0%) typecheck-stmt
0.0229 ( 7.5%) 0.0028 ( 2.6%) 0.0257 ( 6.2%) 0.0258 ( 6.2%) typecheck-expr
0.0126 ( 4.1%) 0.0100 ( 9.1%) 0.0225 ( 5.5%) 0.0227 ( 5.5%) import-clang-decl
0.0119 ( 3.9%) 0.0049 ( 4.4%) 0.0167 ( 4.0%) 0.0168 ( 4.1%) typecheck-decl
0.0105 ( 3.4%) 0.0046 ( 4.2%) 0.0151 ( 3.7%) 0.0151 ( 3.7%) IRGen
0.0068 ( 2.2%) 0.0011 ( 1.0%) 0.0079 ( 1.9%) 0.0079 ( 1.9%) SILGen
0.0070 ( 2.3%) 0.0001 ( 0.1%) 0.0071 ( 1.7%) 0.0071 ( 1.7%) SIL optimization
0.0053 ( 1.7%) 0.0008 ( 0.7%) 0.0060 ( 1.5%) 0.0060 ( 1.5%) SILGen-function
0.0011 ( 0.4%) 0.0019 ( 1.7%) 0.0030 ( 0.7%) 0.0030 ( 0.7%) load-stdlib
0.0029 ( 1.0%) 0.0001 ( 0.1%) 0.0030 ( 0.7%) 0.0030 ( 0.7%) precheck-target
0.0006 ( 0.2%) 0.0002 ( 0.2%) 0.0008 ( 0.2%) 0.0008 ( 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.3035 (100.0%) 0.1095 (100.0%) 0.4130 (100.0%) 0.4144 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6455 seconds (1.7188 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8995 (100.0%) 0.7460 (100.0%) 1.6455 (100.0%) 1.7188 (100.0%) Building Target
0.8995 (100.0%) 0.7460 (100.0%) 1.6455 (100.0%) 1.7188 (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 arm64 Emitting module for Schedule (in target 'Schedule' from project 'Schedule')
SwiftDriver\ Compilation\ Requirements Schedule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Schedule -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/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 Extensions.swift, Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Weekday.swift (in target 'Schedule' from project 'Schedule')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Headers/Schedule-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Headers/Schedule-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Modules/Schedule.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling TaskCenter.swift (in target 'Schedule' from project 'Schedule')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Modules/Schedule.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Modules/Schedule.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift, Bag.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Monthday.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Task.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Time.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Period.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Plan.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/Schedule.build/Objects-normal/arm64/Schedule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Schedule normal (in target 'Schedule' from project 'Schedule')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios9.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 9.0 --bundle-identifier Schedule --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework --target-triple arm64-apple-ios9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Schedule --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Schedule.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Schedule.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Objects-normal/arm64/Schedule.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-11 20:27:15.790 appintentsmetadataprocessor[740:4292] Starting appintentsmetadataprocessor export
2026-03-11 20:27:15.792 appintentsmetadataprocessor[740:4292] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/ssu --bundle-id Schedule --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Schedule.build/Debug-iphoneos/Schedule.build/Schedule.DependencyMetadataFileList --archive-ssu-assets
2026-03-11 20:27:15.812 appintentsnltrainingprocessor[741:4293] Parsing options for appintentsnltrainingprocessor
2026-03-11 20:27:15.813 appintentsnltrainingprocessor[741:4293] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Schedule.framework/Schedule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Schedule.framework/Schedule.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Schedule.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Schedule.framework
/Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Schedule' from project 'Schedule')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Schedule",
"name" : "Schedule",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Schedule",
"targets" : [
"Schedule"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ScheduleTests",
"module_type" : "SwiftTarget",
"name" : "ScheduleTests",
"path" : "Tests/ScheduleTests",
"sources" : [
"AtomicTests.swift",
"BagTests.swift",
"ExtensionsTests.swift",
"Helpers.swift",
"IntervalTests.swift",
"MonthdayTests.swift",
"PeriodTests.swift",
"PlanTests.swift",
"TaskCenterTests.swift",
"TaskTests.swift",
"TimeTests.swift",
"WeekdayTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Schedule"
],
"type" : "test"
},
{
"c99name" : "Schedule",
"module_type" : "SwiftTarget",
"name" : "Schedule",
"path" : "Sources/Schedule",
"product_memberships" : [
"Schedule"
],
"sources" : [
"Atomic.swift",
"Bag.swift",
"Extensions.swift",
"Interval.swift",
"Monthday.swift",
"Period.swift",
"Plan.swift",
"RunLoopTask.swift",
"Task.swift",
"TaskCenter.swift",
"Time.swift",
"Weekday.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.