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 NTP, reference 1.2.0 (d58c94), with Swift 5.10 for macOS (SPM) on 16 Apr 2025 16:39:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielepantaleone/NTP.swift.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielepantaleone/NTP.swift
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at d58c946 Drop support for swift 5.9
Cloned https://github.com/danielepantaleone/NTP.swift.git
Revision (git rev-parse @):
d58c94626cd6b8ae37c5b1617bfba2a7a1306a38
SUCCESS checkout https://github.com/danielepantaleone/NTP.swift.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/danielepantaleone/NTP.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling NTP NtpPacket.swift
[4/8] Compiling NTP NtpClient.swift
[5/8] Compiling NTP NtpTime64.swift
[6/8] Compiling NTP NtpURLProtocol.swift
[7/8] Emitting module NTP
[8/8] Compiling NTP NtpTime32.swift
Build complete! (4.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NTP",
  "name" : "NTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "NTP",
      "targets" : [
        "NTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "NTPTests",
      "module_type" : "SwiftTarget",
      "name" : "NTPTests",
      "path" : "Tests/NTPTests",
      "sources" : [
        "NTPTests.swift"
      ],
      "target_dependencies" : [
        "NTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTP",
      "module_type" : "SwiftTarget",
      "name" : "NTP",
      "path" : "Sources/NTP",
      "product_memberships" : [
        "NTP"
      ],
      "sources" : [
        "NtpClient.swift",
        "NtpPacket.swift",
        "NtpTime32.swift",
        "NtpTime64.swift",
        "NtpURLProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.