In file included from /home/runner/work/_temp/app/code/views/dict_attack.c:1: /home/runner/work/_temp/app/code/views/dict_attack.h:6:10: fatal error: lib/nfc/protocols/mifare_classic.h: No such file or directory 6 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. scons: *** [/home/runner/.ufbt/build/picopass/views/dict_attack.o] Error 1 /home/runner/work/_temp/app/code/loclass_writer.c: In function 'loclass_writer_write_start_stop': /home/runner/work/_temp/app/code/loclass_writer.c:41:5: error: unknown type name 'FuriHalRtcDateTime'; did you mean 'FuriHalRtcLogDevice'? 41 | FuriHalRtcDateTime curr_dt; | ^~~~~~~~~~~~~~~~~~ | FuriHalRtcLogDevice /home/runner/work/_temp/app/code/loclass_writer.c:42:31: error: passing argument 1 of 'furi_hal_rtc_get_datetime' from incompatible pointer type [-Werror=incompatible-pointer-types] 42 | furi_hal_rtc_get_datetime(&curr_dt); | ^~~~~~~~ | | | int * In file included from /home/runner/.ufbt/current/sdk_headers/f7_sdk/targets/furi_hal_include/furi_hal.h:25, from /home/runner/work/_temp/app/code/loclass_writer.c:4: /home/runner/.ufbt/current/sdk_headers/f7_sdk/targets/f7/furi_hal/furi_hal_rtc.h:246:42: note: expected 'DateTime *' but argument is of type 'int *' 246 | void furi_hal_rtc_get_datetime(DateTime* datetime); | ~~~~~~~~~~^~~~~~~~ /home/runner/work/_temp/app/code/loclass_writer.c:43:24: error: implicit declaration of function 'furi_hal_rtc_datetime_to_timestamp'; did you mean 'furi_hal_rtc_get_timestamp'? [-Werror=implicit-function-declaration] 43 | uint32_t curr_ts = furi_hal_rtc_datetime_to_timestamp(&curr_dt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_rtc_get_timestamp /home/runner/work/_temp/app/code/loclass_writer.c: In function 'loclass_writer_write_params': /home/runner/work/_temp/app/code/loclass_writer.c:61:5: error: unknown type name 'FuriHalRtcDateTime'; did you mean 'FuriHalRtcLogDevice'? 61 | FuriHalRtcDateTime curr_dt; | ^~~~~~~~~~~~~~~~~~ | FuriHalRtcLogDevice /home/runner/work/_temp/app/code/loclass_writer.c:62:31: error: passing argument 1 of 'furi_hal_rtc_get_datetime' from incompatible pointer type [-Werror=incompatible-pointer-types] 62 | furi_hal_rtc_get_datetime(&curr_dt); | ^~~~~~~~ | | | int * /home/runner/.ufbt/current/sdk_headers/f7_sdk/targets/f7/furi_hal/furi_hal_rtc.h:246:42: note: expected 'DateTime *' but argument is of type 'int *' 246 | void furi_hal_rtc_get_datetime(DateTime* datetime); | ~~~~~~~~~~^~~~~~~~ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/picopass/loclass_writer.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/9549901880