<!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 [#157]</h1>
<table style="align=left;">
<tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/157/">https://ci.swift.org/job/oss-swift-package-osx/157/</a></td></tr>
<tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
<tr><th>Date of build:</th><td>Tue, 29 Aug 2017 20:01:44 -0500</td></tr>
<tr><th>Build duration:</th><td>37 min</td></tr>
</table>
<!-- JUnit TEMPLATE -->
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h2>Changes</h2>
<ul>
<li>Commit <b>10db94e31ee61e368b790f08398f817c17382a25</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[silgen] When checking we check if a failable initializer that we</p>
<ul>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_thunks.swift</li>
<li class="change-edit"><b>edit</b>: lib/SILGen/SILGenExpr.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>9d5f28039ad7fdd9dd0b7afa8f7e78b54447fb1d</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[silgen] Update SILGen objc deallocators and enable ownership on</p>
<ul>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_dealloc.swift</li>
<li class="change-edit"><b>edit</b>: lib/SILGen/SILGenBuilder.h</li>
<li class="change-edit"><b>edit</b>: lib/SILGen/SILGenDestructor.cpp</li>
<li class="change-edit"><b>edit</b>: lib/SILGen/SILGenFunction.h</li>
<li class="change-edit"><b>edit</b>: lib/SILGen/SILGenBuilder.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>88f58015fb8843b82101ae093b8b0058fbbea570</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[semantic-sil] Enable the ownership verifier on 8 more objc tests now</p>
<ul>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_bridged_generic_conformance.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_bridged_generic_nonnull.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_bridged_using_protocol_extension_impl.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_attr_NSManaged.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_blocks_bridging.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_attr_NSManaged_multi.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_bridging.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/objc_bridged_results.swift</li>
</ul>
</li>
<br>
<li>Commit <b>f5a6ac96cb99693b1f82b4c2f1576770bff7c13d</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">[test] Add a test for the tricky circularity in SR-5191. (#11685)</p>
<ul>
<li class="change-add"><b>add</b>: validation-test/Serialization/Inputs/SR5191-other.swift</li>
<li class="change-add"><b>add</b>: validation-test/Serialization/SR5191.swift</li>
</ul>
</li>
<br>
<li>Commit <b>cf91ea073699a215ed52dc74d1e69049da6fa9f1</b> by <b>vsk:</b> <p class="commit-message" style="white-space: pre-wrap;">[llvm-cov] Allow specifying distinct architectures for each loaded</p>
<ul>
<li class="change-edit"><b>edit</b>: include/llvm/ProfileData/Coverage/CoverageMapping.h</li>
<li class="change-edit"><b>edit</b>: test/tools/llvm-cov/universal-binary.c</li>
<li class="change-edit"><b>edit</b>: docs/CommandGuide/llvm-cov.rst</li>
<li class="change-edit"><b>edit</b>: lib/ProfileData/Coverage/CoverageMapping.cpp</li>
<li class="change-edit"><b>edit</b>: tools/llvm-cov/CodeCoverage.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>34063d42c018be634d3ebf6aad3b1263d0a4a9a1</b> by <b>vsk:</b> <p class="commit-message" style="white-space: pre-wrap;">[Coverage] Add an API to retrive all instantiations of a function (NFC)</p>
<ul>
<li class="change-edit"><b>edit</b>: tools/llvm-cov/CoverageSummaryInfo.h</li>
<li class="change-edit"><b>edit</b>: tools/llvm-cov/CoverageSummaryInfo.cpp</li>
<li class="change-edit"><b>edit</b>: tools/llvm-cov/CodeCoverage.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/ProfileData/Coverage/CoverageMapping.h</li>
<li class="change-edit"><b>edit</b>: lib/ProfileData/Coverage/CoverageMapping.cpp</li>
<li class="change-edit"><b>edit</b>: tools/llvm-cov/CoverageReport.cpp</li>
<li class="change-edit"><b>edit</b>: unittests/ProfileData/CoverageMappingTest.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>4046ede62fefd218ad369e64647bc55480fd0d27</b> by <b>vsk:</b> <p class="commit-message" style="white-space: pre-wrap;">Rely on autobrief, remove \briefs from a header. NFC.</p>
<ul>
<li class="change-edit"><b>edit</b>: include/llvm/ProfileData/Coverage/CoverageMapping.h</li>
</ul>
</li>
<br>
<li>Commit <b>0ad7f7df22734564337203c528c26dc40171b135</b> by <b>vsk:</b> <p class="commit-message" style="white-space: pre-wrap;">Move two functions to a nicer spot. NFC.</p>
<ul>
<li class="change-edit"><b>edit</b>: include/llvm/ProfileData/Coverage/CoverageMapping.h</li>
</ul>
</li>
<br>
<li>Commit <b>28d60c13d83dab23c3d1555e9c8b71392cb42e7c</b> by <b>vsk:</b> <p class="commit-message" style="white-space: pre-wrap;">[ProfData] Detect if zlib is available</p>
<ul>
<li class="change-add"><b>add</b>: test/tools/llvm-profdata/nocompress.test</li>
<li class="change-edit"><b>edit</b>: lib/ProfileData/InstrProf.cpp</li>
<li class="change-add"><b>add</b>: test/tools/llvm-profdata/Inputs/compressed.profraw</li>
<li class="change-edit"><b>edit</b>: include/llvm/ProfileData/InstrProf.h</li>
</ul>
</li>
<br>
<li>Commit <b>3fda41eb712991b7f26a56a6cf45073c8eb9f65a</b> by <b>vsk:</b> <p class="commit-message" style="white-space: pre-wrap;">Fix the bug when SampleProfileWriter writes out number of callsites.</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/ProfileData/SampleProfWriter.cpp</li>
<li class="change-edit"><b>edit</b>: test/tools/llvm-profdata/Inputs/sample-profile.proftext</li>
</ul>
</li>
<br>
</ul>
</body>