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 NetTime, reference main (87f482), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 13:29:37 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/dduan/NetTime.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/NetTime
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 87f4829 Fix link to TOML date
Cloned https://github.com/dduan/NetTime.git
Revision (git rev-parse @):
87f48299a4a8f53d0c0c5c32511a99a64e4f0008
SUCCESS checkout https://github.com/dduan/NetTime.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dduan/NetTime.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/10] Compiling NetTime constants.swift
[4/10] Compiling NetTime LocalDateTime.swift
[5/10] Compiling NetTime TimeOffset.swift
[6/10] Compiling NetTime LocalTime.swift
[7/10] Compiling NetTime DateTimeRepresentable.swift
[8/10] Compiling NetTime LocalDate.swift
[9/10] Emitting module NetTime
[10/10] Compiling NetTime DateTime.swift
Build complete! (1.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NetTime",
  "name" : "NetTime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NetTime",
      "targets" : [
        "NetTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "NetTimeTests",
      "path" : "Tests/NetTimeTests",
      "sources" : [
        "DateTimeTests.swift",
        "LocalDateTests.swift",
        "LocalDateTimeTests.swift",
        "LocalTimeTests.swift",
        "TimeOffsetTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NetTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetTime",
      "module_type" : "SwiftTarget",
      "name" : "NetTime",
      "path" : "Sources/NetTime",
      "product_memberships" : [
        "NetTime"
      ],
      "sources" : [
        "DateTime.swift",
        "DateTimeRepresentable.swift",
        "LocalDate.swift",
        "LocalDateTime.swift",
        "LocalTime.swift",
        "TimeOffset.swift",
        "constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.