<div>Hello, Swift community!</div><div> </div><div>I am looking a way to build with standard util build scripts an installable pkg file not only for toolchain but for toolchain's debug source. Like <a href="https://swift.org/download/#releases">here</a>. I learnt keyword keys which take on this role:</div><div><strong>--darwin-install-extract-symbols</strong> (specified key will<span style="font-variant-ligatures:no-common-ligatures;"> extract symbols with dsymutil)</span></div><div><span style="color:#a52a2a;"><strong>--install-destdir=</strong></span>PATH (specified key will put folder PATH with compiled toolchain)</div><div><span style="color:#0000ff;"><strong>--install-symroot=</strong></span>PATH (specified key will put folder PATH with debug syms)</div><div><span style="color:#b22222;"><strong>--installable-package=</strong></span>PATH (specified key will do tar-gz archive with install-destdir which with compiled toolchain)</div><div><strong><span style="color:#0000ff;">--symbols-package=</span></strong>PATH (specified key will do tar-gz archive with install-symroot which with debug symbols)</div><div><span style="color:#b22222;"><strong>--darwin-toolchain-installer-package=</strong></span>PATH (specified key will make installable pkg with install-destdir which with compiled toolchain)</div><div> </div><div>But I couldn't find the key which will help to make installable pkg with install-symroot path (which with debug symbols). Something like <span style="color:#0000ff;"><strong>--darwin-toolchain-symbols-package=</strong></span>PATH key. Yes, there is no problem to add this key to build-script-impl file but I am thinking I miss something. Does something know this key?</div><div> </div><div>It is easy to use <span style="font-variant-ligatures:no-common-ligatures;">pkgbuild console util (like in toolchain-installer file) and make pkg installable archive from folder manually, but I am thinking possible to do this operation with build-script-impl. </span></div><div> </div><div> </div><div>Andrey Efremov</div>