The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RouterKit, reference 1.4.2 (8f125a), with Swift 6.2 for macOS (SPM) on 20 Aug 2025 06:28:12 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BerkSpar/router-kit.git
Reference: 1.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BerkSpar/router-kit
 * tag               1.4.2      -> FETCH_HEAD
HEAD is now at 8f125aa fix: update UINavigationController+Ext.swift
Cloned https://github.com/BerkSpar/router-kit.git
Revision (git rev-parse @):
8f125aae4c113f90556ae313564bfbc3a535915f
SUCCESS checkout https://github.com/BerkSpar/router-kit.git at 1.4.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BerkSpar/router-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling RouterKit UINavigationController+Ext.swift
[4/7] Compiling RouterKit Routable.swift
[5/7] Compiling RouterKit RouterView.swift
[6/7] Emitting module RouterKit
[7/7] Compiling RouterKit Router.swift
Build complete! (8.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RouterKit",
  "name" : "RouterKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "RouterKit",
      "targets" : [
        "RouterKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RouterKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RouterKitTests",
      "path" : "Tests/RouterKitTests",
      "sources" : [
        "Mocks/MockRoute.swift",
        "RouterTests.swift",
        "RouterViewTests.swift"
      ],
      "target_dependencies" : [
        "RouterKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RouterKit",
      "module_type" : "SwiftTarget",
      "name" : "RouterKit",
      "path" : "Sources/RouterKit",
      "product_memberships" : [
        "RouterKit"
      ],
      "sources" : [
        "Routable.swift",
        "Router.swift",
        "RouterView.swift",
        "UINavigationController+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.