Build Information
Successful build of WeekSchedule, reference v0.6.0 (570ef2), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 07:58:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "weekscheduleview",
"name": "WeekSchedule",
"url": "https://github.com/SaudAlhafith/WeekScheduleView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WeekScheduleView",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SaudAlhafith/WeekScheduleView.git
[1/567] Fetching weekscheduleview
Fetched https://github.com/SaudAlhafith/WeekScheduleView.git from cache (1.18s)
Creating working copy for https://github.com/SaudAlhafith/WeekScheduleView.git
Working copy of https://github.com/SaudAlhafith/WeekScheduleView.git resolved at v0.6.0 (570ef24)
warning: '.resolve-product-dependencies': dependency 'weekscheduleview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SaudAlhafith/WeekScheduleView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling WeekSchedule Date+Extension.swift
[4/13] Compiling WeekSchedule WeekSchedule+Helpers.swift
[5/13] Compiling WeekSchedule DateComponents+Extension.swift
[6/13] Compiling WeekSchedule WeekScheduleEntryView.swift
[7/13] Compiling WeekSchedule TimelineRange.swift
[8/13] Emitting module WeekSchedule
[9/13] Compiling WeekSchedule DateFormatter+Extension.swift
[10/13] 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 | }
[11/13] 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 | }
[12/13] Compiling WeekSchedule WeekScheduleEntryModel.swift
[13/13] Compiling WeekSchedule WeekSchedule+Modifiers.swift
[14/14] Compiling WeekSchedule WeekScheduleView.swift
Build complete! (10.93s)
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.