The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CombineReachability, reference 1.0.1 (ba1cb2), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 21:56:00 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/istvan-kreisz/CombineReachability.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/istvan-kreisz/CombineReachability
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at ba1cb2a Update README.md
Cloned https://github.com/istvan-kreisz/CombineReachability.git
Revision (git rev-parse @):
ba1cb2adeb111ee3ce475404ca1cdfb322505281
SUCCESS checkout https://github.com/istvan-kreisz/CombineReachability.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/istvan-kreisz/CombineReachability.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/7] Compiling Reachability resource_bundle_accessor.swift
[6/7] Compiling Reachability Reachability.swift
[7/7] Emitting module Reachability
[8/9] Compiling CombineReachability Reachability+Combine.swift
[9/9] Emitting module CombineReachability
Build complete! (7.25s)
Fetching https://github.com/ashleymills/Reachability.swift
[1/1912] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.80s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (1.35s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.2.4
warning: 'reachability.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "reachability.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ashleymills/Reachability.swift"
    }
  ],
  "manifest_display_name" : "CombineReachability",
  "name" : "CombineReachability",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineReachability",
      "targets" : [
        "CombineReachability"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineReachability",
      "module_type" : "SwiftTarget",
      "name" : "CombineReachability",
      "path" : "Sources",
      "product_dependencies" : [
        "Reachability"
      ],
      "product_memberships" : [
        "CombineReachability"
      ],
      "sources" : [
        "CombineReachability/Reachability+Combine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.