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 (d58c94), with Swift 6.0 for macOS (SPM) on 16 Apr 2025 16:41:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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 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 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/242] Fetching ntp.swift
Fetched https://github.com/danielepantaleone/NTP.swift.git from cache (0.85s)
Creating working copy for https://github.com/danielepantaleone/NTP.swift.git
Working copy of https://github.com/danielepantaleone/NTP.swift.git resolved at master (d58c946)
warning: '.resolve-product-dependencies': dependency 'ntp.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.2.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-5BDAB9E9C0126B9D.txt
[3/8] Compiling NTP NtpTime64.swift
[4/8] Compiling NTP NtpTime32.swift
[5/8] Compiling NTP NtpPacket.swift
[6/8] Compiling NTP NtpURLProtocol.swift
[7/8] Compiling NTP NtpClient.swift
[8/8] Emitting module NTP
Build complete! (7.64s)
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.