Progress stops on full build and Partial build not building all platforms

I have just started trying to use Smart installer with D11 and D12 I am trying first with Biz Core and Sparkle. I have other components not installed in my list, I think this maybe part of the first problem, if I run command line (tms build -full) it seems to have actually done all platforms for Biz Core and Sparkle but stops there does not exit or finish. I'm thinking maybe as there are more products that are not installed this maybe something you have not considered? I will actually not install some TMS components on my mobile development machine. The solution might be to always use partial build but that does not compile all platforms I have chosen only compiles Android and iOS where as full includes win32/64
Any help appreciated otherwise I will have to go back to the old installers for now

I'm sorry but I got really confused with your post.
Is it possible that you can send a video to illustrate better what you mean by "stops there"? Also, can you please send the logs.zip file that is generated after you call tms build -full?

Have you tried to uninstall and reinstall, using:

tms uninstall *
tms install tms.biz.*

I Uninstalled all components and started again and most compiled correctly during install, except iCL, it only compiled for win32 and not ios64?

Other components did, for example ([14:16:22 - 80%] TMS FNC WX Pack for FMX/VCL registered successfully on platform "Delphi 12.iosdevice64".)

C:\Users\tom\AppData\Local\TMS Setup> tms install tms.fmx.icl
[14:18:52] === Repository Summary ===
[14:18:52]
[14:18:53] Found tms.fmx.icl:4.2.0.1 in repository
[14:18:53] Found tms.smartsetup.windows:1.0.31.0 in repository
[14:18:55 - 100%] Extracted tms.fmx.icl_production_4.2.0.1.zip
[14:18:55 - 100%] Download tasks finished
[14:18:55] Total: 100, Processed: 100
[14:18:55] === Fetch Summary ===
[14:18:55] - tms.fmx.icl -> UPDATED
[14:18:55]
[14:18:55] Starting build...
[14:18:55] Configuration file: C:\Users\tom\AppData\Local\TMS Setup\tms.config.yaml
[14:18:55]
[14:18:55] Analyzing products...
[14:18:55] Ok
[14:18:55] Parallel build. Using a maximum of 32 threads.
[14:18:55] Skipping TMS BIZ Core Library 1.41.0.2. Ignored in command line or the config file
[14:18:55] Skipping TMS Sparkle 3.27.1.2. Ignored in command line or the config file
[14:18:55] Skipping TMS FNC Core for FMX/VCL 3.1.6.0. Ignored in command line or the config file
[14:18:55] Skipping TMS FNC UI Pack for FMX/VCL 5.6.0.0. Ignored in command line or the config file
[14:18:55] Skipping TMS FNC WX Pack for FMX/VCL 1.6.2.8. Ignored in command line or the config file
[14:18:55 - 0%] Building package TMSiCLPkg for "Delphi 11.win32intel" with Release config.
[14:18:55 - 0%] Building package TMSiCLPkg for "Delphi 11.win32intel" with Debug config.
[14:18:55 - 0%] Building package TMSiCLPkg for "Delphi 12.win32intel" with Release config.
[14:18:55 - 0%] Building package TMSiCLPkg for "Delphi 12.win32intel" with Debug config.
[14:18:57 - 25%] Building package TMSiCLPkgDE for "Delphi 11.win32intel" with Release config.
[14:18:57 - 25%] Building package TMSiCLPkgDE for "Delphi 11.win32intel" with Debug config.
[14:18:57 - 50%] Building package TMSiCLPkgDE for "Delphi 12.win32intel" with Release config.
[14:18:57 - 50%] Building package TMSiCLPkgDE for "Delphi 12.win32intel" with Debug config.
[14:18:58 - 75%] Package TMSiCLPkg registered successfully in Delphi 11.
[14:18:58 - 75%] Package TMSiCLPkgDE registered successfully in Delphi 11.
[14:18:58 - 75%] TMS iCL registered successfully on platform "Delphi 11.win32intel".
[14:18:58 - 100%] Package TMSiCLPkg registered successfully in Delphi 12.
[14:18:58 - 100%] Package TMSiCLPkgDE registered successfully in Delphi 12.
[14:18:58 - 100%] TMS iCL registered successfully on platform "Delphi 12.win32intel".
[14:18:58 - 100%] Project tms.fmx.icl built successfully.
[14:18:58 - 100%] All projects built.
[14:18:58] === Build Summary ===
[14:18:58] - TMS BIZ Core Library 1.41.0.2 -> IGNORED.
[14:18:58] - TMS Sparkle 3.27.1.2 -> IGNORED.
[14:18:58] - TMS FNC Core for FMX/VCL 3.1.6.0 -> IGNORED.
[14:18:58] - TMS FNC UI Pack for FMX/VCL 5.6.0.0 -> IGNORED.
[14:18:58] - TMS FNC WX Pack for FMX/VCL 1.6.2.8 -> IGNORED.
[14:18:58] - TMS iCL 4.2.0.1 -> OK.
[14:18:58]
[14:18:58] Build finished. Elapsed time: 00:00:03.6339219

Please provide the full logs.zip file.

I manually added ios platform to the TMSiCLPkg.dpk compiled and added path to library for ios64

FYI the log for the full builds that never completed were not written as I had to close the command window after an hour or so of not proceeding, but I do have a copy of one that I got from the command window that stopped at 24% if you want that one?

logs.zip (203.8 KB)