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 AwesomeNavigation, reference main (c07a39), with Swift 6.1 for macOS (SPM) on 17 Jun 2025 05:01:40 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-arindam/AwesomeNavigation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/k-arindam/AwesomeNavigation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c07a398 Update README.md
Cloned https://github.com/k-arindam/AwesomeNavigation.git
Revision (git rev-parse @):
c07a3980dfbda5e661819180076dbeca6b4ac43f
SUCCESS checkout https://github.com/k-arindam/AwesomeNavigation.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/swiftlang/swift-docc-plugin.git from cache
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.84s)
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.3 (3.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "awesomenavigation",
      "name": "AwesomeNavigation",
      "url": "https://github.com/k-arindam/AwesomeNavigation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AwesomeNavigation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/k-arindam/AwesomeNavigation.git
[1/1594] Fetching awesomenavigation
Fetched https://github.com/k-arindam/AwesomeNavigation.git from cache (1.10s)
Creating working copy for https://github.com/k-arindam/AwesomeNavigation.git
Working copy of https://github.com/k-arindam/AwesomeNavigation.git resolved at main (c07a398)
warning: '.resolve-product-dependencies': dependency 'awesomenavigation' 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/k-arindam/AwesomeNavigation.git
https://github.com/k-arindam/AwesomeNavigation.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "AwesomeNavigation",
  "name" : "AwesomeNavigation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AwesomeNavigation",
      "targets" : [
        "AwesomeNavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AwesomeNavigationTests",
      "module_type" : "SwiftTarget",
      "name" : "AwesomeNavigationTests",
      "path" : "Tests/AwesomeNavigationTests",
      "sources" : [
        "AwesomeNavigationTests.swift"
      ],
      "target_dependencies" : [
        "AwesomeNavigation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AwesomeNavigation",
      "module_type" : "SwiftTarget",
      "name" : "AwesomeNavigation",
      "path" : "Sources/AwesomeNavigation",
      "product_memberships" : [
        "AwesomeNavigation"
      ],
      "sources" : [
        "AwesomeNavigation.swift",
        "Models/ANConfig.swift",
        "Protocols/ANRoute.swift",
        "Views/ANApplication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/9] Compiling AwesomeNavigation ANApplication.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/AwesomeNavigation/Views/ANApplication.swift:50:14: warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead.
48 |             }
49 |             .padding(0.0)
50 |             .animation(config.animation)
   |              `- warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead.
51 |             // Define navigation destinations for `Route` types, using the provided `routeBuilder` closure.
52 |             .navigationDestination(for: Route.self, destination: builder)
[6/9] Emitting module AwesomeNavigation
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/9] Compiling AwesomeNavigation ANConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/9] Compiling AwesomeNavigation AwesomeNavigation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/9] Compiling AwesomeNavigation ANRoute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (16.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "AwesomeNavigation",
  "name" : "AwesomeNavigation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AwesomeNavigation",
      "targets" : [
        "AwesomeNavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AwesomeNavigationTests",
      "module_type" : "SwiftTarget",
      "name" : "AwesomeNavigationTests",
      "path" : "Tests/AwesomeNavigationTests",
      "sources" : [
        "AwesomeNavigationTests.swift"
      ],
      "target_dependencies" : [
        "AwesomeNavigation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AwesomeNavigation",
      "module_type" : "SwiftTarget",
      "name" : "AwesomeNavigation",
      "path" : "Sources/AwesomeNavigation",
      "product_memberships" : [
        "AwesomeNavigation"
      ],
      "sources" : [
        "AwesomeNavigation.swift",
        "Models/ANConfig.swift",
        "Protocols/ANRoute.swift",
        "Views/ANApplication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.