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 Routing, reference v0.0.1 (65b704), with Swift 5.10 for macOS (SPM) on 12 Jul 2025 18:42:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/n3d1117/Routing.git
Reference: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/n3d1117/Routing
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 65b704d initial commit
Cloned https://github.com/n3d1117/Routing.git
Revision (git rev-parse @):
65b704dd60ad1bc28b11aa37fc523d00f457bd9e
SUCCESS checkout https://github.com/n3d1117/Routing.git at v0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/n3d1117/Routing.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/11] Compiling Routing RouterCore.swift
[4/11] Compiling Routing RoutingView.swift
[5/11] Compiling Routing Logger.swift
[6/11] Compiling Routing RouterConfiguration.swift
[7/11] Compiling Routing Routable.swift
[8/11] Compiling Routing Router.swift
[9/11] Emitting module Routing
[10/11] Compiling Routing View+Router.swift
[11/11] Compiling Routing DeepLinking.swift
Build complete! (7.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Routing",
  "name" : "Routing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Routing",
      "targets" : [
        "Routing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RoutingTests",
      "module_type" : "SwiftTarget",
      "name" : "RoutingTests",
      "path" : "Tests/RoutingTests",
      "sources" : [
        "DeepLinkingTests.swift",
        "RouterTests.swift",
        "StateRestorationTests.swift"
      ],
      "target_dependencies" : [
        "Routing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Routing",
      "module_type" : "SwiftTarget",
      "name" : "Routing",
      "path" : "Sources/Routing",
      "product_memberships" : [
        "Routing"
      ],
      "sources" : [
        "DeepLinking.swift",
        "Logger.swift",
        "Routable.swift",
        "Router.swift",
        "RouterConfiguration.swift",
        "RouterCore.swift",
        "RoutingView.swift",
        "View+Router.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.