The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NavigationBackport, reference 0.11.5 (5baf99), with Swift 6.2 for macOS (SPM) on 4 Jul 2025 03:46:27 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/johnpatrickmorgan/NavigationBackport.git
Reference: 0.11.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnpatrickmorgan/NavigationBackport
 * tag               0.11.5     -> FETCH_HEAD
HEAD is now at 5baf998 Removes unnecessary AnyView wrapper
Cloned https://github.com/johnpatrickmorgan/NavigationBackport.git
Revision (git rev-parse @):
5baf99855f6a0a02022f9b479cc41ad99a8e070c
SUCCESS checkout https://github.com/johnpatrickmorgan/NavigationBackport.git at 0.11.5
========================================
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] Emitting module NavigationBackport
[4/34] Compiling NavigationBackport View+nbUseNavigationStack.swift
[5/34] Compiling NavigationBackport View+onFirstAppear.swift
[6/34] Compiling NavigationBackport apply.swift
[7/34] Compiling NavigationBackport EnvironmentValues+navigationStack.swift
[8/34] Compiling NavigationBackport LocalDestinationBuilderModifier.swift
[9/34] Compiling NavigationBackport NBNavigationLink.swift
[10/34] Compiling NavigationBackport NBScreen.swift
[11/34] Compiling NavigationBackport NavigationBackport.swift
[12/34] Compiling NavigationBackport NavigationLinkRowStyle.swift
[13/34] Compiling NavigationBackport NBNavigationPath+utilities.swift
[14/34] Compiling NavigationBackport NBNavigationPath.swift
[15/34] Compiling NavigationBackport NBNavigationStack.swift
[16/34] Compiling NavigationBackport Navigator.swift
[17/34] Compiling NavigationBackport Node.swift
[18/34] Compiling NavigationBackport NonReactiveState.swift
[19/34] Compiling NavigationBackport NavigationPathHolder.swift
[20/34] Compiling NavigationBackport Navigator+utilities.swift
[21/34] Compiling NavigationBackport Navigator+withDelaysIfUnsupported.swift
[22/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)
[23/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)
[24/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)
[25/34] Compiling NavigationBackport UseNavigationStackPolicy.swift
[26/34] Compiling NavigationBackport View+_navigationDestination.swift
[27/34] Compiling NavigationBackport View+nbNavigationDestination.swift
[28/34] Compiling NavigationBackport DestinationBuilderHolder.swift
[29/34] Compiling NavigationBackport DestinationBuilderModifier.swift
[30/34] Compiling NavigationBackport DestinationBuilderView.swift
[31/34] Compiling NavigationBackport Array+utilities.swift
[32/34] Compiling NavigationBackport Binding+withDelaysIfUnsupported.swift
[33/34] Compiling NavigationBackport CodableRepresentation.swift
[34/34] Compiling NavigationBackport ConditionalViewBuilder.swift
Build complete! (9.47s)
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.