Build Information
Failed to build NavigatorUI, reference main (c33b99
), with Swift 5.10 for macOS (SPM) on 12 Sep 2025 00:13:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hmlongco/Navigator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hmlongco/Navigator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c33b99f Update README
Cloned https://github.com/hmlongco/Navigator.git
Revision (git rev-parse @):
c33b99f54b114ed84bed6736b573eb008c166006
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hmlongco/Navigator.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/hmlongco/Navigator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-33747A42983211AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/30] Emitting module NavigatorUI
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationAction.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationAction: Hashable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationCheckpoint.swift:47:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationCheckpoint<T>: Equatable, Hashable, Sendable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationConfiguration.swift:29:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationConfiguration {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:37:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationEvent: CustomStringConvertible {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:63:5: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum Event: CustomStringConvertible {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:93:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum LifecycleEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:101:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum NavigationEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:108:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum SendEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:114:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum CheckpointEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationMethod.swift:35:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum NavigationMethod: Int, Codable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:10:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public protocol NavigationRoutes: Hashable {}
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationSceneStorage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated internal struct NavigationSceneStorage: Codable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationState.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public class NavigationState: ObservableObject, @unchecked Sendable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/Navigator.swift:31:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct Navigator: @unchecked Sendable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:20: error: unknown attribute 'retroactive'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:1: error: inheritance from non-protocol type 'any Hashable'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:43: error: unknown attribute 'retroactive'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:1: error: inheritance from non-protocol type 'any Equatable'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
[7/32] Compiling NavigatorUI ManagedPresentationView.swift
[8/32] Compiling NavigatorUI resource_bundle_accessor.swift
[9/32] Compiling NavigatorUI NavigationMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationMethod.swift:35:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum NavigationMethod: Int, Codable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationOperations.swift:241:49: error: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'
guard let destination = destination as? NavigationDestination, known(destination: destination) == false else {
^~~~~~~~~~~~~~~~~~~~~
(any NavigationDestination)
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:70:9: error: call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
ManagedPresentationView {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/ManagedPresentationView.swift:48:12: note: calls to initializer 'init(content:)' from outside of its actor context are implicitly asynchronous
public init(@ViewBuilder content: () -> Content) {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:69:17: note: add '@MainActor' to make instance method 'managedPresentationView()' part of global actor 'MainActor'
public func managedPresentationView() -> some View {
^
@MainActor
[10/32] Compiling NavigatorUI NavigationOperations.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationMethod.swift:35:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum NavigationMethod: Int, Codable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationOperations.swift:241:49: error: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'
guard let destination = destination as? NavigationDestination, known(destination: destination) == false else {
^~~~~~~~~~~~~~~~~~~~~
(any NavigationDestination)
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:70:9: error: call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
ManagedPresentationView {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/ManagedPresentationView.swift:48:12: note: calls to initializer 'init(content:)' from outside of its actor context are implicitly asynchronous
public init(@ViewBuilder content: () -> Content) {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:69:17: note: add '@MainActor' to make instance method 'managedPresentationView()' part of global actor 'MainActor'
public func managedPresentationView() -> some View {
^
@MainActor
[11/32] Compiling NavigatorUI NavigationPresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationMethod.swift:35:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum NavigationMethod: Int, Codable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationOperations.swift:241:49: error: use of protocol 'NavigationDestination' as a type must be written 'any NavigationDestination'
guard let destination = destination as? NavigationDestination, known(destination: destination) == false else {
^~~~~~~~~~~~~~~~~~~~~
(any NavigationDestination)
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:70:9: error: call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
ManagedPresentationView {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/ManagedPresentationView.swift:48:12: note: calls to initializer 'init(content:)' from outside of its actor context are implicitly asynchronous
public init(@ViewBuilder content: () -> Content) {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationPresentation.swift:69:17: note: add '@MainActor' to make instance method 'managedPresentationView()' part of global actor 'MainActor'
public func managedPresentationView() -> some View {
^
@MainActor
[12/32] Compiling NavigatorUI NavigationRoutes.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:10:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public protocol NavigationRoutes: Hashable {}
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:28:20: error: call to main actor-isolated instance method 'route(to:with:)' in a synchronous nonisolated context
router.route(to: route, with: navigator)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:22:10: note: calls to instance method 'route(to:with:)' from outside of its actor context are implicitly asynchronous
func route(to route: Route, with navigator: Navigator)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationSceneStorage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated internal struct NavigationSceneStorage: Codable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationSend.swift:216:23: error: call to main actor-isolated instance method 'navigate(to:)' in a synchronous nonisolated context
navigator.navigate(to: value)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationOperations.swift:21:17: note: calls to instance method 'navigate(to:)' from outside of its actor context are implicitly asynchronous
public func navigate<D: NavigationDestination>(to destination: D) {
^
[13/32] Compiling NavigatorUI NavigationSceneStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:10:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public protocol NavigationRoutes: Hashable {}
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:28:20: error: call to main actor-isolated instance method 'route(to:with:)' in a synchronous nonisolated context
router.route(to: route, with: navigator)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:22:10: note: calls to instance method 'route(to:with:)' from outside of its actor context are implicitly asynchronous
func route(to route: Route, with navigator: Navigator)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationSceneStorage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated internal struct NavigationSceneStorage: Codable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationSend.swift:216:23: error: call to main actor-isolated instance method 'navigate(to:)' in a synchronous nonisolated context
navigator.navigate(to: value)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationOperations.swift:21:17: note: calls to instance method 'navigate(to:)' from outside of its actor context are implicitly asynchronous
public func navigate<D: NavigationDestination>(to destination: D) {
^
[14/32] Compiling NavigatorUI NavigationSend.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:10:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public protocol NavigationRoutes: Hashable {}
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:28:20: error: call to main actor-isolated instance method 'route(to:with:)' in a synchronous nonisolated context
router.route(to: route, with: navigator)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationRoutes.swift:22:10: note: calls to instance method 'route(to:with:)' from outside of its actor context are implicitly asynchronous
func route(to route: Route, with navigator: Navigator)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationSceneStorage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated internal struct NavigationSceneStorage: Codable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationSend.swift:216:23: error: call to main actor-isolated instance method 'navigate(to:)' in a synchronous nonisolated context
navigator.navigate(to: value)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationOperations.swift:21:17: note: calls to instance method 'navigate(to:)' from outside of its actor context are implicitly asynchronous
public func navigate<D: NavigationDestination>(to destination: D) {
^
[15/32] Compiling NavigatorUI AnyNavigationDestination.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationAction.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationAction: Hashable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationCheckpoint.swift:47:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationCheckpoint<T>: Equatable, Hashable, Sendable {
^~~~~~~~~~~~
[16/32] Compiling NavigatorUI NavigationAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationAction.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationAction: Hashable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationCheckpoint.swift:47:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationCheckpoint<T>: Equatable, Hashable, Sendable {
^~~~~~~~~~~~
[17/32] Compiling NavigatorUI NavigationCheckpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationAction.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationAction: Hashable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationCheckpoint.swift:47:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationCheckpoint<T>: Equatable, Hashable, Sendable {
^~~~~~~~~~~~
[18/32] Compiling NavigatorUI NavigationState.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationState.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public class NavigationState: ObservableObject, @unchecked Sendable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/Navigator.swift:31:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct Navigator: @unchecked Sendable {
^~~~~~~~~~~~
[19/32] Compiling NavigatorUI Navigator.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationState.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public class NavigationState: ObservableObject, @unchecked Sendable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/Navigator.swift:31:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct Navigator: @unchecked Sendable {
^~~~~~~~~~~~
[20/32] Compiling NavigatorUI NavigationLink+Navigator.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationState.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public class NavigationState: ObservableObject, @unchecked Sendable {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/Navigator.swift:31:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct Navigator: @unchecked Sendable {
^~~~~~~~~~~~
[21/32] Compiling NavigatorUI NavigationURLHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/NavigationURLHandler.swift:79:16: error: call to main actor-isolated instance method 'handles(_:with:)' in a synchronous nonisolated context
$0.handles(url, with: navigator)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/NavigationURLHandler.swift:40:21: note: calls to instance method 'handles(_:with:)' from outside of its actor context are implicitly asynchronous
@MainActor func handles(_ url: URL, with navigator: Navigator) -> Bool
^
[22/32] Compiling NavigatorUI NavigationViewProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/NavigationURLHandler.swift:79:16: error: call to main actor-isolated instance method 'handles(_:with:)' in a synchronous nonisolated context
$0.handles(url, with: navigator)
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/NavigationURLHandler.swift:40:21: note: calls to instance method 'handles(_:with:)' from outside of its actor context are implicitly asynchronous
@MainActor func handles(_ url: URL, with navigator: Navigator) -> Bool
^
[23/32] Compiling NavigatorUI NavigationConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationConfiguration.swift:29:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationConfiguration {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationDismiss.swift:105:9: error: call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
ManagedPresentationView {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/ManagedPresentationView.swift:48:12: note: calls to initializer 'init(content:)' from outside of its actor context are implicitly asynchronous
public init(@ViewBuilder content: () -> Content) {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationDismiss.swift:104:17: note: add '@MainActor' to make instance method 'navigationDismissible()' part of global actor 'MainActor'
public func navigationDismissible() -> some View {
^
[24/32] Compiling NavigatorUI NavigationDestination.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationConfiguration.swift:29:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationConfiguration {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationDismiss.swift:105:9: error: call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
ManagedPresentationView {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/ManagedPresentationView.swift:48:12: note: calls to initializer 'init(content:)' from outside of its actor context are implicitly asynchronous
public init(@ViewBuilder content: () -> Content) {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationDismiss.swift:104:17: note: add '@MainActor' to make instance method 'navigationDismissible()' part of global actor 'MainActor'
public func navigationDismissible() -> some View {
^
[25/32] Compiling NavigatorUI NavigationDismiss.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationConfiguration.swift:29:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationConfiguration {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationDismiss.swift:105:9: error: call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
ManagedPresentationView {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Views/ManagedPresentationView.swift:48:12: note: calls to initializer 'init(content:)' from outside of its actor context are implicitly asynchronous
public init(@ViewBuilder content: () -> Content) {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationDismiss.swift:104:17: note: add '@MainActor' to make instance method 'navigationDismissible()' part of global actor 'MainActor'
public func navigationDismissible() -> some View {
^
[26/32] Compiling NavigatorUI Binding+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:20: error: unknown attribute 'retroactive'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:1: error: inheritance from non-protocol type 'any Hashable'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:43: error: unknown attribute 'retroactive'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:1: error: inheritance from non-protocol type 'any Equatable'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
[27/32] Compiling NavigatorUI Callback.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:20: error: unknown attribute 'retroactive'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:1: error: inheritance from non-protocol type 'any Hashable'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:43: error: unknown attribute 'retroactive'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Protocols/Binding+Extension.swift:18:1: error: inheritance from non-protocol type 'any Equatable'
extension Binding: @retroactive Hashable, @retroactive Equatable where Value: Hashable {
^
[28/32] Compiling NavigatorUI NavigationViewRouting.swift
[29/32] Compiling NavigatorUI ManagedNavigationStack.swift
[30/32] Compiling NavigatorUI NavigationEventLogging.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:37:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationEvent: CustomStringConvertible {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:63:5: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum Event: CustomStringConvertible {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:93:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum LifecycleEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:101:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum NavigationEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:108:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum SendEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:114:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum CheckpointEvent {
^~~~~~~~~~~~
[31/32] Compiling NavigatorUI NavigationFind.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:37:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationEvent: CustomStringConvertible {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:63:5: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum Event: CustomStringConvertible {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:93:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum LifecycleEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:101:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum NavigationEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:108:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum SendEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:114:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum CheckpointEvent {
^~~~~~~~~~~~
[32/32] Compiling NavigatorUI NavigationLocked.swift
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:37:1: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public struct NavigationEvent: CustomStringConvertible {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:63:5: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum Event: CustomStringConvertible {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:93:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum LifecycleEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:101:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum NavigationEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:108:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum SendEvent {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NavigatorUI/NavigatorUI/Core/NavigationEventLogging.swift:114:9: error: 'nonisolated' modifier cannot be applied to this declaration
nonisolated public enum CheckpointEvent {
^~~~~~~~~~~~
error: fatalError
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.59s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3509] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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
BUILD FAILURE 5.10 macosSpm