<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Adding swift-lldb-dev group.&nbsp;<div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Thanks,</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Mishal Shah</div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Aug 29, 2017, at 4:00 PM, Raj Barik via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">OSx version:&nbsp;10.12.6 (16G29)</div><div class="">Steps to reproduce the error:</div><div class="">1)</div><div class=""><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,&quot;Liberation Mono&quot;,Menlo,Courier,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(246,248,250);border-radius:3px;color:rgb(36,41,46)" class=""><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,&quot;Liberation Mono&quot;,Menlo,Courier,monospace;font-size:13.6px;padding:0px;margin:0px;background:transparent;border-radius:3px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit;word-wrap:normal" class="">git clone <a href="https://github.com/apple/swift.git" class="">https://github.com/apple/swift.git</a>
./swift/utils/update-checkout --clone --scheme swift-4.0-branch</code></pre></div><div class="">2) Edit build-preset.ini to remove tests and assertions:</div><div class=""><br class=""></div><div class=""><div class="">[preset: mixin_lightweight_assertions]</div><div class="">#assertions</div><div class="">#no-swift-stdlib-assertions</div><div class="">no-assertions</div><div class="">swift-assertions</div></div><div class="">....</div><div class=""><br class=""></div><div class=""><div class="">[preset: buildbot_osx_package]</div><div class="">mixin-preset=</div><div class="">&nbsp; &nbsp; mixin_osx_package_base</div><div class="">&nbsp; &nbsp; mixin_lightweight_assertions</div></div><div class="">&nbsp; &nbsp; ...</div><div class=""><br class=""></div><div class="">3) Execute: ./swift/util/build-toolchain local.swift</div><div class=""><br class=""></div><div class="">Error:</div><div class=""><br class=""></div><div class="">/bin/sh -c $HOME/swift-4.0/build/Ninja+<wbr class="">cmark-RelWithDebInfo+llvm-<wbr class="">RelWithDebInfo+swift-<wbr class="">RelWithDebInfoAssert+stdlib-<wbr class="">RelWithDebInfo/lldb-macosx-<wbr class="">x86_64/lldb.build/CustomSwift-<wbr class="">Release/lldb-core.build/<wbr class="">Script-<wbr class="">261EECA21337D399001D193C.sh</div><div class="">+ '[' CustomSwift-Release == 'CustomSwift-*' ']'</div><div class="">+ /usr/bin/env python $HOME/swift-4.0/<wbr class="">lldb/scripts/Xcode/build-llvm.<wbr class="">py</div><div class="">Traceback (most recent call last):</div><div class="">&nbsp; File "$HOME/swift-4.0/lldb/scripts/<wbr class="">Xcode/build-llvm.py", line 355, in &lt;module&gt;</div><div class="">&nbsp; &nbsp; write_archives_txt()</div><div class="">&nbsp; File "$HOME/swift-4.0/lldb/scripts/<wbr class="">Xcode/build-llvm.py", line 107, in write_archives_txt</div><div class="">&nbsp; &nbsp; for archive in archive_list():</div><div class="">&nbsp; File "$HOME/swift-4.0/lldb/scripts/<wbr class="">Xcode/build-llvm.py", line 101, in archive_list</div><div class="">&nbsp; &nbsp; archive_lists = [collect_archives_in_path(<wbr class="">path) for path in paths]</div><div class="">&nbsp; File "$HOME/swift-4.0/lldb/scripts/<wbr class="">Xcode/build-llvm.py", line 85, in collect_archives_in_path</div><div class="">&nbsp; &nbsp; files = os.listdir(path)</div><div class="">OSError: [Errno 2] No such file or directory: '$HOME/swift-4.0/build/Ninja+<wbr class="">cmark-RelWithDebInfo+llvm-<wbr class="">RelWithDebInfo+swift-<wbr class="">RelWithDebInfoAssert+stdlib-<wbr class="">RelWithDebInfo/llvm-macosx-<wbr class="">x86_64/src'</div><div class="">Command /bin/sh failed with exit code 1</div><div class=""><br class=""></div><div class="">** BUILD FAILED **</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">The following build commands failed:</div><div class=""><span style="white-space:pre-wrap" class="">        </span>PhaseScriptExecution Build\ llvm\ and\ clang $HOME/swift-4.0/build/Ninja+<wbr class="">cmark-RelWithDebInfo+llvm-<wbr class="">RelWithDebInfo+swift-<wbr class="">RelWithDebInfoAssert+stdlib-<wbr class="">RelWithDebInfo/lldb-macosx-<wbr class="">x86_64/lldb.build/CustomSwift-<wbr class="">Release/lldb-core.build/<wbr class="">Script-<wbr class="">261EECA21337D399001D193C.sh</div><div class="">(1 failure)</div><div class="">./utils/build-script: fatal error: command terminated with a non-zero exit status 65, aborting</div><div class="">./utils/build-script: fatal error: command terminated with a non-zero exit status 1, aborting</div></div>
_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-users<br class=""></div></blockquote></div><br class=""></div></body></html>