The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NetworkReachability, reference 1.5.1 (1234f9), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 08:03:15 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/vsanthanam/NetworkReachability.git
Reference: 1.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/NetworkReachability
 * tag               1.5.1      -> FETCH_HEAD
HEAD is now at 1234f9b Fix missing trailing parenthesis in sample code (#48)
Cloned https://github.com/vsanthanam/NetworkReachability.git
Revision (git rev-parse @):
1234f9b33515671f3a1bbbe4b9d9da198ce41e70
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/NetworkReachability.git at 1.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vsanthanam/NetworkReachability.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/23] Compiling NetworkReachability DispatchQueue+NetworkReachability.swift
[7/23] Compiling NetworkReachability SCNetworkReachability+NetworkReachability.swift
[8/23] Compiling NetworkReachability ReachabilityMonitor+Error.swift
[9/23] Compiling NetworkReachability ReachabilityMonitor+Notification.swift
[10/23] Compiling NetworkReachability ReachabilityMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkReachability/API/ReachabilityMonitor/ReachabilityMonitor.swift:509:46: warning: conditional cast from 'ReachabilityMonitor.Error' to 'ReachabilityMonitor.Error' always succeeds
507 |                         succeed(with: flags)
508 |                     } catch {
509 |                         if let error = error as? Error {
    |                                              `- warning: conditional cast from 'ReachabilityMonitor.Error' to 'ReachabilityMonitor.Error' always succeeds
510 |                             fail(with: error)
511 |                         } else {
[11/23] Compiling NetworkReachability ReachabilityMonitorDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkReachability/API/ReachabilityMonitor/ReachabilityMonitor.swift:509:46: warning: conditional cast from 'ReachabilityMonitor.Error' to 'ReachabilityMonitor.Error' always succeeds
507 |                         succeed(with: flags)
508 |                     } catch {
509 |                         if let error = error as? Error {
    |                                              `- warning: conditional cast from 'ReachabilityMonitor.Error' to 'ReachabilityMonitor.Error' always succeeds
510 |                             fail(with: error)
511 |                         } else {
[12/23] Compiling NetworkReachability SCNetworkReachabilityFlags+NetworkReachability.swift
[13/24] Compiling NetworkReachability NetworkMonitor+Notification.swift
[14/24] Compiling NetworkReachability NetworkMonitor.swift
[15/24] Compiling NetworkReachability ReachabilityMonitor+Combine.swift
[16/24] Compiling NetworkReachability ReachabilityMonitor+Concurrency.swift
[17/24] Emitting module NetworkReachability
/Users/admin/builder/spi-builder-workspace/Sources/NetworkReachability/API/ReachabilityMonitor/ReachabilityMonitor.swift:509:46: warning: conditional cast from 'ReachabilityMonitor.Error' to 'ReachabilityMonitor.Error' always succeeds
507 |                         succeed(with: flags)
508 |                     } catch {
509 |                         if let error = error as? Error {
    |                                              `- warning: conditional cast from 'ReachabilityMonitor.Error' to 'ReachabilityMonitor.Error' always succeeds
510 |                             fail(with: error)
511 |                         } else {
[18/24] Compiling NetworkReachability NotificationExtensions.swift
[19/24] Compiling NetworkReachability PublishersExtensions.swift
[20/24] Compiling NetworkReachability NetworkMonitor+Combine.swift
[21/24] Compiling NetworkReachability NetworkMonitor+Concurrency.swift
[22/24] Compiling NetworkReachability NetworkMonitorDelegate.swift
[23/24] Compiling NetworkReachability Reachability.swift
[24/24] Compiling NetworkReachability WeakReference.swift
Build complete! (75.37s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
[2083/51023] Fetching swift-docc-plugin, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (54.83s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (54.83s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.51.7 (57.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.90s)
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.51.7
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.4
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.51.7"
        ]
      },
      "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" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "5.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",
        "ReachabilityMonitorCombineTests.swift",
        "ReachabilityMonitorConcurrencyTests.swift",
        "ReachabilityMonitorTests.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",
        "API/ReachabilityMonitor/Reachability.swift",
        "API/ReachabilityMonitor/ReachabilityMonitor+Combine.swift",
        "API/ReachabilityMonitor/ReachabilityMonitor+Concurrency.swift",
        "API/ReachabilityMonitor/ReachabilityMonitor+Error.swift",
        "API/ReachabilityMonitor/ReachabilityMonitor+Notification.swift",
        "API/ReachabilityMonitor/ReachabilityMonitor.swift",
        "API/ReachabilityMonitor/ReachabilityMonitorDelegate.swift",
        "Internal/DispatchQueue+NetworkReachability.swift",
        "Internal/SCNetworkReachability+NetworkReachability.swift",
        "Internal/SCNetworkReachabilityFlags+NetworkReachability.swift",
        "Internal/WeakReference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.