<!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 [#971]</h1>
<table style="align=left;">
<tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/971/">https://ci.swift.org/job/oss-swift-package-osx/971/</a></td></tr>
<tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
<tr><th>Date of build:</th><td>Tue, 02 Jan 2018 04:57:26 -0600</td></tr>
<tr><th>Build duration:</th><td>34 min</td></tr>
</table>
<h2>Identified problems:</h2><ul><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/971/consoleFull#14191634213122a513-f36a-4c87-8ed7-cbc36a1ec144">Indication 1</a></li></ul></li></ul>
<!-- JUnit TEMPLATE -->
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h2>Changes</h2>
<ul>
<li>Commit <b>e03fceb91ec65277e473a3d37c9b05e39fc50d72</b> by <b>francisvm:</b> <p class="commit-message" style="white-space: pre-wrap;">[MC] - Don't assert when non-english characters are used.</p>
<ul>
<li class="change-edit"><b>edit</b>: include/llvm/ADT/StringExtras.h</li>
<li class="change-edit"><b>edit</b>: lib/MC/MCParser/AsmLexer.cpp</li>
<li class="change-add"><b>add</b>: test/MC/AsmParser/non-english-characters.s</li>
</ul>
</li>
<br>
<li>Commit <b>b80670d77d3f4cde54f6d33d9e8ced48e72acdbf</b> by <b>francisvm:</b> <p class="commit-message" style="white-space: pre-wrap;">[YAML] Add support for non-printable characters</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/ObjectYAML/CodeViewYAMLDebugSections.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/ObjectYAML/MachOYAML.h</li>
<li class="change-edit"><b>edit</b>: lib/Support/YAMLTraits.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/CodeGen/MIRYamlMapping.h</li>
<li class="change-edit"><b>edit</b>: lib/Support/Statistic.cpp</li>
<li class="change-edit"><b>edit</b>: tools/dsymutil/DebugMap.h</li>
<li class="change-edit"><b>edit</b>: unittests/Support/YAMLIOTest.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/ObjectYAML/CodeViewYAMLTypes.h</li>
<li class="change-edit"><b>edit</b>: lib/Support/Timer.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/Support/YAMLTraits.h</li>
<li class="change-edit"><b>edit</b>: lib/ObjectYAML/CodeViewYAMLTypes.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/ObjectYAML/YAML.h</li>
<li class="change-add"><b>add</b>: test/CodeGen/MIR/X86/escape-function-name.ll</li>
<li class="change-edit"><b>edit</b>: docs/YamlIO.rst</li>
<li class="change-edit"><b>edit</b>: lib/ObjectYAML/MachOYAML.cpp</li>
<li class="change-edit"><b>edit</b>: lib/ObjectYAML/CodeViewYAMLSymbols.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>acf228aeceb201e00598b4e3bdc164363a3eea48</b> by <b>francisvm:</b> <p class="commit-message" style="white-space: pre-wrap;">[YAML] Fix UTF-8 handling</p>
<ul>
<li class="change-edit"><b>edit</b>: unittests/Support/YAMLIOTest.cpp</li>
<li class="change-edit"><b>edit</b>: lib/Support/YAMLTraits.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>59f955a93ed5cbcec7c415a63e0d7bd7244762d4</b> by <b>francisvm:</b> <p class="commit-message" style="white-space: pre-wrap;">[YAML] Refactor escaping unittests</p>
<ul>
<li class="change-edit"><b>edit</b>: include/llvm/Support/YAMLTraits.h</li>
<li class="change-edit"><b>edit</b>: unittests/Support/YAMLIOTest.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>93f37e53dca07fa398a0ab39cab87fb140edd0f3</b> by <b>francisvm:</b> <p class="commit-message" style="white-space: pre-wrap;">[YAML] Fix YAML API usage</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/APINotes/APINotesYAMLCompiler.cpp</li>
</ul>
</li>
<br>
</ul>
</body>