<!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 [#489]</h1>
<table style="align=left;">
<tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/489/">https://ci.swift.org/job/oss-swift-package-osx/489/</a></td></tr>
<tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
<tr><th>Date of build:</th><td>Fri, 13 Oct 2017 12:39:44 -0500</td></tr>
<tr><th>Build duration:</th><td>26 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/489/consoleFull#8291877553122a513-f36a-4c87-8ed7-cbc36a1ec144">Indication 1</a></li></ul></li></ul>
<!-- JUnit TEMPLATE -->
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h2>Changes</h2>
<ul>
<li>Commit <b>8cd677eb1f368aeab6ba8f99e7da514873919194</b> by <b>xi_ge:</b> <p class="commit-message" style="white-space: pre-wrap;">[Refactoring] SR-6051 Expansion of `switch` statement missing cases</p>
<ul>
<li class="change-add"><b>add</b>: test/refactoring/ExpandSwitchCases/Outputs/partially_handled/L11.swift.expected</li>
<li class="change-add"><b>add</b>: test/refactoring/ExpandSwitchCases/no_space_between_braces.swift</li>
<li class="change-edit"><b>edit</b>: include/swift/IDE/Utils.h</li>
<li class="change-add"><b>add</b>: test/refactoring/ExpandSwitchCases/Outputs/no_space_between_braces/L10.swift.expected</li>
<li class="change-edit"><b>edit</b>: lib/IDE/SwiftSourceDocInfo.cpp</li>
<li class="change-add"><b>add</b>: test/refactoring/ExpandSwitchCases/partially_handled.swift</li>
<li class="change-add"><b>add</b>: test/refactoring/ExpandSwitchCases/basic.swift</li>
<li class="change-add"><b>add</b>: test/refactoring/ExpandSwitchCases/with_default.swift</li>
<li class="change-add"><b>add</b>: test/refactoring/ExpandSwitchCases/Outputs/with_default/L10.swift.expected</li>
<li class="change-edit"><b>edit</b>: lib/IDE/Refactoring.cpp</li>
<li class="change-edit"><b>edit</b>: tools/swift-refactor/swift-refactor.cpp</li>
<li class="change-edit"><b>edit</b>: test/refactoring/RefactoringKind/basic.swift</li>
<li class="change-add"><b>add</b>: test/refactoring/ExpandSwitchCases/Outputs/basic/L10.swift.expected</li>
<li class="change-edit"><b>edit</b>: include/swift/IDE/RefactoringKinds.def</li>
</ul>
</li>
<br>
<li>Commit <b>cc997dd6abdddec9315a3b3bc7b6a40c3db8c3b9</b> by <b>groved:</b> <p class="commit-message" style="white-space: pre-wrap;">SR-6084: libdispatch.so missing from snapshot builds</p>
<ul>
<li class="change-edit"><b>edit</b>: src/CMakeLists.txt</li>
</ul>
</li>
<br>
<li>Commit <b>351553e4f509adaa3dfe6af833cc4e33dfbe7512</b> by <b>anemet:</b> <p class="commit-message" style="white-space: pre-wrap;">Add DK_Remark to SMDiagnostic</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/Support/SourceMgr.cpp</li>
<li class="change-edit"><b>edit</b>: unittests/Support/SourceMgrTest.cpp</li>
<li class="change-edit"><b>edit</b>: lib/CodeGen/MIRParser/MIRParser.cpp</li>
<li class="change-edit"><b>edit</b>: include/llvm/Support/SourceMgr.h</li>
</ul>
</li>
<br>
<li>Commit <b>230fc70001ad732fdde4eca0fc2fb2f9d0965461</b> by <b>anemet:</b> <p class="commit-message" style="white-space: pre-wrap;">Handle/assert on DK_Remark</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/CodeGen/CodeGenAction.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>3e3c07968dd669600354971757c7c075bdef9e65</b> by <b>anemet:</b> <p class="commit-message" style="white-space: pre-wrap;">Handle/assert DK_Remark in SourceMgrAdapter</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/Basic/SourceMgrAdapter.cpp</li>
</ul>
</li>
<br>
<li>Commit <b>4b9779f4a79e2cd492c7267efd0b85703ed8b079</b> by <b>ankit_aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">Change build script path (#1356)</p>
<ul>
<li class="change-edit"><b>edit</b>: Documentation/Development.md</li>
</ul>
</li>
<br>
</ul>
</body>