The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NetworkReachability, reference main (03703d), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 08:03:22 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: 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:             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/15] Compiling NetworkReachability WeakReference.swift
[7/15] Compiling NetworkReachability DispatchQueue+NetworkReachability.swift
[8/15] Compiling NetworkReachability NetworkMonitor+Notification.swift
[9/15] Compiling NetworkReachability NetworkMonitorDelegate.swift
[10/15] Compiling NetworkReachability PublishersExtensions.swift
[11/15] Compiling NetworkReachability NetworkMonitor+Concurrency.swift
[12/15] Compiling NetworkReachability NetworkMonitor+Combine.swift
[13/15] Emitting module NetworkReachability
[14/15] Compiling NetworkReachability NotificationExtensions.swift
[15/15] Compiling NetworkReachability NetworkMonitor.swift
Build complete! (81.21s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/nicklockwood/SwiftFormat
[1/2082] Fetching swift-docc-plugin
[2083/51023] Fetching swift-docc-plugin, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (1.20s)
[490/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (61.01s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.53.5 (63.80s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.49s)
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.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
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
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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.