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 master (919847), with Swift 6.0 for macOS (SPM) on 27 Sep 2025 18:16:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielepantaleone/NTP.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielepantaleone/NTP.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 919847c Fix GitHub actions build job
Cloned https://github.com/danielepantaleone/NTP.swift.git
Revision (git rev-parse @):
919847cd76971e3430f69b1e3acbfb2aae590599
SUCCESS checkout https://github.com/danielepantaleone/NTP.swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/danielepantaleone/NTP.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling NTP NtpTime64.swift
[4/8] Compiling NTP NtpURLProtocol.swift
[5/8] Compiling NTP NtpClient.swift
[6/8] Compiling NTP NtpTime32.swift
[7/8] Emitting module NTP
[8/8] Compiling NTP NtpPacket.swift
Build complete! (5.37s)
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.