Build Information
Successful build of Schedule, reference master (ca6494), with Swift 6.0 for macOS (SPM) on 12 Mar 2026 03:22:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/luoxiu/Schedule.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/14] Compiling Schedule TaskCenter.swift
[4/14] Compiling Schedule Task.swift
[5/14] Compiling Schedule RunLoopTask.swift
[6/14] Compiling Schedule Time.swift
[7/15] Compiling Schedule Monthday.swift
[8/15] Compiling Schedule Extensions.swift
[9/15] Compiling Schedule Interval.swift
[10/15] Emitting module Schedule
[11/15] Compiling Schedule Period.swift
[12/15] Compiling Schedule Atomic.swift
[13/15] Compiling Schedule Bag.swift
[14/15] Compiling Schedule Plan.swift
[15/15] Compiling Schedule Weekday.swift
Build complete! (4.98s)
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.