The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Reachability, reference v5.2.4 (21d1dc), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 05:02: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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ashleymills/Reachability.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/6] Compiling Reachability resource_bundle_accessor.swift
[5/6] Emitting module Reachability
[6/6] Compiling Reachability Reachability.swift
Build complete! (2.95s)
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.