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 package-datetime, reference 2.0.0-alpha.1 (245d8f), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:01:42 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/ordo-one/package-datetime.git
Reference: 2.0.0-alpha.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-datetime
 * tag               2.0.0-alpha.1 -> FETCH_HEAD
HEAD is now at 245d8ff Update Package.swift
Cloned https://github.com/ordo-one/package-datetime.git
Revision (git rev-parse @):
245d8ff3a97d9bcb57dbd9455bcfeded20369e0d
SUCCESS checkout https://github.com/ordo-one/package-datetime.git at 2.0.0-alpha.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ordo-one/package-datetime.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/8] Compiling DateTime Duration+Convenience.swift
[4/8] Compiling DateTime InternalUTCClock.swift
[5/8] Compiling DateTime EpochDateTime.swift
[6/8] Compiling DateTime BenchmarkClock.swift
[7/8] Emitting module DateTime
[8/8] Compiling DateTime FoundationExports.swift
Build complete! (3.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "package-datetime",
  "name" : "package-datetime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DateTime",
      "targets" : [
        "DateTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EpochDateTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "EpochDateTimeTests",
      "path" : "Tests/EpochDateTimeTests",
      "sources" : [
        "EpochDateTimeTests.swift"
      ],
      "target_dependencies" : [
        "DateTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "DateTimeTests",
      "path" : "Tests/DateTimeTests",
      "sources" : [
        "DateTimeTests.swift"
      ],
      "target_dependencies" : [
        "DateTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateTime",
      "module_type" : "SwiftTarget",
      "name" : "DateTime",
      "path" : "Sources/DateTime",
      "product_memberships" : [
        "DateTime"
      ],
      "sources" : [
        "BenchmarkClock.swift",
        "Duration+Convenience.swift",
        "EpochDateTime.swift",
        "FoundationExports.swift",
        "InternalUTCClock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.