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 CombineReachability, reference master (ba1cb2), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:56:56 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/istvan-kreisz/CombineReachability
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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
[1/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/7] Compiling Reachability Reachability.swift
[6/7] Emitting module Reachability
[7/7] Compiling Reachability resource_bundle_accessor.swift
[8/9] Compiling CombineReachability Reachability+Combine.swift
[9/9] Emitting module CombineReachability
Build complete! (6.65s)
Fetching https://github.com/ashleymills/Reachability.swift
[1/1912] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.89s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (1.40s)
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.