<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 7, 2016, at 2:43 PM, Rex Fenley &lt;<a href="mailto:rex@remind101.com" class="">rex@remind101.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="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-stroke-width: 0px;" class="">Thanks Enrico! Is there a download at<span class="Apple-converted-space">&nbsp;</span><a href="http://swift.org/" class="">swift.org</a><span class="Apple-converted-space">&nbsp;</span>that has the patch available or do I have to manually apply it to the source?</div></div></blockquote><div><br class=""></div><div>I believe you're going to have to manually apply the patch</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" style="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-stroke-width: 0px;" class=""> And what about "<span style="font-size: 12.8px;" class="">SDK Path: error: unable to locate SDK&nbsp;</span><span style="font-size: 12.8px;" class="">No devices are available." errors when I simply try to run the lldb from the toolchain downloaded from<span class="Apple-converted-space">&nbsp;</span><a href="http://swift.org/" class="">swift.org</a>? I followed all the directions in&nbsp;<a href="https://swift.org/download/#using-downloads" class="">https://swift.org/download/#using-downloads</a></span></div></div></blockquote><div><br class=""></div><div>The patch is intended to fix that</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" style="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-stroke-width: 0px;" class=""><div class=""><div class=""><br class=""></div><div class="">Also, if I have to do this from source vs download, I tried to instead build the toolchain from source and I was guessing that swift/utils/build-toolchain would do it but it seems to fail with&nbsp;<div class=""><p class="gmail-p1"><span class="gmail-s1">Couldn't find llbuild source directory.</span></p><p class="gmail-p1"><span class="gmail-s1">./utils/build-script: fatal error: command terminated with a non-zero exit status 1, aborting</span></p><p class="gmail-p1">almost immediately... Am I going down the right path?</p><div class=""><br class=""></div></div></div></div></div></div></blockquote><br class=""><div>At a glance, it looks like your build commands include "please build LLBuild", but then you didn't check it out</div><div>One of two solutions: don't ask build-script to build it, or check it out</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" style="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-stroke-width: 0px;" class=""><div class=""><div class=""><div class=""><p class="gmail-p1">Thanks!</p></div></div></div></div><div class="gmail_extra" style="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-stroke-width: 0px;"><br class=""><div class="gmail_quote">On Fri, Oct 7, 2016 at 1:47 PM, Enrico Granata<span class="Apple-converted-space">&nbsp;</span><span dir="ltr" class="">&lt;<a href="mailto:egranata@apple.com" target="_blank" class="">egranata@apple.com</a>&gt;</span><span class="Apple-converted-space">&nbsp;</span>wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div style="word-wrap: break-word;" class=""><div class="">While I haven't done any diagnosing on your actual issue, I believe that this is a known issue, and the requisite fix is already available - even if only not the<span class="Apple-converted-space">&nbsp;</span><a href="http://llvm.org/" target="_blank" class="">llvm.org</a>&nbsp;side, as:</div><div class=""><br class=""></div><div class=""><div class="">------------------------------<wbr class="">------------------------------<wbr class="">------------</div><div class="">r278166 | enrico | 2016-08-09 14:16:58 -0700 (Tue, 09 Aug 2016) | 5 lines</div><div class=""><br class=""></div><div class="">Adjust LLDB's iOS simulator interface for changes in CoreSimulator</div><div class=""><br class=""></div><div class=""><a class="">rdar://27732333</a><span class="Apple-converted-space">&nbsp;</span>and<span class="Apple-converted-space">&nbsp;</span><a class="">rdar://27732377</a></div><div class=""><br class=""></div></div><div class="">If applying that patch doesn't help, let me know</div><div class=""><div class="h5"><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Oct 7, 2016, at 11:57 AM, Rex Fenley via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" target="_blank" class="">swift-lldb-dev@swift.org</a>&gt; wrote:</div><br class=""><div class=""><div dir="ltr" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class="">Hey Jim!<div class=""><br class=""></div><div class="">I downloaded the toolchain from the swift website, attached the toolchain to Xcode 8, rebuilt the app, ran the lldb included in the toolchain, but then got stuck trying to select the correct platform and simulator</div><div class=""><br class=""></div><blockquote style="margin: 0px 0px 0px 40px; border: none; padding: 0px;" class=""><div class=""><p class=""><span class="">$&nbsp;/Library/Developer/<wbr class="">Toolchains/swift-3.0-RELEASE.<wbr class="">xctoolchain/usr/bin/lldb</span></p></div><div class=""><p class=""><span class="">(lldb)<span class="">&nbsp;</span></span><span class="">platform select ios-simulator</span></p></div><div class=""><p class=""><span class="">&nbsp;<span class="Apple-converted-space">&nbsp;</span>Platform: ios-simulator</span></p></div><div class=""><p class=""><span class="">&nbsp; &nbsp;<span class="Apple-converted-space">&nbsp;</span>Triple: x86_64h-apple-macosx</span></p></div><div class=""><p class=""><span class="">OS Version: 10.11.6 (15G1004)</span></p></div><div class=""><p class=""><span class="">&nbsp; &nbsp;<span class="Apple-converted-space">&nbsp;</span>Kernel: Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_<wbr class="">X86_64</span></p></div><div class=""><p class=""><span class="">&nbsp;<span class="Apple-converted-space">&nbsp;</span>Hostname: 127.0.0.1</span></p></div><div class=""><p class=""><span class="">WorkingDir: /Users/Rex/Documents/projects/<wbr class="">swift-lldb</span></p></div><div class=""><p class=""><span class="">&nbsp;<span class="Apple-converted-space">&nbsp;</span>SDK Path: error: unable to locate SDK</span></p></div><div class=""><p class=""><span class="">No devices are available.</span></p></div></blockquote></div><div class="gmail_extra" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><br class=""><div class="gmail_quote">On Fri, Oct 7, 2016 at 11:30 AM, Rex Fenley<span class="">&nbsp;</span><span dir="ltr" class="">&lt;<a href="mailto:rex@remind101.com" target="_blank" class="">rex@remind101.com</a>&gt;</span><span class="">&nbsp;</span>wro<wbr class="">te:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div dir="ltr" class="">We're using the `swift-3.0-RELEASE` tag from the swift-lldb github repo to build lldb and we are building our app with Xcode 8. Are these not the same swift versions?<br class=""></div><div class="gmail_extra"><div class=""><div class=""><br class=""><div class="gmail_quote">On Fri, Oct 7, 2016 at 10:48 AM, Jim Ingham<span class="">&nbsp;</span><span dir="ltr" class="">&lt;<a href="mailto:jingham@apple.com" target="_blank" class="">jingham@apple.com</a>&gt;</span><span class="">&nbsp;</span>wro<wbr class="">te:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;">This error usually comes from some Swift component in you app not being built with exactly the same Swift compiler as the one that the lldb you are using is built with.&nbsp; For instance, if you are building your own lldb, you have to use the Swift compiler that's built in the process of building lldb.<br class=""><br class="">If that's not the case we'll need to look at the logs generated by putting:<br class=""><br class="">log enable -f /tmp/lldb-log.txt lldb expr types<br class=""><br class="">in your ~/.lldbinit and then running your debug session.&nbsp; These logs can get pretty big so it's better to file a bug and attach these logs to the bug.&nbsp; Note, the logs get overwritten every time you start a debug session, so when you get the failure, grab the logs and add them to the bug you file.<br class=""><br class="">Thanks,<br class=""><br class="">Jim<br class=""><div class=""><div class=""><br class="">&gt; On Oct 6, 2016, at 9:18 PM, Todd Fiala via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" target="_blank" class="">swift-lldb-dev@swift.org</a>&gt; wrote:<br class="">&gt;<br class="">&gt; Hi Rex,<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt; On Thu, Oct 6, 2016 at 5:22 PM, Rex Fenley via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" target="_blank" class="">swift-lldb-dev@swift.org</a>&gt; wrote:<br class="">&gt; Hi!<br class="">&gt;<br class="">&gt; I run lldb, platform select ios-simulator, connect to the right simulator and attach to my app and when trying to try to do anything in the repl I get the following kind of error at the bottom for an Abort, please help! The repl works fine in Xcode, not sure why it wouldn't work in this case.<br class="">&gt;<br class="">&gt; (lldb) process attach -n &lt;App Name&gt; --waitfor<br class="">&gt;<br class="">&gt; Process 27857 stopped<br class="">&gt;<br class="">&gt; * thread #1: tid = 0x1eadf9, 0x00007fff6d4ca5e2 dyld`pread + 10, stop reason = signal SIGSTOP<br class="">&gt;<br class="">&gt;&nbsp; &nbsp; &nbsp;frame #0: 0x00007fff6d4ca5e2 dyld`pread + 10<br class="">&gt;<br class="">&gt; dyld`pread:<br class="">&gt;<br class="">&gt; -&gt;&nbsp; 0x7fff6d4ca5e2 &lt;+10&gt;: jae&nbsp; &nbsp; 0x7fff6d4ca5ec&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; &lt;+20&gt;<br class="">&gt;<br class="">&gt;&nbsp; &nbsp; &nbsp;0x7fff6d4ca5e4 &lt;+12&gt;: movq&nbsp; &nbsp;%rax, %rdi<br class="">&gt;<br class="">&gt;&nbsp; &nbsp; &nbsp;0x7fff6d4ca5e7 &lt;+15&gt;: jmp&nbsp; &nbsp; 0x7fff6d4c9c01&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; cerror<br class="">&gt;<br class="">&gt;&nbsp; &nbsp; &nbsp;0x7fff6d4ca5ec &lt;+20&gt;: retq<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt; Executable module set to "/Users/Rex/Library/Developer/<wbr class="">CoreSimulator/Devices/ACC5BC4E<wbr class="">-C7B1-4635-A591-6BE65F05B7EC/d<wbr class="">ata/Containers/Bundle/Applicat<wbr class="">ion/ECA295A8-DB79-4A4A-8ADE-<wbr class="">0E616CAB0093/&lt;App Name&gt;.app/&lt;App Name&gt;".<br class="">&gt;<br class="">&gt; Architecture set to: x86_64h-apple-ios.<br class="">&gt;<br class="">&gt; (lldb) continue<br class="">&gt;<br class="">&gt; Process 27857 resuming<br class="">&gt;<br class="">&gt; (lldb) process interrupt<br class="">&gt;<br class="">&gt; Process 27857 stopped<br class="">&gt;<br class="">&gt; * thread #1: tid = 0x1eadf9, 0x0000000115929f72 libsystem_kernel.dylib`mach_ms<wbr class="">g_trap + 10, stop reason = signal SIGSTOP<br class="">&gt;<br class="">&gt;&nbsp; &nbsp; &nbsp;frame #0: 0x0000000115929f72 libsystem_kernel.dylib`mach_ms<wbr class="">g_trap + 10<br class="">&gt;<br class="">&gt; libsystem_kernel.dylib`mach_ms<wbr class="">g_trap:<br class="">&gt;<br class="">&gt; -&gt;&nbsp; 0x115929f72 &lt;+10&gt;: retq<br class="">&gt;<br class="">&gt;&nbsp; &nbsp; &nbsp;0x115929f73 &lt;+11&gt;: nop<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt; libsystem_kernel.dylib`mach_ms<wbr class="">g_overwrite_trap:<br class="">&gt;<br class="">&gt;&nbsp; &nbsp; &nbsp;0x115929f74 &lt;+0&gt;:&nbsp; movq&nbsp; &nbsp;%rcx, %r10<br class="">&gt;<br class="">&gt;&nbsp; &nbsp; &nbsp;0x115929f77 &lt;+3&gt;:&nbsp; movl&nbsp; &nbsp;$0x1000020, %eax&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; imm = 0x1000020<br class="">&gt;<br class="">&gt; (lldb) repl<br class="">&gt;<br class="">&gt;&nbsp; &nbsp;1&gt; import Foundation<br class="">&gt;<br class="">&gt; warning: Swift error in module &lt;App Name&gt;.<br class="">&gt;<br class="">&gt; Debug info from this module will be unavailable in the debugger.<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt; This part looks suspicious.&nbsp; I'm assuming &lt;App Name&gt; is really something else on your end.&nbsp; If you do have a space in the name, you might want to try without a space as something in the toolchain might be mishandling spaces in pathnames.<br class="">&gt;<br class="">&gt;<br class="">&gt; Assertion failed: (!HasFatalErrors()), function GetNumModuleSearchPaths, file /Users/Rex/Documents/projects/<wbr class="">swift-lldb/lldb/source/Symbol/<wbr class="">SwiftASTContext.cpp, line 3587.<br class="">&gt;<br class="">&gt; Abort trap: 6<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt; This bit above definitely means something is wrong.&nbsp; I suspect it's a cascading error for the debugger not being able to find debug info.<br class="">&gt;<br class="">&gt; There are a couple members of the team that will likely have some thoughts on what to try.&nbsp; I'll make sure they see this tomorrow.<br class="">&gt;<br class="">&gt; Thanks for passing that along,<br class="">&gt; Todd<br class="">&gt;<br class="">&gt; --<br class="">&gt; Rex Fenley&nbsp; |&nbsp; IOS DEVELOPER<br class="">&gt;<br class="">&gt;<br class=""></div></div><div class=""><div class="">&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://remind.com/" target="_blank" class="">Remind.com</a><span class="Apple-converted-space">&nbsp;</span>|&nbsp; BLOG&nbsp; |&nbsp; FOLLOW US&nbsp; |&nbsp; LIKE US<br class="">&gt;<br class="">&gt; ______________________________<wbr class="">_________________<br class="">&gt; swift-lldb-dev mailing list<br class="">&gt;<span class="">&nbsp;</span><a href="mailto:swift-lldb-dev@swift.org" target="_blank" class="">swift-lldb-dev@swift.org</a><br class="">&gt;<span class="">&nbsp;</span><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" rel="noreferrer" target="_blank" class="">https://lists.swift.org/<wbr class="">mailman/listinfo/swift-lldb-<wbr class="">dev</a><br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt;<br class="">&gt; --<br class="">&gt; -Todd<br class="">&gt; ______________________________<wbr class="">_________________<br class="">&gt; swift-lldb-dev mailing list<br class="">&gt;<span class="">&nbsp;</span><a href="mailto:swift-lldb-dev@swift.org" target="_blank" class="">swift-lldb-dev@swift.org</a><br class="">&gt;<span class="">&nbsp;</span><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" rel="noreferrer" target="_blank" class="">https://lists.swift.org/<wbr class="">mailman/listinfo/swift-lldb-<wbr class="">dev</a><br class=""><br class=""></div></div></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="">&nbsp;</span><br class=""></div></div><div data-smartmail="gmail_signature" class=""><div dir="ltr" class=""><span class=""><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 16px; font-family: Arial; background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;" class="">Rex Fenley</span><span style="font-size: 16px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class=""> &nbsp;</span><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class="">|</span><span style="line-height: 1.15; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class=""> &nbsp;</span><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class="">IOS DEVELOPER</span><br class=""></div></span><span class=""><br class=""><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""><img src="https://lh5.googleusercontent.com/xMgzw3JkFL3DLkdwyq0WxJzKs_XP57gVVCaBMvgi1FKCjSeue0xdx3JZeCWBlxN4KRHhHOfdvJbc1N-AjTwXcKIq4cjJg9H7iaFpQ8WbO4N3c9Y5dzi19cPOs_owPquuqw" width="250px;" height="53px;" style="border: none;" class=""></span></div><span class=""><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><a href="https://www.remind.com/" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); font-weight: bold; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">Remind.com</span></a><span style="font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> </span><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">| &nbsp;</span><a href="http://blog.remind.com/" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">BLOG</span></a><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> &nbsp;| &nbsp;</span><a href="https://twitter.com/remindhq" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">FOLLOW US</span></a><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> &nbsp;| </span><span style="font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">&nbsp;</span><span style="text-decoration: underline; font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""><a href="https://www.facebook.com/remindhq" target="_blank" style="text-decoration: none;" class="">LIKE US</a></span></div></span></span></div></div></div></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="">&nbsp;</span><br class=""><div data-smartmail="gmail_signature" class=""><div dir="ltr" class=""><span class=""><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 16px; font-family: Arial; background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;" class="">Rex Fenley</span><span style="font-size: 16px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class=""> &nbsp;</span><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class="">|</span><span style="line-height: 1.15; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class=""> &nbsp;</span><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class="">IOS DEVELOPER</span><br class=""></div></span><span class=""><br class=""><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""><img src="https://lh5.googleusercontent.com/xMgzw3JkFL3DLkdwyq0WxJzKs_XP57gVVCaBMvgi1FKCjSeue0xdx3JZeCWBlxN4KRHhHOfdvJbc1N-AjTwXcKIq4cjJg9H7iaFpQ8WbO4N3c9Y5dzi19cPOs_owPquuqw" width="250px;" height="53px;" style="border: none;" class=""></span></div><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><a href="https://www.remind.com/" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); font-weight: bold; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">Remind.com</span></a><span style="font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> </span><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">| &nbsp;</span><a href="http://blog.remind.com/" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">BLOG</span></a><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> &nbsp;| &nbsp;</span><a href="https://twitter.com/remindhq" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">FOLLOW US</span></a><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> &nbsp;| </span><span style="font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">&nbsp;</span><span style="text-decoration: underline; font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""><a href="https://www.facebook.com/remindhq" target="_blank" style="text-decoration: none;" class="">LIKE US</a></span></div></span></div></div></div><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;" class="">______________________________<wbr class="">_________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;" class="">swift-lldb-dev mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><a href="mailto:swift-lldb-dev@swift.org" target="_blank" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class="">swift-lldb-dev@swift.org</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" target="_blank" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class="">https://lists.swift.org/<wbr class="">mailman/listinfo/swift-lldb-<wbr class="">dev</a></div></blockquote></div><br class=""></div></div><div class=""><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><br class="">Thanks,</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com&nbsp;☎️ 27683</div></div><br class=""></div></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="Apple-converted-space">&nbsp;</span><br class=""><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><span class=""><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 16px; font-family: Arial; background-color: transparent; font-style: italic; vertical-align: baseline; white-space: pre-wrap;" class="">Rex Fenley</span><span style="font-size: 16px; font-family: Arial; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class=""> &nbsp;</span><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class="">|</span><span style="line-height: 1.15; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class=""> &nbsp;</span><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); background-color: transparent; vertical-align: baseline; white-space: pre-wrap;" class="">IOS DEVELOPER</span><br class=""></div></span><span class=""><br class=""><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(153, 153, 153); vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""><img src="https://lh5.googleusercontent.com/xMgzw3JkFL3DLkdwyq0WxJzKs_XP57gVVCaBMvgi1FKCjSeue0xdx3JZeCWBlxN4KRHhHOfdvJbc1N-AjTwXcKIq4cjJg9H7iaFpQ8WbO4N3c9Y5dzi19cPOs_owPquuqw" width="250px;" height="53px;" style="border: none;" class=""></span></div><div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;" class=""><a href="https://www.remind.com/" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); font-weight: bold; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">Remind.com</span></a><span style="font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> </span><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">| &nbsp;</span><a href="http://blog.remind.com/" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">BLOG</span></a><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> &nbsp;| &nbsp;</span><a href="https://twitter.com/remindhq" target="_blank" style="text-decoration: none;" class=""><span style="font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); text-decoration: underline; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">FOLLOW US</span></a><span style="font-size: 11px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""> &nbsp;| </span><span style="font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class="">&nbsp;</span><span style="text-decoration: underline; font-size: 11px; font-family: Arial; color: rgb(17, 85, 204); vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""><a href="https://www.facebook.com/remindhq" target="_blank" style="text-decoration: none;" class="">LIKE US</a></span></div></span></div></div></div></div></blockquote></div><br class=""><div class="">
<div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">Thanks,</div><div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com&nbsp;☎️ 27683</div>
</div>
<br class=""></body></html>