<!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 [#853]</h1> 

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/853/">https://ci.swift.org/job/oss-swift-package-osx/853/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
  <tr><th>Date of build:</th><td>Thu, 14 Dec 2017 21:15:48 -0600</td></tr>
  <tr><th>Build duration:</th><td>2 hr 1 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/853/consoleFull#13837471ba62d58e-7248-467b-91e0-c7508d5cf947">Indication 1</a></li></ul></li></ul>

<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>5cdf8f44aa80fbf4b094e0d9ad881fe929aea5b7</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[NFC] Fix spacing</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/AST/GenericSignature.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>5d1827b5bac223d4dc880fd46d67398acddc93f2</b> by <b>eeckstein:</b> <p class="commit-message" style="white-space: pre-wrap;">Remove a wrong assert in the specializer.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Utils/Generics.cpp</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/core/Collection.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>43fce99d43ca1325a27902b5b0dc8875f6f7c9c6</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Type checker] Use the declared interface type of a type declaration.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Sema/TypeCheckGeneric.cpp</li>

          <li class="change-edit"><b>edit</b>: test/decl/typealias/protocol.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>949cd5799655dd0dda305abf759b812882e69b1e</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">This test case is crashing again. Acknowledge the regression.</p>
        <ul>

          <li class="change-delete"><b>delete</b>: validation-test/compiler_crashers_fixed/28779-parent-parent-is-nominaltype-parent-is-boundgenerictype-parent-is-unboundgeneric.swift</li>

          <li class="change-add"><b>add</b>: validation-test/compiler_crashers/28779-parent-parent-is-nominaltype-parent-is-boundgenerictype-parent-is-unboundgeneric.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>b4b638651db8acb8ca6acefa269c4a914279b09f</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">libSyntax: create syntax node for typealias declarations. (#13450)</p>
        <ul>

          <li class="change-edit"><b>edit</b>: utils/gyb_syntax_support/DeclNodes.py</li>

          <li class="change-edit"><b>edit</b>: lib/Syntax/Status.md</li>

          <li class="change-edit"><b>edit</b>: lib/Parse/ParseDecl.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds</li>

          <li class="change-edit"><b>edit</b>: test/Syntax/round_trip_parse_gen.swift</li>

          <li class="change-edit"><b>edit</b>: unittests/Syntax/DeclSyntaxTests.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>5c923e0a927e603dff22acb9d651a70a2740f133</b> by <b>anemet:</b> <p class="commit-message" style="white-space: pre-wrap;">[opt-viewer] Support unicode characters in function names</p>
        <ul>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/unicode-function-name.test</li>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/Inputs/unicode-function-name/s.opt.yaml</li>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html</li>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/Inputs/unicode-function-name/s.swift</li>

          <li class="change-edit"><b>edit</b>: tools/opt-viewer/optrecord.py</li>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/Outputs/unicode-function-name/index.html</li>

          <li class="change-edit"><b>edit</b>: tools/opt-viewer/opt-viewer.py</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>f0f6515cd15ee31de2bd03a4c8f3211bad20f9f8</b> by <b>anemet:</b> <p class="commit-message" style="white-space: pre-wrap;">[opt-viewer] Suppress noisy Swift remarks</p>
        <ul>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/Outputs/suppress/s.swift.html</li>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/Inputs/suppress/s.opt.yaml</li>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/Outputs/suppress/index.html</li>

          <li class="change-edit"><b>edit</b>: tools/opt-viewer/opt-viewer.py</li>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/suppress.test</li>

          <li class="change-add"><b>add</b>: test/tools/opt-viewer/Inputs/suppress/s.swift</li>

          <li class="change-edit"><b>edit</b>: tools/opt-viewer/optrecord.py</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>f4f10c2899c0315eac20c1fff5833dbe0d638253</b> by <b>anemet:</b> <p class="commit-message" style="white-space: pre-wrap;">[opt-viewer] Render utf-8 characters properly in the generated HTML</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/tools/opt-viewer/Outputs/basic/index.html</li>

          <li class="change-edit"><b>edit</b>: test/tools/opt-viewer/Outputs/basic/basic_or.c.html</li>

          <li class="change-edit"><b>edit</b>: test/tools/opt-viewer/Outputs/basic/basic_or.h.html</li>

          <li class="change-edit"><b>edit</b>: tools/opt-viewer/opt-viewer.py</li>

          <li class="change-edit"><b>edit</b>: test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html</li>

          <li class="change-edit"><b>edit</b>: test/tools/opt-viewer/Outputs/unicode-function-name/index.html</li>

          <li class="change-edit"><b>edit</b>: test/tools/opt-viewer/Outputs/suppress/s.swift.html</li>

          <li class="change-edit"><b>edit</b>: test/tools/opt-viewer/Outputs/suppress/index.html</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>7907f14bdf894d6f9bcfc8e745a9febec8412c31</b> by <b>vsapsai:</b> <p class="commit-message" style="white-space: pre-wrap;">Let -Wdelete-non-virtual-dtor fire in system headers too.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: include/clang/Basic/DiagnosticSemaKinds.td</li>

          <li class="change-edit"><b>edit</b>: test/SemaCXX/destructor.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/Sema/SemaExprCXX.cpp</li>

          <li class="change-edit"><b>edit</b>: test/SemaCXX/implicit-exception-spec.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>52442bbbac13745a269c28ef51ebe953843715a4</b> by <b>vsapsai:</b> <p class="commit-message" style="white-space: pre-wrap;">Suppress -Wdelete-non-virtual-dtor warnings about classes defined in</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/SemaCXX/destructor.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/Sema/SemaExprCXX.cpp</li>

        </ul>
      </li>
     <br>

  </ul>


 </body>