qt: translation related warnings #32710

issue fanquake openend this issue on June 9, 2025
  1. fanquake commented at 12:36 pm on June 9, 2025: member

    master @ f3bbc746647d1fd23bf5cfe357e32f38c5f6319c

    0# cmake -B build -DBUILD_GUI=ON
    1CMake Warning at /opt/homebrew/opt/qt/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:393 (message):
    2  Failed to resolve language code for
    3  /bitcoin/src/qt/locale/bitcoin_no.ts.  Please update
    4  CFBundleLocalizations in your Info.plist manually.
    5Call Stack (most recent call first):
    6  /opt/homebrew/opt/qt/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:596 (_qt_internal_store_languages_from_ts_files_in_targets)
    7  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    
  2. fanquake added the label GUI on Jun 9, 2025
  3. fanquake commented at 12:42 pm on June 9, 2025: member

    These are also happening in the CI. ie https://cirrus-ci.com/task/5819006470324224?logs=ci#L822:

     0[08:26:39.652] -- The OBJCXX compiler identification is Clang 18.1.3
     1[08:26:39.722] -- Detecting OBJCXX compiler ABI info
     2[08:26:40.007] -- Detecting OBJCXX compiler ABI info - done
     3[08:26:40.027] -- Check for working OBJCXX compiler: /usr/bin/clang++ - skipped
     4[08:26:40.055] CMake Warning at depends/x86_64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     5[08:26:40.055]   Failed to resolve language code for
     6[08:26:40.055]   /ci_container_base/src/qt/locale/bitcoin_am.ts.  Please update
     7[08:26:40.055]   CFBundleLocalizations in your Info.plist manually.
     8[08:26:40.055] Call Stack (most recent call first):
     9[08:26:40.055]   depends/x86_64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    10[08:26:40.055]   src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    11[08:26:40.055] 
    12[08:26:40.055] 
    13[08:26:40.057] CMake Warning at depends/x86_64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    14[08:26:40.057]   Failed to resolve language code for
    15[08:26:40.057]   /ci_container_base/src/qt/locale/bitcoin_ar.ts.  Please update
    16[08:26:40.057]   CFBundleLocalizations in your Info.plist manually.
    17[08:26:40.057] Call Stack (most recent call first):
    18[08:26:40.057]   depends/x86_64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    19[08:26:40.057]   src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    
  4. fanquake commented at 11:17 am on July 9, 2025: member

    @hebasto If this is an actual issue can it be fixed up? Otherwise, it’d be good if there was a way to avoid this much build log spam. ie:

       0CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
       1  Failed to resolve language code for
       2  /root/ci_scratch/src/qt/locale/bitcoin_am.ts.  Please update
       3  CFBundleLocalizations in your Info.plist manually.
       4Call Stack (most recent call first):
       5  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
       6  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
       7
       8
       9CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      10  Failed to resolve language code for
      11  /root/ci_scratch/src/qt/locale/bitcoin_ar.ts.  Please update
      12  CFBundleLocalizations in your Info.plist manually.
      13Call Stack (most recent call first):
      14  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      15  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      16
      17
      18CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      19  Failed to resolve language code for
      20  /root/ci_scratch/src/qt/locale/bitcoin_ast_ES.ts.  Please update
      21  CFBundleLocalizations in your Info.plist manually.
      22Call Stack (most recent call first):
      23  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      24  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      25
      26
      27CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      28  Failed to resolve language code for
      29  /root/ci_scratch/src/qt/locale/bitcoin_ay.ts.  Please update
      30  CFBundleLocalizations in your Info.plist manually.
      31Call Stack (most recent call first):
      32  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      33  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      34
      35
      36CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      37  Failed to resolve language code for
      38  /root/ci_scratch/src/qt/locale/bitcoin_az.ts.  Please update
      39  CFBundleLocalizations in your Info.plist manually.
      40Call Stack (most recent call first):
      41  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      42  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      43
      44
      45CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      46  Failed to resolve language code for
      47  /root/ci_scratch/src/qt/locale/bitcoin_az@latin.ts.  Please update
      48  CFBundleLocalizations in your Info.plist manually.
      49Call Stack (most recent call first):
      50  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      51  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      52
      53
      54CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      55  Failed to resolve language code for
      56  /root/ci_scratch/src/qt/locale/bitcoin_be.ts.  Please update
      57  CFBundleLocalizations in your Info.plist manually.
      58Call Stack (most recent call first):
      59  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      60  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      61
      62
      63CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      64  Failed to resolve language code for
      65  /root/ci_scratch/src/qt/locale/bitcoin_bg.ts.  Please update
      66  CFBundleLocalizations in your Info.plist manually.
      67Call Stack (most recent call first):
      68  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      69  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      70
      71
      72CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      73  Failed to resolve language code for
      74  /root/ci_scratch/src/qt/locale/bitcoin_bn.ts.  Please update
      75  CFBundleLocalizations in your Info.plist manually.
      76Call Stack (most recent call first):
      77  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      78  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      79
      80
      81CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      82  Failed to resolve language code for
      83  /root/ci_scratch/src/qt/locale/bitcoin_br.ts.  Please update
      84  CFBundleLocalizations in your Info.plist manually.
      85Call Stack (most recent call first):
      86  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      87  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      88
      89
      90CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
      91  Failed to resolve language code for
      92  /root/ci_scratch/src/qt/locale/bitcoin_bs.ts.  Please update
      93  CFBundleLocalizations in your Info.plist manually.
      94Call Stack (most recent call first):
      95  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
      96  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
      97
      98
      99CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     100  Failed to resolve language code for
     101  /root/ci_scratch/src/qt/locale/bitcoin_ca.ts.  Please update
     102  CFBundleLocalizations in your Info.plist manually.
     103Call Stack (most recent call first):
     104  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     105  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     106
     107
     108CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     109  Failed to resolve language code for
     110  /root/ci_scratch/src/qt/locale/bitcoin_cmn.ts.  Please update
     111  CFBundleLocalizations in your Info.plist manually.
     112Call Stack (most recent call first):
     113  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     114  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     115
     116
     117CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     118  Failed to resolve language code for
     119  /root/ci_scratch/src/qt/locale/bitcoin_cs.ts.  Please update
     120  CFBundleLocalizations in your Info.plist manually.
     121Call Stack (most recent call first):
     122  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     123  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     124
     125
     126CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     127  Failed to resolve language code for
     128  /root/ci_scratch/src/qt/locale/bitcoin_cy.ts.  Please update
     129  CFBundleLocalizations in your Info.plist manually.
     130Call Stack (most recent call first):
     131  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     132  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     133
     134
     135CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     136  Failed to resolve language code for
     137  /root/ci_scratch/src/qt/locale/bitcoin_da.ts.  Please update
     138  CFBundleLocalizations in your Info.plist manually.
     139Call Stack (most recent call first):
     140  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     141  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     142
     143
     144CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     145  Failed to resolve language code for
     146  /root/ci_scratch/src/qt/locale/bitcoin_de.ts.  Please update
     147  CFBundleLocalizations in your Info.plist manually.
     148Call Stack (most recent call first):
     149  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     150  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     151
     152
     153CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     154  Failed to resolve language code for
     155  /root/ci_scratch/src/qt/locale/bitcoin_de_AT.ts.  Please update
     156  CFBundleLocalizations in your Info.plist manually.
     157Call Stack (most recent call first):
     158  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     159  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     160
     161
     162CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     163  Failed to resolve language code for
     164  /root/ci_scratch/src/qt/locale/bitcoin_de_CH.ts.  Please update
     165  CFBundleLocalizations in your Info.plist manually.
     166Call Stack (most recent call first):
     167  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     168  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     169
     170
     171CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     172  Failed to resolve language code for
     173  /root/ci_scratch/src/qt/locale/bitcoin_el.ts.  Please update
     174  CFBundleLocalizations in your Info.plist manually.
     175Call Stack (most recent call first):
     176  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     177  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     178
     179
     180CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     181  Failed to resolve language code for
     182  /root/ci_scratch/src/qt/locale/bitcoin_en.ts.  Please update
     183  CFBundleLocalizations in your Info.plist manually.
     184Call Stack (most recent call first):
     185  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     186  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     187
     188
     189CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     190  Failed to resolve language code for
     191  /root/ci_scratch/src/qt/locale/bitcoin_eo.ts.  Please update
     192  CFBundleLocalizations in your Info.plist manually.
     193Call Stack (most recent call first):
     194  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     195  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     196
     197
     198CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     199  Failed to resolve language code for
     200  /root/ci_scratch/src/qt/locale/bitcoin_es.ts.  Please update
     201  CFBundleLocalizations in your Info.plist manually.
     202Call Stack (most recent call first):
     203  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     204  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     205
     206
     207CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     208  Failed to resolve language code for
     209  /root/ci_scratch/src/qt/locale/bitcoin_es_CL.ts.  Please update
     210  CFBundleLocalizations in your Info.plist manually.
     211Call Stack (most recent call first):
     212  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     213  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     214
     215
     216CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     217  Failed to resolve language code for
     218  /root/ci_scratch/src/qt/locale/bitcoin_es_CO.ts.  Please update
     219  CFBundleLocalizations in your Info.plist manually.
     220Call Stack (most recent call first):
     221  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     222  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     223
     224
     225CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     226  Failed to resolve language code for
     227  /root/ci_scratch/src/qt/locale/bitcoin_es_DO.ts.  Please update
     228  CFBundleLocalizations in your Info.plist manually.
     229Call Stack (most recent call first):
     230  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     231  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     232
     233
     234CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     235  Failed to resolve language code for
     236  /root/ci_scratch/src/qt/locale/bitcoin_es_SV.ts.  Please update
     237  CFBundleLocalizations in your Info.plist manually.
     238Call Stack (most recent call first):
     239  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     240  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     241
     242
     243CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     244  Failed to resolve language code for
     245  /root/ci_scratch/src/qt/locale/bitcoin_es_VE.ts.  Please update
     246  CFBundleLocalizations in your Info.plist manually.
     247Call Stack (most recent call first):
     248  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     249  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     250
     251
     252CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     253  Failed to resolve language code for
     254  /root/ci_scratch/src/qt/locale/bitcoin_et.ts.  Please update
     255  CFBundleLocalizations in your Info.plist manually.
     256Call Stack (most recent call first):
     257  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     258  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     259
     260
     261CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     262  Failed to resolve language code for
     263  /root/ci_scratch/src/qt/locale/bitcoin_eu.ts.  Please update
     264  CFBundleLocalizations in your Info.plist manually.
     265Call Stack (most recent call first):
     266  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     267  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     268
     269
     270CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     271  Failed to resolve language code for
     272  /root/ci_scratch/src/qt/locale/bitcoin_fa.ts.  Please update
     273  CFBundleLocalizations in your Info.plist manually.
     274Call Stack (most recent call first):
     275  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     276  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     277
     278
     279CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     280  Failed to resolve language code for
     281  /root/ci_scratch/src/qt/locale/bitcoin_fi.ts.  Please update
     282  CFBundleLocalizations in your Info.plist manually.
     283Call Stack (most recent call first):
     284  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     285  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     286
     287
     288CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     289  Failed to resolve language code for
     290  /root/ci_scratch/src/qt/locale/bitcoin_fil.ts.  Please update
     291  CFBundleLocalizations in your Info.plist manually.
     292Call Stack (most recent call first):
     293  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     294  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     295
     296
     297CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     298  Failed to resolve language code for
     299  /root/ci_scratch/src/qt/locale/bitcoin_fo.ts.  Please update
     300  CFBundleLocalizations in your Info.plist manually.
     301Call Stack (most recent call first):
     302  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     303  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     304
     305
     306CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     307  Failed to resolve language code for
     308  /root/ci_scratch/src/qt/locale/bitcoin_fr.ts.  Please update
     309  CFBundleLocalizations in your Info.plist manually.
     310Call Stack (most recent call first):
     311  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     312  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     313
     314
     315CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     316  Failed to resolve language code for
     317  /root/ci_scratch/src/qt/locale/bitcoin_fr_CM.ts.  Please update
     318  CFBundleLocalizations in your Info.plist manually.
     319Call Stack (most recent call first):
     320  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     321  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     322
     323
     324CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     325  Failed to resolve language code for
     326  /root/ci_scratch/src/qt/locale/bitcoin_fr_LU.ts.  Please update
     327  CFBundleLocalizations in your Info.plist manually.
     328Call Stack (most recent call first):
     329  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     330  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     331
     332
     333CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     334  Failed to resolve language code for
     335  /root/ci_scratch/src/qt/locale/bitcoin_ga.ts.  Please update
     336  CFBundleLocalizations in your Info.plist manually.
     337Call Stack (most recent call first):
     338  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     339  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     340
     341
     342CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     343  Failed to resolve language code for
     344  /root/ci_scratch/src/qt/locale/bitcoin_ga_IE.ts.  Please update
     345  CFBundleLocalizations in your Info.plist manually.
     346Call Stack (most recent call first):
     347  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     348  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     349
     350
     351CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     352  Failed to resolve language code for
     353  /root/ci_scratch/src/qt/locale/bitcoin_gd.ts.  Please update
     354  CFBundleLocalizations in your Info.plist manually.
     355Call Stack (most recent call first):
     356  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     357  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     358
     359
     360CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     361  Failed to resolve language code for
     362  /root/ci_scratch/src/qt/locale/bitcoin_gl.ts.  Please update
     363  CFBundleLocalizations in your Info.plist manually.
     364Call Stack (most recent call first):
     365  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     366  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     367
     368
     369CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     370  Failed to resolve language code for
     371  /root/ci_scratch/src/qt/locale/bitcoin_gl_ES.ts.  Please update
     372  CFBundleLocalizations in your Info.plist manually.
     373Call Stack (most recent call first):
     374  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     375  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     376
     377
     378CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     379  Failed to resolve language code for
     380  /root/ci_scratch/src/qt/locale/bitcoin_gu.ts.  Please update
     381  CFBundleLocalizations in your Info.plist manually.
     382Call Stack (most recent call first):
     383  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     384  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     385
     386
     387CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     388  Failed to resolve language code for
     389  /root/ci_scratch/src/qt/locale/bitcoin_ha.ts.  Please update
     390  CFBundleLocalizations in your Info.plist manually.
     391Call Stack (most recent call first):
     392  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     393  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     394
     395
     396CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     397  Failed to resolve language code for
     398  /root/ci_scratch/src/qt/locale/bitcoin_hak.ts.  Please update
     399  CFBundleLocalizations in your Info.plist manually.
     400Call Stack (most recent call first):
     401  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     402  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     403
     404
     405CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     406  Failed to resolve language code for
     407  /root/ci_scratch/src/qt/locale/bitcoin_he.ts.  Please update
     408  CFBundleLocalizations in your Info.plist manually.
     409Call Stack (most recent call first):
     410  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     411  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     412
     413
     414CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     415  Failed to resolve language code for
     416  /root/ci_scratch/src/qt/locale/bitcoin_hi.ts.  Please update
     417  CFBundleLocalizations in your Info.plist manually.
     418Call Stack (most recent call first):
     419  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     420  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     421
     422
     423CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     424  Failed to resolve language code for
     425  /root/ci_scratch/src/qt/locale/bitcoin_hr.ts.  Please update
     426  CFBundleLocalizations in your Info.plist manually.
     427Call Stack (most recent call first):
     428  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     429  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     430
     431
     432CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     433  Failed to resolve language code for
     434  /root/ci_scratch/src/qt/locale/bitcoin_hu.ts.  Please update
     435  CFBundleLocalizations in your Info.plist manually.
     436Call Stack (most recent call first):
     437  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     438  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     439
     440
     441CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     442  Failed to resolve language code for
     443  /root/ci_scratch/src/qt/locale/bitcoin_id.ts.  Please update
     444  CFBundleLocalizations in your Info.plist manually.
     445Call Stack (most recent call first):
     446  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     447  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     448
     449
     450CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     451  Failed to resolve language code for
     452  /root/ci_scratch/src/qt/locale/bitcoin_is.ts.  Please update
     453  CFBundleLocalizations in your Info.plist manually.
     454Call Stack (most recent call first):
     455  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     456  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     457
     458
     459CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     460  Failed to resolve language code for
     461  /root/ci_scratch/src/qt/locale/bitcoin_it.ts.  Please update
     462  CFBundleLocalizations in your Info.plist manually.
     463Call Stack (most recent call first):
     464  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     465  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     466
     467
     468CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     469  Failed to resolve language code for
     470  /root/ci_scratch/src/qt/locale/bitcoin_ja.ts.  Please update
     471  CFBundleLocalizations in your Info.plist manually.
     472Call Stack (most recent call first):
     473  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     474  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     475
     476
     477CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     478  Failed to resolve language code for
     479  /root/ci_scratch/src/qt/locale/bitcoin_ka.ts.  Please update
     480  CFBundleLocalizations in your Info.plist manually.
     481Call Stack (most recent call first):
     482  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     483  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     484
     485
     486CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     487  Failed to resolve language code for
     488  /root/ci_scratch/src/qt/locale/bitcoin_kk.ts.  Please update
     489  CFBundleLocalizations in your Info.plist manually.
     490Call Stack (most recent call first):
     491  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     492  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     493
     494
     495CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     496  Failed to resolve language code for
     497  /root/ci_scratch/src/qt/locale/bitcoin_kk@latin.ts.  Please update
     498  CFBundleLocalizations in your Info.plist manually.
     499Call Stack (most recent call first):
     500  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     501  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     502
     503
     504CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     505  Failed to resolve language code for
     506  /root/ci_scratch/src/qt/locale/bitcoin_kl.ts.  Please update
     507  CFBundleLocalizations in your Info.plist manually.
     508Call Stack (most recent call first):
     509  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     510  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     511
     512
     513CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     514  Failed to resolve language code for
     515  /root/ci_scratch/src/qt/locale/bitcoin_km.ts.  Please update
     516  CFBundleLocalizations in your Info.plist manually.
     517Call Stack (most recent call first):
     518  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     519  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     520
     521
     522CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     523  Failed to resolve language code for
     524  /root/ci_scratch/src/qt/locale/bitcoin_kn.ts.  Please update
     525  CFBundleLocalizations in your Info.plist manually.
     526Call Stack (most recent call first):
     527  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     528  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     529
     530
     531CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     532  Failed to resolve language code for
     533  /root/ci_scratch/src/qt/locale/bitcoin_ko.ts.  Please update
     534  CFBundleLocalizations in your Info.plist manually.
     535Call Stack (most recent call first):
     536  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     537  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     538
     539
     540CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     541  Failed to resolve language code for
     542  /root/ci_scratch/src/qt/locale/bitcoin_ku.ts.  Please update
     543  CFBundleLocalizations in your Info.plist manually.
     544Call Stack (most recent call first):
     545  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     546  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     547
     548
     549CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     550  Failed to resolve language code for
     551  /root/ci_scratch/src/qt/locale/bitcoin_ku_IQ.ts.  Please update
     552  CFBundleLocalizations in your Info.plist manually.
     553Call Stack (most recent call first):
     554  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     555  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     556
     557
     558CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     559  Failed to resolve language code for
     560  /root/ci_scratch/src/qt/locale/bitcoin_ky.ts.  Please update
     561  CFBundleLocalizations in your Info.plist manually.
     562Call Stack (most recent call first):
     563  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     564  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     565
     566
     567CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     568  Failed to resolve language code for
     569  /root/ci_scratch/src/qt/locale/bitcoin_la.ts.  Please update
     570  CFBundleLocalizations in your Info.plist manually.
     571Call Stack (most recent call first):
     572  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     573  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     574
     575
     576CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     577  Failed to resolve language code for
     578  /root/ci_scratch/src/qt/locale/bitcoin_lb.ts.  Please update
     579  CFBundleLocalizations in your Info.plist manually.
     580Call Stack (most recent call first):
     581  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     582  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     583
     584
     585CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     586  Failed to resolve language code for
     587  /root/ci_scratch/src/qt/locale/bitcoin_lt.ts.  Please update
     588  CFBundleLocalizations in your Info.plist manually.
     589Call Stack (most recent call first):
     590  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     591  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     592
     593
     594CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     595  Failed to resolve language code for
     596  /root/ci_scratch/src/qt/locale/bitcoin_lv.ts.  Please update
     597  CFBundleLocalizations in your Info.plist manually.
     598Call Stack (most recent call first):
     599  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     600  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     601
     602
     603CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     604  Failed to resolve language code for
     605  /root/ci_scratch/src/qt/locale/bitcoin_mg.ts.  Please update
     606  CFBundleLocalizations in your Info.plist manually.
     607Call Stack (most recent call first):
     608  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     609  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     610
     611
     612CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     613  Failed to resolve language code for
     614  /root/ci_scratch/src/qt/locale/bitcoin_mi.ts.  Please update
     615  CFBundleLocalizations in your Info.plist manually.
     616Call Stack (most recent call first):
     617  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     618  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     619
     620
     621CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     622  Failed to resolve language code for
     623  /root/ci_scratch/src/qt/locale/bitcoin_mk.ts.  Please update
     624  CFBundleLocalizations in your Info.plist manually.
     625Call Stack (most recent call first):
     626  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     627  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     628
     629
     630CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     631  Failed to resolve language code for
     632  /root/ci_scratch/src/qt/locale/bitcoin_ml.ts.  Please update
     633  CFBundleLocalizations in your Info.plist manually.
     634Call Stack (most recent call first):
     635  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     636  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     637
     638
     639CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     640  Failed to resolve language code for
     641  /root/ci_scratch/src/qt/locale/bitcoin_mn.ts.  Please update
     642  CFBundleLocalizations in your Info.plist manually.
     643Call Stack (most recent call first):
     644  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     645  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     646
     647
     648CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     649  Failed to resolve language code for
     650  /root/ci_scratch/src/qt/locale/bitcoin_mr.ts.  Please update
     651  CFBundleLocalizations in your Info.plist manually.
     652Call Stack (most recent call first):
     653  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     654  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     655
     656
     657CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     658  Failed to resolve language code for
     659  /root/ci_scratch/src/qt/locale/bitcoin_mr_IN.ts.  Please update
     660  CFBundleLocalizations in your Info.plist manually.
     661Call Stack (most recent call first):
     662  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     663  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     664
     665
     666CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     667  Failed to resolve language code for
     668  /root/ci_scratch/src/qt/locale/bitcoin_ms.ts.  Please update
     669  CFBundleLocalizations in your Info.plist manually.
     670Call Stack (most recent call first):
     671  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     672  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     673
     674
     675CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     676  Failed to resolve language code for
     677  /root/ci_scratch/src/qt/locale/bitcoin_mt.ts.  Please update
     678  CFBundleLocalizations in your Info.plist manually.
     679Call Stack (most recent call first):
     680  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     681  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     682
     683
     684CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     685  Failed to resolve language code for
     686  /root/ci_scratch/src/qt/locale/bitcoin_my.ts.  Please update
     687  CFBundleLocalizations in your Info.plist manually.
     688Call Stack (most recent call first):
     689  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     690  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     691
     692
     693CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     694  Failed to resolve language code for
     695  /root/ci_scratch/src/qt/locale/bitcoin_nb.ts.  Please update
     696  CFBundleLocalizations in your Info.plist manually.
     697Call Stack (most recent call first):
     698  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     699  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     700
     701
     702CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     703  Failed to resolve language code for
     704  /root/ci_scratch/src/qt/locale/bitcoin_ne.ts.  Please update
     705  CFBundleLocalizations in your Info.plist manually.
     706Call Stack (most recent call first):
     707  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     708  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     709
     710
     711CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     712  Failed to resolve language code for
     713  /root/ci_scratch/src/qt/locale/bitcoin_nl.ts.  Please update
     714  CFBundleLocalizations in your Info.plist manually.
     715Call Stack (most recent call first):
     716  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     717  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     718
     719
     720CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     721  Failed to resolve language code for
     722  /root/ci_scratch/src/qt/locale/bitcoin_no.ts.  Please update
     723  CFBundleLocalizations in your Info.plist manually.
     724Call Stack (most recent call first):
     725  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     726  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     727
     728
     729CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     730  Failed to resolve language code for
     731  /root/ci_scratch/src/qt/locale/bitcoin_or.ts.  Please update
     732  CFBundleLocalizations in your Info.plist manually.
     733Call Stack (most recent call first):
     734  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     735  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     736
     737
     738CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     739  Failed to resolve language code for
     740  /root/ci_scratch/src/qt/locale/bitcoin_pa.ts.  Please update
     741  CFBundleLocalizations in your Info.plist manually.
     742Call Stack (most recent call first):
     743  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     744  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     745
     746
     747CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     748  Failed to resolve language code for
     749  /root/ci_scratch/src/qt/locale/bitcoin_pam.ts.  Please update
     750  CFBundleLocalizations in your Info.plist manually.
     751Call Stack (most recent call first):
     752  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     753  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     754
     755
     756CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     757  Failed to resolve language code for
     758  /root/ci_scratch/src/qt/locale/bitcoin_pl.ts.  Please update
     759  CFBundleLocalizations in your Info.plist manually.
     760Call Stack (most recent call first):
     761  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     762  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     763
     764
     765CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     766  Failed to resolve language code for
     767  /root/ci_scratch/src/qt/locale/bitcoin_ps.ts.  Please update
     768  CFBundleLocalizations in your Info.plist manually.
     769Call Stack (most recent call first):
     770  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     771  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     772
     773
     774CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     775  Failed to resolve language code for
     776  /root/ci_scratch/src/qt/locale/bitcoin_pt.ts.  Please update
     777  CFBundleLocalizations in your Info.plist manually.
     778Call Stack (most recent call first):
     779  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     780  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     781
     782
     783CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     784  Failed to resolve language code for
     785  /root/ci_scratch/src/qt/locale/bitcoin_pt_BR.ts.  Please update
     786  CFBundleLocalizations in your Info.plist manually.
     787Call Stack (most recent call first):
     788  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     789  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     790
     791
     792CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     793  Failed to resolve language code for
     794  /root/ci_scratch/src/qt/locale/bitcoin_ro.ts.  Please update
     795  CFBundleLocalizations in your Info.plist manually.
     796Call Stack (most recent call first):
     797  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     798  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     799
     800
     801CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     802  Failed to resolve language code for
     803  /root/ci_scratch/src/qt/locale/bitcoin_ru.ts.  Please update
     804  CFBundleLocalizations in your Info.plist manually.
     805Call Stack (most recent call first):
     806  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     807  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     808
     809
     810CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     811  Failed to resolve language code for
     812  /root/ci_scratch/src/qt/locale/bitcoin_sa.ts.  Please update
     813  CFBundleLocalizations in your Info.plist manually.
     814Call Stack (most recent call first):
     815  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     816  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     817
     818
     819CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     820  Failed to resolve language code for
     821  /root/ci_scratch/src/qt/locale/bitcoin_sc.ts.  Please update
     822  CFBundleLocalizations in your Info.plist manually.
     823Call Stack (most recent call first):
     824  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     825  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     826
     827
     828CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     829  Failed to resolve language code for
     830  /root/ci_scratch/src/qt/locale/bitcoin_sd.ts.  Please update
     831  CFBundleLocalizations in your Info.plist manually.
     832Call Stack (most recent call first):
     833  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     834  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     835
     836
     837CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     838  Failed to resolve language code for
     839  /root/ci_scratch/src/qt/locale/bitcoin_si.ts.  Please update
     840  CFBundleLocalizations in your Info.plist manually.
     841Call Stack (most recent call first):
     842  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     843  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     844
     845
     846CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     847  Failed to resolve language code for
     848  /root/ci_scratch/src/qt/locale/bitcoin_sk.ts.  Please update
     849  CFBundleLocalizations in your Info.plist manually.
     850Call Stack (most recent call first):
     851  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     852  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     853
     854
     855CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     856  Failed to resolve language code for
     857  /root/ci_scratch/src/qt/locale/bitcoin_sl.ts.  Please update
     858  CFBundleLocalizations in your Info.plist manually.
     859Call Stack (most recent call first):
     860  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     861  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     862
     863
     864CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     865  Failed to resolve language code for
     866  /root/ci_scratch/src/qt/locale/bitcoin_sm.ts.  Please update
     867  CFBundleLocalizations in your Info.plist manually.
     868Call Stack (most recent call first):
     869  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     870  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     871
     872
     873CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     874  Failed to resolve language code for
     875  /root/ci_scratch/src/qt/locale/bitcoin_sn.ts.  Please update
     876  CFBundleLocalizations in your Info.plist manually.
     877Call Stack (most recent call first):
     878  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     879  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     880
     881
     882CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     883  Failed to resolve language code for
     884  /root/ci_scratch/src/qt/locale/bitcoin_so.ts.  Please update
     885  CFBundleLocalizations in your Info.plist manually.
     886Call Stack (most recent call first):
     887  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     888  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     889
     890
     891CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     892  Failed to resolve language code for
     893  /root/ci_scratch/src/qt/locale/bitcoin_sq.ts.  Please update
     894  CFBundleLocalizations in your Info.plist manually.
     895Call Stack (most recent call first):
     896  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     897  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     898
     899
     900CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     901  Failed to resolve language code for
     902  /root/ci_scratch/src/qt/locale/bitcoin_sr.ts.  Please update
     903  CFBundleLocalizations in your Info.plist manually.
     904Call Stack (most recent call first):
     905  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     906  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     907
     908
     909CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     910  Failed to resolve language code for
     911  /root/ci_scratch/src/qt/locale/bitcoin_sr@ijekavianlatin.ts.  Please update
     912  CFBundleLocalizations in your Info.plist manually.
     913Call Stack (most recent call first):
     914  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     915  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     916
     917
     918CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     919  Failed to resolve language code for
     920  /root/ci_scratch/src/qt/locale/bitcoin_sr@latin.ts.  Please update
     921  CFBundleLocalizations in your Info.plist manually.
     922Call Stack (most recent call first):
     923  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     924  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     925
     926
     927CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     928  Failed to resolve language code for
     929  /root/ci_scratch/src/qt/locale/bitcoin_sv.ts.  Please update
     930  CFBundleLocalizations in your Info.plist manually.
     931Call Stack (most recent call first):
     932  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     933  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     934
     935
     936CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     937  Failed to resolve language code for
     938  /root/ci_scratch/src/qt/locale/bitcoin_sw.ts.  Please update
     939  CFBundleLocalizations in your Info.plist manually.
     940Call Stack (most recent call first):
     941  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     942  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     943
     944
     945CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     946  Failed to resolve language code for
     947  /root/ci_scratch/src/qt/locale/bitcoin_szl.ts.  Please update
     948  CFBundleLocalizations in your Info.plist manually.
     949Call Stack (most recent call first):
     950  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     951  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     952
     953
     954CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     955  Failed to resolve language code for
     956  /root/ci_scratch/src/qt/locale/bitcoin_ta.ts.  Please update
     957  CFBundleLocalizations in your Info.plist manually.
     958Call Stack (most recent call first):
     959  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     960  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     961
     962
     963CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     964  Failed to resolve language code for
     965  /root/ci_scratch/src/qt/locale/bitcoin_te.ts.  Please update
     966  CFBundleLocalizations in your Info.plist manually.
     967Call Stack (most recent call first):
     968  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     969  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     970
     971
     972CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     973  Failed to resolve language code for
     974  /root/ci_scratch/src/qt/locale/bitcoin_th.ts.  Please update
     975  CFBundleLocalizations in your Info.plist manually.
     976Call Stack (most recent call first):
     977  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     978  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     979
     980
     981CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     982  Failed to resolve language code for
     983  /root/ci_scratch/src/qt/locale/bitcoin_tk.ts.  Please update
     984  CFBundleLocalizations in your Info.plist manually.
     985Call Stack (most recent call first):
     986  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     987  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     988
     989
     990CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
     991  Failed to resolve language code for
     992  /root/ci_scratch/src/qt/locale/bitcoin_tl.ts.  Please update
     993  CFBundleLocalizations in your Info.plist manually.
     994Call Stack (most recent call first):
     995  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
     996  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
     997
     998
     999CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1000  Failed to resolve language code for
    1001  /root/ci_scratch/src/qt/locale/bitcoin_tn.ts.  Please update
    1002  CFBundleLocalizations in your Info.plist manually.
    1003Call Stack (most recent call first):
    1004  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1005  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1006
    1007
    1008CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1009  Failed to resolve language code for
    1010  /root/ci_scratch/src/qt/locale/bitcoin_tr.ts.  Please update
    1011  CFBundleLocalizations in your Info.plist manually.
    1012Call Stack (most recent call first):
    1013  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1014  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1015
    1016
    1017CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1018  Failed to resolve language code for
    1019  /root/ci_scratch/src/qt/locale/bitcoin_ug.ts.  Please update
    1020  CFBundleLocalizations in your Info.plist manually.
    1021Call Stack (most recent call first):
    1022  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1023  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1024
    1025
    1026CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1027  Failed to resolve language code for
    1028  /root/ci_scratch/src/qt/locale/bitcoin_uk.ts.  Please update
    1029  CFBundleLocalizations in your Info.plist manually.
    1030Call Stack (most recent call first):
    1031  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1032  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1033
    1034
    1035CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1036  Failed to resolve language code for
    1037  /root/ci_scratch/src/qt/locale/bitcoin_ur.ts.  Please update
    1038  CFBundleLocalizations in your Info.plist manually.
    1039Call Stack (most recent call first):
    1040  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1041  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1042
    1043
    1044CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1045  Failed to resolve language code for
    1046  /root/ci_scratch/src/qt/locale/bitcoin_uz.ts.  Please update
    1047  CFBundleLocalizations in your Info.plist manually.
    1048Call Stack (most recent call first):
    1049  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1050  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1051
    1052
    1053CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1054  Failed to resolve language code for
    1055  /root/ci_scratch/src/qt/locale/bitcoin_uz@Cyrl.ts.  Please update
    1056  CFBundleLocalizations in your Info.plist manually.
    1057Call Stack (most recent call first):
    1058  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1059  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1060
    1061
    1062CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1063  Failed to resolve language code for
    1064  /root/ci_scratch/src/qt/locale/bitcoin_uz@Latn.ts.  Please update
    1065  CFBundleLocalizations in your Info.plist manually.
    1066Call Stack (most recent call first):
    1067  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1068  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1069
    1070
    1071CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1072  Failed to resolve language code for
    1073  /root/ci_scratch/src/qt/locale/bitcoin_ve.ts.  Please update
    1074  CFBundleLocalizations in your Info.plist manually.
    1075Call Stack (most recent call first):
    1076  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1077  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1078
    1079
    1080CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1081  Failed to resolve language code for
    1082  /root/ci_scratch/src/qt/locale/bitcoin_vi.ts.  Please update
    1083  CFBundleLocalizations in your Info.plist manually.
    1084Call Stack (most recent call first):
    1085  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1086  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1087
    1088
    1089CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1090  Failed to resolve language code for
    1091  /root/ci_scratch/src/qt/locale/bitcoin_yi.ts.  Please update
    1092  CFBundleLocalizations in your Info.plist manually.
    1093Call Stack (most recent call first):
    1094  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1095  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1096
    1097
    1098CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1099  Failed to resolve language code for
    1100  /root/ci_scratch/src/qt/locale/bitcoin_yo.ts.  Please update
    1101  CFBundleLocalizations in your Info.plist manually.
    1102Call Stack (most recent call first):
    1103  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1104  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1105
    1106
    1107CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1108  Failed to resolve language code for
    1109  /root/ci_scratch/src/qt/locale/bitcoin_yue.ts.  Please update
    1110  CFBundleLocalizations in your Info.plist manually.
    1111Call Stack (most recent call first):
    1112  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1113  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1114
    1115
    1116CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1117  Failed to resolve language code for
    1118  /root/ci_scratch/src/qt/locale/bitcoin_zh-Hans.ts.  Please update
    1119  CFBundleLocalizations in your Info.plist manually.
    1120Call Stack (most recent call first):
    1121  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1122  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1123
    1124
    1125CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1126  Failed to resolve language code for
    1127  /root/ci_scratch/src/qt/locale/bitcoin_zh-Hant.ts.  Please update
    1128  CFBundleLocalizations in your Info.plist manually.
    1129Call Stack (most recent call first):
    1130  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1131  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1132
    1133
    1134CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1135  Failed to resolve language code for
    1136  /root/ci_scratch/src/qt/locale/bitcoin_zh.ts.  Please update
    1137  CFBundleLocalizations in your Info.plist manually.
    1138Call Stack (most recent call first):
    1139  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1140  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1141
    1142
    1143CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1144  Failed to resolve language code for
    1145  /root/ci_scratch/src/qt/locale/bitcoin_zh_CN.ts.  Please update
    1146  CFBundleLocalizations in your Info.plist manually.
    1147Call Stack (most recent call first):
    1148  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1149  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1150
    1151
    1152CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1153  Failed to resolve language code for
    1154  /root/ci_scratch/src/qt/locale/bitcoin_zh_HK.ts.  Please update
    1155  CFBundleLocalizations in your Info.plist manually.
    1156Call Stack (most recent call first):
    1157  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1158  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1159
    1160
    1161CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1162  Failed to resolve language code for
    1163  /root/ci_scratch/src/qt/locale/bitcoin_zh_TW.ts.  Please update
    1164  CFBundleLocalizations in your Info.plist manually.
    1165Call Stack (most recent call first):
    1166  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1167  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    1168
    1169
    1170CMake Warning at depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:418 (message):
    1171  Failed to resolve language code for
    1172  /root/ci_scratch/src/qt/locale/bitcoin_zu.ts.  Please update
    1173  CFBundleLocalizations in your Info.plist manually.
    1174Call Stack (most recent call first):
    1175  depends/arm64-apple-darwin/native/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake:529 (_qt_internal_store_languages_from_ts_files_in_targets)
    1176  src/qt/CMakeLists.txt:248 (qt6_add_lrelease)
    
  5. maflcko added the label macOS on Jul 9, 2025
  6. hebasto commented at 4:01 pm on July 10, 2025: member

    @hebasto If this is an actual issue can it be fixed up?

    Fixed in #32940.


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-07-11 06:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me