<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="">We’ll temporarily remove lldb from the PR testing.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 3, 2017, at 7:04 PM, Xi Ge &lt;<a href="mailto:xi_ge@apple.com" class="">xi_ge@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Do we a radar to keep track of this? the build error seems to be blocking our PR testing.<div class=""><br class=""></div><div class="">Xi<br class=""><div class=""><blockquote type="cite" class=""><div class="">On Aug 3, 2017, at 4:11 PM, Mishal Shah via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Hi,</span><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""></div><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><pre class="console-output" style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; font-size: 13px; background-color: rgb(43, 48, 59); color: rgb(192, 197, 206); padding: 20px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;"><span title="Compile Error" class="" style="box-sizing: border-box; color: white; background-color: red;">/home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:226:75: error: 'Index' is a private member of 'llvm::detail::result_pair&lt;llvm::ArrayRef&lt;lldb_private::Args::ArgEntry&gt; &gt;'
</span>    result.GetOutputStream().Printf("%" PRIu64 " (%s): ", (uint64_t)entry.Index,
                                                                          ^
/home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/llvm/include/llvm/ADT/STLExtras.h:1030:15: note: declared private here
  std::size_t Index;
              ^
/home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:227:43: error: no member named 'Value' in 'llvm::detail::result_pair&lt;llvm::ArrayRef&lt;lldb_private::Args::ArgEntry&gt; &gt;'
                                    entry.Value.c_str());
                                    ~~~~~ ^
/home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:228:38: error: 'Index' is a private member of 'llvm::detail::result_pair&lt;llvm::ArrayRef&lt;lldb_private::Args::ArgEntry&gt; &gt;'
    value_list.GetValueAtIndex(entry.Index)-&gt;Dump(&amp;result.GetOutputStream());
                                     ^
/home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/llvm/include/llvm/ADT/STLExtras.h:1030:15: note: declared private here
  std::size_t Index;
              ^
3 errors generated.</pre><div class=""><br class=""></div></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>