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 Timepiece, reference master (459f96), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 16:24:43 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/naoty/Timepiece.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naoty/Timepiece
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 459f96a Merge pull request #100 from basememara/ios-refine
Cloned https://github.com/naoty/Timepiece.git
Revision (git rev-parse @):
459f96a0e41db762c96497e5c03bbc67673c07f4
SUCCESS checkout https://github.com/naoty/Timepiece.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/naoty/Timepiece.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/7] Compiling Timepiece String+Timepiece.swift
[4/7] Compiling Timepiece DateComponents+Timepiece.swift
[5/7] Compiling Timepiece Int+Timepiece.swift
[6/7] Emitting module Timepiece
[7/7] Compiling Timepiece Date+Timepiece.swift
Build complete! (3.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Timepiece",
  "name" : "Timepiece",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Timepiece",
      "targets" : [
        "Timepiece"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TimepieceTests",
      "module_type" : "SwiftTarget",
      "name" : "TimepieceTests",
      "path" : "Tests/TimepieceTests",
      "sources" : [
        "Date+TimepieceTests.swift",
        "DateComponents+TimepieceTests.swift",
        "Int+TimepieceTests.swift",
        "String+TimepieceTests.swift"
      ],
      "target_dependencies" : [
        "Timepiece"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Timepiece",
      "module_type" : "SwiftTarget",
      "name" : "Timepiece",
      "path" : "Sources",
      "product_memberships" : [
        "Timepiece"
      ],
      "sources" : [
        "Date+Timepiece.swift",
        "DateComponents+Timepiece.swift",
        "Int+Timepiece.swift",
        "String+Timepiece.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.