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

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/1028/">https://ci.swift.org/job/oss-swift-package-osx/1028/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
  <tr><th>Date of build:</th><td>Fri, 12 Jan 2018 06:15:27 -0600</td></tr>
  <tr><th>Build duration:</th><td>1 hr 51 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/1028/consoleFull#-1536850618ba62d58e-7248-467b-91e0-c7508d5cf947">Indication 1</a></li></ul></li></ul>

<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>a9db3f2f53a37e04003756dea96bebd0783c9b5a</b> by <b>chu:</b> <p class="commit-message" style="white-space: pre-wrap;">SR-6272: Show “Fix it” for numerical conversions</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>b2059c62d3a3f407b0b561a7ab03810cb379dfbc</b> by <b>chu:</b> <p class="commit-message" style="white-space: pre-wrap;">SR-6272: Add tests</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Constraints/diagnostics.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>06b9f781062c40ad57cf477353e5293fa0e299df</b> by <b>chu:</b> <p class="commit-message" style="white-space: pre-wrap;">Revert "SR-6272: Add tests"</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Constraints/diagnostics.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>5a56d4d7066c041532170836a07f80278303994f</b> by <b>chu:</b> <p class="commit-message" style="white-space: pre-wrap;">SR-6272: Add more tests</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Constraints/diagnostics.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>72cf1585a00c7b2c29d3cad5ae6d06b19d6ff692</b> by <b>chu:</b> <p class="commit-message" style="white-space: pre-wrap;">SR-6272: Use contextual type if available</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Constraints/diagnostics.swift</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>c80b569c2f36afa8c414748c66005adde70924e0</b> by <b>chu:</b> <p class="commit-message" style="white-space: pre-wrap;">SR-6272 Use calleeInfo instead</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: test/Constraints/diagnostics.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>5c37ccfc69e050c7f1968fb69680013dfa37cc82</b> by <b>chu:</b> <p class="commit-message" style="white-space: pre-wrap;">SR-6272 Skip if both lhs and rhs are different</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>0df987a4ff537cce94e8a0ebad917d739e94e3d2</b> by <b>chu:</b> <p class="commit-message" style="white-space: pre-wrap;">SR-6272 Add fix-it if there is only one candidate</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Constraints/diagnostics.swift</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>4c682d52c84b743a5ec12101c6bdfec91ad8f32d</b> by <b>mark.lacey:</b> <p class="commit-message" style="white-space: pre-wrap;">Support functions that return an IUO Self.</p>
        <ul>

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>1818911102c0237d4e1d359df37e6e65c64902ec</b> by <b>mark.lacey:</b> <p class="commit-message" style="white-space: pre-wrap;">Make sure we copy the ImplicitlyUnwrappedOptionalAttr when cloning</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>3717aa41cc851e482e89b82b056ea71d6130a793</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">Add regression test for https://bugs.swift.org/browse/SR-6730</p>
        <ul>

          <li class="change-add"><b>add</b>: validation-test/compiler_crashers_2_fixed/0137-sr6730.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>99bc440c509dc6e79f4eee2f9d3eb32874c4a9cd</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">AST: Add NominalTypeDecl::isFormallyResilient()</p>
        <ul>

          <li class="change-edit"><b>edit</b>: include/swift/AST/Decl.h</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>6faf99b97b5a63f2a3204d4661c4346caf9448c4</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">stdlib: The runtime counters types don't need fixed layout</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>6ac2dde97eba2b773ebc06e5daf06a59d0f55278</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">Sema: Enforce inlinable restrictions for stored property initializers in</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: include/swift/AST/DiagnosticsSema.def</li>

          <li class="change-edit"><b>edit</b>: test/attr/attr_inlineable.swift</li>

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

          <li class="change-edit"><b>edit</b>: lib/Sema/TypeChecker.h</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>12ea669d2a4eb6e59429828f08a9f0ae76205f1b</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">[Swift] Update for type reconstruction behavior change with inout</p>
        <ul>

          <li class="change-edit"><b>edit</b>: source/Symbol/SwiftASTContext.cpp</li>

        </ul>
      </li>
     <br>

  </ul>


 </body>