The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ManagedNavigation, reference main (5ff54d), with Swift 6.2 for macOS (SPM) on 26 Mar 2026 22:39:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ricocrescenzio95/ManagedNavigation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ricocrescenzio95/ManagedNavigation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5ff54d0 Added github action (#2)
Cloned https://github.com/ricocrescenzio95/ManagedNavigation.git
Revision (git rev-parse @):
5ff54d070575bbafa51f21190b9094b54d68baa6
SUCCESS checkout https://github.com/ricocrescenzio95/ManagedNavigation.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": "managednavigation",
      "name": "ManagedNavigation",
      "url": "https://github.com/ricocrescenzio95/ManagedNavigation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ManagedNavigation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ricocrescenzio95/ManagedNavigation.git
[1/284] Fetching managednavigation
Fetched https://github.com/ricocrescenzio95/ManagedNavigation.git from cache (1.06s)
Creating working copy for https://github.com/ricocrescenzio95/ManagedNavigation.git
Working copy of https://github.com/ricocrescenzio95/ManagedNavigation.git resolved at main (5ff54d0)
warning: '.resolve-product-dependencies': dependency 'managednavigation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ricocrescenzio95/ManagedNavigation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/10] Compiling ManagedNavigation ManagedNavigationStack.swift
[4/10] Compiling ManagedNavigation NavigationProxy.swift
[5/10] Compiling ManagedNavigation NavigationDestination.swift
[6/10] Compiling ManagedNavigation NavigationManager.swift
[7/10] Compiling ManagedNavigation PresentationNotifier.swift
[8/10] Compiling ManagedNavigation PresentationDestinationModifier.swift
[9/10] Compiling ManagedNavigation ManagedPresentation.swift
[10/10] Emitting module ManagedNavigation
Build complete! (9.81s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/ManagedNavigation/README.md
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ManagedNavigation",
  "name" : "ManagedNavigation",
  "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" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ManagedNavigation",
      "targets" : [
        "ManagedNavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ManagedNavigationTests",
      "module_type" : "SwiftTarget",
      "name" : "ManagedNavigationTests",
      "path" : "Tests/ManagedNavigationTests",
      "sources" : [
        "NavigationManagerTests.swift"
      ],
      "target_dependencies" : [
        "ManagedNavigation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ManagedNavigation",
      "module_type" : "SwiftTarget",
      "name" : "ManagedNavigation",
      "path" : "Sources/ManagedNavigation",
      "product_memberships" : [
        "ManagedNavigation"
      ],
      "sources" : [
        "ModalPresentation/ManagedPresentation.swift",
        "ModalPresentation/PresentationDestinationModifier.swift",
        "ModalPresentation/PresentationNotifier.swift",
        "NavigationDestination.swift",
        "NavigationManager.swift",
        "NavigationProxy.swift",
        "NavigationStack/ManagedNavigationStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.