The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Schedule, reference master (e388fc), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 03:52:05 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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/luoxiu/Schedule.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/luoxiu/Schedule
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e388fca Merge branch 'master' of https://github.com/luoxiu/Schedule
Cloned https://github.com/luoxiu/Schedule.git
Revision (git rev-parse @):
e388fcab1d870f32c0359a414fda81b8e81b98c9
SUCCESS checkout https://github.com/luoxiu/Schedule.git at master
========================================
Build
========================================
Selected platform:         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: 814f852e4738d16d9d09cba8c5ec238a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/814f852e4738d16d9d09cba8c5ec238a.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Schedule.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/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.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/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/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-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_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\ 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-1745639520899726-swift-frontend-Schedule-Atomic.swift-arm64_apple_ios9.0-o-Onone-1819616972.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4128 seconds (4.2832 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0204 (  8.4%)   0.0465 ( 27.3%)   0.0669 ( 16.2%)   1.9532 ( 45.6%)  parse-and-resolve-imports
   0.0192 (  7.9%)   0.0456 ( 26.8%)   0.0648 ( 15.7%)   1.9512 ( 45.6%)  Import resolution
   0.0016 (  0.7%)   0.0146 (  8.6%)   0.0162 (  3.9%)   0.1129 (  2.6%)  load-stdlib
   0.0536 ( 22.1%)   0.0195 ( 11.5%)   0.0731 ( 17.7%)   0.0732 (  1.7%)  build-rewrite-system
   0.0293 ( 12.1%)   0.0076 (  4.5%)   0.0370 (  9.0%)   0.0371 (  0.9%)  perform-sema
   0.0292 ( 12.0%)   0.0076 (  4.5%)   0.0368 (  8.9%)   0.0369 (  0.9%)  Type checking and Semantic analysis
   0.0189 (  7.8%)   0.0064 (  3.8%)   0.0254 (  6.1%)   0.0255 (  0.6%)  typecheck-decl
   0.0120 (  4.9%)   0.0102 (  6.0%)   0.0222 (  5.4%)   0.0222 (  0.5%)  import-clang-decl
   0.0163 (  6.7%)   0.0026 (  1.5%)   0.0189 (  4.6%)   0.0190 (  0.4%)  typecheck-stmt
   0.0127 (  5.2%)   0.0034 (  2.0%)   0.0161 (  3.9%)   0.0163 (  0.4%)  typecheck-expr
   0.0067 (  2.8%)   0.0031 (  1.8%)   0.0098 (  2.4%)   0.0098 (  0.2%)  IRGen
   0.0065 (  2.7%)   0.0013 (  0.8%)   0.0079 (  1.9%)   0.0080 (  0.2%)  precheck-target
   0.0063 (  2.6%)   0.0009 (  0.5%)   0.0072 (  1.7%)   0.0073 (  0.2%)  SILGen
   0.0043 (  1.8%)   0.0004 (  0.3%)   0.0047 (  1.1%)   0.0048 (  0.1%)  SILGen-function
   0.0046 (  1.9%)   0.0001 (  0.0%)   0.0047 (  1.1%)   0.0047 (  0.1%)  SIL optimization
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.2427 (100.0%)   0.1700 (100.0%)   0.4128 (100.0%)   4.2832 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4251 seconds (3.5035 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6279 (100.0%)   0.7971 (100.0%)   1.4251 (100.0%)   3.5035 (100.0%)  Building Target
   0.6279 (100.0%)   0.7971 (100.0%)   1.4251 (100.0%)   3.5035 (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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639520908938-swift-frontend-Schedule-Plan.swift-arm64_apple_ios9.0-o-Onone-4222115744.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4999 seconds (3.9649 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0174 (  4.7%)   0.0267 ( 20.6%)   0.0442 (  8.8%)   1.7086 ( 43.1%)  parse-and-resolve-imports
   0.0164 (  4.4%)   0.0256 ( 19.7%)   0.0420 (  8.4%)   1.7064 ( 43.0%)  Import resolution
   0.0017 (  0.5%)   0.0105 (  8.1%)   0.0122 (  2.4%)   0.1480 (  3.7%)  load-stdlib
   0.0687 ( 18.6%)   0.0100 (  7.7%)   0.0787 ( 15.7%)   0.0788 (  2.0%)  perform-sema
   0.0686 ( 18.6%)   0.0100 (  7.7%)   0.0786 ( 15.7%)   0.0787 (  2.0%)  Type checking and Semantic analysis
   0.0540 ( 14.6%)   0.0184 ( 14.1%)   0.0724 ( 14.5%)   0.0725 (  1.8%)  build-rewrite-system
   0.0613 ( 16.6%)   0.0081 (  6.2%)   0.0693 ( 13.9%)   0.0694 (  1.7%)  typecheck-stmt
   0.0112 (  3.0%)   0.0085 (  6.5%)   0.0197 (  3.9%)   0.0198 (  0.5%)  import-clang-decl
   0.0149 (  4.0%)   0.0024 (  1.8%)   0.0173 (  3.5%)   0.0173 (  0.4%)  precheck-target
   0.0114 (  3.1%)   0.0048 (  3.7%)   0.0162 (  3.2%)   0.0162 (  0.4%)  IRGen
   0.0126 (  3.4%)   0.0024 (  1.8%)   0.0150 (  3.0%)   0.0150 (  0.4%)  typecheck-decl
   0.0111 (  3.0%)   0.0012 (  0.9%)   0.0123 (  2.5%)   0.0124 (  0.3%)  typecheck-expr
   0.0078 (  2.1%)   0.0007 (  0.5%)   0.0085 (  1.7%)   0.0085 (  0.2%)  SILGen
   0.0055 (  1.5%)   0.0004 (  0.3%)   0.0059 (  1.2%)   0.0059 (  0.1%)  SILGen-function
   0.0058 (  1.6%)   0.0001 (  0.0%)   0.0059 (  1.2%)   0.0059 (  0.1%)  SIL optimization
   0.0007 (  0.2%)   0.0002 (  0.2%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0006 (  0.2%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-for-each
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3699 (100.0%)   0.1301 (100.0%)   0.4999 (100.0%)   3.9649 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5838 seconds (3.4916 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7373 (100.0%)   0.8465 (100.0%)   1.5838 (100.0%)   3.4916 (100.0%)  Building Target
   0.7373 (100.0%)   0.8465 (100.0%)   1.5838 (100.0%)   3.4916 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Plan.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Monthday.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Monthday.swift (in target 'Schedule' from project 'Schedule')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639520905102-swift-frontend-Schedule-Monthday.swift-arm64_apple_ios9.0-o-Onone-1021155610.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4638 seconds (3.5198 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0208 (  7.7%)   0.0534 ( 27.7%)   0.0742 ( 16.0%)   1.5614 ( 44.4%)  parse-and-resolve-imports
   0.0198 (  7.3%)   0.0527 ( 27.4%)   0.0724 ( 15.6%)   1.5596 ( 44.3%)  Import resolution
   0.0791 ( 29.2%)   0.0274 ( 14.3%)   0.1066 ( 23.0%)   0.1065 (  3.0%)  build-rewrite-system
   0.0018 (  0.7%)   0.0127 (  6.6%)   0.0146 (  3.1%)   0.0962 (  2.7%)  load-stdlib
   0.0295 ( 10.9%)   0.0080 (  4.2%)   0.0375 (  8.1%)   0.0375 (  1.1%)  perform-sema
   0.0295 ( 10.9%)   0.0080 (  4.2%)   0.0375 (  8.1%)   0.0375 (  1.1%)  Type checking and Semantic analysis
   0.0266 (  9.8%)   0.0069 (  3.6%)   0.0335 (  7.2%)   0.0335 (  1.0%)  typecheck-stmt
   0.0135 (  5.0%)   0.0100 (  5.2%)   0.0235 (  5.1%)   0.0235 (  0.7%)  import-clang-decl
   0.0140 (  5.2%)   0.0036 (  1.9%)   0.0176 (  3.8%)   0.0176 (  0.5%)  typecheck-expr
   0.0127 (  4.7%)   0.0031 (  1.6%)   0.0158 (  3.4%)   0.0158 (  0.4%)  typecheck-decl
   0.0113 (  4.2%)   0.0027 (  1.4%)   0.0139 (  3.0%)   0.0139 (  0.4%)  precheck-target
   0.0031 (  1.1%)   0.0022 (  1.2%)   0.0053 (  1.1%)   0.0053 (  0.2%)  IRGen
   0.0036 (  1.3%)   0.0001 (  0.0%)   0.0037 (  0.8%)   0.0037 (  0.1%)  SIL optimization
   0.0029 (  1.1%)   0.0007 (  0.3%)   0.0035 (  0.8%)   0.0035 (  0.1%)  SILGen
   0.0022 (  0.8%)   0.0006 (  0.3%)   0.0028 (  0.6%)   0.0028 (  0.1%)  SILGen-function
   0.0009 (  0.3%)   0.0003 (  0.2%)   0.0012 (  0.3%)   0.0012 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2714 (100.0%)   0.1924 (100.0%)   0.4638 (100.0%)   3.5198 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8132 seconds (3.4917 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8898 (100.0%)   0.9234 (100.0%)   1.8132 (100.0%)   3.4917 (100.0%)  Building Target
   0.8898 (100.0%)   0.9234 (100.0%)   1.8132 (100.0%)   3.4917 (100.0%)  Total
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-1745639520905199-swift-frontend-Schedule-TaskCenter.swift-arm64_apple_ios9.0-o-Onone-3514920276.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4089 seconds (4.3394 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0178 (  6.1%)   0.0175 ( 15.1%)   0.0353 (  8.6%)   1.9242 ( 44.3%)  parse-and-resolve-imports
   0.0166 (  5.7%)   0.0164 ( 14.2%)   0.0331 (  8.1%)   1.9219 ( 44.3%)  Import resolution
   0.0018 (  0.6%)   0.0138 ( 12.0%)   0.0156 (  3.8%)   0.1671 (  3.9%)  load-stdlib
   0.0530 ( 18.1%)   0.0173 ( 15.0%)   0.0703 ( 17.2%)   0.0710 (  1.6%)  build-rewrite-system
   0.0438 ( 15.0%)   0.0100 (  8.7%)   0.0539 ( 13.2%)   0.0540 (  1.2%)  perform-sema
   0.0438 ( 14.9%)   0.0100 (  8.7%)   0.0538 ( 13.2%)   0.0539 (  1.2%)  Type checking and Semantic analysis
   0.0289 (  9.9%)   0.0031 (  2.7%)   0.0321 (  7.8%)   0.0322 (  0.7%)  typecheck-stmt
   0.0260 (  8.9%)   0.0041 (  3.6%)   0.0301 (  7.4%)   0.0302 (  0.7%)  typecheck-expr
   0.0121 (  4.1%)   0.0102 (  8.8%)   0.0223 (  5.5%)   0.0225 (  0.5%)  import-clang-decl
   0.0139 (  4.8%)   0.0068 (  5.8%)   0.0207 (  5.1%)   0.0207 (  0.5%)  typecheck-decl
   0.0116 (  4.0%)   0.0037 (  3.2%)   0.0154 (  3.8%)   0.0154 (  0.4%)  IRGen
   0.0073 (  2.5%)   0.0014 (  1.2%)   0.0086 (  2.1%)   0.0087 (  0.2%)  SILGen
   0.0070 (  2.4%)   0.0001 (  0.1%)   0.0071 (  1.7%)   0.0071 (  0.2%)  SIL optimization
   0.0055 (  1.9%)   0.0009 (  0.7%)   0.0064 (  1.6%)   0.0064 (  0.1%)  SILGen-function
   0.0030 (  1.0%)   0.0001 (  0.1%)   0.0031 (  0.8%)   0.0031 (  0.1%)  precheck-target
   0.0007 (  0.2%)   0.0002 (  0.2%)   0.0009 (  0.2%)   0.0008 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2932 (100.0%)   0.1156 (100.0%)   0.4089 (100.0%)   4.3394 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3668 seconds (3.4968 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6377 (100.0%)   0.7291 (100.0%)   1.3668 (100.0%)   3.4968 (100.0%)  Building Target
   0.6377 (100.0%)   0.7291 (100.0%)   1.3668 (100.0%)   3.4968 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: warning: let '_default' is not concurrency-safe because non-'Sendable' type 'TaskCenter' may have shared mutable state; this is an error in the Swift 6 language mode
private let _default = TaskCenter()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:31:12: note: class 'TaskCenter' does not conform to the 'Sendable' protocol
open class TaskCenter {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: note: add '@MainActor' to make let '_default' part of global actor 'MainActor'
private let _default = TaskCenter()
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/TaskCenter.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _default = TaskCenter()
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ 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-1745639520902341-swift-frontend-Schedule-Time.swift-arm64_apple_ios9.0-o-Onone-4225728008.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5775 seconds (4.0072 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0203 (  5.4%)   0.0505 ( 25.0%)   0.0707 ( 12.3%)   1.7432 ( 43.5%)  parse-and-resolve-imports
   0.0191 (  5.1%)   0.0497 ( 24.7%)   0.0688 ( 11.9%)   1.7413 ( 43.5%)  Import resolution
   0.0784 ( 20.9%)   0.0251 ( 12.5%)   0.1035 ( 17.9%)   0.1037 (  2.6%)  build-rewrite-system
   0.0016 (  0.4%)   0.0101 (  5.0%)   0.0117 (  2.0%)   0.0961 (  2.4%)  load-stdlib
   0.0484 ( 12.9%)   0.0108 (  5.4%)   0.0593 ( 10.3%)   0.0592 (  1.5%)  perform-sema
   0.0483 ( 12.9%)   0.0108 (  5.4%)   0.0592 ( 10.2%)   0.0592 (  1.5%)  Type checking and Semantic analysis
   0.0454 ( 12.1%)   0.0101 (  5.0%)   0.0555 (  9.6%)   0.0555 (  1.4%)  typecheck-stmt
   0.0413 ( 11.0%)   0.0097 (  4.8%)   0.0510 (  8.8%)   0.0510 (  1.3%)  typecheck-expr
   0.0138 (  3.7%)   0.0105 (  5.2%)   0.0243 (  4.2%)   0.0245 (  0.6%)  import-clang-decl
   0.0148 (  3.9%)   0.0043 (  2.1%)   0.0191 (  3.3%)   0.0191 (  0.5%)  typecheck-decl
   0.0124 (  3.3%)   0.0029 (  1.5%)   0.0154 (  2.7%)   0.0154 (  0.4%)  precheck-target
   0.0104 (  2.8%)   0.0020 (  1.0%)   0.0124 (  2.1%)   0.0124 (  0.3%)  SILGen
   0.0068 (  1.8%)   0.0031 (  1.6%)   0.0099 (  1.7%)   0.0099 (  0.2%)  IRGen
   0.0064 (  1.7%)   0.0013 (  0.7%)   0.0077 (  1.3%)   0.0077 (  0.2%)  SILGen-function
   0.0065 (  1.7%)   0.0001 (  0.0%)   0.0066 (  1.1%)   0.0066 (  0.2%)  SIL optimization
   0.0009 (  0.2%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0006 (  0.2%)   0.0001 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-for-each
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3760 (100.0%)   0.2015 (100.0%)   0.5775 (100.0%)   4.0072 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6497 seconds (3.4959 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8610 (100.0%)   0.7887 (100.0%)   1.6497 (100.0%)   3.4959 (100.0%)  Building Target
   0.8610 (100.0%)   0.7887 (100.0%)   1.6497 (100.0%)   3.4959 (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

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-1745639520910305-swift-frontend-Schedule-all-arm64_apple_ios9.0-swiftmodule-Onone-4226875014.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3200 seconds (3.4814 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0192 ( 10.7%)   0.0440 ( 31.1%)   0.0632 ( 19.7%)   1.5897 ( 45.7%)  parse-and-resolve-imports
   0.0181 ( 10.1%)   0.0433 ( 30.6%)   0.0613 ( 19.2%)   1.5878 ( 45.6%)  Import resolution
   0.0019 (  1.1%)   0.0113 (  8.0%)   0.0132 (  4.1%)   0.1193 (  3.4%)  load-stdlib
   0.0324 ( 18.1%)   0.0080 (  5.7%)   0.0404 ( 12.6%)   0.0407 (  1.2%)  perform-sema
   0.0322 ( 18.0%)   0.0080 (  5.6%)   0.0402 ( 12.6%)   0.0405 (  1.2%)  Type checking and Semantic analysis
   0.0318 ( 17.8%)   0.0077 (  5.5%)   0.0395 ( 12.3%)   0.0399 (  1.1%)  typecheck-decl
   0.0098 (  5.5%)   0.0055 (  3.9%)   0.0153 (  4.8%)   0.0160 (  0.5%)  SIL optimization
   0.0098 (  5.5%)   0.0022 (  1.6%)   0.0120 (  3.8%)   0.0120 (  0.3%)  SILGen
   0.0059 (  3.3%)   0.0021 (  1.5%)   0.0080 (  2.5%)   0.0080 (  0.2%)  typecheck-expr
   0.0026 (  1.4%)   0.0032 (  2.3%)   0.0057 (  1.8%)   0.0064 (  0.2%)  Serialization, swiftmodule
   0.0044 (  2.5%)   0.0012 (  0.8%)   0.0056 (  1.7%)   0.0056 (  0.2%)  SILGen-function
   0.0040 (  2.2%)   0.0012 (  0.8%)   0.0052 (  1.6%)   0.0052 (  0.1%)  build-rewrite-system
   0.0016 (  0.9%)   0.0023 (  1.6%)   0.0039 (  1.2%)   0.0039 (  0.1%)  import-clang-decl
   0.0013 (  0.7%)   0.0007 (  0.5%)   0.0021 (  0.6%)   0.0021 (  0.1%)  Serialization, swiftdoc
   0.0011 (  0.6%)   0.0003 (  0.2%)   0.0014 (  0.4%)   0.0014 (  0.0%)  typecheck-stmt
   0.0008 (  0.5%)   0.0001 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.4%)   0.0001 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.0%)  precheck-target
   0.0007 (  0.4%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   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-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
   0.1786 (100.0%)   0.1414 (100.0%)   0.3200 (100.0%)   3.4814 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1572 seconds (1.7928 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0812 (100.0%)   0.0759 (100.0%)   0.1572 (100.0%)   1.7928 (100.0%)  Building Target
   0.0812 (100.0%)   0.0759 (100.0%)   0.1572 (100.0%)   1.7928 (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\ 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-1745639520908766-swift-frontend-Schedule-Task.swift-arm64_apple_ios9.0-o-Onone-3486047121.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5344 seconds (4.1702 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0248 (  8.0%)   0.0570 ( 25.4%)   0.0817 ( 15.3%)   1.8867 ( 45.2%)  parse-and-resolve-imports
   0.0238 (  7.7%)   0.0562 ( 25.1%)   0.0800 ( 15.0%)   1.8850 ( 45.2%)  Import resolution
   0.0130 (  4.2%)   0.0429 ( 19.1%)   0.0559 ( 10.5%)   0.0817 (  2.0%)  load-stdlib
   0.0545 ( 17.6%)   0.0195 (  8.7%)   0.0740 ( 13.8%)   0.0741 (  1.8%)  build-rewrite-system
   0.0373 ( 12.0%)   0.0084 (  3.7%)   0.0456 (  8.5%)   0.0457 (  1.1%)  perform-sema
   0.0372 ( 12.0%)   0.0084 (  3.7%)   0.0456 (  8.5%)   0.0456 (  1.1%)  Type checking and Semantic analysis
   0.0215 (  6.9%)   0.0032 (  1.4%)   0.0248 (  4.6%)   0.0248 (  0.6%)  typecheck-stmt
   0.0204 (  6.6%)   0.0041 (  1.8%)   0.0245 (  4.6%)   0.0245 (  0.6%)  typecheck-expr
   0.0190 (  6.1%)   0.0053 (  2.4%)   0.0243 (  4.5%)   0.0243 (  0.6%)  typecheck-decl
   0.0122 (  3.9%)   0.0100 (  4.5%)   0.0222 (  4.1%)   0.0222 (  0.5%)  import-clang-decl
   0.0108 (  3.5%)   0.0043 (  1.9%)   0.0152 (  2.8%)   0.0152 (  0.4%)  IRGen
   0.0123 (  4.0%)   0.0001 (  0.0%)   0.0123 (  2.3%)   0.0123 (  0.3%)  SIL optimization
   0.0085 (  2.7%)   0.0021 (  0.9%)   0.0106 (  2.0%)   0.0106 (  0.3%)  SILGen
   0.0075 (  2.4%)   0.0013 (  0.6%)   0.0088 (  1.7%)   0.0088 (  0.2%)  precheck-target
   0.0062 (  2.0%)   0.0011 (  0.5%)   0.0073 (  1.4%)   0.0073 (  0.2%)  SILGen-function
   0.0009 (  0.3%)   0.0003 (  0.1%)   0.0012 (  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.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3102 (100.0%)   0.2242 (100.0%)   0.5344 (100.0%)   4.1702 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5654 seconds (3.4923 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7121 (100.0%)   0.8533 (100.0%)   1.5654 (100.0%)   3.4923 (100.0%)  Building Target
   0.7121 (100.0%)   0.8533 (100.0%)   1.5654 (100.0%)   3.4923 (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\ Period.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639520910136-swift-frontend-Schedule-Period.swift-arm64_apple_ios9.0-o-Onone-1190406960.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5978 seconds (4.2573 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0201 (  5.1%)   0.0533 ( 26.3%)   0.0734 ( 12.3%)   1.8637 ( 43.8%)  parse-and-resolve-imports
   0.0192 (  4.8%)   0.0524 ( 25.9%)   0.0716 ( 12.0%)   1.8619 ( 43.7%)  Import resolution
   0.0017 (  0.4%)   0.0124 (  6.2%)   0.0141 (  2.4%)   0.0925 (  2.2%)  load-stdlib
   0.0619 ( 15.6%)   0.0123 (  6.1%)   0.0742 ( 12.4%)   0.0742 (  1.7%)  perform-sema
   0.0618 ( 15.6%)   0.0123 (  6.1%)   0.0741 ( 12.4%)   0.0741 (  1.7%)  Type checking and Semantic analysis
   0.0532 ( 13.4%)   0.0174 (  8.6%)   0.0706 ( 11.8%)   0.0706 (  1.7%)  build-rewrite-system
   0.0472 ( 11.9%)   0.0082 (  4.1%)   0.0555 (  9.3%)   0.0555 (  1.3%)  typecheck-stmt
   0.0436 ( 11.0%)   0.0078 (  3.9%)   0.0515 (  8.6%)   0.0515 (  1.2%)  typecheck-expr
   0.0122 (  3.1%)   0.0099 (  4.9%)   0.0222 (  3.7%)   0.0223 (  0.5%)  import-clang-decl
   0.0152 (  3.8%)   0.0045 (  2.2%)   0.0197 (  3.3%)   0.0197 (  0.5%)  typecheck-decl
   0.0156 (  3.9%)   0.0032 (  1.6%)   0.0188 (  3.1%)   0.0188 (  0.4%)  SILGen
   0.0115 (  2.9%)   0.0043 (  2.1%)   0.0158 (  2.6%)   0.0159 (  0.4%)  IRGen
   0.0107 (  2.7%)   0.0022 (  1.1%)   0.0129 (  2.2%)   0.0129 (  0.3%)  SILGen-function
   0.0082 (  2.1%)   0.0007 (  0.3%)   0.0089 (  1.5%)   0.0089 (  0.2%)  precheck-target
   0.0088 (  2.2%)   0.0001 (  0.1%)   0.0089 (  1.5%)   0.0089 (  0.2%)  SIL optimization
   0.0025 (  0.6%)   0.0005 (  0.2%)   0.0030 (  0.5%)   0.0030 (  0.1%)  typecheck-for-each
   0.0010 (  0.2%)   0.0005 (  0.2%)   0.0014 (  0.2%)   0.0015 (  0.0%)  load-all-members
   0.0010 (  0.3%)   0.0001 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3956 (100.0%)   0.2022 (100.0%)   0.5978 (100.0%)   4.2573 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5242 seconds (3.4937 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7087 (100.0%)   0.8155 (100.0%)   1.5242 (100.0%)   3.4937 (100.0%)  Building Target
   0.7087 (100.0%)   0.8155 (100.0%)   1.5242 (100.0%)   3.4937 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift (in target 'Schedule' from project 'Schedule')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: warning: static property 'quantifiers' is not concurrency-safe because non-'Sendable' type 'Atomic<[String : Int]>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Atomic.swift:4:13: note: generic class 'Atomic' does not conform to the 'Sendable' protocol
final class Atomic<T> {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: add '@MainActor' to make static property 'quantifiers' part of global actor 'MainActor'
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Schedule/Period.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let quantifiers: Atomic<[String: Int]> = Atomic([
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Weekday.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedule/Weekday.swift (in target 'Schedule' from project 'Schedule')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745639520906838-swift-frontend-Schedule-Weekday.swift-arm64_apple_ios9.0-o-Onone-2818624838.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8326 seconds (3.3938 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5407 ( 43.0%)   0.2472 ( 42.9%)   0.7880 ( 43.0%)   1.5066 ( 44.4%)  parse-and-resolve-imports
   0.5395 ( 42.9%)   0.2440 ( 42.4%)   0.7835 ( 42.8%)   1.4990 ( 44.2%)  Import resolution
   0.0019 (  0.2%)   0.0113 (  2.0%)   0.0132 (  0.7%)   0.1316 (  3.9%)  load-stdlib
   0.0795 (  6.3%)   0.0177 (  3.1%)   0.0973 (  5.3%)   0.0979 (  2.9%)  build-rewrite-system
   0.0215 (  1.7%)   0.0131 (  2.3%)   0.0347 (  1.9%)   0.0371 (  1.1%)  perform-sema
   0.0215 (  1.7%)   0.0131 (  2.3%)   0.0346 (  1.9%)   0.0371 (  1.1%)  Type checking and Semantic analysis
   0.0112 (  0.9%)   0.0112 (  1.9%)   0.0224 (  1.2%)   0.0249 (  0.7%)  typecheck-decl
   0.0116 (  0.9%)   0.0094 (  1.6%)   0.0210 (  1.1%)   0.0210 (  0.6%)  import-clang-decl
   0.0110 (  0.9%)   0.0020 (  0.3%)   0.0130 (  0.7%)   0.0130 (  0.4%)  typecheck-stmt
   0.0027 (  0.2%)   0.0030 (  0.5%)   0.0057 (  0.3%)   0.0061 (  0.2%)  IRGen
   0.0037 (  0.3%)   0.0004 (  0.1%)   0.0041 (  0.2%)   0.0042 (  0.1%)  precheck-target
   0.0029 (  0.2%)   0.0010 (  0.2%)   0.0040 (  0.2%)   0.0040 (  0.1%)  SILGen
   0.0020 (  0.2%)   0.0016 (  0.3%)   0.0036 (  0.2%)   0.0037 (  0.1%)  typecheck-expr
   0.0022 (  0.2%)   0.0005 (  0.1%)   0.0027 (  0.1%)   0.0027 (  0.1%)  SILGen-function
   0.0027 (  0.2%)   0.0001 (  0.0%)   0.0027 (  0.1%)   0.0027 (  0.1%)  SIL optimization
   0.0007 (  0.1%)   0.0002 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0008 (  0.1%)   0.0001 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  typecheck-expr-pattern
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.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
   1.2565 (100.0%)   0.5761 (100.0%)   1.8326 (100.0%)   3.3938 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5282 seconds (3.4894 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3962 (100.0%)   1.1320 (100.0%)   2.5282 (100.0%)   3.4894 (100.0%)  Building Target
   1.3962 (100.0%)   1.1320 (100.0%)   2.5282 (100.0%)   3.4894 (100.0%)  Total
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-1745639520910449-swift-frontend-Schedule-RunLoopTask.swift-arm64_apple_ios9.0-o-Onone-2142072591.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4342 seconds (3.4262 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4255 ( 41.8%)   0.1728 ( 41.5%)   0.5983 ( 41.7%)   1.5551 ( 45.4%)  parse-and-resolve-imports
   0.4244 ( 41.7%)   0.1721 ( 41.3%)   0.5965 ( 41.6%)   1.5533 ( 45.3%)  Import resolution
   0.0799 (  7.9%)   0.0212 (  5.1%)   0.1011 (  7.1%)   0.1011 (  2.9%)  build-rewrite-system
   0.0016 (  0.2%)   0.0099 (  2.4%)   0.0115 (  0.8%)   0.0863 (  2.5%)  load-stdlib
   0.0158 (  1.6%)   0.0069 (  1.7%)   0.0227 (  1.6%)   0.0235 (  0.7%)  perform-sema
   0.0158 (  1.5%)   0.0069 (  1.7%)   0.0227 (  1.6%)   0.0234 (  0.7%)  Type checking and Semantic analysis
   0.0125 (  1.2%)   0.0106 (  2.5%)   0.0231 (  1.6%)   0.0231 (  0.7%)  import-clang-decl
   0.0114 (  1.1%)   0.0056 (  1.3%)   0.0170 (  1.2%)   0.0177 (  0.5%)  typecheck-decl
   0.0080 (  0.8%)   0.0028 (  0.7%)   0.0107 (  0.7%)   0.0113 (  0.3%)  SILGen
   0.0055 (  0.5%)   0.0012 (  0.3%)   0.0067 (  0.5%)   0.0068 (  0.2%)  typecheck-expr
   0.0036 (  0.3%)   0.0025 (  0.6%)   0.0061 (  0.4%)   0.0061 (  0.2%)  IRGen
   0.0051 (  0.5%)   0.0005 (  0.1%)   0.0056 (  0.4%)   0.0056 (  0.2%)  SIL optimization
   0.0040 (  0.4%)   0.0011 (  0.3%)   0.0051 (  0.4%)   0.0051 (  0.2%)  typecheck-stmt
   0.0024 (  0.2%)   0.0018 (  0.4%)   0.0042 (  0.3%)   0.0048 (  0.1%)  SILGen-function
   0.0012 (  0.1%)   0.0002 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.0%)  precheck-target
   0.0007 (  0.1%)   0.0003 (  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.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%)  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
   1.0177 (100.0%)   0.4165 (100.0%)   1.4342 (100.0%)   3.4262 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3343 seconds (3.4847 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3118 (100.0%)   1.0225 (100.0%)   2.3343 (100.0%)   3.4847 (100.0%)  Building Target
   1.3118 (100.0%)   1.0225 (100.0%)   2.3343 (100.0%)   3.4847 (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\ 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-1745639522773606-swift-frontend-Schedule-Extensions.swift-arm64_apple_ios9.0-o-Onone-2193219989.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3777 seconds (0.3780 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0543 ( 19.3%)   0.0199 ( 20.5%)   0.0742 ( 19.6%)   0.0744 ( 19.7%)  build-rewrite-system
   0.0437 ( 15.6%)   0.0086 (  8.8%)   0.0522 ( 13.8%)   0.0522 ( 13.8%)  perform-sema
   0.0436 ( 15.5%)   0.0085 (  8.8%)   0.0521 ( 13.8%)   0.0521 ( 13.8%)  Type checking and Semantic analysis
   0.0347 ( 12.4%)   0.0063 (  6.5%)   0.0410 ( 10.9%)   0.0410 ( 10.8%)  typecheck-stmt
   0.0169 (  6.0%)   0.0150 ( 15.4%)   0.0319 (  8.4%)   0.0319 (  8.4%)  parse-and-resolve-imports
   0.0160 (  5.7%)   0.0142 ( 14.7%)   0.0302 (  8.0%)   0.0302 (  8.0%)  Import resolution
   0.0120 (  4.3%)   0.0108 ( 11.1%)   0.0228 (  6.0%)   0.0229 (  6.1%)  import-clang-decl
   0.0127 (  4.5%)   0.0024 (  2.4%)   0.0151 (  4.0%)   0.0151 (  4.0%)  typecheck-expr
   0.0102 (  3.6%)   0.0023 (  2.4%)   0.0125 (  3.3%)   0.0125 (  3.3%)  precheck-target
   0.0102 (  3.6%)   0.0022 (  2.3%)   0.0124 (  3.3%)   0.0124 (  3.3%)  typecheck-decl
   0.0050 (  1.8%)   0.0034 (  3.5%)   0.0084 (  2.2%)   0.0084 (  2.2%)  IRGen
   0.0075 (  2.7%)   0.0004 (  0.4%)   0.0078 (  2.1%)   0.0078 (  2.1%)  SIL optimization
   0.0068 (  2.4%)   0.0009 (  0.9%)   0.0076 (  2.0%)   0.0076 (  2.0%)  SILGen
   0.0051 (  1.8%)   0.0006 (  0.6%)   0.0057 (  1.5%)   0.0057 (  1.5%)  SILGen-function
   0.0009 (  0.3%)   0.0013 (  1.3%)   0.0022 (  0.6%)   0.0022 (  0.6%)  load-stdlib
   0.0008 (  0.3%)   0.0004 (  0.4%)   0.0012 (  0.3%)   0.0012 (  0.3%)  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.2807 (100.0%)   0.0970 (100.0%)   0.3777 (100.0%)   0.3780 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5264 seconds (1.6346 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7035 (100.0%)   0.8229 (100.0%)   1.5264 (100.0%)   1.6346 (100.0%)  Building Target
   0.7035 (100.0%)   0.8229 (100.0%)   1.5264 (100.0%)   1.6346 (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

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 TaskCenter.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
SwiftDriverJobDiscovery normal arm64 Compiling Plan.swift (in target 'Schedule' from project 'Schedule')
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
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 Task.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Period.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift, Bag.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift, Interval.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling RunLoopTask.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Time.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Monthday.swift (in target 'Schedule' from project 'Schedule')
SwiftDriverJobDiscovery normal arm64 Compiling Weekday.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
2025-04-25 20:52:04.835 appintentsmetadataprocessor[700:3909] Starting appintentsmetadataprocessor export
2025-04-25 20:52:04.837 appintentsmetadataprocessor[700:3909] 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
2025-04-25 20:52:04.857 appintentsnltrainingprocessor[701:3910] Parsing options for appintentsnltrainingprocessor
2025-04-25 20:52:04.858 appintentsnltrainingprocessor[701:3910] 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.