<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=""><pre style="white-space: pre-wrap; line-height: normal; widows: 1;" class=""><blockquote type="cite" class="">On 25/12/15 15:00 , <a href="https://lists.swift.org/mailman/listinfo/swift-users" class="">swift-users-request at swift.org</a> wrote:
&gt;<i class=""> Date: Fri, 25 Dec 2015 09:43:31 -0800
</i>&gt;<i class=""> From: Dmitri Gribenko &lt;<a href="https://lists.swift.org/mailman/listinfo/swift-users" class="">gribozavr at gmail.com</a>&gt;
</i>&gt;<i class=""> To: swizzlr &lt;<a href="https://lists.swift.org/mailman/listinfo/swift-users" class="">me at swizzlr.co</a>&gt; Cc:
</i>&gt;<i class=""> Message-ID: &lt;<a href="https://lists.swift.org/mailman/listinfo/swift-users" class="">CA+Y5xYe001pWgacNRxB9seojwEFcboAsKMDykp8DbN0nH24ypw at mail.gmail.com</a>&gt;
</i>&gt;&gt;<i class=""> &gt;
</i>&gt;&gt;&gt;<i class=""> While I wait for the rest of the family to arrive and the kids
</i>&gt;&gt;&gt;<i class=""> are slowly going insane staring at presents, I’m doing some Swift
</i>&gt;&gt;&gt;<i class=""> dev. However, I note that the latest Mac snapshot is unsigned –
</i>&gt;&gt;&gt;<i class=""> has it always been this way? The installer displays the lock, but
</i>&gt;&gt;&gt;<i class=""> I have to option-click on the package to actually get it
</i>&gt;&gt;&gt;<i class=""> running.
</i>
&gt;<i class=""> I just checked, it is signed.  Here’s the SHA-1 hash on my end:
</i>&gt;<i class=""> 
</i>&gt;<i class=""> 68e2ba878d2c9803bbfda760b24b399e8ada4f79
</i>&gt;<i class=""> swift-2.2-SNAPSHOT-2015-12-22-a-osx.pkg
</i>
FWIW, version 1.1.5 and up of my RB App Checker Lite
(<a href="http://brockerhoff.net/RB/AppCheckerLite" class="">http://brockerhoff.net/RB/AppCheckerLite</a>) now can show signatures for
this type of package, too.

Enjoy,
<br class=""></blockquote>I got some issue on verifying the code signing too.</pre><pre style="white-space: pre-wrap; line-height: normal; widows: 1;" class="">I got Xcode 7.2 installed on Yosemite , updated to El Capitan , install toolchain.</pre><pre style="line-height: normal; widows: 1;" class=""><span style="white-space: pre-wrap;" class="">I got "a sealed resource is missing or invalid” error when launching Xcode with the toolchain.</span></pre><pre style="line-height: normal; widows: 1;" class=""><span style="white-space: pre-wrap;" class="">I tried to install toolchain again, not working.</span></pre><pre style="line-height: normal; widows: 1;" class=""><span style="white-space: pre-wrap;" class="">Tried to install toolchain with debug symbol, not working.</span></pre><pre style="line-height: normal; widows: 1;" class=""><span style="white-space: pre-wrap;" class="">Remove Xcode and install Xcode again, not working.</span></pre><pre style="line-height: normal; widows: 1;" class=""><span style="white-space: pre-wrap;" class="">I verified the toolchain with </span></pre><pre style="line-height: normal; widows: 1;" class="">odesign --verify -vvvv -R='anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.1] exists and (certificate leaf[field.1.2.840.113635.100.6.1.2] exists or certificate leaf[field.1.2.840.113635.100.6.1.4] exists)' swift-2.2-SNAPSHOT-2015-12-22-a.xctoolchain</pre><pre style="line-height: normal; widows: 1;" class="">it shows the same <span style="white-space: pre-wrap;" class="">"a sealed resource is missing or invalid”</span></pre><pre style="line-height: normal; widows: 1;" class=""><span style="white-space: pre-wrap;" class="">At last I sudo remove the whole Library/Developer/Toolchains dir, then reinstall the toolchain, it finally start working.</span></pre><pre style="line-height: normal; widows: 1;" class=""><br class=""></pre><pre style="line-height: normal; widows: 1;" class="">Best, </pre><pre style="line-height: normal; widows: 1;" class="">John</pre></body></html>