Build Information
Successful build of Reachable, reference main (80a802), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 01:06:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rasheed-k-mozaffar/Reachable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rasheed-k-mozaffar/Reachable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 80a802f Prepare Reachable 1.0.0 release
Cloned https://github.com/rasheed-k-mozaffar/Reachable.git
Revision (git rev-parse @):
80a802f693f022ee2e0621770d84ccc6b1a7c850
SUCCESS checkout https://github.com/rasheed-k-mozaffar/Reachable.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "reachable",
"name": "Reachable",
"url": "https://github.com/rasheed-k-mozaffar/Reachable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Reachable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/rasheed-k-mozaffar/Reachable.git
[1/55] Fetching reachable
Fetched https://github.com/rasheed-k-mozaffar/Reachable.git from cache (0.58s)
Creating working copy for https://github.com/rasheed-k-mozaffar/Reachable.git
Working copy of https://github.com/rasheed-k-mozaffar/Reachable.git resolved at main (80a802f)
warning: '.resolve-product-dependencies': dependency 'reachable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/rasheed-k-mozaffar/Reachable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/15] Compiling Reachable MockNetworkMonitor.swift
[4/15] Compiling Reachable ConnectionStatus.swift
[5/15] Compiling Reachable NWPathMonitorAdapter.swift
[6/15] Compiling Reachable PathMonitoring.swift
[7/15] Emitting module Reachable
[8/15] Compiling Reachable NetworkRequiredModifier.swift
[9/15] Compiling Reachable CallbackToken.swift
[10/15] Compiling Reachable MonitorSupport.swift
[11/15] Compiling Reachable NetworkMonitor.swift
[12/15] Compiling Reachable NetworkMonitoring.swift
[13/15] Compiling Reachable NetworkState.swift
[14/15] Compiling Reachable Environment+NetworkMonitor.swift
[15/15] Compiling Reachable ConnectionType.swift
[16/16] Compiling Reachable NetworkStatusBanner.swift
Build complete! (9.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Reachable",
"name" : "Reachable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Reachable",
"targets" : [
"Reachable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReachableTests",
"module_type" : "SwiftTarget",
"name" : "ReachableTests",
"path" : "Tests/ReachableTests",
"sources" : [
"ReachableTests.swift",
"Support/TestPathMonitor.swift"
],
"target_dependencies" : [
"Reachable"
],
"type" : "test"
},
{
"c99name" : "Reachable",
"module_type" : "SwiftTarget",
"name" : "Reachable",
"path" : "Sources/Reachable",
"product_memberships" : [
"Reachable"
],
"sources" : [
"Core/CallbackToken.swift",
"Core/MonitorSupport.swift",
"Core/NetworkMonitor.swift",
"Core/NetworkMonitoring.swift",
"Internal/NWPathMonitorAdapter.swift",
"Internal/PathMonitoring.swift",
"Mocks/MockNetworkMonitor.swift",
"Models/ConnectionStatus.swift",
"Models/ConnectionType.swift",
"Models/NetworkState.swift",
"SwiftUI/Environment+NetworkMonitor.swift",
"SwiftUI/NetworkRequiredModifier.swift",
"SwiftUI/NetworkStatusBanner.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.