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

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/465/">https://ci.swift.org/job/oss-swift-package-osx/465/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
  <tr><th>Date of build:</th><td>Tue, 10 Oct 2017 20:23:42 -0500</td></tr>
  <tr><th>Build duration:</th><td>1 hr 26 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/465/consoleFull#-275137950ba62d58e-7248-467b-91e0-c7508d5cf947">Indication 1</a></li></ul></li></ul>

<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>880c1b856657b7d0b76246aa34b30dac40d80f87</b> by <b>ghoare:</b> <p class="commit-message" style="white-space: pre-wrap;">[ProtocolDecl] Avoid getMembers(), imported ObjC protocols can always be</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>a05f4f666638892e31957a86ba46ecc2e2b4d83e</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[stl-extras] Add a range version of std::accumulate.</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>5022dbc201af3c1b1b4276e38505d0b7da1e40c4</b> by <b>compnerd:</b> <p class="commit-message" style="white-space: pre-wrap;">stdlib: fix build for LLP64 targets</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>ac8a48b2c210b56c52db6a3446adddd568a5e15b</b> by <b>shajrawi:</b> <p class="commit-message" style="white-space: pre-wrap;">Fixes a bug in SILCombiner that caused a use-after-free</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: lib/SIL/SILVerifier.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/SILCombiner/SILCombiner.h</li>

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

          <li class="change-add"><b>add</b>: test/SILOptimizer/sr-5068.sil</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>79e07c7db2d6391e4b1eb8062f7edfb841688264</b> by <b>mgottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[di] DI assumes that all structs it analyzes will have /1/ property...</p>
        <ul>

          <li class="change-add"><b>add</b>: test/SILOptimizer/definite_init_nsmanagedvalue.swift</li>

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>fddd054aed04ab419a40bd105a9b0206aa97ea16</b> by <b>jmolenda:</b> <p class="commit-message" style="white-space: pre-wrap;">Fix the apply_patches method to work correctly from the</p>
        <ul>

          <li class="change-edit"><b>edit</b>: scripts/build-swift-cmake.py</li>

        </ul>
      </li>
     <br>

  </ul>


 </body>