<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="margin: 0px 0px 0px 6px; line-height: normal; font-family: 'Helvetica Neue';" class=""><span style="font-family: Helvetica;" class="">I’d like to build Swift as a convenient OS X Package similar to what’s provided with the development snapshots at&nbsp;</span><a href="https://swift.org/download/#latest-development-snapshots" class="" style="font-family: Helvetica;">https://swift.org/download/#latest-development-snapshots</a><div class="" style="font-family: Helvetica;"><br class=""></div><div class="" style="font-family: Helvetica;">Could anyone tell me what build script options I could use to get as close as possible to that? Obviously the signing part would not be possible, but that’s fine I’m just deploying this internally.</div><div class="" style="font-family: Helvetica;"><br class=""></div><div class="" style="font-family: Helvetica;">Looking at `build-presets.ini`, I tried the `buildbot_osx_package` preset but it’s asking for a bunch of configuration options that I don’t know how to choose. Ideally I could just specify the package location on disk :)</div><div class="" style="font-family: Helvetica;"><br class=""></div><div class="" style="font-family: Helvetica;">Any help appreciated!</div><div class="" style="font-family: Helvetica;"><br class=""></div><div class="" style="font-family: Helvetica;">```</div><div class="" style="font-family: Helvetica;">utils/build-script --preset=buildbot_osx_package<br class="">utils/build-script: missing option(s) for preset 'buildbot_osx_package': install_destdir, install_symroot, install_toolchain_dir, installable_package, installable_package, symbols_package,&nbsp;darwin_toolchain_bundle_identifier, darwin_toolchain_display_name, darwin_toolchain_xctoolchain_name, darwin_toolchain_version<br class="">```</div></div></body></html>