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 0.2.3 (0b2423), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 13:29:50 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: 0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/NetTime
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 0b24234 Bume version to 0.2.3
Cloned https://github.com/dduan/NetTime.git
Revision (git rev-parse @):
0b242344ea78e5f9b3eef50ddb9695f580a6d772
SUCCESS checkout https://github.com/dduan/NetTime.git at 0.2.3
========================================
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 LocalTime.swift
[6/10] Compiling NetTime TimeOffset.swift
[7/10] Compiling NetTime LocalDate.swift
[8/10] Compiling NetTime DateTimeRepresentable.swift
[9/10] Emitting module NetTime
[10/10] Compiling NetTime DateTime.swift
Build complete! (1.68s)
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.