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 URLNavigator, reference 2.5.1 (b881f2), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:03:10 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devxoul/URLNavigator.git
Reference: 2.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devxoul/URLNavigator
 * tag               2.5.1      -> FETCH_HEAD
HEAD is now at b881f23 Bump version to 2.5.1
Cloned https://github.com/devxoul/URLNavigator.git
Revision (git rev-parse @):
b881f23dc3b381986ed6cf76da8e426ce5c8a7ee
SUCCESS checkout https://github.com/devxoul/URLNavigator.git at 2.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/devxoul/URLNavigator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling URLMatcher URLPathComponent.swift
[5/9] Compiling URLMatcher URLPatchComponentMatchResult.swift
[6/9] Compiling URLMatcher URLConvertible.swift
[7/9] Emitting module URLMatcher
[8/9] Compiling URLMatcher URLMatchResult.swift
[9/9] Compiling URLMatcher URLMatcher.swift
[10/15] Compiling URLNavigator NavigatorProtocol.swift
[11/15] Compiling URLNavigator NavigatorDelegate.swift
[12/15] Compiling URLNavigator UIViewControllerType.swift
[13/15] Emitting module URLNavigator
[14/15] Compiling URLNavigator UIViewController+TopMostViewController.swift
[15/15] Compiling URLNavigator Navigator.swift
Build complete! (4.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "URLNavigator",
  "name" : "URLNavigator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "URLMatcher",
      "targets" : [
        "URLMatcher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "URLNavigator",
      "targets" : [
        "URLNavigator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLNavigatorTests",
      "module_type" : "SwiftTarget",
      "name" : "URLNavigatorTests",
      "path" : "Tests/URLNavigatorTests",
      "sources" : [
        "Fixtures.swift",
        "NavigatorDelegateTests.swift",
        "NavigatorTests.swift",
        "Stubs.swift",
        "TopMostViewControllerTests.swift"
      ],
      "target_dependencies" : [
        "URLNavigator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLNavigator",
      "module_type" : "SwiftTarget",
      "name" : "URLNavigator",
      "path" : "Sources/URLNavigator",
      "product_memberships" : [
        "URLNavigator"
      ],
      "sources" : [
        "Navigator.swift",
        "NavigatorDelegate.swift",
        "NavigatorProtocol.swift",
        "UIViewController+TopMostViewController.swift",
        "UIViewControllerType.swift"
      ],
      "target_dependencies" : [
        "URLMatcher"
      ],
      "type" : "library"
    },
    {
      "c99name" : "URLMatcherTests",
      "module_type" : "SwiftTarget",
      "name" : "URLMatcherTests",
      "path" : "Tests/URLMatcherTests",
      "sources" : [
        "URLConvertibleTests.swift",
        "URLMatcherInternalTests.swift",
        "URLMatcherTests.swift",
        "URLPathComponentTests.swift"
      ],
      "target_dependencies" : [
        "URLMatcher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLMatcher",
      "module_type" : "SwiftTarget",
      "name" : "URLMatcher",
      "path" : "Sources/URLMatcher",
      "product_memberships" : [
        "URLMatcher",
        "URLNavigator"
      ],
      "sources" : [
        "URLConvertible.swift",
        "URLMatchResult.swift",
        "URLMatcher.swift",
        "URLPatchComponentMatchResult.swift",
        "URLPathComponent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.