The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ReachabilityX, reference v1.0.0 (e86367), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:25:49 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/dscyrescotti/ReachabilityX.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dscyrescotti/ReachabilityX
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at e863678 Merge pull request #2 from dscyrescotti/develop
Cloned https://github.com/dscyrescotti/ReachabilityX.git
Revision (git rev-parse @):
e863678be69e157e581ae20c8e47e0eda4c68293
SUCCESS checkout https://github.com/dscyrescotti/ReachabilityX.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dscyrescotti/ReachabilityX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling ReachabilityX View++.swift
[4/9] Compiling ReachabilityX Reachability.swift
[5/9] Compiling ReachabilityX EnvironmentValues++.swift
[6/9] Compiling ReachabilityX Helper.swift
[7/9] Emitting module ReachabilityX
[8/9] Compiling ReachabilityX EnvironmentKeys.swift
[9/9] Compiling ReachabilityX ReachabilityView.swift
Build complete! (7.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ReachabilityX",
  "name" : "ReachabilityX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ReachabilityX",
      "targets" : [
        "ReachabilityX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReachabilityXTests",
      "module_type" : "SwiftTarget",
      "name" : "ReachabilityXTests",
      "path" : "Tests/ReachabilityXTests",
      "sources" : [
        "ReachabilityXTests.swift"
      ],
      "target_dependencies" : [
        "ReachabilityX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReachabilityX",
      "module_type" : "SwiftTarget",
      "name" : "ReachabilityX",
      "path" : "Sources/ReachabilityX",
      "product_memberships" : [
        "ReachabilityX"
      ],
      "sources" : [
        "EnvironmentKeys.swift",
        "EnvironmentValues++.swift",
        "Helper.swift",
        "Reachability.swift",
        "ReachabilityView.swift",
        "View++.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.