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 NavigationBackport, reference main (540d82), with Swift 6.2 (beta) for macOS (SPM) on 10 Aug 2025 21:40:04 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnpatrickmorgan/NavigationBackport.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnpatrickmorgan/NavigationBackport
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 540d823 Merge pull request #64 from atifdev10/main
Cloned https://github.com/johnpatrickmorgan/NavigationBackport.git
Revision (git rev-parse @):
540d823fdfbbe495cbbe0afc80c409d63c9995c0
SUCCESS checkout https://github.com/johnpatrickmorgan/NavigationBackport.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnpatrickmorgan/NavigationBackport.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/31] Compiling NavigationBackport EnvironmentValues+navigationStack.swift
[4/31] Compiling NavigationBackport LocalDestinationBuilderModifier.swift
[5/31] Compiling NavigationBackport NBNavigationLink.swift
[6/34] Compiling NavigationBackport UseNavigationStackPolicy.swift
[7/34] Compiling NavigationBackport View+_navigationDestination.swift
[8/34] Compiling NavigationBackport View+nbNavigationDestination.swift
[9/34] Compiling NavigationBackport Navigator.swift
[10/34] Compiling NavigationBackport Node.swift
[11/34] Compiling NavigationBackport NonReactiveState.swift
[12/34] Compiling NavigationBackport NBNavigationPath+utilities.swift
[13/34] Compiling NavigationBackport NBNavigationPath.swift
[14/34] Compiling NavigationBackport NBNavigationStack.swift
[15/34] Compiling NavigationBackport NavigationPathHolder.swift
[16/34] Compiling NavigationBackport Navigator+utilities.swift
[17/34] Compiling NavigationBackport Navigator+withDelaysIfUnsupported.swift
[18/34] Compiling NavigationBackport NBScreen.swift
[19/34] Compiling NavigationBackport NavigationBackport.swift
[20/34] Compiling NavigationBackport NavigationLinkRowStyle.swift
[21/34] Compiling NavigationBackport ObservableObject+withDelaysIfUnsupported.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:18:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |
17 |     Task { @MainActor in
18 |       await withDelaysIfUnsupported(keyPath, from: start, to: end)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
19 |       onCompletion?()
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:10:8: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 8 |   @_disfavoredOverload
 9 |   @MainActor
10 |   func withDelaysIfUnsupported<Screen>(_ keyPath: WritableKeyPath<Self, [Screen]>, transform: (inout [Screen]) -> Void, onCompletion: (() -> Void)? = nil) {
   |        `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |     let start = self[keyPath: keyPath]
12 |     let end = apply(transform, to: start)
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:50:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
48 |
49 |     Task { @MainActor in
50 |       await withDelaysIfUnsupported(keyPath.appending(path: \.elements), from: start.elements, to: end.elements)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
51 |       onCompletion?()
52 |     }
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:42:8: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |   @_disfavoredOverload
41 |   @MainActor
42 |   func withDelaysIfUnsupported(_ keyPath: WritableKeyPath<Self, NBNavigationPath>, transform: (inout NBNavigationPath) -> Void, onCompletion: (() -> Void)? = nil) {
   |        `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 |     let start = self[keyPath: keyPath]
44 |     let end = apply(transform, to: start)
[22/34] Compiling NavigationBackport Router.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:18:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |
17 |     Task { @MainActor in
18 |       await withDelaysIfUnsupported(keyPath, from: start, to: end)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
19 |       onCompletion?()
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:10:8: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 8 |   @_disfavoredOverload
 9 |   @MainActor
10 |   func withDelaysIfUnsupported<Screen>(_ keyPath: WritableKeyPath<Self, [Screen]>, transform: (inout [Screen]) -> Void, onCompletion: (() -> Void)? = nil) {
   |        `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |     let start = self[keyPath: keyPath]
12 |     let end = apply(transform, to: start)
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:50:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
48 |
49 |     Task { @MainActor in
50 |       await withDelaysIfUnsupported(keyPath.appending(path: \.elements), from: start.elements, to: end.elements)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
51 |       onCompletion?()
52 |     }
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:42:8: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |   @_disfavoredOverload
41 |   @MainActor
42 |   func withDelaysIfUnsupported(_ keyPath: WritableKeyPath<Self, NBNavigationPath>, transform: (inout NBNavigationPath) -> Void, onCompletion: (() -> Void)? = nil) {
   |        `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 |     let start = self[keyPath: keyPath]
44 |     let end = apply(transform, to: start)
[23/34] Compiling NavigationBackport Unobserved.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:18:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |
17 |     Task { @MainActor in
18 |       await withDelaysIfUnsupported(keyPath, from: start, to: end)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
19 |       onCompletion?()
20 |     }
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:10:8: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 8 |   @_disfavoredOverload
 9 |   @MainActor
10 |   func withDelaysIfUnsupported<Screen>(_ keyPath: WritableKeyPath<Self, [Screen]>, transform: (inout [Screen]) -> Void, onCompletion: (() -> Void)? = nil) {
   |        `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |     let start = self[keyPath: keyPath]
12 |     let end = apply(transform, to: start)
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:50:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
48 |
49 |     Task { @MainActor in
50 |       await withDelaysIfUnsupported(keyPath.appending(path: \.elements), from: start.elements, to: end.elements)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
51 |       onCompletion?()
52 |     }
/Users/admin/builder/spi-builder-workspace/Sources/NavigationBackport/ObservableObject+withDelaysIfUnsupported.swift:42:8: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |   @_disfavoredOverload
41 |   @MainActor
42 |   func withDelaysIfUnsupported(_ keyPath: WritableKeyPath<Self, NBNavigationPath>, transform: (inout NBNavigationPath) -> Void, onCompletion: (() -> Void)? = nil) {
   |        `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 |     let start = self[keyPath: keyPath]
44 |     let end = apply(transform, to: start)
[24/34] Compiling NavigationBackport DestinationBuilderHolder.swift
[25/34] Compiling NavigationBackport DestinationBuilderModifier.swift
[26/34] Compiling NavigationBackport DestinationBuilderView.swift
[27/34] Emitting module NavigationBackport
[28/34] Compiling NavigationBackport Array+utilities.swift
[29/34] Compiling NavigationBackport Binding+withDelaysIfUnsupported.swift
[30/34] Compiling NavigationBackport CodableRepresentation.swift
[31/34] Compiling NavigationBackport ConditionalViewBuilder.swift
[32/34] Compiling NavigationBackport View+nbUseNavigationStack.swift
[33/34] Compiling NavigationBackport View+onFirstAppear.swift
[34/34] Compiling NavigationBackport apply.swift
Build complete! (9.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NavigationBackport",
  "name" : "NavigationBackport",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "NavigationBackport",
      "targets" : [
        "NavigationBackport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NavigationBackportTests",
      "module_type" : "SwiftTarget",
      "name" : "NavigationBackportTests",
      "path" : "Tests/NavigationBackportTests",
      "sources" : [
        "NavigationBackportTests.swift"
      ],
      "target_dependencies" : [
        "NavigationBackport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NavigationBackport",
      "module_type" : "SwiftTarget",
      "name" : "NavigationBackport",
      "path" : "Sources/NavigationBackport",
      "product_memberships" : [
        "NavigationBackport"
      ],
      "sources" : [
        "Array+utilities.swift",
        "Binding+withDelaysIfUnsupported.swift",
        "CodableRepresentation.swift",
        "ConditionalViewBuilder.swift",
        "DestinationBuilderHolder.swift",
        "DestinationBuilderModifier.swift",
        "DestinationBuilderView.swift",
        "EnvironmentValues+navigationStack.swift",
        "LocalDestinationBuilderModifier.swift",
        "NBNavigationLink.swift",
        "NBNavigationPath+utilities.swift",
        "NBNavigationPath.swift",
        "NBNavigationStack.swift",
        "NBScreen.swift",
        "NavigationBackport.swift",
        "NavigationLinkRowStyle.swift",
        "NavigationPathHolder.swift",
        "Navigator+utilities.swift",
        "Navigator+withDelaysIfUnsupported.swift",
        "Navigator.swift",
        "Node.swift",
        "NonReactiveState.swift",
        "ObservableObject+withDelaysIfUnsupported.swift",
        "Router.swift",
        "Unobserved.swift",
        "UseNavigationStackPolicy.swift",
        "View+_navigationDestination.swift",
        "View+nbNavigationDestination.swift",
        "View+nbUseNavigationStack.swift",
        "View+onFirstAppear.swift",
        "apply.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.