The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CombineReachability, reference master (ba1cb2), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 18:44:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/ashleymills/Reachability.swift
[1/1922] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.82s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.0.0 (3.07s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "combinereachability",
      "name": "CombineReachability",
      "url": "https://github.com/istvan-kreisz/CombineReachability.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineReachability",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "reachability.swift",
          "name": "Reachability",
          "url": "https://github.com/ashleymills/Reachability.swift",
          "version": "5.2.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Reachability.swift",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/istvan-kreisz/CombineReachability.git
[1/27] Fetching combinereachability
Fetched https://github.com/istvan-kreisz/CombineReachability.git from cache (0.60s)
Fetching https://github.com/ashleymills/Reachability.swift from cache
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.41s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (1.06s)
Creating working copy for https://github.com/istvan-kreisz/CombineReachability.git
Working copy of https://github.com/istvan-kreisz/CombineReachability.git resolved at master (ba1cb2a)
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: '.resolve-product-dependencies': dependency 'combinereachability' is not used by any target
Found 1 product dependencies
  - Reachability
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/istvan-kreisz/CombineReachability.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling Reachability Reachability.swift
[5/5] Emitting module Reachability
[6/7] Compiling CombineReachability Reachability+Combine.swift
[7/7] Emitting module CombineReachability
Build complete! (6.59s)
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.