The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReSwift-Router, reference 0.7.1 (826900), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:36:56 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/ReSwift/ReSwift-Router.git
Reference: 0.7.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ReSwift/ReSwift-Router
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at 8269008 bump version to 0.7.1
Cloned https://github.com/ReSwift/ReSwift-Router.git
Revision (git rev-parse @):
82690085e4e0fa41bc8c56527ce9dc8a6589378f
SUCCESS checkout https://github.com/ReSwift/ReSwift-Router.git at 0.7.1
Fetching https://github.com/ReSwift/ReSwift.git
[1/6447] Fetching reswift
Fetched https://github.com/ReSwift/ReSwift.git from cache (1.51s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 5.0.0 (3.83s)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git 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": "reswift-router",
      "name": "ReSwift-Router",
      "url": "https://github.com/ReSwift/ReSwift-Router.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReSwift-Router",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "reswift",
          "name": "ReSwift",
          "url": "https://github.com/ReSwift/ReSwift.git",
          "version": "5.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReSwift",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ReSwift/ReSwift-Router.git
[1/2656] Fetching reswift-router
Fetched https://github.com/ReSwift/ReSwift-Router.git from cache (1.20s)
Fetching https://github.com/ReSwift/ReSwift.git from cache
Fetched https://github.com/ReSwift/ReSwift.git from cache (0.53s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 5.0.0 (0.61s)
Creating working copy for https://github.com/ReSwift/ReSwift-Router.git
Working copy of https://github.com/ReSwift/ReSwift-Router.git resolved at 0.7.1 (8269008)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 5.0.0
warning: '.resolve-product-dependencies': dependency 'reswift-router' is not used by any target
Found 1 product dependencies
  - ReSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ReSwift/ReSwift-Router.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/15] Compiling ReSwift StoreSubscriber.swift
[5/15] Compiling ReSwift Store.swift
[6/15] Compiling ReSwift Coding.swift
[7/15] Compiling ReSwift Middleware.swift
[8/15] Compiling ReSwift Reducer.swift
[9/15] Compiling ReSwift Action.swift
[10/15] Compiling ReSwift DispatchingStoreType.swift
[11/15] Compiling ReSwift Assertions.swift
[12/15] Compiling ReSwift StoreType.swift
[13/15] Emitting module ReSwift
[14/15] Compiling ReSwift Subscription.swift
[15/15] Compiling ReSwift State.swift
[16/16] Compiling ReSwift TypeHelper.swift
[17/22] Compiling ReSwiftRouter NavigationReducer.swift
[18/22] Compiling ReSwiftRouter NavigationState.swift
[19/22] Compiling ReSwiftRouter Routable.swift
[20/22] Compiling ReSwiftRouter NavigationActions.swift
[21/22] Emitting module ReSwiftRouter
[22/22] Compiling ReSwiftRouter Router.swift
Build complete! (6.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "reswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReSwift/ReSwift.git"
    }
  ],
  "manifest_display_name" : "ReSwift-Router",
  "name" : "ReSwift-Router",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ReSwift-Router",
      "targets" : [
        "ReSwiftRouter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReSwiftRouter",
      "module_type" : "SwiftTarget",
      "name" : "ReSwiftRouter",
      "path" : "ReSwiftRouter",
      "product_dependencies" : [
        "ReSwift"
      ],
      "product_memberships" : [
        "ReSwift-Router"
      ],
      "sources" : [
        "NavigationActions.swift",
        "NavigationReducer.swift",
        "NavigationState.swift",
        "Routable.swift",
        "Router.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.