The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Nanoseconds, reference 1.1.3 (a279f3), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 15:46: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/dominicegginton/Nanoseconds.git
Reference: 1.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dominicegginton/Nanoseconds
 * tag               1.1.3      -> FETCH_HEAD
HEAD is now at a279f37 chore(workspcae): downgrade swift tools
Cloned https://github.com/dominicegginton/Nanoseconds.git
Revision (git rev-parse @):
a279f375fd88d91102d7567d7f93cbbfb85f3a53
SUCCESS checkout https://github.com/dominicegginton/Nanoseconds.git at 1.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dominicegginton/Nanoseconds.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/5] Compiling Nanoseconds TimeInterval.swift
[4/5] Compiling Nanoseconds Now.swift
[5/5] Emitting module Nanoseconds
Build complete! (3.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Nanoseconds",
  "name" : "Nanoseconds",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Nanoseconds",
      "targets" : [
        "Nanoseconds"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NanosecondsTests",
      "module_type" : "SwiftTarget",
      "name" : "NanosecondsTests",
      "path" : "Tests/NanosecondsTests",
      "sources" : [
        "NowTests.swift",
        "TimeIntervalTests.swift"
      ],
      "target_dependencies" : [
        "Nanoseconds"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Nanoseconds",
      "module_type" : "SwiftTarget",
      "name" : "Nanoseconds",
      "path" : "Sources/Nanoseconds",
      "product_memberships" : [
        "Nanoseconds"
      ],
      "sources" : [
        "Now.swift",
        "TimeInterval.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.