Skip to content

Fix build warnings

Fix build warnings #25

Triggered via push April 25, 2024 17:49
Status Failure
Total duration 4m 40s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
build: Pods/Nimble-Snapshots/Nimble_Snapshots/DynamicSize/DynamicSizeSnapshot.swift#L2
compiling for iOS 10.0, but module 'Nimble' has a minimum deployment target of iOS 13.0: /Users/runner/Library/Developer/Xcode/DerivedData/FormDemo-aqwtcdexecceojfnliicrqtrsanj/Build/Products/Stubs-iphonesimulator/Nimble/Nimble.framework/Modules/Nimble.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Pods/ADUtils/Modules/ADUtils/StackViewBuilder.swift#L11
'@_functionBuilder' has been renamed to '@resultBuilder'
build: Pods/ADUtils/Modules/ADUtils/ProxyDetector.swift#L44
will never be executed
build: Pods/ADUtils/Modules/ADUtils/StackViewBuilder.swift#L11
'@_functionBuilder' has been renamed to '@resultBuilder'
build: Pods/ADUtils/Modules/ADUtils/ProxyDetector.swift#L44
will never be executed
build: Classes/Color.swift#L31
'scanHexInt32' was deprecated in iOS 13.0
build: Classes/TableViewController.swift#L30
coercion of implicitly unwrappable value of type 'UITableView?' to 'Any' does not unwrap optional
build: Modules/Logger/ADFileLoggerFormatter.m#L59
implicit conversion loses integer precision: 'DDLogFlag' (aka 'enum DDLogFlag') to 'int' [-Wshorten-64-to-32]
build: Modules/Logger/ADFileLoggerFormatter.m#L69
'OSAtomicIncrement32' is deprecated: first deprecated in iOS 10.0 - Use atomic_fetch_add_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
build: Modules/Logger/ADFileLoggerFormatter.m#L73
'OSAtomicDecrement32' is deprecated: first deprecated in iOS 10.0 - Use atomic_fetch_sub_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
build: Modules/Logger/ADFileLoggerFormatter.m#L79
'OSAtomicAdd32' is deprecated: first deprecated in iOS 10.0 - Use atomic_fetch_add_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]