<div dir="ltr">It sounds like you haven&#39;t run the &#39;utils/update-checkout --clone&#39; script. That pulls down the cmark repository, and so should take care of that error.<div><br></div><div>The Swift README has step-by-step instructions, which I think mention the &#39;update-checkout&#39; script. You may want to try following those from top to bottom. Keep emailing if you have issues!</div><div><br></div><div>- Brian Gesiak</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 13, 2017 at 12:52 PM, Mohammed Ennabah via swift-dev <span dir="ltr">&lt;<a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
&gt; On Nov 13, 2017, at 4:00 PM, Brent Royal-Gordon &lt;<a href="mailto:brent@architechies.com">brent@architechies.com</a>&gt; wrote:<br>
&gt;<br>
</span><span class="">&gt;&gt; On Nov 11, 2017, at 2:59 PM, Mohammed Ennabah via swift-dev &lt;<a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;      • I dug into the codebase as stated in the steps you mentioned, and tried to change one of the errors to see if it really change when I use Swift REPL, but nothing changed. Is it possible that I change something and directly affect the Swift compiler? (maybe I need to do a build first? Or maybe related to xcode-select?)<br>
&gt;<br>
&gt; If you just type &quot;swift&quot; at the command line, you&#39;ll run the version of Swift built into Xcode. You will need to build Swift first (&quot;utils/build-script&quot; is the easiest way, but not the fastest), and you will also need to run the version of the Swift interpreter you just built. You can do that with a command like:<br>
&gt;<br>
&gt;       ../build/Ninja-DebugAssert/<wbr>swift-macosx-x86_64/bin/swift<br>
&gt;<br>
&gt; (The path will be a little different if you use the &quot;-x&quot; flag to build-script, which generates an Xcode project, albeit one that&#39;s a pain to use.)<br>
<br>
</span>I’m not sure what I’m missing when I build &quot;utils/build-scrip”, but I keep getting<br>
&quot;can&#39;t find source directory for cmark (tried /Users/Mohammed/swift-source/<wbr>cmark)”<br>
<br>
Just to know: I mkdir “swift-source” and then cloned the project in it, I tried to git pull origin master, but I’m still the same error. Not sure if this is related, but I did also &quot;brew install cmake ninja&quot;.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
swift-dev mailing list<br>
<a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-dev" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-dev</a><br>
</div></div></blockquote></div><br></div>