Build Information
Successful build of Reachability, reference v5.2.4 (21d1dc), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 03:01:52 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/ashleymills/Reachability.swift.git
Reference: v5.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ashleymills/Reachability.swift
* tag v5.2.4 -> FETCH_HEAD
HEAD is now at 21d1dc4 Update ReachabilitySwift.podspec
Cloned https://github.com/ashleymills/Reachability.swift.git
Revision (git rev-parse @):
21d1dc412cfecbe6e34f1f4c4eb88d3f912654a6
SUCCESS checkout https://github.com/ashleymills/Reachability.swift.git at v5.2.4
========================================
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": "reachability.swift",
"name": "Reachability",
"url": "https://github.com/ashleymills/Reachability.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Reachability.swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ashleymills/Reachability.swift.git
[1/1922] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift.git from cache (0.92s)
Creating working copy for https://github.com/ashleymills/Reachability.swift.git
Working copy of https://github.com/ashleymills/Reachability.swift.git resolved at v5.2.4 (21d1dc4)
warning: '.resolve-product-dependencies': dependency 'reachability.swift' 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/ashleymills/Reachability.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/6] Compiling Reachability Reachability.swift
[5/6] Compiling Reachability resource_bundle_accessor.swift
[6/6] Emitting module Reachability
Build complete! (3.27s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Info.plist
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Reachability",
"name" : "Reachability",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Reachability",
"targets" : [
"Reachability"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReachabilityTests",
"module_type" : "SwiftTarget",
"name" : "ReachabilityTests",
"path" : "Tests",
"sources" : [
"ReachabilityTests.swift"
],
"target_dependencies" : [
"Reachability"
],
"type" : "test"
},
{
"c99name" : "Reachability",
"module_type" : "SwiftTarget",
"name" : "Reachability",
"path" : "Sources",
"product_memberships" : [
"Reachability"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Reachability.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.