<!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 [#992]</h1>
<table style="align=left;">
<tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/992/">https://ci.swift.org/job/oss-swift-package-osx/992/</a></td></tr>
<tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
<tr><th>Date of build:</th><td>Sat, 06 Jan 2018 00:47:12 -0600</td></tr>
<tr><th>Build duration:</th><td>2 hr 48 min</td></tr>
</table>
<!-- JUnit TEMPLATE -->
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h2>Changes</h2>
<ul>
<li>Commit <b>08ed42076d44cdbe3a5f3f0bece2bc7b9f0345ee</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime] NFC: Remove getBlockTypeMetadata* API stubs</p>
<ul>
<li class="change-edit"><b>edit</b>: include/swift/Runtime/Metadata.h</li>
</ul>
</li>
<br>
<li>Commit <b>300587a5072db88f3bcb89eeee22983efa371031</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime] NFC: Remove getCFunctionTypeMetadata* stubs</p>
<ul>
<li class="change-edit"><b>edit</b>: include/swift/Runtime/Metadata.h</li>
</ul>
</li>
<br>
<li>Commit <b>d787a14d6cb978664fe2eb2ba0db95420be9cc55</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime] NFC: Remove getThinFunctionTypeMetadata* stubs</p>
<ul>
<li class="change-edit"><b>edit</b>: include/swift/Runtime/Metadata.h</li>
</ul>
</li>
<br>
<li>Commit <b>8409cdb8a2e74cf9af9b7c9c5941a70c5ea5b926</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime/ABI] Add swift_getFunctionTypeMetadata0 function</p>
<ul>
<li class="change-edit"><b>edit</b>: include/swift/Runtime/Metadata.h</li>
<li class="change-edit"><b>edit</b>: lib/IRGen/GenMeta.cpp</li>
<li class="change-edit"><b>edit</b>: test/IRGen/c_function_pointer.sil</li>
<li class="change-edit"><b>edit</b>: test/IRGen/function_metadata.swift</li>
<li class="change-edit"><b>edit</b>: stdlib/public/runtime/Metadata.cpp</li>
<li class="change-edit"><b>edit</b>: test/IRGen/dynamic_cast_functions.swift</li>
<li class="change-edit"><b>edit</b>: include/swift/Runtime/RuntimeFunctions.def</li>
<li class="change-edit"><b>edit</b>: test/IRGen/objc_block.sil</li>
</ul>
</li>
<br>
<li>Commit <b>86de71ee6dc23f7259cf11f8aec1fbad0063a660</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime/ABI] Remove swift_getFunctionTypeMetadata{1-3}WithFlags</p>
<ul>
<li class="change-edit"><b>edit</b>: include/swift/Runtime/Metadata.h</li>
<li class="change-edit"><b>edit</b>: include/swift/Runtime/RuntimeFunctions.def</li>
<li class="change-edit"><b>edit</b>: test/IRGen/function_metadata.swift</li>
<li class="change-edit"><b>edit</b>: docs/ABI/TypeMetadata.rst</li>
<li class="change-edit"><b>edit</b>: stdlib/public/runtime/Metadata.cpp</li>
<li class="change-edit"><b>edit</b>: lib/IRGen/GenMeta.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>0f071848f33a75cecc1b68614cf92d052eba8752</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime/ABI] NFC: Refactor function type metadata generation</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/IRGen/GenMeta.cpp</li>
<li class="change-edit"><b>edit</b>: test/IRGen/function_metadata.swift</li>
<li class="change-edit"><b>edit</b>: include/swift/Runtime/RuntimeFunctions.def</li>
<li class="change-edit"><b>edit</b>: stdlib/public/runtime/Metadata.cpp</li>
<li class="change-edit"><b>edit</b>: include/swift/Remote/MetadataReader.h</li>
</ul>
</li>
<br>
<li>Commit <b>1eaf1f5571a14bcbc59d4b33881d93c29b04999e</b> by <b>milseman:</b> <p class="commit-message" style="white-space: pre-wrap;">[benchmark] Hook up CSVParsing to suite</p>
<ul>
<li class="change-edit"><b>edit</b>: benchmark/CMakeLists.txt</li>
<li class="change-edit"><b>edit</b>: benchmark/single-source/CSVParsing.swift</li>
<li class="change-edit"><b>edit</b>: benchmark/utils/main.swift</li>
</ul>
</li>
<br>
<li>Commit <b>f7e992a3ed845b95674c54a1efc0d3da7d2382cc</b> by <b>milseman:</b> <p class="commit-message" style="white-space: pre-wrap;">[benchmark] Don't use inline(__always) in benchmarks</p>
<ul>
<li class="change-edit"><b>edit</b>: benchmark/single-source/CSVParsing.swift</li>
</ul>
</li>
<br>
<li>Commit <b>132075f870e3d79f6fb26dfc65bb66e4c520fdd0</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[NFC] Move TypeDecoder into the Demangling library.</p>
<ul>
<li class="change-edit"><b>edit</b>: tools/swift-reflection-dump/swift-reflection-dump.cpp</li>
<li class="change-edit"><b>edit</b>: stdlib/public/Reflection/TypeRefBuilder.cpp</li>
<li class="change-add"><b>add</b>: include/swift/Demangling/TypeDecoder.h</li>
<li class="change-edit"><b>edit</b>: include/swift/Remote/MetadataReader.h</li>
</ul>
</li>
<br>
<li>Commit <b>7148e84099671a375ea5ee51d7c66376e47ece63</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime] Stub out the implementation of _typeByMangledName().</p>
<ul>
<li class="change-add"><b>add</b>: test/Runtime/demangleToMetadata.swift</li>
<li class="change-edit"><b>edit</b>: stdlib/public/core/Misc.swift</li>
<li class="change-edit"><b>edit</b>: stdlib/public/runtime/MetadataLookup.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>83fd37a2d051722c1501f44a24bf4db5124036e1</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime] Form function types based on mangled names.</p>
<ul>
<li class="change-edit"><b>edit</b>: include/swift/Demangling/TypeDecoder.h</li>
<li class="change-edit"><b>edit</b>: stdlib/public/runtime/MetadataLookup.cpp</li>
<li class="change-edit"><b>edit</b>: test/Runtime/demangleToMetadata.swift</li>
</ul>
</li>
<br>
<li>Commit <b>33f89a13447b8d7a79d9d01f4eb8056b476012ad</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime] Form metatypes based on mangled names.</p>
<ul>
<li class="change-edit"><b>edit</b>: test/Runtime/demangleToMetadata.swift</li>
<li class="change-edit"><b>edit</b>: stdlib/public/runtime/MetadataLookup.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>04a151d8a0b19446bbaa15fec35231a96430910b</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime] Form existential types and existential types based on mangled</p>
<ul>
<li class="change-edit"><b>edit</b>: stdlib/public/runtime/MetadataLookup.cpp</li>
<li class="change-edit"><b>edit</b>: test/Runtime/demangleToMetadata.swift</li>
</ul>
</li>
<br>
<li>Commit <b>ae93fd0cbcf22cea08fea08e1f5829e9360115de</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[sil-opt] When a target triple is not specified, use the default target</p>
<ul>
<li class="change-edit"><b>edit</b>: tools/sil-opt/SILOpt.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>5f51df4b9275bf267bd28263324ff83f1b898bc8</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Runtime] Add missing #include</p>
<ul>
<li class="change-edit"><b>edit</b>: stdlib/public/runtime/MetadataLookup.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>24027067b916b8ee0d996ee1daf5f006dc59b49b</b> by <b>gottesmm:</b> <p class="commit-message" style="white-space: pre-wrap;">[benchmarks] Add some more benchmarks by our very own airspeedswift.</p>
<ul>
<li class="change-add"><b>add</b>: benchmark/single-source/StringRemoveDupes.swift</li>
<li class="change-add"><b>add</b>: benchmark/single-source/Combos.swift</li>
<li class="change-add"><b>add</b>: benchmark/single-source/DictOfArraysToArrayOfDicts.swift</li>
<li class="change-add"><b>add</b>: benchmark/single-source/LuhnAlgoLazy.swift</li>
<li class="change-edit"><b>edit</b>: benchmark/CMakeLists.txt</li>
<li class="change-add"><b>add</b>: benchmark/single-source/RangeReplaceableCollectionPlusDefault.swift</li>
<li class="change-edit"><b>edit</b>: benchmark/utils/main.swift</li>
<li class="change-add"><b>add</b>: benchmark/single-source/LuhnAlgoEager.swift</li>
<li class="change-add"><b>add</b>: benchmark/single-source/COWTree.swift</li>
<li class="change-add"><b>add</b>: benchmark/single-source/NibbleSort.swift</li>
<li class="change-add"><b>add</b>: benchmark/single-source/PartialApplyDynamicType.swift</li>
</ul>
</li>
<br>
</ul>
</body>