Build Information
Successful build of NTP, reference master (d58c94
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 18:03:49 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielepantaleone/NTP.swift.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/8] Emitting module NTP
[4/8] Compiling NTP NtpURLProtocol.swift
[5/8] Compiling NTP NtpTime64.swift
[6/8] Compiling NTP NtpTime32.swift
[7/8] Compiling NTP NtpClient.swift
[8/8] Compiling NTP NtpPacket.swift
Build complete! (4.44s)
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.