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

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-osx/482/">https://ci.swift.org/job/oss-swift-package-osx/482/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-package-osx</td></tr>
  <tr><th>Date of build:</th><td>Thu, 12 Oct 2017 20:14:50 -0500</td></tr>
  <tr><th>Build duration:</th><td>55 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/482/consoleFull#-11879182553122a513-f36a-4c87-8ed7-cbc36a1ec144">Indication 1</a></li></ul></li></ul>

<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>b5492518ae3ccee9abf75bb8f3b2439435d67247</b> by <b>moiseev:</b> <p class="commit-message" style="white-space: pre-wrap;">[benchmark] Add LazilyFilteredArrayContains benchmark</p>
        <ul>

          <li class="change-edit"><b>edit</b>: benchmark/single-source/LazyFilter.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>b5ca50619f807d8270c33c6aa797ff918e8cd07b</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[swiftc (67 vs. 5600)] Add crasher in</p>
        <ul>

          <li class="change-add"><b>add</b>: validation-test/compiler_crashers/28861-gpdecl-getdepth-generictypeparamdecl-invaliddepth-parameter-hasnt-been-validated.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>cd3c63cbfd06338bbe3241297cb32e1594928ec9</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[AST] Stop including GenericSignature.h in other headers.</p>
        <ul>

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

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

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

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

          <li class="change-edit"><b>edit</b>: lib/Serialization/DeserializeSIL.cpp</li>

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

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

          <li class="change-edit"><b>edit</b>: lib/SILGen/SILGenGlobalVariable.cpp</li>

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

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

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

          <li class="change-edit"><b>edit</b>: lib/SILGen/SILGenBuilder.cpp</li>

          <li class="change-edit"><b>edit</b>: tools/swift-ide-test/ModuleAPIDiff.cpp</li>

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

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

          <li class="change-edit"><b>edit</b>: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/SILGen/SILGenApply.cpp</li>

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

          <li class="change-edit"><b>edit</b>: lib/Serialization/SerializeSIL.cpp</li>

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

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

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

          <li class="change-edit"><b>edit</b>: lib/IDE/CodeCompletion.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/IRGen/GenDecl.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/IDE/IDETypeChecking.cpp</li>

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

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

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

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

          <li class="change-edit"><b>edit</b>: lib/SILGen/SILGenDestructor.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>6db9cc8c544327933e2bfcb7ff2cd9c80221f390</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[AST] Consolidate the generic signature "diff" algorithm used in two</p>
        <ul>

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

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>c6ff6b0142f7254b36125ecb396d8574c142fc36</b> by <b>moiseev:</b> <p class="commit-message" style="white-space: pre-wrap;">Extract setup and teardown stages for a benchmnark</p>
        <ul>

          <li class="change-edit"><b>edit</b>: benchmark/single-source/LazyFilter.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>b5f20334ab45e9f3943ca10ac93075e83665f955</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">[docs] LibraryEvolution: Tweak for Swift 4.0. (#11742)</p>
        <ul>

          <li class="change-edit"><b>edit</b>: docs/LibraryEvolution.rst</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>c5cff769c72e9a723f4a60068c8ba792b203e914</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[IRGen] Update Function Metadata to use AnyFunctionType::Param</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/IRGen/GenMeta.cpp</li>

          <li class="change-edit"><b>edit</b>: test/IRGen/objc_block.sil</li>

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

          <li class="change-edit"><b>edit</b>: stdlib/public/runtime/Metadata.cpp</li>

          <li class="change-edit"><b>edit</b>: docs/ABI/TypeMetadata.rst</li>

          <li class="change-edit"><b>edit</b>: test/Interpreter/function_metatypes.swift</li>

          <li class="change-edit"><b>edit</b>: test/IRGen/function_metadata.swift</li>

          <li class="change-add"><b>add</b>: test/IRGen/dynamic_cast_functions.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/runtime/Demangle.cpp</li>

          <li class="change-edit"><b>edit</b>: test/IRGen/c_function_pointer.sil</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>bdafb354bdcefcc68f3725ea575980a5184e0d1d</b> by <b>shajrawi:</b> <p class="commit-message" style="white-space: pre-wrap;">SILCombiner: fix an infinite loop corner-case</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/SILOptimizer/sil_combine_apply.sil</li>

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

        </ul>
      </li>
     <br>

  </ul>


 </body>