The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Dated, reference main (70f0cd), with Swift 6.2 (beta) for macOS (SPM) on 24 Jul 2025 12:23:56 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/Semantical/Dated.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Semantical/Dated
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 70f0cde feat: add formatting of days relative to others
Cloned https://github.com/Semantical/Dated.git
Revision (git rev-parse @):
70f0cde62f0be369a416d964228b36167e3b8971
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Semantical/Dated.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Semantical/Dated.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/12] Compiling Dated Month.swift
[4/12] Compiling Dated Year.swift
[5/12] Compiling Dated Week.swift
[6/12] Compiling Dated TimeDifference.swift
[7/12] Compiling Dated CalendarDateInterval.swift
[8/12] Compiling Dated LocalDate.swift
[9/12] Emitting module Dated
[10/12] Compiling Dated CalendarDate.swift
[11/12] Compiling Dated Day.swift
[12/12] Compiling Dated CalendarSubdivision.swift
Build complete! (5.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Dated",
  "name" : "Dated",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Dated",
      "targets" : [
        "Dated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DatedTests",
      "module_type" : "SwiftTarget",
      "name" : "DatedTests",
      "path" : "Tests/DatedTests",
      "sources" : [
        "CalendarDateTests.swift",
        "DateIntervalTests.swift",
        "LocalDateTests.swift",
        "SubdivisionTests.swift",
        "_Utilities.swift"
      ],
      "target_dependencies" : [
        "Dated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dated",
      "module_type" : "SwiftTarget",
      "name" : "Dated",
      "path" : "Sources/Dated",
      "product_memberships" : [
        "Dated"
      ],
      "sources" : [
        "Calendar Date/CalendarDate.swift",
        "Calendar Date/CalendarDateInterval.swift",
        "Calendar Date/LocalDate.swift",
        "Calendar Date/TimeDifference.swift",
        "Calendar Subdivisions/CalendarSubdivision.swift",
        "Calendar Subdivisions/Day.swift",
        "Calendar Subdivisions/Month.swift",
        "Calendar Subdivisions/Week.swift",
        "Calendar Subdivisions/Year.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.