<!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 [#517]</h1>
<table style="align=left;">
<tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/517/">https://ci.swift.org/job/oss-swift-package-osx/517/</a></td></tr>
<tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
<tr><th>Date of build:</th><td>Tue, 17 Oct 2017 14:48:00 -0500</td></tr>
<tr><th>Build duration:</th><td>1 hr 36 min</td></tr>
</table>
<h2>Identified problems:</h2><ul><li>Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:<ul><li><a href="https://ci.swift.org//job/oss-swift-package-osx/517/consoleFull#598238231ba62d58e-7248-467b-91e0-c7508d5cf947">Indication 1</a></li></ul></li><li>Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:<ul><li><a href="https://ci.swift.org//job/oss-swift-package-osx/517/consoleFull#-3085399313122a513-f36a-4c87-8ed7-cbc36a1ec144">Indication 1</a></li></ul></li></ul>
<!-- JUnit TEMPLATE -->
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h2>Changes</h2>
<ul>
<li>Commit <b>8f26fb88d4e0e03bbdfadb560b96f00079205b19</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[Mangling] Improve handling of the variadic function parameters</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/Demangling/NodePrinter.cpp</li>
<li class="change-edit"><b>edit</b>: test/Reflection/capture_descriptors.sil</li>
<li class="change-edit"><b>edit</b>: test/SILGen/mangling.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/retaining_globals.swift</li>
<li class="change-edit"><b>edit</b>: test/Reflection/Inputs/ConcreteTypes.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/opaque_values_silgen.swift</li>
<li class="change-edit"><b>edit</b>: test/SIL/Serialization/deserialize_generic.sil</li>
<li class="change-edit"><b>edit</b>: test/Serialization/function.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/scalar_to_tuple_args.swift</li>
<li class="change-edit"><b>edit</b>: stdlib/public/Reflection/TypeRef.cpp</li>
<li class="change-edit"><b>edit</b>: test/SourceKit/DocSupport/doc_clang_module.swift.response</li>
<li class="change-edit"><b>edit</b>: test/Demangle/Inputs/manglings.txt</li>
<li class="change-edit"><b>edit</b>: test/IRGen/big_types_corner_cases.swift</li>
<li class="change-edit"><b>edit</b>: test/Reflection/typeref_decoding.swift</li>
<li class="change-edit"><b>edit</b>: lib/AST/ASTMangler.cpp</li>
<li class="change-edit"><b>edit</b>: test/SILGen/errors.swift</li>
<li class="change-edit"><b>edit</b>: test/SILGen/default_arguments_imported.swift</li>
</ul>
</li>
<br>
<li>Commit <b>d6bd66e254d271b62602e255050255dfda62d5d5</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">Add fixed test case for SR-6141 / rdar://problem/35008570.</p>
<ul>
<li class="change-edit"><b>edit</b>: test/SILGen/unreachable_code.swift</li>
</ul>
</li>
<br>
<li>Commit <b>c9f4df84f6bb3dfb8ab80a27b86eea26b8fc876c</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">[stdlib] Fix FloatingPoint.init(exactly:) (#11311)</p>
<ul>
<li class="change-edit"><b>edit</b>: validation-test/stdlib/ValidationNSNumberBridging.swift</li>
<li class="change-edit"><b>edit</b>: test/stdlib/TestNSNumberBridging.swift</li>
<li class="change-edit"><b>edit</b>: stdlib/public/core/FloatingPointTypes.swift.gyb</li>
<li class="change-edit"><b>edit</b>: validation-test/stdlib/FloatingPointConversion.swift.gyb</li>
</ul>
</li>
<br>
<li>Commit <b>18c2666cfdae6160306264d872e28140d2175b60</b> by <b>aprantl:</b> <p class="commit-message" style="white-space: pre-wrap;">IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/AsmParser/LLParser.cpp</li>
<li class="change-edit"><b>edit</b>: lib/CodeGen/AsmPrinter/DwarfDebug.h</li>
<li class="change-edit"><b>edit</b>: lib/IR/DebugInfoMetadata.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/IR/DebugInfoMetadata.h</li>
<li class="change-edit"><b>edit</b>: lib/IR/AsmWriter.cpp</li>
<li class="change-add"><b>add</b>: test/Bitcode/dicompileunit-gnu-pubnames.ll</li>
<li class="change-edit"><b>edit</b>: test/DebugInfo/X86/gnu-public-names-empty.ll</li>
<li class="change-add"><b>add</b>: test/DebugInfo/X86/gnu-public-names-multiple-cus.ll</li>
<li class="change-edit"><b>edit</b>: lib/Bitcode/Writer/BitcodeWriter.cpp</li>
<li class="change-edit"><b>edit</b>: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp</li>
<li class="change-edit"><b>edit</b>: lib/CodeGen/AsmPrinter/DwarfCompileUnit.h</li>
<li class="change-edit"><b>edit</b>: lib/IR/DIBuilder.cpp</li>
<li class="change-edit"><b>edit</b>: test/DebugInfo/X86/gnu-public-names-gmlt.ll</li>
<li class="change-edit"><b>edit</b>: lib/Bitcode/Reader/MetadataLoader.cpp</li>
<li class="change-edit"><b>edit</b>: test/DebugInfo/X86/gnu-public-names-tu.ll</li>
<li class="change-edit"><b>edit</b>: lib/IR/DebugInfo.cpp</li>
<li class="change-edit"><b>edit</b>: unittests/IR/MetadataTest.cpp</li>
<li class="change-edit"><b>edit</b>: test/DebugInfo/X86/gnu-public-names.ll</li>
<li class="change-edit"><b>edit</b>: lib/CodeGen/AsmPrinter/DwarfDebug.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/IR/DIBuilder.h</li>
</ul>
</li>
<br>
<li>Commit <b>9ed3b70ccffb7b8a893f8609ef5d88d608fad7f8</b> by <b>aprantl:</b> <p class="commit-message" style="white-space: pre-wrap;">Add Linux target triple to hopefully fix Mac bots.</p>
<ul>
<li class="change-edit"><b>edit</b>: test/DebugInfo/X86/gnu-public-names-multiple-cus.ll</li>
</ul>
</li>
<br>
<li>Commit <b>3afdbd2f2338a45abcb679784ea3db15fe7f8869</b> by <b>aprantl:</b> <p class="commit-message" style="white-space: pre-wrap;">DebugInfo: Consider a CU containing only local imported entities to be</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/CodeGen/AsmPrinter/DwarfDebug.cpp</li>
<li class="change-edit"><b>edit</b>: test/DebugInfo/omit-empty.ll</li>
<li class="change-edit"><b>edit</b>: include/llvm/IR/Metadata.h</li>
</ul>
</li>
<br>
<li>Commit <b>7dce4bfda9e31a877cded78019b4b43f2110c0ca</b> by <b>ankit_aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[PinsStore] Add support for loading PinsStore schema 1</p>
<ul>
<li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/PinsStoreTests.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Workspace/PinsStore.swift</li>
</ul>
</li>
<br>
</ul>
</body>