Add explicit @mainactor to NavigationLink initializer #6027
Annotations
2 errors and 20 warnings
|
Release
The operation was canceled.
|
Debug:
Sources/ComposableArchitecture/SharedState/PersistenceKey/AppStorageKeyPathKey.swift#L28
stored property 'keyPath' of 'Sendable'-conforming generic struct 'AppStorageKeyPathKey' has non-sendable type '_ReferenceWritableKeyPath<UserDefaults, Value>' (aka 'ReferenceWritableKeyPath<UserDefaults, Value>')
|
Debug:
Sources/ComposableArchitecture/SharedState/Shared.swift#L17
stored property 'keyPath' of 'Sendable'-conforming generic struct 'Shared' has non-sendable type '_AnyKeyPath' (aka 'AnyKeyPath')
|
Debug:
Sources/ComposableArchitecture/SwiftUI/Binding.swift#L147
stored property 'keyPath' of 'Sendable'-conforming generic struct 'BindingAction' has non-sendable type '_PartialKeyPath<Root>' (aka 'PartialKeyPath<Root>')
|
Debug:
var/folders/t_/mmhnh941511_hp2lwh383bp00000gn/T/swift-generated-sources/@__swiftmacro_27ComposableArchitectureTests019PresentationReducerC0C36TestEphemeralBindingDismissalFeature0E0fMe_.swift#L1
'PresentationReducerTests' is deprecated: TODO: Update to use case pathable syntax with Swift 5.9
|
Debug:
var/folders/t_/mmhnh941511_hp2lwh383bp00000gn/T/swift-generated-sources/@__swiftmacro_27ComposableArchitectureTests019PresentationReducerC0C36TestEphemeralBindingDismissalFeatureV5State010ObservableK0fMe_.swift#L1
'PresentationReducerTests' is deprecated: TODO: Update to use case pathable syntax with Swift 5.9
|
Debug:
var/folders/t_/mmhnh941511_hp2lwh383bp00000gn/T/swift-generated-sources/@__swiftmacro_27ComposableArchitectureTests019PresentationReducerC0C36TestEphemeralBindingDismissalFeatureV6Action12CasePathablefMe_.swift#L1
'PresentationReducerTests' is deprecated: TODO: Update to use case pathable syntax with Swift 5.9
|
Debug:
var/folders/t_/mmhnh941511_hp2lwh383bp00000gn/T/swift-generated-sources/@__swiftmacro_27ComposableArchitectureTests012StackReducerC0C23TestSiblingCannotCancelO5Child0E0fMe_.swift#L1
'StackReducerTests' is deprecated: TODO: Update to use case pathable syntax with Swift 5.9
|
Debug:
var/folders/t_/mmhnh941511_hp2lwh383bp00000gn/T/swift-generated-sources/@__swiftmacro_27ComposableArchitectureTests012StackReducerC0C23TestSiblingCannotCancelO5ChildV6Action12CasePathablefMe_.swift#L1
'StackReducerTests' is deprecated: TODO: Update to use case pathable syntax with Swift 5.9
|
Debug:
var/folders/t_/mmhnh941511_hp2lwh383bp00000gn/T/swift-generated-sources/@__swiftmacro_27ComposableArchitectureTests012StackReducerC0C23TestSiblingCannotCancelO4Path0E0fMe_.swift#L1
'StackReducerTests' is deprecated: TODO: Update to use case pathable syntax with Swift 5.9
|
Debug:
var/folders/t_/mmhnh941511_hp2lwh383bp00000gn/T/swift-generated-sources/@__swiftmacro_27ComposableArchitectureTests012StackReducerC0C23TestSiblingCannotCancelO4PathV5State12CasePathablefMe_.swift#L1
'StackReducerTests' is deprecated: TODO: Update to use case pathable syntax with Swift 5.9
|
Release:
Sources/ComposableArchitecture/SharedState/PersistenceKey/AppStorageKeyPathKey.swift#L28
stored property 'keyPath' of 'Sendable'-conforming generic struct 'AppStorageKeyPathKey' has non-sendable type '_ReferenceWritableKeyPath<UserDefaults, Value>' (aka 'ReferenceWritableKeyPath<UserDefaults, Value>')
|
Release:
Sources/ComposableArchitecture/SharedState/Shared.swift#L17
stored property 'keyPath' of 'Sendable'-conforming generic struct 'Shared' has non-sendable type '_AnyKeyPath' (aka 'AnyKeyPath')
|
Release:
Sources/ComposableArchitecture/SharedState/Shared.swift#L67
'unsafeBitCast' from 'AnyKeyPath' to '_AnyKeyPath' (aka 'AnyKeyPath') is unnecessary and can be removed
|
Release:
Sources/ComposableArchitecture/SharedState/Shared.swift#L183
'unsafeBitCast' from 'AnyKeyPath' to '_AnyKeyPath' (aka 'AnyKeyPath') is unnecessary and can be removed
|
Release:
Sources/ComposableArchitecture/SharedState/Shared.swift#L466
'unsafeBitCast' from 'AnyKeyPath' to '_AnyKeyPath' (aka 'AnyKeyPath') is unnecessary and can be removed
|
Release:
Sources/ComposableArchitecture/SwiftUI/Binding.swift#L147
stored property 'keyPath' of 'Sendable'-conforming generic struct 'BindingAction' has non-sendable type '_PartialKeyPath<Root>' (aka 'PartialKeyPath<Root>')
|
Release:
Sources/ComposableArchitecture/SharedState/PersistenceKey/AppStorageKeyPathKey.swift#L28
stored property 'keyPath' of 'Sendable'-conforming generic struct 'AppStorageKeyPathKey' has non-sendable type '_ReferenceWritableKeyPath<UserDefaults, Value>' (aka 'ReferenceWritableKeyPath<UserDefaults, Value>')
|
Release:
Sources/ComposableArchitecture/SharedState/Shared.swift#L17
stored property 'keyPath' of 'Sendable'-conforming generic struct 'Shared' has non-sendable type '_AnyKeyPath' (aka 'AnyKeyPath')
|
Release:
Sources/ComposableArchitecture/SharedState/Shared.swift#L67
'unsafeBitCast' from 'AnyKeyPath' to '_AnyKeyPath' (aka 'AnyKeyPath') is unnecessary and can be removed
|
Release:
Sources/ComposableArchitecture/SharedState/Shared.swift#L183
'unsafeBitCast' from 'AnyKeyPath' to '_AnyKeyPath' (aka 'AnyKeyPath') is unnecessary and can be removed
|
Loading