Guest User

Untitled

a guest
Aug 7th, 2022
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 143.17 KB | None | 0 0
  1. **********************************************************************
  2. ** Visual Studio 2022 Developer Command Prompt v17.2.6
  3. ** Copyright (c) 2022 Microsoft Corporation
  4. **********************************************************************
  5.  
  6. D:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools>e:
  7.  
  8. E:\>cd projetos\reactnice
  9.  
  10. E:\projetos\reactnice>yarn install
  11. yarn install v1.22.15
  12. [1/4] Resolving packages...
  13. [2/4] Fetching packages...
  14. info [email protected]: The platform "win32" is incompatible with this module.
  15. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  16. [3/4] Linking dependencies...
  17. warning "react-native > [email protected]" has incorrect peer dependency "react@^16.0.0 || ^17.0.0".
  18. warning "react-native > react-native-codegen > [email protected]" has unmet peer dependency "@babel/preset-env@^7.1.6".
  19. warning "@react-native-community/eslint-config > @typescript-eslint/eslint-plugin > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
  20. [4/4] Building fresh packages...
  21. warning Your current version of Yarn is out of date. The latest version is "1.22.19", while you're on "1.22.15".
  22. info To upgrade, run the following command:
  23. $ curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
  24. $ patch-package
  25. patch-package 6.4.7
  26. Applying patches...
  27. Done in 10.62s.
  28.  
  29. E:\projetos\reactnice>yarn android --active-arch-only
  30. yarn run v1.22.15
  31. $ react-native run-android --active-arch-only
  32. info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
  33. Jetifier found 945 file(s) to forward-jetify. Using 12 workers...
  34. info Starting JS server...
  35. * daemon not running; starting now at tcp:5037
  36. * daemon started successfully
  37. info Launching emulator...
  38. info Successfully launched emulator.
  39. info Detected architectures x86_64
  40. info Installing the app...
  41.  
  42. > Task :react-native-gradle-plugin:compileKotlin
  43. 'compileJava' task (current target is 1.8) and 'compileKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.
  44. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (10, 37): 'BaseVariant' is deprecated. Deprecated in Java
  45. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (119, 30): 'BaseVariant' is deprecated. Deprecated in Java
  46. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (135, 26): 'BaseVariant' is deprecated. Deprecated in Java
  47. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (157, 32): 'BaseVariant' is deprecated. Deprecated in Java
  48. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (163, 31): 'BaseVariant' is deprecated. Deprecated in Java
  49. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (171, 36): 'BaseVariant' is deprecated. Deprecated in Java
  50. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactPlugin.kt: (100, 48): 'reactRoot: DirectoryProperty' is deprecated. reactRoot was confusing and has been replace with root to point toyour root project and reactNativeDir to point to the folder of the react-native NPM package
  51. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (10, 37): 'ApplicationVariant' is deprecated. Deprecated in Java
  52. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (11, 37): 'BaseVariant' is deprecated. Deprecated in Java
  53. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (12, 37): 'LibraryVariant' is deprecated. Deprecated in Java
  54. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (27, 51): 'BaseVariant' is deprecated. Deprecated in Java
  55. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (130, 12): 'ApplicationVariant' is deprecated. Deprecated in Java
  56. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (131, 12): 'LibraryVariant' is deprecated. Deprecated in Java
  57. w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (251, 14): 'BaseVariant' is deprecated. Deprecated in Java
  58.  
  59. > Task :react-native-gradle-plugin:compileJava
  60.  
  61. > Task :ReactAndroid:downloadFmt
  62. Download https://github.com/fmtlib/fmt/archive/6.2.1.tar.gz
  63.  
  64. > Task :ReactAndroid:downloadGlog
  65. Download https://github.com/google/glog/archive/v0.3.5.tar.gz
  66.  
  67. > Task :ReactAndroid:downloadBoost
  68. Download https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz
  69.  
  70. > Task :ReactAndroid:downloadFolly
  71. Download https://github.com/facebook/folly/archive/v2021.06.28.00.tar.gz
  72.  
  73. > Task :ReactAndroid:prepareGlog
  74. Encountered duplicate path "config.h" during copy operation configured with DuplicatesStrategy.WARN
  75.  
  76. > Task :ReactAndroid:downloadLibevent
  77. Download https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
  78.  
  79. > Task :ReactAndroid:downloadDoubleConversion
  80. Download https://github.com/google/double-conversion/archive/v1.1.6.tar.gz
  81.  
  82. > Task :ReactAndroid:hermes-engine:downloadHermes
  83. Download https://github.com/facebook/hermes/tarball/hermes-2022-05-20-RNv0.69.0-ee8941b8874132b8f83e4486b63ed5c19fc3f11
  84. > Task :ReactAndroid:hermes-engine:configureBuildForHermes
  85. -- Building for: NMake Makefiles
  86. -- The C compiler identification is MSVC 19.32.31332.0
  87. -- The CXX compiler identification is MSVC 19.32.31332.0
  88. -- Detecting C compiler ABI info
  89. -- Detecting C compiler ABI info - done
  90. -- Check for working C compiler: D:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe - skipped
  91. -- Detecting C compile features
  92. -- Detecting C compile features - done
  93. -- Detecting CXX compiler ABI info
  94. -- Detecting CXX compiler ABI info - done
  95. -- Check for working CXX compiler: D:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe - skipped
  96. -- Detecting CXX compile features
  97. -- Detecting CXX compile features - done
  98. -- Found Python: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0/python3.8.exe (found version "3.8.10") found components: Interpreter
  99. -- Performing Test HAVE_COMPUTED_GOTO
  100. -- Performing Test HAVE_COMPUTED_GOTO - Failed
  101. -- Performing Test HAVE_GC_SECTIONS
  102. -- Performing Test HAVE_GC_SECTIONS - Failed
  103. -- Performing Test HAVE_ICF
  104. -- Performing Test HAVE_ICF - Failed
  105. -- Found the following ICU libraries:
  106. -- uc (required)
  107. -- i18n (required)
  108. -- data (required)
  109. -- uc (required)
  110. -- Found ICU: D:/icu/include (found suitable version "71.1", minimum required is "52")
  111. -- Looking for dlfcn.h
  112. -- Looking for dlfcn.h - not found
  113. -- Looking for errno.h
  114. -- Looking for errno.h - found
  115. -- Looking for fcntl.h
  116. -- Looking for fcntl.h - found
  117. -- Looking for link.h
  118. -- Looking for link.h - not found
  119. -- Looking for malloc.h
  120. -- Looking for malloc.h - found
  121. -- Looking for malloc/malloc.h
  122. -- Looking for malloc/malloc.h - not found
  123. -- Looking for signal.h
  124. -- Looking for signal.h - found
  125. -- Looking for sys/ioctl.h
  126. -- Looking for sys/ioctl.h - not found
  127. -- Looking for sys/mman.h
  128. -- Looking for sys/mman.h - not found
  129. -- Looking for sys/param.h
  130. -- Looking for sys/param.h - not found
  131. -- Looking for sys/resource.h
  132. -- Looking for sys/resource.h - not found
  133. -- Looking for sys/stat.h
  134. -- Looking for sys/stat.h - found
  135. -- Looking for sys/time.h
  136. -- Looking for sys/time.h - not found
  137. -- Looking for sys/types.h
  138. -- Looking for sys/types.h - found
  139. -- Looking for termios.h
  140. -- Looking for termios.h - not found
  141. -- Looking for unistd.h
  142. -- Looking for unistd.h - not found
  143. -- Looking for valgrind/valgrind.h
  144. -- Looking for valgrind/valgrind.h - not found
  145. -- Looking for zlib.h
  146. -- Looking for zlib.h - not found
  147. -- Looking for fenv.h
  148. -- Looking for fenv.h - found
  149. -- Looking for FE_ALL_EXCEPT
  150. -- Looking for FE_ALL_EXCEPT - found
  151. -- Looking for FE_INEXACT
  152. -- Looking for FE_INEXACT - found
  153. -- Looking for mach/mach.h
  154. -- Looking for mach/mach.h - not found
  155. -- Looking for histedit.h
  156. -- Looking for histedit.h - not found
  157. -- Looking for CrashReporterClient.h
  158. -- Looking for CrashReporterClient.h - not found
  159. -- Looking for xar_open in xar
  160. -- Looking for xar_open in xar - not found
  161. -- Looking for arc4random
  162. -- Looking for arc4random - not found
  163. -- Looking for backtrace
  164. -- Looking for backtrace - not found
  165. -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR)
  166. -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
  167. -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed
  168. -- Looking for _Unwind_Backtrace
  169. -- Looking for _Unwind_Backtrace - not found
  170. -- Looking for getpagesize
  171. -- Looking for getpagesize - not found
  172. -- Looking for sysconf
  173. -- Looking for sysconf - not found
  174. -- Looking for getrusage
  175. -- Looking for getrusage - not found
  176. -- Looking for setrlimit
  177. -- Looking for setrlimit - not found
  178. -- Looking for isatty
  179. -- Looking for isatty - not found
  180. -- Looking for futimens
  181. -- Looking for futimens - not found
  182. -- Looking for futimes
  183. -- Looking for futimes - not found
  184. -- Looking for posix_fallocate
  185. -- Looking for posix_fallocate - not found
  186. -- Looking for sigaltstack
  187. -- Looking for sigaltstack - not found
  188. -- Looking for lseek64
  189. -- Looking for lseek64 - not found
  190. -- Looking for mallctl
  191. -- Looking for mallctl - not found
  192. -- Looking for mallinfo
  193. -- Looking for mallinfo - not found
  194. -- Looking for malloc_zone_statistics
  195. -- Looking for malloc_zone_statistics - not found
  196. -- Looking for getrlimit
  197. -- Looking for getrlimit - not found
  198. -- Looking for posix_spawn
  199. -- Looking for posix_spawn - not found
  200. -- Looking for pread
  201. -- Looking for pread - not found
  202. -- Looking for realpath
  203. -- Looking for realpath - not found
  204. -- Looking for sbrk
  205. -- Looking for sbrk - not found
  206. -- Looking for strerror
  207. -- Looking for strerror - found
  208. -- Looking for strerror_r
  209. -- Looking for strerror_r - not found
  210. -- Looking for strerror_s
  211. -- Looking for strerror_s - found
  212. -- Looking for setenv
  213. -- Looking for setenv - not found
  214. -- Looking for _chsize_s
  215. -- Looking for _chsize_s - found
  216. -- Looking for _alloca
  217. -- Looking for _alloca - not found
  218. -- Looking for __alloca
  219. -- Looking for __alloca - not found
  220. -- Looking for __chkstk
  221. -- Looking for __chkstk - found
  222. -- Looking for __chkstk_ms
  223. -- Looking for __chkstk_ms - not found
  224. -- Looking for ___chkstk
  225. -- Looking for ___chkstk - not found
  226. -- Looking for ___chkstk_ms
  227. -- Looking for ___chkstk_ms - not found
  228. -- Looking for __ashldi3
  229. -- Looking for __ashldi3 - not found
  230. -- Looking for __ashrdi3
  231. -- Looking for __ashrdi3 - not found
  232. -- Looking for __divdi3
  233. -- Looking for __divdi3 - not found
  234. -- Looking for __fixdfdi
  235. -- Looking for __fixdfdi - not found
  236. -- Looking for __fixsfdi
  237. -- Looking for __fixsfdi - not found
  238. -- Looking for __floatdidf
  239. -- Looking for __floatdidf - not found
  240. -- Looking for __lshrdi3
  241. -- Looking for __lshrdi3 - not found
  242. -- Looking for __moddi3
  243. -- Looking for __moddi3 - not found
  244. -- Looking for __udivdi3
  245. -- Looking for __udivdi3 - not found
  246. -- Looking for __umoddi3
  247. -- Looking for __umoddi3 - not found
  248. -- Looking for __main
  249. -- Looking for __main - not found
  250. -- Looking for __cmpdi2
  251. -- Looking for __cmpdi2 - not found
  252. -- Looking for __GLIBC__
  253. -- Looking for __GLIBC__ - not found
  254. -- Looking for sched_getaffinity
  255. -- Looking for sched_getaffinity - not found
  256. -- Looking for CPU_COUNT
  257. -- Looking for CPU_COUNT - not found
  258. -- Performing Test LLVM_HAS_ATOMICS
  259. -- Performing Test LLVM_HAS_ATOMICS - Success
  260. -- Performing Test SUPPORTS_NO_PIE_FLAG
  261. -- Performing Test SUPPORTS_NO_PIE_FLAG - Failed
  262. -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG
  263. -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Failed
  264. -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
  265. -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed
  266. -- Threads enabled.
  267. -- Doxygen disabled.
  268. -- Go bindings disabled.
  269. -- Could NOT find Python module pygments
  270. -- Could NOT find Python module pygments.lexers.c_cpp
  271. -- Could NOT find Python module yaml
  272. -- CMAKE_HOST_SYSTEM_NAME = Windows
  273. -- CMAKE_SYSTEM_NAME = Windows
  274. -- HERMES_APPLE_TARGET_PLATFORM =
  275. -- CMAKE_CROSSCOMPILING = FALSE
  276. -- Looking for readline
  277. -- Looking for readline - not found
  278. -- Configuring done
  279. -- Generating done
  280. -- Build files have been written to: E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/build/hermes
  281.  
  282. > Task :ReactAndroid:hermes-engine:buildHermes
  283. Scanning dependencies of target LLVHDemangle
  284. [ 0%] Building CXX object external/llvh/lib/Demangle/CMakeFiles/LLVHDemangle.dir/ItaniumDemangle.cpp.obj
  285. ItaniumDemangle.cpp
  286. [ 0%] Building CXX object external/llvh/lib/Demangle/CMakeFiles/LLVHDemangle.dir/MicrosoftDemangle.cpp.obj
  287. MicrosoftDemangle.cpp
  288. [ 0%] Building CXX object external/llvh/lib/Demangle/CMakeFiles/LLVHDemangle.dir/MicrosoftDemangleNodes.cpp.obj
  289. MicrosoftDemangleNodes.cpp
  290. [ 0%] Linking CXX static library LLVHDemangle.lib
  291. [ 0%] Built target LLVHDemangle
  292. Scanning dependencies of target LLVHSupport
  293. [ 0%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/APFloat.cpp.obj
  294. APFloat.cpp
  295. [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/APInt.cpp.obj
  296. APInt.cpp
  297. [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/circular_raw_ostream.cpp.obj
  298. circular_raw_ostream.cpp
  299. [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/CommandLine.cpp.obj
  300. CommandLine.cpp
  301. [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/ConvertUTF.cpp.obj
  302. ConvertUTF.cpp
  303. [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/ConvertUTFWrapper.cpp.obj
  304. ConvertUTFWrapper.cpp
  305. [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Debug.cpp.obj
  306. Debug.cpp
  307. [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Errno.cpp.obj
  308. Errno.cpp
  309. [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Error.cpp.obj
  310. Error.cpp
  311. [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/ErrorHandling.cpp.obj
  312. ErrorHandling.cpp
  313. [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/FileCheck.cpp.obj
  314. FileCheck.cpp
  315. [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/FoldingSet.cpp.obj
  316. FoldingSet.cpp
  317. [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/GraphWriter.cpp.obj
  318. GraphWriter.cpp
  319. [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Hashing.cpp.obj
  320. Hashing.cpp
  321. [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Host.cpp.obj
  322. Host.cpp
  323. [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/InitLLVM.cpp.obj
  324. InitLLVM.cpp
  325. [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/LineIterator.cpp.obj
  326. LineIterator.cpp
  327. [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Locale.cpp.obj
  328. Locale.cpp
  329. [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/ManagedStatic.cpp.obj
  330. ManagedStatic.cpp
  331. [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/MD5.cpp.obj
  332. MD5.cpp
  333. [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Memory.cpp.obj
  334. Memory.cpp
  335. [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/MemoryBuffer.cpp.obj
  336. MemoryBuffer.cpp
  337. [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Mutex.cpp.obj
  338. Mutex.cpp
  339. [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/NativeFormatting.cpp.obj
  340. NativeFormatting.cpp
  341. [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Path.cpp.obj
  342. Path.cpp
  343. [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/PrettyStackTrace.cpp.obj
  344. PrettyStackTrace.cpp
  345. [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Process.cpp.obj
  346. Process.cpp
  347. [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Program.cpp.obj
  348. Program.cpp
  349. [ 16%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/raw_ostream.cpp.obj
  350. raw_ostream.cpp
  351. [ 16%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/raw_os_ostream.cpp.obj
  352. raw_os_ostream.cpp
  353. [ 16%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regcomp.c.obj
  354. regcomp.c
  355. [ 16%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regerror.c.obj
  356. regerror.c
  357. [ 16%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regfree.c.obj
  358. regfree.c
  359. [ 16%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Regex.cpp.obj
  360. Regex.cpp
  361. [ 16%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regexec.c.obj
  362. regexec.c
  363. [ 19%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regstrlcpy.c.obj
  364. regstrlcpy.c
  365. [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/SHA1.cpp.obj
  366. SHA1.cpp
  367. [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Signals.cpp.obj
  368. Signals.cpp
  369. [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/SmallVector.cpp.obj
  370. SmallVector.cpp
  371. [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/SmallPtrSet.cpp.obj
  372. SmallPtrSet.cpp
  373. [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/SourceMgr.cpp.obj
  374. SourceMgr.cpp
  375. [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Statistic.cpp.obj
  376. Statistic.cpp
  377. [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/StringExtras.cpp.obj
  378. StringExtras.cpp
  379. [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/StringMap.cpp.obj
  380. StringMap.cpp
  381. [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/StringRef.cpp.obj
  382. StringRef.cpp
  383. [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/StringSaver.cpp.obj
  384. StringSaver.cpp
  385. [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/TargetParser.cpp.obj
  386. TargetParser.cpp
  387. [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Threading.cpp.obj
  388. Threading.cpp
  389. [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Timer.cpp.obj
  390. Timer.cpp
  391. [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Triple.cpp.obj
  392. Triple.cpp
  393. [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Twine.cpp.obj
  394. Twine.cpp
  395. [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Unicode.cpp.obj
  396. Unicode.cpp
  397. [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Valgrind.cpp.obj
  398. Valgrind.cpp
  399. [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Watchdog.cpp.obj
  400. Watchdog.cpp
  401. [ 25%] Linking CXX static library LLVHSupport.lib
  402. [ 25%] Built target LLVHSupport
  403. Scanning dependencies of target hermesOptimizer
  404. [ 25%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/PassManager/Pipeline.cpp.obj
  405. Pipeline.cpp
  406. [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/SimplifyCFG.cpp.obj
  407. SimplifyCFG.cpp
  408. [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/CSE.cpp.obj
  409. CSE.cpp
  410. [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/CodeMotion.cpp.obj
  411. CodeMotion.cpp
  412. [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/DCE.cpp.obj
  413. DCE.cpp
  414. [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/Mem2Reg.cpp.obj
  415. Mem2Reg.cpp
  416. [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/TypeInference.cpp.obj
  417. TypeInference.cpp
  418. [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/StackPromotion.cpp.obj
  419. StackPromotion.cpp
  420. [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/InstSimplify.cpp.obj
  421. InstSimplify.cpp
  422. [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/Auditor.cpp.obj
  423. Auditor.cpp
  424. [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Wasm/WasmSimplify.cpp.obj
  425. WasmSimplify.cpp
  426. [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/SimpleCallGraphProvider.cpp.obj
  427. SimpleCallGraphProvider.cpp
  428. [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/ResolveStaticRequire.cpp.obj
  429. ResolveStaticRequire.cpp
  430. [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/FuncSigOpts.cpp.obj
  431. FuncSigOpts.cpp
  432. [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/Utils.cpp.obj
  433. Utils.cpp
  434. [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/Inlining.cpp.obj
  435. Inlining.cpp
  436. [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/HoistStartGenerator.cpp.obj
  437. HoistStartGenerator.cpp
  438. [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/InstructionEscapeAnalysis.cpp.obj
  439. InstructionEscapeAnalysis.cpp
  440. [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/TDZDedup.cpp.obj
  441. TDZDedup.cpp
  442. [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/IR/Analysis.cpp.obj
  443. Analysis.cpp
  444. [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/IR/IREval.cpp.obj
  445. IREval.cpp
  446. [ 38%] Linking CXX static library hermesOptimizer.lib
  447. [ 38%] Built target hermesOptimizer
  448. Scanning dependencies of target hermesFrontEndDefs
  449. [ 38%] Building CXX object lib/FrontEndDefs/CMakeFiles/hermesFrontEndDefs.dir/Builtins.cpp.obj
  450. Builtins.cpp
  451. [ 38%] Linking CXX static library hermesFrontEndDefs.lib
  452. [ 38%] Built target hermesFrontEndDefs
  453. Scanning dependencies of target hermesPlatformUnicode
  454. [ 38%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeJava.cpp.obj
  455. PlatformUnicodeJava.cpp
  456. [ 38%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeCF.cpp.obj
  457. PlatformUnicodeCF.cpp
  458. [ 41%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeICU.cpp.obj
  459. PlatformUnicodeICU.cpp
  460. [ 41%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeLite.cpp.obj
  461. PlatformUnicodeLite.cpp
  462. [ 41%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeEmscripten.cpp.obj
  463. PlatformUnicodeEmscripten.cpp
  464. [ 41%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/CharacterProperties.cpp.obj
  465. CharacterProperties.cpp
  466. [ 41%] Linking CXX static library hermesPlatformUnicode.lib
  467. [ 41%] Built target hermesPlatformUnicode
  468. Scanning dependencies of target hermesRegex
  469. [ 41%] Building CXX object lib/Regex/CMakeFiles/hermesRegex.dir/RegexParser.cpp.obj
  470. RegexParser.cpp
  471. [ 45%] Building CXX object lib/Regex/CMakeFiles/hermesRegex.dir/Executor.cpp.obj
  472. Executor.cpp
  473. [ 45%] Linking CXX static library hermesRegex.lib
  474. [ 45%] Built target hermesRegex
  475. Scanning dependencies of target dtoa
  476. [ 48%] Building C object external/dtoa/CMakeFiles/dtoa.dir/dtoa.c.obj
  477. dtoa.c
  478. [ 48%] Building C object external/dtoa/CMakeFiles/dtoa.dir/g_fmt.c.obj
  479. g_fmt.c
  480. E:\projetos\reactnice\node_modules\react-native\sdks\hermes\external\dtoa\g_fmt.c(95): warning C4102: 'done': unreferenced label
  481. [ 48%] Building CXX object external/dtoa/CMakeFiles/dtoa.dir/locks.cpp.obj
  482. locks.cpp
  483. [ 48%] Linking CXX static library dtoa.lib
  484. [ 48%] Built target dtoa
  485. Scanning dependencies of target hermesSupport
  486. [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Allocator.cpp.obj
  487. Allocator.cpp
  488. [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Base64.cpp.obj
  489. Base64.cpp
  490. [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Base64vlq.cpp.obj
  491. Base64vlq.cpp
  492. [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/CheckedMalloc.cpp.obj
  493. CheckedMalloc.cpp
  494. [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Conversions.cpp.obj
  495. Conversions.cpp
  496. [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/ErrorHandling.cpp.obj
  497. ErrorHandling.cpp
  498. [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/JSONEmitter.cpp.obj
  499. JSONEmitter.cpp
  500. [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/OSCompatEmscripten.cpp.obj
  501. OSCompatEmscripten.cpp
  502. [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/OSCompatPosix.cpp.obj
  503. OSCompatPosix.cpp
  504. [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/OSCompatWindows.cpp.obj
  505. OSCompatWindows.cpp
  506. [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/PageAccessTrackerPosix.cpp.obj
  507. PageAccessTrackerPosix.cpp
  508. [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/PerfSection.cpp.obj
  509. PerfSection.cpp
  510. [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/RegExpSerialization.cpp.obj
  511. RegExpSerialization.cpp
  512. [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Semaphore.cpp.obj
  513. Semaphore.cpp
  514. [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/SHA1.cpp.obj
  515. SHA1.cpp
  516. [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/SNPrintfBuf.cpp.obj
  517. SNPrintfBuf.cpp
  518. [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/SourceErrorManager.cpp.obj
  519. SourceErrorManager.cpp
  520. [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/SimpleDiagHandler.cpp.obj
  521. SimpleDiagHandler.cpp
  522. [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/StringTable.cpp.obj
  523. StringTable.cpp
  524. [ 58%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/UTF8.cpp.obj
  525. UTF8.cpp
  526. [ 58%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/UTF16Stream.cpp.obj
  527. UTF16Stream.cpp
  528. [ 58%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/LEB128.cpp.obj
  529. LEB128.cpp
  530. [ 58%] Linking CXX static library hermesSupport.lib
  531. [ 58%] Built target hermesSupport
  532. Scanning dependencies of target hermesAST
  533. [ 58%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/ASTBuilder.cpp.obj
  534. ASTBuilder.cpp
  535. [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/ESTree.cpp.obj
  536. ESTree.cpp
  537. [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/ESTreeJSONDumper.cpp.obj
  538. ESTreeJSONDumper.cpp
  539. [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/SemValidate.cpp.obj
  540. SemValidate.cpp
  541. [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/SemanticValidator.cpp.obj
  542. SemanticValidator.cpp
  543. [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/CommonJS.cpp.obj
  544. CommonJS.cpp
  545. [ 61%] Linking CXX static library hermesAST.lib
  546. [ 61%] Built target hermesAST
  547. Scanning dependencies of target hermesParser
  548. [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSLexer.cpp.obj
  549. JSLexer.cpp
  550. [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSONParser.cpp.obj
  551. JSONParser.cpp
  552. [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParser.cpp.obj
  553. JSParser.cpp
  554. [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParserImpl.cpp.obj
  555. JSParserImpl.cpp
  556. [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParserImpl-flow.cpp.obj
  557. JSParserImpl-flow.cpp
  558. [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParserImpl-jsx.cpp.obj
  559. JSParserImpl-jsx.cpp
  560. [ 64%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParserImpl-ts.cpp.obj
  561. JSParserImpl-ts.cpp
  562. [ 64%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/rust-api.cpp.obj
  563. rust-api.cpp
  564. [ 64%] Linking CXX static library hermesParser.lib
  565. [ 64%] Built target hermesParser
  566. Scanning dependencies of target hermesFrontend
  567. [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/IRGen.cpp.obj
  568. IRGen.cpp
  569. [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen.cpp.obj
  570. ESTreeIRGen.cpp
  571. [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen-expr.cpp.obj
  572. ESTreeIRGen-expr.cpp
  573. [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen-stmt.cpp.obj
  574. ESTreeIRGen-stmt.cpp
  575. [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen-func.cpp.obj
  576. ESTreeIRGen-func.cpp
  577. [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen-except.cpp.obj
  578. ESTreeIRGen-except.cpp
  579. [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/IRInstrument.cpp.obj
  580. IRInstrument.cpp
  581. [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/IR.cpp.obj
  582. IR.cpp
  583. [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/CFG.cpp.obj
  584. CFG.cpp
  585. [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/IRBuilder.cpp.obj
  586. IRBuilder.cpp
  587. [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/IRVerifier.cpp.obj
  588. IRVerifier.cpp
  589. [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/Instrs.cpp.obj
  590. Instrs.cpp
  591. [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/Utils/Dumper.cpp.obj
  592. Dumper.cpp
  593. [ 74%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/Optimizer/Wasm/WasmIntrinsics.cpp.obj
  594. WasmIntrinsics.cpp
  595. [ 74%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/Optimizer/Wasm/EmitWasmIntrinsics.cpp.obj
  596. EmitWasmIntrinsics.cpp
  597. [ 74%] Linking CXX static library hermesFrontend.lib
  598. [ 74%] Built target hermesFrontend
  599. Scanning dependencies of target hermesADT
  600. [ 74%] Building CXX object lib/ADT/CMakeFiles/hermesADT.dir/CompactArray.cpp.obj
  601. CompactArray.cpp
  602. [ 74%] Linking CXX static library hermesADT.lib
  603. [ 74%] Built target hermesADT
  604. Scanning dependencies of target hermesInst
  605. [ 74%] Building CXX object lib/Inst/CMakeFiles/hermesInst.dir/InstDecode.cpp.obj
  606. InstDecode.cpp
  607. [ 74%] Building CXX object lib/Inst/CMakeFiles/hermesInst.dir/InstDecode2.cpp.obj
  608. InstDecode2.cpp
  609. [ 74%] Linking CXX static library hermesInst.lib
  610. [ 74%] Built target hermesInst
  611. Scanning dependencies of target hermesAST2JS
  612. [ 74%] Building CXX object lib/AST2JS/CMakeFiles/hermesAST2JS.dir/AST2JS.cpp.obj
  613. AST2JS.cpp
  614. [ 77%] Linking CXX static library hermesAST2JS.lib
  615. [ 77%] Built target hermesAST2JS
  616. Scanning dependencies of target hermesFlowParser
  617. [ 77%] Building CXX object lib/FlowParser/CMakeFiles/hermesFlowParser.dir/FlowParser.cpp.obj
  618. FlowParser.cpp
  619. [ 77%] Linking CXX static library hermesFlowParser.lib
  620. [ 77%] Built target hermesFlowParser
  621. Scanning dependencies of target hermesBackend
  622. [ 77%] Building CXX object lib/BCGen/CMakeFiles/hermesBackend.dir/RegAlloc.cpp.obj
  623. RegAlloc.cpp
  624. [ 77%] Building CXX object lib/BCGen/CMakeFiles/hermesBackend.dir/BCOpt.cpp.obj
  625. BCOpt.cpp
  626. [ 77%] Building CXX object lib/BCGen/CMakeFiles/hermesBackend.dir/Lowering.cpp.obj
  627. Lowering.cpp
  628. [ 80%] Building CXX object lib/BCGen/CMakeFiles/hermesBackend.dir/Exceptions.cpp.obj
  629. Exceptions.cpp
  630. [ 80%] Linking CXX static library hermesBackend.lib
  631. [ 80%] Built target hermesBackend
  632. Scanning dependencies of target hermesSourceMap
  633. [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/c-api.cpp.obj
  634. c-api.cpp
  635. [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/SourceMap.cpp.obj
  636. SourceMap.cpp
  637. [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/SourceMapGenerator.cpp.obj
  638. SourceMapGenerator.cpp
  639. [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/SourceMapParser.cpp.obj
  640. SourceMapParser.cpp
  641. [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/SourceMapTranslator.cpp.obj
  642. SourceMapTranslator.cpp
  643. [ 83%] Linking CXX static library hermesSourceMap.lib
  644. [ 83%] Built target hermesSourceMap
  645. Scanning dependencies of target hermesHBCBackend
  646. [ 83%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BackendContext.cpp.obj
  647. BackendContext.cpp
  648. [ 83%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/HBC.cpp.obj
  649. HBC.cpp
  650. [ 83%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/ISel.cpp.obj
  651. ISel.cpp
  652. [ 83%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Bytecode.cpp.obj
  653. Bytecode.cpp
  654. [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeStream.cpp.obj
  655. BytecodeStream.cpp
  656. [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeGenerator.cpp.obj
  657. BytecodeGenerator.cpp
  658. [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeDataProvider.cpp.obj
  659. BytecodeDataProvider.cpp
  660. [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeProviderFromSrc.cpp.obj
  661. BytecodeProviderFromSrc.cpp
  662. [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeDisassembler.cpp.obj
  663. BytecodeDisassembler.cpp
  664. [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeFormConverter.cpp.obj
  665. BytecodeFormConverter.cpp
  666. [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/ConsecutiveStringStorage.cpp.obj
  667. ConsecutiveStringStorage.cpp
  668. [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/DebugInfo.cpp.obj
  669. DebugInfo.cpp
  670. [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes.cpp.obj
  671. Passes.cpp
  672. [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/SerializedLiteralGenerator.cpp.obj
  673. SerializedLiteralGenerator.cpp
  674. [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/SerializedLiteralParserBase.cpp.obj
  675. SerializedLiteralParserBase.cpp
  676. [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/SimpleBytecodeBuilder.cpp.obj
  677. SimpleBytecodeBuilder.cpp
  678. [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/StringKind.cpp.obj
  679. StringKind.cpp
  680. [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/TraverseLiteralStrings.cpp.obj
  681. TraverseLiteralStrings.cpp
  682. [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/UniquingFilenameTable.cpp.obj
  683. UniquingFilenameTable.cpp
  684. [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/UniquingStringLiteralTable.cpp.obj
  685. UniquingStringLiteralTable.cpp
  686. [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes/FuncCallNOpts.cpp.obj
  687. FuncCallNOpts.cpp
  688. [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes/InsertProfilePoint.cpp.obj
  689. InsertProfilePoint.cpp
  690. [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes/LowerBuiltinCalls.cpp.obj
  691. LowerBuiltinCalls.cpp
  692. [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes/OptEnvironmentInit.cpp.obj
  693. OptEnvironmentInit.cpp
  694. [ 96%] Linking CXX static library hermesHBCBackend.lib
  695. [ 96%] Built target hermesHBCBackend
  696. Scanning dependencies of target zip
  697. [ 96%] Building C object external/zip/CMakeFiles/zip.dir/src/zip.c.obj
  698. zip.c
  699. [100%] Linking C static library zip.lib
  700. [100%] Built target zip
  701. Scanning dependencies of target hermesCompilerDriver
  702. [100%] Building CXX object lib/CompilerDriver/CMakeFiles/hermesCompilerDriver.dir/CompilerDriver.cpp.obj
  703. CompilerDriver.cpp
  704. E:\projetos\reactnice\node_modules\react-native\sdks\hermes\include\hermes/VM/SmallHermesValue.h(101): warning C4312: 'reinterpret_cast': conversion from 'hermes::vm::CompressedPointer::RawType' to 'hermes::vm::GCCell *' of greater size
  705. E:\projetos\reactnice\node_modules\react-native\sdks\hermes\include\hermes/VM/SmallHermesValue.h(132): warning C4312: 'reinterpret_cast': conversion from 'hermes::vm::CompressedPointer::RawType' to 'hermes::vm::GCCell *' of greater size
  706. [100%] Linking CXX static library hermesCompilerDriver.lib
  707. [100%] Built target hermesCompilerDriver
  708. Scanning dependencies of target hermesc
  709. [100%] Building CXX object tools/hermesc/CMakeFiles/hermesc.dir/hermesc.cpp.obj
  710. hermesc.cpp
  711. [100%] Linking CXX executable ..\..\bin\hermesc.exe
  712. [100%] Built target hermesc
  713.  
  714. > Task :ReactAndroid:hermes-engine:configureCMakeRelease[x86_64]
  715. C/C++: debug|x86_64 :CMake Deprecation Warning at CMakeLists.txt:42 (cmake_policy):
  716. C/C++: debug|x86_64 : The OLD behavior for policy CMP0026 will be removed from a future version
  717. C/C++: debug|x86_64 : of CMake.
  718. C/C++: debug|x86_64 : The cmake-policies(7) manual explains that the OLD behaviors of all
  719. C/C++: debug|x86_64 : policies are deprecated and that a policy should be set to OLD only under
  720. C/C++: debug|x86_64 : specific short-term circumstances. Projects should be ported to the NEW
  721. C/C++: debug|x86_64 : behavior and not rely on setting a policy to OLD.
  722. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  723. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  724. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  725. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  726. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  727. C/C++: debug|x86_64 :Call Stack (most recent call first):
  728. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  729. C/C++: debug|x86_64 : E:/AndroidSdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
  730. C/C++: debug|x86_64 : CMakeLists.txt:64 (project)
  731. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  732. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  733. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  734. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  735. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  736. C/C++: debug|x86_64 :Call Stack (most recent call first):
  737. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  738. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  739. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
  740. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  741. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  742. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  743. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  744. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  745. C/C++: debug|x86_64 :Call Stack (most recent call first):
  746. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  747. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  748. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
  749. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  750. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  751. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  752. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  753. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  754. C/C++: debug|x86_64 :Call Stack (most recent call first):
  755. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  756. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  757. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  758. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  759. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  760. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  761. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  762. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  763. C/C++: debug|x86_64 :Call Stack (most recent call first):
  764. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  765. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  766. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  767. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  768. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  769. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  770. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  771. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  772. C/C++: debug|x86_64 :Call Stack (most recent call first):
  773. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  774. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  775. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  776. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  777. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  778. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  779. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  780. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  781. C/C++: debug|x86_64 :Call Stack (most recent call first):
  782. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  783. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  784. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  785. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  786. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  787. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  788. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  789. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  790. C/C++: debug|x86_64 :Call Stack (most recent call first):
  791. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  792. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  793. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  794. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  795. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  796. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  797. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  798. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  799. C/C++: debug|x86_64 :Call Stack (most recent call first):
  800. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  801. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  802. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  803. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  804. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  805. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  806. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  807. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  808. C/C++: debug|x86_64 :Call Stack (most recent call first):
  809. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  810. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  811. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  812. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  813. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  814. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  815. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  816. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  817. C/C++: debug|x86_64 :Call Stack (most recent call first):
  818. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  819. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  820. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  821. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  822. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  823. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  824. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  825. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  826. C/C++: debug|x86_64 :Call Stack (most recent call first):
  827. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  828. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  829. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  830. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  831. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  832. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  833. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  834. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  835. C/C++: debug|x86_64 :Call Stack (most recent call first):
  836. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  837. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  838. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  839. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  840. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  841. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  842. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  843. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  844. C/C++: debug|x86_64 :Call Stack (most recent call first):
  845. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  846. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  847. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  848. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  849. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  850. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  851. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  852. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  853. C/C++: debug|x86_64 :Call Stack (most recent call first):
  854. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  855. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  856. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  857. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  858. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  859. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  860. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  861. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  862. C/C++: debug|x86_64 :Call Stack (most recent call first):
  863. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  864. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  865. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  866. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  867. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  868. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  869. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  870. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  871. C/C++: debug|x86_64 :Call Stack (most recent call first):
  872. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  873. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  874. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  875. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  876. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  877. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  878. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  879. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  880. C/C++: debug|x86_64 :Call Stack (most recent call first):
  881. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  882. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  883. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  884. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  885. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  886. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  887. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  888. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  889. C/C++: debug|x86_64 :Call Stack (most recent call first):
  890. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  891. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  892. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  893. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  894. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  895. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  896. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  897. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  898. C/C++: debug|x86_64 :Call Stack (most recent call first):
  899. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  900. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  901. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  902. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  903. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  904. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  905. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  906. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  907. C/C++: debug|x86_64 :Call Stack (most recent call first):
  908. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  909. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  910. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  911. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  912. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  913. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  914. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  915. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  916. C/C++: debug|x86_64 :Call Stack (most recent call first):
  917. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  918. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  919. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  920. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  921. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  922. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  923. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  924. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  925. C/C++: debug|x86_64 :Call Stack (most recent call first):
  926. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  927. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  928. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  929. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  930. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  931. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  932. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  933. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  934. C/C++: debug|x86_64 :Call Stack (most recent call first):
  935. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  936. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  937. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  938. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  939. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  940. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  941. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  942. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  943. C/C++: debug|x86_64 :Call Stack (most recent call first):
  944. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  945. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  946. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  947. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  948. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  949. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  950. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  951. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  952. C/C++: debug|x86_64 :Call Stack (most recent call first):
  953. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  954. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  955. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  956. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  957. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  958. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  959. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  960. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  961. C/C++: debug|x86_64 :Call Stack (most recent call first):
  962. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  963. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  964. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  965. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  966. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  967. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  968. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  969. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  970. C/C++: debug|x86_64 :Call Stack (most recent call first):
  971. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  972. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  973. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  974. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  975. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  976. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  977. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  978. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  979. C/C++: debug|x86_64 :Call Stack (most recent call first):
  980. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  981. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  982. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  983. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  984. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  985. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  986. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  987. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  988. C/C++: debug|x86_64 :Call Stack (most recent call first):
  989. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  990. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  991. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  992. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  993. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  994. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  995. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  996. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  997. C/C++: debug|x86_64 :Call Stack (most recent call first):
  998. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  999. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1000. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1001. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1002. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1003. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1004. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1005. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1006. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1007. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1008. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1009. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1010. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1011. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1012. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1013. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1014. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1015. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1016. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1017. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1018. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1019. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1020. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1021. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1022. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1023. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1024. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1025. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1026. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1027. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1028. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1029. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1030. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1031. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1032. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1033. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1034. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1035. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1036. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1037. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1038. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1039. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1040. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1041. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1042. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1043. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1044. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1045. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1046. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1047. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1048. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1049. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1050. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1051. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1052. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1053. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1054. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1055. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1056. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1057. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1058. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1059. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1060. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1061. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1062. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1063. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1064. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1065. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1066. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1067. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1068. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1069. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1070. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1071. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1072. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1073. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1074. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1075. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1076. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1077. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1078. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1079. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1080. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1081. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1082. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1083. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1084. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1085. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1086. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1087. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1088. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1089. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1090. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1091. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1092. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1093. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1094. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1095. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1096. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1097. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1098. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1099. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1100. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1101. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1102. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1103. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1104. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1105. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1106. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1107. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1108. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1109. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1110. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1111. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1112. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1113. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1114. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1115. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1116. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1117. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1118. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1119. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1120. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1121. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1122. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1123. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1124. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1125. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1126. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1127. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1128. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1129. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1130. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1131. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1132. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1133. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1134. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1135. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1136. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1137. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1138. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1139. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1140. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1141. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1142. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1143. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1144. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1145. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1146. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1147. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1148. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1149. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1150. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1151. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1152. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1153. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1154. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1155. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1156. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1157. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1158. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1159. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1160. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1161. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1162. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1163. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1164. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1165. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1166. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1167. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1168. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1169. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1170. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1171. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1172. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1173. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1174. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1175. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1176. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1177. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1178. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1179. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1180. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1181. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1182. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1183. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1184. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1185. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1186. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1187. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1188. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1189. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1190. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1191. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1192. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1193. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1194. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1195. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1196. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1197. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1198. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1199. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1200. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1201. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1202. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1203. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1204. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1205. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1206. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1207. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1208. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1209. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1210. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1211. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1212. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1213. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1214. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1215. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1216. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1217. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1218. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1219. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1220. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1221. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1222. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1223. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1224. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1225. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1226. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1227. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1228. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1229. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1230. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1231. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1232. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1233. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1234. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1235. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1236. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1237. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1238. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1239. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1240. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1241. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1242. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1243. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1244. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1245. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1246. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1247. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1248. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1249. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1250. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1251. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1252. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1253. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1254. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1255. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1256. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1257. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1258. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1259. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1260. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1261. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1262. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1263. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1264. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1265. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1266. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1267. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1268. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1269. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1270. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1271. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1272. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1273. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1274. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1275. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1276. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1277. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1278. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1279. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1280. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1281. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1282. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1283. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1284. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1285. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1286. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1287. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1288. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1289. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1290. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1291. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1292. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1293. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1294. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1295. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1296. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1297. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1298. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1299. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1300. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1301. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1302. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1303. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1304. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1305. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1306. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1307. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1308. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1309. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1310. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1311. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1312. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1313. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1314. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1315. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1316. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1317. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1318. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1319. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1320. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1321. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1322. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1323. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1324. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1325. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1326. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1327. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1328. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1329. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1330. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1331. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1332. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1333. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1334. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1335. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1336. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1337. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1338. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1339. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1340. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1341. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1342. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1343. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1344. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1345. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1346. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1347. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1348. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1349. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1350. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1351. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1352. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1353. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1354. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1355. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1356. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1357. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1358. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1359. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1360. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1361. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1362. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1363. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1364. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1365. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1366. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1367. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1368. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1369. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1370. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1371. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1372. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1373. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1374. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1375. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1376. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1377. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1378. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1379. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1380. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1381. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1382. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1383. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1384. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1385. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1386. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1387. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1388. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1389. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1390. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1391. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1392. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1393. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1394. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1395. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1396. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1397. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1398. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1399. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1400. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1401. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1402. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1403. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1404. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1405. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1406. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1407. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1408. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1409. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1410. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1411. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1412. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1413. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1414. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1415. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1416. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1417. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1418. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1419. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1420. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1421. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1422. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1423. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1424. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1425. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1426. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1427. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1428. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1429. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1430. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1431. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1432. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1433. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1434. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1435. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1436. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1437. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1438. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1439. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1440. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1441. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1442. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1443. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1444. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1445. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1446. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1447. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1448. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1449. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1450. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1451. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1452. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1453. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1454. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1455. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1456. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1457. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1458. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1459. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1460. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1461. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1462. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1463. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1464. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1465. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1466. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1467. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1468. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1469. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1470. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1471. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1472. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1473. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1474. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1475. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1476. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1477. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1478. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1479. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1480. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1481. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1482. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1483. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1484. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1485. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1486. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1487. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1488. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1489. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1490. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1491. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1492. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1493. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1494. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1495. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1496. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1497. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1498. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1499. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1500. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1501. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1502. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1503. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1504. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1505. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1506. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1507. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1508. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1509. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1510. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1511. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1512. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1513. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1514. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1515. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1516. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1517. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1518. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1519. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1520. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1521. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1522. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1523. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1524. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1525. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1526. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1527. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1528. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1529. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1530. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1531. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1532. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1533. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1534. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1535. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1536. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1537. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1538. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1539. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1540. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1541. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1542. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1543. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1544. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1545. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1546. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1547. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1548. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1549. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1550. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1551. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1552. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1553. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1554. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1555. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1556. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1557. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1558. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1559. C/C++: debug|x86_64 :CMake Warning at external/llvh/cmake/modules/GetHostTriple.cmake:18 (message):
  1560. C/C++: debug|x86_64 : LLVM_HOST_TRIPLE can't be computed on Windows with this toolchain
  1561. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1562. C/C++: debug|x86_64 : external/llvh/cmake/config-ix.cmake:360 (get_host_triple)
  1563. C/C++: debug|x86_64 : external/llvh/CMakeLists.txt:21 (include)
  1564. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1565. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1566. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1567. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1568. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1569. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1570. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1571. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1572. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
  1573. C/C++: debug|x86_64 :CMake Warning:
  1574. C/C++: debug|x86_64 : Manually-specified variables were not used by the project:
  1575. C/C++: debug|x86_64 : ANDROID_LD
  1576.  
  1577. > Task :ReactAndroid:configureCMakeDebug[x86_64]
  1578. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1579. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1580. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1581. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1582. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1583. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1584. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1585. C/C++: debug|x86_64 : E:/AndroidSdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
  1586. C/C++: debug|x86_64 : CMakeLists.txt:9 (project)
  1587. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1588. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1589. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1590. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1591. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1592. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1593. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1594. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/.cxx/Debug/2d6k401i/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1595. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/.cxx/Debug/2d6k401i/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
  1596. C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
  1597. C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
  1598. C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
  1599. C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
  1600. C/C++: debug|x86_64 : CMake's built-in compiler identification.
  1601. C/C++: debug|x86_64 :Call Stack (most recent call first):
  1602. C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
  1603. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/.cxx/Debug/2d6k401i/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
  1604. C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/.cxx/Debug/2d6k401i/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
  1605.  
  1606. > Task :ReactAndroid:hermes-engine:compileDebugJavaWithJavac
  1607.  
  1608. > Task :ReactAndroid:compileDebugKotlin
  1609. w: E:\projetos\reactnice\node_modules\react-native\ReactAndroid\src\main\java\com\facebook\react\views\view\ReactMapBufferPropSetter.kt: (222, 11): Condition 'action != null' is always 'true'
  1610. w: E:\projetos\reactnice\node_modules\react-native\ReactAndroid\src\main\java\com\facebook\react\views\view\ReactViewManagerWrapper.kt: (67, 19): 'receiveCommand(T, Int, ReadableArray?): Unit' is deprecated. Deprecated in Java
  1611.  
  1612. > Task :ReactAndroid:compileDebugJavaWithJavac
  1613.  
  1614. > Task :app:mergeDebugNativeLibs
  1615. 2 files found for path 'lib/x86_64/libc++_shared.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1616. Inputs:
  1617. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libc++_shared.so
  1618. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libc++_shared.so
  1619.  
  1620. 2 files found for path 'lib/x86_64/libfabricjni.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1621. Inputs:
  1622. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libfabricjni.so
  1623. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libfabricjni.so
  1624.  
  1625. 2 files found for path 'lib/x86_64/libfbjni.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the AndroidGradle Plugin may throw an error in this case.
  1626. Inputs:
  1627. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libfbjni.so
  1628. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libfbjni.so
  1629.  
  1630. 2 files found for path 'lib/x86_64/libfolly_runtime.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of theAndroid Gradle Plugin may throw an error in this case.
  1631. Inputs:
  1632. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libfolly_runtime.so
  1633. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libfolly_runtime.so
  1634.  
  1635. 2 files found for path 'lib/x86_64/libglog.so'. This version of the Android Gradle Plugin chooses the file from the appor dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1636. Inputs:
  1637. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libglog.so
  1638. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libglog.so
  1639.  
  1640. 2 files found for path 'lib/x86_64/libjsi.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1641. Inputs:
  1642. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libjsi.so
  1643. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libjsi.so
  1644.  
  1645. 2 files found for path 'lib/x86_64/libreact_codegen_rncore.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versionsof the Android Gradle Plugin may throw an error in this case.
  1646. Inputs:
  1647. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_codegen_rncore.so
  1648. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_codegen_rncore.so
  1649.  
  1650. 2 files found for path 'lib/x86_64/libreact_debug.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1651. Inputs:
  1652. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_debug.so
  1653. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_debug.so
  1654.  
  1655. 2 files found for path 'lib/x86_64/libreact_nativemodule_core.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1656. Inputs:
  1657. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_nativemodule_core.so
  1658. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_nativemodule_core.so
  1659.  
  1660. 2 files found for path 'lib/x86_64/libreact_render_componentregistry.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1661. Inputs:
  1662. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_render_componentregistry.so
  1663. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_render_componentregistry.so
  1664.  
  1665. 2 files found for path 'lib/x86_64/libreact_render_core.so'. This version of the Android Gradle Plugin chooses the filefrom the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions ofthe Android Gradle Plugin may throw an error in this case.
  1666. Inputs:
  1667. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_render_core.so
  1668. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_render_core.so
  1669.  
  1670. 2 files found for path 'lib/x86_64/libreact_render_debug.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1671. Inputs:
  1672. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_render_debug.so
  1673. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_render_debug.so
  1674.  
  1675. 2 files found for path 'lib/x86_64/libreact_render_graphics.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1676. Inputs:
  1677. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_render_graphics.so
  1678. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_render_graphics.so
  1679.  
  1680. 2 files found for path 'lib/x86_64/librrc_view.so'. This version of the Android Gradle Plugin chooses the file from theapp or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1681. Inputs:
  1682. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\librrc_view.so
  1683. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\librrc_view.so
  1684.  
  1685. 2 files found for path 'lib/x86_64/libruntimeexecutor.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1686. Inputs:
  1687. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libruntimeexecutor.so
  1688. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libruntimeexecutor.so
  1689.  
  1690. 2 files found for path 'lib/x86_64/libturbomodulejsijni.so'. This version of the Android Gradle Plugin chooses the filefrom the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions ofthe Android Gradle Plugin may throw an error in this case.
  1691. Inputs:
  1692. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libturbomodulejsijni.so
  1693. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libturbomodulejsijni.so
  1694.  
  1695. 2 files found for path 'lib/x86_64/libyoga.so'. This version of the Android Gradle Plugin chooses the file from the appor dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
  1696. Inputs:
  1697. - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libyoga.so
  1698. - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libyoga.so
  1699.  
  1700.  
  1701. > Task :app:compileDebugJavaWithJavac
  1702.  
  1703. > Task :app:installDebug
  1704. Installing APK 'app-debug.apk' on 'Pixel_4_API_31(AVD) - 12' for app:debug
  1705. Installed on 1 device.
  1706.  
  1707. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  1708.  
  1709. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  1710.  
  1711. See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings
  1712.  
  1713. BUILD SUCCESSFUL in 9m 1s
  1714. 110 actionable tasks: 110 executed
  1715. info Connecting to the development server...
  1716. info Starting the app on "emulator-5554"...
  1717. Starting: Intent { cmp=com.reactnice/.MainActivity }
  1718.  
Add Comment
Please, Sign In to add comment