<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=""><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 <a href="http://llvm.org" class="">llvm.org</a>&nbsp;side, as:</div><div class=""><br class=""></div><div class=""><div 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 href="rdar://27732333" class="">rdar://27732333</a> and <a href="rdar://27732377" class="">rdar://27732377</a></div><div class=""><br class=""></div></div><div class="">If applying that patch doesn't help, let me know</div><br class=""><div><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" class="">swift-lldb-dev@swift.org</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="">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="gmail-p1"><span class="gmail-s1">$&nbsp;/Library/Developer/Toolchains/swift-3.0-RELEASE.xctoolchain/usr/bin/lldb</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s2">(lldb)<span class="Apple-converted-space">&nbsp;</span></span><span class="gmail-s1">platform select ios-simulator</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s1">&nbsp; Platform: ios-simulator</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s1">&nbsp; &nbsp; Triple: x86_64h-apple-macosx</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s1">OS Version: 10.11.6 (15G1004)</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s1">&nbsp; &nbsp; Kernel: Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s1">&nbsp; Hostname: 127.0.0.1</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s1">WorkingDir: /Users/Rex/Documents/projects/swift-lldb</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s1">&nbsp; SDK Path: error: unable to locate SDK</span></p></div><div class=""><p class="gmail-p1"><span class="gmail-s1">No devices are available.</span></p></div></blockquote></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 11:30 AM, Rex Fenley<span class="Apple-converted-space">&nbsp;</span><span dir="ltr" class="">&lt;<a href="mailto:rex@remind101.com" target="_blank" class="">rex@remind101.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 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="h5"><br class=""><div class="gmail_quote">On Fri, Oct 7, 2016 at 10:48 AM, Jim Ingham<span class="Apple-converted-space">&nbsp;</span><span dir="ltr" class="">&lt;<a href="mailto:jingham@apple.com" target="_blank" class="">jingham@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;">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/<wbr class="">data/Containers/Bundle/<wbr class="">Application/ECA295A8-DB79-<wbr class="">4A4A-8ADE-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; <a href="http://Remind.com" class="">Remind.com</a> |&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="Apple-converted-space">&nbsp;</span><a href="mailto:swift-lldb-dev@swift.org" target="_blank" class="">swift-lldb-dev@swift.org</a><br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" rel="noreferrer" target="_blank" class="">https://lists.swift.org/mailma<wbr class="">n/listinfo/swift-lldb-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="Apple-converted-space">&nbsp;</span><a href="mailto:swift-lldb-dev@swift.org" target="_blank" class="">swift-lldb-dev@swift.org</a><br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" rel="noreferrer" target="_blank" class="">https://lists.swift.org/mailma<wbr class="">n/listinfo/swift-lldb-dev</a><br class=""><br class=""></div></div></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="Apple-converted-space">&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="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><span 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; float: none; display: inline !important;" class="">_______________________________________________</span><br 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=""><span 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; float: none; display: inline !important;" class="">swift-lldb-dev mailing list</span><br 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=""><a href="mailto:swift-lldb-dev@swift.org" 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-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">swift-lldb-dev@swift.org</a><br 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=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" 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-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev</a></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>