<!DOCTYPE html>
<head>
<title>Report</title>
<style>
body {
                                -webkit-font-smoothing: antialiased;
                                font-family: "Helvetica Neue", sans-serif;
                                font-weight: 300;
                                color: #393939;
                                margin: 0;
                                padding: 20px;
                        }
                        .header {
                                margin-left: 20px;
                                padding: 20px 20px 20px 0;
                                border-bottom: 1px solid #e5e5e5;
                        }
                        .report-title{
                                font-family: "Helvetica Neue", sans-serif;
                                display: inline-block;
                                float: left;
                                margin: 20px 0;
                                font-size: 24px;
                                color: #55a3fd;
                        }
                        .title {
                                font-size: 24px;
                        }
                        .content {
                                padding: 20px;
                        }
                        .display {
                                width: 100%;
                                height: 100%;
                        }
.commit-message {
font-family: "Menlo", fixed;
}
                        
        .title {
                text-align: center;
        }
        .date {
                text-align: left;
        }
        .display {
                display: inline-block;
                width: auto;
        }
        .header {
                overflow: auto;
                padding: 20px 20px 5px 0;
                width: 660px;
        }
        a {
         color: #007aff;
         text-decoration: none;
        }
        tr {
        text-align: left;
        }
        .links a {
                text-decoration: none;
                color: white;
                font-weight: 500;
                padding: 15px;
                background: #55a3fd;
                font-size: 14px;
        }
        .FAILURE {
                color:red;
        }
        .SUCCESS {
                color:green;
        }
        </style>
<head>
<body>
<h2 style="width:100%;background-color:red;color:white;text-align:center;"></h2>
<h1>[<font class="FAILURE">FAILURE</font>] oss-swift-package-osx [#418]</h1>
<table style="align=left;">
<tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/418/">https://ci.swift.org/job/oss-swift-package-osx/418/</a></td></tr>
<tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
<tr><th>Date of build:</th><td>Wed, 04 Oct 2017 02:20:45 -0500</td></tr>
<tr><th>Build duration:</th><td>1 hr 49 min</td></tr>
</table>
<!-- JUnit TEMPLATE -->
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h2>Changes</h2>
<ul>
<li>Commit <b>7e6b564bf551e1ccd4eaff2824d87dd89b71a686</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">Add fixed crasher from rdar://problem/33575781</p>
<ul>
<li class="change-add"><b>add</b>: validation-test/compiler_crashers_2_fixed/0125-rdar33575781.swift</li>
</ul>
</li>
<br>
<li>Commit <b>2645a6a4b9cf2df212da6db9a41b3363ff44de56</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Deserialization] Configure protocol before loading requirement</p>
<ul>
<li class="change-add"><b>add</b>: test/Serialization/Inputs/recursive_protocol_merge_a.swift</li>
<li class="change-add"><b>add</b>: test/Serialization/Inputs/recursive_protocol_merge_b.swift</li>
<li class="change-edit"><b>edit</b>: lib/Serialization/Deserialization.cpp</li>
<li class="change-add"><b>add</b>: test/Serialization/recursive_protocol_merge.swift</li>
</ul>
</li>
<br>
<li>Commit <b>77554c1ae2b3b2de16b803409d9f7085ad186562</b> by <b>ghoare:</b> <p class="commit-message" style="white-space: pre-wrap;">[Stats] Fix typo.</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/Basic/Statistic.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>0e5b982d2561bc7c102e2abe984e19241735aaa2</b> by <b>ghoare:</b> <p class="commit-message" style="white-space: pre-wrap;">[Stats] Only use input filename, not mangled path, in stats file name.</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/Basic/Statistic.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>c1a4bb490bcdf8d20c962ab43249eaee44ee037f</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">[test] Define out part of this test that's crashing on Linux (#12258)</p>
<ul>
<li class="change-edit"><b>edit</b>: test/ClangImporter/clang_builtins.swift</li>
</ul>
</li>
<br>
<li>Commit <b>d12dbf99ea769a83ad8efefa483ff065379dc4c8</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Type checker] Diagnose failed attempts to resolve associated type</p>
<ul>
<li class="change-add"><b>add</b>: validation-test/compiler_crashers_2_fixed/0124-sr5825.swift</li>
<li class="change-edit"><b>edit</b>: test/decl/protocol/req/associated_type_inference.swift</li>
<li class="change-delete"><b>delete</b>: validation-test/compiler_crashers_2/0124-sr5825.swift</li>
<li class="change-edit"><b>edit</b>: lib/Sema/TypeCheckType.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>99e395b7e3f89b1f6f2874296a37add58aece6d6</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">[APINotes] Add 'RetainCountConvention' (#133)</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/APINotes/APINotesWriter.cpp</li>
<li class="change-edit"><b>edit</b>: test/APINotes/Inputs/roundtrip.apinotes</li>
<li class="change-edit"><b>edit</b>: lib/Sema/SemaAPINotes.cpp</li>
<li class="change-add"><b>add</b>: test/APINotes/retain-count-convention.m</li>
<li class="change-edit"><b>edit</b>: lib/APINotes/APINotesYAMLCompiler.cpp</li>
<li class="change-edit"><b>edit</b>: include/clang/APINotes/Types.h</li>
<li class="change-edit"><b>edit</b>: lib/APINotes/APINotesReader.cpp</li>
<li class="change-edit"><b>edit</b>: test/APINotes/yaml-roundtrip.c</li>
<li class="change-edit"><b>edit</b>: test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.apinotes</li>
<li class="change-edit"><b>edit</b>: test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.h</li>
</ul>
</li>
<br>
</ul>
</body>