The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WeekSchedule, reference main (4e3706), with Swift 6.2 for macOS (SPM) on 20 Jul 2025 06:14:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SaudAlhafith/WeekScheduleView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SaudAlhafith/WeekScheduleView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4e3706c Add banner image to README and update version badges
Cloned https://github.com/SaudAlhafith/WeekScheduleView.git
Revision (git rev-parse @):
4e3706c3965fb650eab50fce972d39edb8cbde86
SUCCESS checkout https://github.com/SaudAlhafith/WeekScheduleView.git at main
========================================
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 Date+Extension.swift
[4/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 |     }
[5/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 |     }
[6/14] Compiling WeekSchedule DateComponents+Extension.swift
[7/14] Compiling WeekSchedule WeekSchedule+Helpers.swift
[8/14] Compiling WeekSchedule WeekSchedule+Modifiers.swift
[9/14] Compiling WeekSchedule WeekScheduleEntryModel.swift
[10/14] Compiling WeekSchedule TimelineRange.swift
[11/14] Emitting module WeekSchedule
[12/14] Compiling WeekSchedule DateFormatter+Extension.swift
[13/14] Compiling WeekSchedule WeekScheduleEntryView.swift
[14/14] Compiling WeekSchedule WeekScheduleView.swift
Build complete! (9.43s)
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.