Build Information
Successful build of WeekSchedule, reference v0.6.0 (570ef2), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 03:45:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SaudAlhafith/WeekScheduleView.git
Reference: v0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SaudAlhafith/WeekScheduleView
* tag v0.6.0 -> FETCH_HEAD
HEAD is now at 570ef24 Ignore entries out of days range
Cloned https://github.com/SaudAlhafith/WeekScheduleView.git
Revision (git rev-parse @):
570ef24c5ea39c4e4363e669817a607649ec010c
SUCCESS checkout https://github.com/SaudAlhafith/WeekScheduleView.git at v0.6.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SaudAlhafith/WeekScheduleView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling WeekSchedule WeekScheduleEntryModel.swift
[4/14] Compiling WeekSchedule WeekSchedule+Modifiers.swift
[5/14] Compiling WeekSchedule Date+Extension.swift
[6/14] Compiling WeekSchedule DateComponents+Extension.swift
[7/14] Compiling WeekSchedule DayRange.swift
/Users/admin/builder/spi-builder-workspace/Sources/WeekSchedule/DayRange.swift:83:13: warning: initialization of immutable value 'calendar' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
81 | /// Returns the correct weekday index based on the current calendar and locale.
82 | public var calendarIndex: Int {
83 | let calendar = Calendar.current
| `- warning: initialization of immutable value 'calendar' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
84 | return ((self.rawValue - 1) + 7) % 7
85 | }
[8/14] Compiling WeekSchedule Calendar+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/WeekSchedule/DayRange.swift:83:13: warning: initialization of immutable value 'calendar' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
81 | /// Returns the correct weekday index based on the current calendar and locale.
82 | public var calendarIndex: Int {
83 | let calendar = Calendar.current
| `- warning: initialization of immutable value 'calendar' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
84 | return ((self.rawValue - 1) + 7) % 7
85 | }
[9/14] Emitting module WeekSchedule
[10/14] Compiling WeekSchedule WeekScheduleEntryView.swift
[11/14] Compiling WeekSchedule TimelineRange.swift
[12/14] Compiling WeekSchedule DateFormatter+Extension.swift
[13/14] Compiling WeekSchedule WeekSchedule+Helpers.swift
[14/14] Compiling WeekSchedule WeekScheduleView.swift
Build complete! (9.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WeekSchedule",
"name" : "WeekSchedule",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "WeekSchedule",
"targets" : [
"WeekSchedule"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WeekSchedule",
"module_type" : "SwiftTarget",
"name" : "WeekSchedule",
"path" : "Sources/WeekSchedule",
"product_memberships" : [
"WeekSchedule"
],
"sources" : [
"DayRange.swift",
"Extensions/Calendar+Extension.swift",
"Extensions/Date+Extension.swift",
"Extensions/DateComponents+Extension.swift",
"Extensions/DateFormatter+Extension.swift",
"TimelineRange.swift",
"WeekSchedule+Helpers.swift",
"WeekSchedule+Modifiers.swift",
"WeekScheduleEntryModel.swift",
"WeekScheduleEntryView.swift",
"WeekScheduleView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.