Build Information
Successful build of NavigationBackport, reference 0.11.4 (daf05f
), with Swift 6.2 (beta) for macOS (SPM) on 27 Jun 2025 23:39:23 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.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnpatrickmorgan/NavigationBackport
* tag 0.11.4 -> FETCH_HEAD
HEAD is now at daf05f3 Merge pull request #62 from johnpatrickmorgan/fix-path-propagation
Cloned https://github.com/johnpatrickmorgan/NavigationBackport.git
Revision (git rev-parse @):
daf05f32b163afdaa5e35a3f76aa809998592eb6
SUCCESS checkout https://github.com/johnpatrickmorgan/NavigationBackport.git at 0.11.4
========================================
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 UseNavigationStackPolicy.swift
[5/34] Compiling NavigationBackport View+_navigationDestination.swift
[6/34] Compiling NavigationBackport View+nbNavigationDestination.swift
[7/34] Compiling NavigationBackport View+nbUseNavigationStack.swift
[8/34] Compiling NavigationBackport View+onFirstAppear.swift
[9/34] Compiling NavigationBackport apply.swift
[10/34] Compiling NavigationBackport EnvironmentValues+navigationStack.swift
[11/34] Compiling NavigationBackport LocalDestinationBuilderModifier.swift
[12/34] Compiling NavigationBackport NBNavigationLink.swift
[13/34] Compiling NavigationBackport Array+utilities.swift
[14/34] Compiling NavigationBackport Binding+withDelaysIfUnsupported.swift
[15/34] Compiling NavigationBackport CodableRepresentation.swift
[16/34] Compiling NavigationBackport ConditionalViewBuilder.swift
[17/34] Compiling NavigationBackport NavigationPathHolder.swift
[18/34] Compiling NavigationBackport Navigator+utilities.swift
[19/34] Compiling NavigationBackport Navigator+withDelaysIfUnsupported.swift
[20/34] Compiling NavigationBackport DestinationBuilderHolder.swift
[21/34] Compiling NavigationBackport DestinationBuilderModifier.swift
[22/34] Compiling NavigationBackport DestinationBuilderView.swift
[23/34] Compiling NavigationBackport Navigator.swift
[24/34] Compiling NavigationBackport Node.swift
[25/34] Compiling NavigationBackport NonReactiveState.swift
[26/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)
[27/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)
[28/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)
[29/34] Compiling NavigationBackport NBScreen.swift
[30/34] Compiling NavigationBackport NavigationBackport.swift
[31/34] Compiling NavigationBackport NavigationLinkRowStyle.swift
[32/34] Compiling NavigationBackport NBNavigationPath+utilities.swift
[33/34] Compiling NavigationBackport NBNavigationPath.swift
[34/34] Compiling NavigationBackport NBNavigationStack.swift
Build complete! (9.75s)
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.