update dependencies #259
Annotations
3 errors and 10 warnings
CriticalMapsKit/Tests/AppFeatureTests/AppFeatureCoreTests.swift#L288
main actor-isolated property 'dependencies' can not be mutated from a non-isolated context
|
CriticalMapsKit/Tests/AppFeatureTests/AppFeatureCoreTests.swift#L284
expression is 'async' but is not marked with 'await'
|
|
@__swiftmacro_19UIApplicationClientAA010DependencyB0fMm_.swift#L15
'supportsAlternateIcons' is deprecated
|
CriticalMapsKit/Sources/SettingsFeature/RideEventSettingsCore.swift#L45
'/' is deprecated: Use a 'CasePathable' case key path, instead
|
CriticalMapsKit/Sources/MastodonFeedFeature/TootsListView.swift#L65
'scope(state:action:)' is deprecated: Pass 'state' a key path to child state and 'action' a case key path to child action, instead. For more information see the following migration guide: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.5#Store-scoping-with-key-paths
|
CriticalMapsKit/Sources/MastodonFeedFeature/MastodonFeedView.swift#L27
'scope(state:action:)' is deprecated: Pass 'state' a key path to child state and 'action' a case key path to child action, instead. For more information see the following migration guide: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.5#Store-scoping-with-key-paths
|
CriticalMapsKit/Sources/MastodonFeedFeature/TootFeedFeature.swift#L93
'/' is deprecated: Use a 'CasePathable' case key path, instead
|
CriticalMapsKit/Sources/ChatFeature/ChatFeatureCore.swift#L120
'init(title:message:dismissButton:)' is deprecated: Use 'init(title:actions:message:)' instead.
|
CriticalMapsKit/Sources/ChatFeature/ChatFeatureCore.swift#L120
'init(title:message:dismissButton:)' is deprecated: Use 'init(title:actions:message:)' instead.
|
CriticalMapsKit/Sources/ChatFeature/ChatFeatureView.swift#L24
'scope(state:action:)' is deprecated: Pass 'state' a key path to child state and 'action' a case key path to child action, instead. For more information see the following migration guide: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.5#Store-scoping-with-key-paths
|
CriticalMapsKit/Sources/MapFeature/MapFeatureCore.swift#L296
'init(title:message:primaryButton:secondaryButton:)' is deprecated: Use 'init(title:actions:message:)' instead.
|
CriticalMapsKit/Sources/MapFeature/MapFeatureCore.swift#L298
'default(_:action:)' is deprecated: Use 'ButtonState(action:label:)' instead.
|
This job failed
Loading