<div dir="ltr"><b>Problem solved:</b> On Linux you need to add the swift 3.1 tool chain clang include directory to your import path. It wasn&#39;t needed for the previous version. So add this to your swift build options and lldb will start working again.<div><br></div><div>-Xswiftc -I${SWIFT_HOME}/usr/lib/swift/clang/include</div><div><br></div><div>Ed</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 14, 2017 at 12:52 PM, Edward Connell <span dir="ltr">&lt;<a href="mailto:ewconnell@gmail.com" target="_blank">ewconnell@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">What version of clang does Swift 3.1 expect?<div><br></div><div>My version is:</div><div><br></div><div><div>clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)</div><div>Target: x86_64-pc-linux-gnu</div><div>Thread model: posix</div><div>InstalledDir: /usr/bin</div></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 14, 2017 at 12:23 PM, Edward Connell <span dir="ltr">&lt;<a href="mailto:ewconnell@gmail.com" target="_blank">ewconnell@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I didn&#39;t see anything in the log that offered an obvious clue to the problem. However I made a test case of only a few lines that demonstrates the problem. Importing Foundation seems to be part of the problem.<div><br></div><div><ol><li>set a breakpoint on the print statement</li><li>start debugging</li><li>on break, at the lldb prompt &quot;p someText&quot;, you will get the output below complaining about SwiftGlibc</li></ol><div><div><br class="m_5547263196164382373m_-4702953251602105295gmail-Apple-interchange-newline">If you comment out &quot;import Foundation&quot; and do the same thing, it works correctly.</div><div>I&#39;ve attached this linux test project</div><div><br></div></div><div>// main.swift -----------------------------</div><div><div>import Foundation</div><div><br></div><div>var someText = &quot;hey there&quot;</div><div><br></div><div>for i in 0..&lt;10 {</div><div><span class="m_5547263196164382373m_-4702953251602105295gmail-Apple-tab-span" style="white-space:pre-wrap">        </span>print(&quot;Hello, World!&quot;)</div><div>}</div></div><div><br></div></div><div>// output ------------------------------<wbr>----</div><div><i><font size="1">e</font></i><font size="1"><i>rror: in auto-import:</i></font></div><div><font size="1"><i>failed to get module &#39;HelloWorld&#39; from AST context:</i></font></div><div><font size="1"><i>/home/ed/swift/usr/lib/swift/C<wbr>oreFoundation/CoreFoundation.h<wbr>:25:10: note: while building module &#39;SwiftGlibc&#39; imported from /home/ed/swift/usr/lib/swift/C<wbr>oreFoundation/CoreFoundation.h<wbr>:25:</i></font></div><div><font size="1"><i>#include &lt;sys/types.h&gt;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>&lt;module-includes&gt;:3:10: note: in file included from &lt;module-includes&gt;:3:</i></font></div><div><font size="1"><i>#include &quot;///usr/include/utmp.h&quot;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>///usr/include/utmp.h:23:10: note: in file included from ///usr/include/utmp.h:23:</i></font></div><div><font size="1"><i>#include &lt;sys/types.h&gt;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>error: /usr/include/x86_64-linux-gnu/<wbr>sys/types.h:146:10: error: &#39;stddef.h&#39; file not found</i></font></div><div><font size="1"><i>#include &lt;stddef.h&gt;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>&lt;module-includes&gt;:1:10: note: in file included from &lt;module-includes&gt;:1:</i></font></div><div><font size="1"><i>#include &quot;CoreFoundation.h&quot;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>error: /home/ed/swift/usr/lib/swift/C<wbr>oreFoundation/CoreFoundation.h<wbr>:25:10: error: could not build module &#39;SwiftGlibc&#39;</i></font></div><div><font size="1"><i>#include &lt;sys/types.h&gt;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>/home/ed/swift/usr/lib/swift/C<wbr>oreFoundation/CFStream.h:20:10<wbr>: note: while building module &#39;CDispatch&#39; imported from /home/ed/swift/usr/lib/swift/C<wbr>oreFoundation/CFStream.h:20:</i></font></div><div><font size="1"><i>#include &lt;dispatch/dispatch.h&gt;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>&lt;module-includes&gt;:1:10: note: in file included from &lt;module-includes&gt;:1:</i></font></div><div><font size="1"><i>#include &quot;dispatch.h&quot;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>/home/ed/swift/usr/lib/swift/d<wbr>ispatch/dispatch.h:42:10: note: in file included from /home/ed/swift/usr/lib/swift/d<wbr>ispatch/dispatch.h:42:</i></font></div><div><font size="1"><i>#include &lt;sys/cdefs.h&gt;</i></font></div><div><font size="1"><i>         ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>error: /usr/include/x86_64-linux-gnu/<wbr>sys/cdefs.h:23:11: error: could not build module &#39;SwiftGlibc&#39;</i></font></div><div><font size="1"><i># include &lt;features.h&gt;</i></font></div><div><font size="1"><i>          ^</i></font></div><div><font size="1"><i><br></i></font></div><div><font size="1"><i>error: could not build Objective-C module &#39;CoreFoundation&#39;</i></font></div><div><br></div><div><br></div></div><div class="m_5547263196164382373HOEnZb"><div class="m_5547263196164382373h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 14, 2017 at 11:24 AM, Jim Ingham <span dir="ltr">&lt;<a href="mailto:jingham@apple.com" target="_blank">jingham@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The lldb &quot;types&quot; log is the place where detailed info about what&#39;s going on gets dumped.  Turn that on with:<br>
<br>
(lldb) log enable -f /tmp/lldb-types-log.txt lldb types<br>
<br>
Jim<br>
<div><div class="m_5547263196164382373m_-4702953251602105295h5"><br>
&gt; On Apr 14, 2017, at 9:33 AM, Edward Connell via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Groan... I just tried to update to Swift 3.1 on ubuntu 16.04. Everything builds fine, but when I try to debug I get the dreaded:<br>
&gt;<br>
&gt; error in auto-import: failed to get module &#39;XYZ&#39; from AST context<br>
&gt;<br>
&gt; Everything built and debugged just fine with the previous Swift release.<br>
&gt; I assume LLDB is unhappy about either failing to find an import, or somehow thinking there is a duplicate.<br>
&gt;<br>
&gt; How do we get LLDB to disclose the reason that it&#39;s failing?<br>
&gt;<br>
&gt; Thanks, Ed<br>
&gt;<br>
</div></div>&gt; ______________________________<wbr>_________________<br>
&gt; swift-users mailing list<br>
&gt; <a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/mailma<wbr>n/listinfo/swift-users</a><br>
<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>