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 RoutingManager, reference 3.1.0 (f5fb6e), with Swift 6.1 for macOS (SPM) on 3 Oct 2025 08:26:50 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/RoutingManager.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/RoutingManager
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at f5fb6e6 2025-10-03 - Bumped SimpleLogger
Cloned https://github.com/markbattistella/RoutingManager.git
Revision (git rev-parse @):
f5fb6e6b4e7f3b70259a117efbfa262a8158102e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/RoutingManager.git at 3.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/markbattistella/RoutingManager.git
https://github.com/markbattistella/RoutingManager.git
{
  "dependencies" : [
    {
      "identity" : "simplelogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/SimpleLogger"
    }
  ],
  "manifest_display_name" : "RoutingManager",
  "name" : "RoutingManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "RoutingManager",
      "targets" : [
        "RoutingManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RoutingManager",
      "module_type" : "SwiftTarget",
      "name" : "RoutingManager",
      "path" : "Sources/RoutingManager",
      "product_dependencies" : [
        "SimpleLogger"
      ],
      "product_memberships" : [
        "RoutingManager"
      ],
      "sources" : [
        "Manager/NavigationManager+Helper.swift",
        "Manager/NavigationManager+Route.swift",
        "Manager/NavigationManager+State.swift",
        "Manager/NavigationManager.swift",
        "Model/OccurrenceDirection.swift",
        "Model/Typealias+Representable.swift",
        "Outcomes/NavigationError.swift",
        "Outcomes/NavigationResult.swift",
        "Protocol/Delegate/NavigationRouteDeletgate.swift",
        "Protocol/Delegate/NavigationStateDelegate.swift",
        "Protocol/Representable/FileStorageRepresentable.swift",
        "Protocol/Representable/NavigationRouteRepresentable.swift",
        "Protocol/Representable/NavigationStackRepresentable.swift",
        "Storage/FileStorage.swift",
        "Storage/JSONFileStorage.swift",
        "Storage/MemoryStorage.swift",
        "View/NavigationWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/21] Compiling SimpleLogger LoggerCategory.swift
[5/21] Compiling SimpleLogger AgnosticColor.swift
[6/21] Compiling SimpleLogger Delimiter.swift
[7/21] Compiling SimpleLogger Category+Testing.swift
[8/21] Compiling SimpleLogger Category+UI.swift
[9/21] Compiling SimpleLogger Category+Utilities.swift
[10/21] Compiling SimpleLogger Date+Ext.swift
[11/21] Compiling SimpleLogger Category+Security.swift
[12/21] Compiling SimpleLogger Category+System.swift
[13/21] Compiling SimpleLogger Category+Performance.swift
[14/21] Compiling SimpleLogger Category+Persistence.swift
[15/21] Compiling SimpleLogger Category+Miscellaneous.swift
[16/21] Compiling SimpleLogger Category+Network.swift
[17/21] Compiling SimpleLogger Category+Architecture.swift
[18/21] Compiling SimpleLogger Category+Commerce.swift
[19/21] Emitting module SimpleLogger
[20/21] Compiling SimpleLogger LogLevel+Ext.swift
[21/21] Compiling SimpleLogger Logger+Ext.swift
[22/22] Compiling SimpleLogger LoggerManager.swift
[23/39] Compiling RoutingManager MemoryStorage.swift
[24/39] Compiling RoutingManager NavigationRouteDeletgate.swift
[25/39] Compiling RoutingManager NavigationStateDelegate.swift
[26/39] Compiling RoutingManager FileStorageRepresentable.swift
[27/39] Compiling RoutingManager NavigationRouteRepresentable.swift
[28/39] Compiling RoutingManager JSONFileStorage.swift
[29/39] Compiling RoutingManager NavigationStackRepresentable.swift
[30/39] Compiling RoutingManager FileStorage.swift
[31/40] Compiling RoutingManager OccurrenceDirection.swift
[32/40] Compiling RoutingManager Typealias+Representable.swift
[33/40] Compiling RoutingManager NavigationError.swift
[34/40] Compiling RoutingManager NavigationResult.swift
[35/40] Compiling RoutingManager NavigationWrapper.swift
[36/40] Emitting module RoutingManager
[37/40] Compiling RoutingManager NavigationManager+Helper.swift
[38/40] Compiling RoutingManager NavigationManager+Route.swift
[39/40] Compiling RoutingManager NavigationManager+State.swift
[40/40] Compiling RoutingManager NavigationManager.swift
Build complete! (15.62s)
Fetching https://github.com/markbattistella/SimpleLogger
[1/108] Fetching simplelogger
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.65s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 2.0.0 (1.12s)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 2.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplelogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/SimpleLogger"
    }
  ],
  "manifest_display_name" : "RoutingManager",
  "name" : "RoutingManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "RoutingManager",
      "targets" : [
        "RoutingManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RoutingManager",
      "module_type" : "SwiftTarget",
      "name" : "RoutingManager",
      "path" : "Sources/RoutingManager",
      "product_dependencies" : [
        "SimpleLogger"
      ],
      "product_memberships" : [
        "RoutingManager"
      ],
      "sources" : [
        "Manager/NavigationManager+Helper.swift",
        "Manager/NavigationManager+Route.swift",
        "Manager/NavigationManager+State.swift",
        "Manager/NavigationManager.swift",
        "Model/OccurrenceDirection.swift",
        "Model/Typealias+Representable.swift",
        "Outcomes/NavigationError.swift",
        "Outcomes/NavigationResult.swift",
        "Protocol/Delegate/NavigationRouteDeletgate.swift",
        "Protocol/Delegate/NavigationStateDelegate.swift",
        "Protocol/Representable/FileStorageRepresentable.swift",
        "Protocol/Representable/NavigationRouteRepresentable.swift",
        "Protocol/Representable/NavigationStackRepresentable.swift",
        "Storage/FileStorage.swift",
        "Storage/JSONFileStorage.swift",
        "Storage/MemoryStorage.swift",
        "View/NavigationWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.