Build Information
Successful build of WeekSchedule, reference v0.6.0 (570ef2), with Swift 6.1 for macOS (SPM) on 3 Jun 2025 22:03:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.63.1
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/SaudAlhafith/WeekScheduleView.git
[1/560] Fetching weekscheduleview
Fetched https://github.com/SaudAlhafith/WeekScheduleView.git from cache (0.94s)
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.1
Building package at path: $PWD
https://github.com/SaudAlhafith/WeekScheduleView.git
https://github.com/SaudAlhafith/WeekScheduleView.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/13] Compiling WeekSchedule WeekSchedule+Helpers.swift
[4/14] Compiling WeekSchedule Date+Extension.swift
[5/14] Emitting module WeekSchedule
[6/14] Compiling WeekSchedule DateComponents+Extension.swift
[7/14] Compiling WeekSchedule WeekSchedule+Modifiers.swift
[8/14] Compiling WeekSchedule DateFormatter+Extension.swift
[9/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
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
84 | return ((self.rawValue - 1) + 7) % 7
85 | }
[10/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
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
84 | return ((self.rawValue - 1) + 7) % 7
85 | }
[11/14] Compiling WeekSchedule WeekScheduleEntryModel.swift
[12/14] Compiling WeekSchedule TimelineRange.swift
[13/14] Compiling WeekSchedule WeekScheduleEntryView.swift
[14/14] Compiling WeekSchedule WeekScheduleView.swift
Build complete! (9.19s)
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.