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.1 for macOS (SPM) on 27 Sep 2025 18:17:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ntp.swift",
      "name": "NTP",
      "url": "https://github.com/danielepantaleone/NTP.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NTP.swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielepantaleone/NTP.swift.git
[1/265] Fetching ntp.swift
Fetched https://github.com/danielepantaleone/NTP.swift.git from cache (0.91s)
Creating working copy for https://github.com/danielepantaleone/NTP.swift.git
Working copy of https://github.com/danielepantaleone/NTP.swift.git resolved at master (919847c)
warning: '.resolve-product-dependencies': dependency 'ntp.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danielepantaleone/NTP.swift.git
https://github.com/danielepantaleone/NTP.swift.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling NTP NtpTime32.swift
[4/8] Compiling NTP NtpPacket.swift
[5/8] Compiling NTP NtpClient.swift
[6/8] Compiling NTP NtpTime64.swift
[7/8] Emitting module NTP
[8/8] Compiling NTP NtpURLProtocol.swift
Build complete! (5.28s)
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.