Add explicit @mainactor to NavigationLink initializer #6028
Annotations
2 errors and 10 warnings
|
Release
The operation was canceled.
|
Debug:
Tests/ComposableArchitectureTests/BindingLocalTests.swift#L30
call to main actor-isolated initializer 'init(initialState:reducer:withDependencies:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/BindingLocalTests.swift#L31
call to main actor-isolated initializer 'init(_:observe:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/BindingLocalTests.swift#L33
call to main actor-isolated instance method 'binding(get:send:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/BindingLocalTests.swift#L38
main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L54
call to main actor-isolated initializer 'init(initialState:reducer:withDependencies:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L58
call to main actor-isolated initializer 'init(_:observe:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L60
call to main actor-isolated instance method 'send' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L61
call to main actor-isolated instance method 'send' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/Reducers/BindingReducerTests.swift#L65
call to main actor-isolated initializer 'init(initialState:reducer:withDependencies:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Debug:
Tests/ComposableArchitectureTests/Reducers/BindingReducerTests.swift#L68
call to main actor-isolated initializer 'init(_:observe:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Loading