Add explicit @mainactor to NavigationLink initializer #6029
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
|
Release:
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
|
Release:
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
|
Release:
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
|
Release:
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
|
Release:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L85
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
|
Release:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L92
call to main actor-isolated initializer 'init(_:observe:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Release:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L94
main actor-isolated property 'publisher' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
Release:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L97
call to main actor-isolated instance method 'send' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Release:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L103
main actor-isolated property 'publisher' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
Release:
Tests/ComposableArchitectureTests/CompatibilityTests.swift#L110
call to main actor-isolated instance method 'send' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Loading