Build Information
Successful build of NetworkReachability, reference main (03703d
), with Swift 5.9 for macOS (SPM) on 30 Mar 2025 18:23:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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/vsanthanam/NetworkReachability.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/NetworkReachability
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 03703db Adding pods support (#53)
Cloned https://github.com/vsanthanam/NetworkReachability.git
Revision (git rev-parse @):
03703db60ed79ce7b022067b49f710cfbc3c4739
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/NetworkReachability.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/vsanthanam/NetworkReachability.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/13] Compiling NetworkReachability DispatchQueue+NetworkReachability.swift
[5/13] Compiling NetworkReachability WeakReference.swift
[6/13] Compiling NetworkReachability NetworkMonitor+Notification.swift
[7/13] Compiling NetworkReachability NetworkMonitor+Concurrency.swift
[8/13] Compiling NetworkReachability NetworkMonitorDelegate.swift
[9/13] Compiling NetworkReachability NetworkMonitor+Combine.swift
[10/13] Compiling NetworkReachability PublishersExtensions.swift
[11/13] Compiling NetworkReachability NotificationExtensions.swift
[12/13] Emitting module NetworkReachability
[13/13] Compiling NetworkReachability NetworkMonitor.swift
Build complete! (40.83s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/nicklockwood/SwiftFormat
[1/2050] Fetching swift-docc-plugin
[452/48628] Fetching swift-docc-plugin, swiftformat
Fetched https://github.com/apple/swift-docc-plugin (23.29s)
Fetched https://github.com/nicklockwood/SwiftFormat (23.29s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.53.5 (2.34s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3349] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.47s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.53.5
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.53.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "NetworkReachability",
"name" : "NetworkReachability",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "NetworkReachability",
"targets" : [
"NetworkReachability"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetworkReachabilityTests",
"module_type" : "SwiftTarget",
"name" : "NetworkReachabilityTests",
"path" : "Tests/NetworkReachabilityTests",
"sources" : [
"NetworkMonitorCombineTests.swift",
"NetworkMonitorConcurrencyTests.swift",
"NetworkMonitorTests.swift"
],
"target_dependencies" : [
"NetworkReachability"
],
"type" : "test"
},
{
"c99name" : "NetworkReachability",
"module_type" : "SwiftTarget",
"name" : "NetworkReachability",
"path" : "Sources/NetworkReachability",
"product_memberships" : [
"NetworkReachability"
],
"sources" : [
"API/Extensions/NotificationExtensions.swift",
"API/Extensions/PublishersExtensions.swift",
"API/NetworkMonitor/NetworkMonitor+Combine.swift",
"API/NetworkMonitor/NetworkMonitor+Concurrency.swift",
"API/NetworkMonitor/NetworkMonitor+Notification.swift",
"API/NetworkMonitor/NetworkMonitor.swift",
"API/NetworkMonitor/NetworkMonitorDelegate.swift",
"Internal/DispatchQueue+NetworkReachability.swift",
"Internal/WeakReference.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.