The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RouterKit, reference main (b9b5c5), with Swift 6.1 for macOS (SPM) on 24 Sep 2025 17:02:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BerkSpar/router-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BerkSpar/router-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b9b5c5a Merge branch 'main' of https://github.com/BerkSpar/router-kit
Cloned https://github.com/BerkSpar/router-kit.git
Revision (git rev-parse @):
b9b5c5a9251fcd682bb50b668a69e07a5d7d636d
SUCCESS checkout https://github.com/BerkSpar/router-kit.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "router-kit",
      "name": "RouterKit",
      "url": "https://github.com/BerkSpar/router-kit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/router-kit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/BerkSpar/router-kit.git
[1/240] Fetching router-kit
Fetched https://github.com/BerkSpar/router-kit.git from cache (0.69s)
Creating working copy for https://github.com/BerkSpar/router-kit.git
Working copy of https://github.com/BerkSpar/router-kit.git resolved at main (b9b5c5a)
warning: '.resolve-product-dependencies': dependency 'router-kit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BerkSpar/router-kit.git
https://github.com/BerkSpar/router-kit.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling RouterKit RouterView.swift
[4/7] Compiling RouterKit UINavigationController+Ext.swift
[5/7] Compiling RouterKit Routable.swift
[6/7] Emitting module RouterKit
[7/7] Compiling RouterKit Router.swift
Build complete! (8.63s)
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.