<!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-4.0-package-osx [#510]</h1>
<table style="align=left;">
<tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-4.0-package-osx/510/">https://ci.swift.org/job/oss-swift-4.0-package-osx/510/</a></td></tr>
<tr><th>Project:</th><td>oss-swift-4.0-package-osx</td></tr>
<tr><th>Date of build:</th><td>Mon, 17 Jul 2017 11:54:56 -0700</td></tr>
<tr><th>Build duration:</th><td>2 hr 31 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-4.0-package-osx/510/consoleFull#1625189911ee1a197b-acac-4b17-83cf-a53b95139a76">Indication 1</a></li></ul></li><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-4.0-package-osx/510/consoleFull#389456563fca400bf-2f4a-462e-b517-e058d770b2d7">Indication 1</a></li></ul></li></ul>
<!-- JUnit TEMPLATE -->
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h2>Changes</h2>
<ul>
<li>Commit <b>c4064b4ece163ca63295e47f10f74b8955edc03f</b> by <b>Pierre Habouzit:</b> <p class="commit-message" style="white-space: pre-wrap;">the buffer size ioctls on linux return EINVAL when it's not supported</p>
<ul>
<li class="change-edit"><b>edit</b>: src/event/event_epoll.c</li>
</ul>
</li>
<br>
<li>Commit <b>3b5d69b033e36eef07f5774ffdf12e459e6f946a</b> by <b>Pierre Habouzit:</b> <p class="commit-message" style="white-space: pre-wrap;">fix mistake in dispatch_timer.c</p>
<ul>
<li class="change-edit"><b>edit</b>: tests/dispatch_timer.c</li>
</ul>
</li>
<br>
<li>Commit <b>b37a9aeaf41b78d77b7873f2fb6023ae7c49f24f</b> by <b>Akira Hatanaka:</b> <p class="commit-message" style="white-space: pre-wrap;">[Driver] Check that the iOS deployment target is iOS 10 or earlier if</p>
<ul>
<li class="change-edit"><b>edit</b>: lib/Driver/ToolChains.cpp</li>
<li class="change-edit"><b>edit</b>: test/Driver/darwin-version.c</li>
<li class="change-edit"><b>edit</b>: include/clang/Basic/DiagnosticDriverKinds.td</li>
</ul>
</li>
<br>
<li>Commit <b>782b59986800eee71d6f0e5d74e8c2b3f899521d</b> by <b>David Hart:</b> <p class="commit-message" style="white-space: pre-wrap;">Convert multi-line strings to the Swift 4 syntax</p>
<ul>
<li class="change-edit"><b>edit</b>: Tests/SourceControlTests/GitRepositoryTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/BasicTests/JSONTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/UtilityTests/ArgumentParserTests.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Basic/Process.swift</li>
<li class="change-edit"><b>edit</b>: Tests/BasicTests/FileSystemTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/CommandsTests/RunToolTests.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Commands/show-dependencies.swift</li>
<li class="change-edit"><b>edit</b>: Tests/PackageLoadingTests/ModuleMapGenerationTests.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Utility/Diagnostics.swift</li>
<li class="change-edit"><b>edit</b>: Tests/XcodeprojTests/FunctionalTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/FunctionalTests/ToolsVersionTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/PackageGraphPerformanceTests/DependencyResolverPerfTests.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Commands/Describe.swift</li>
<li class="change-edit"><b>edit</b>: Tests/PackageLoadingTests/JSONSerializationTests.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Xcodeproj/generate().swift</li>
<li class="change-edit"><b>edit</b>: Sources/Xcodeproj/xcscheme().swift</li>
<li class="change-edit"><b>edit</b>: Tests/FunctionalTests/MiscellaneousTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/PackageLoadingTests/WhitelistTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/FunctionalTests/VersionSpecificTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/PackageLoadingPerformanceTests/ManifestLoadingTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/BasicTests/ProcessTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/FunctionalTests/ModuleMapTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/PackageLoadingTests/PD4LoadingTests.swift</li>
<li class="change-edit"><b>edit</b>: Tests/UtilityTests/ProgressBarTests.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Build/llbuild.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Workspace/InitPackage.swift</li>
<li class="change-edit"><b>edit</b>: Sources/TestSupport/XCTAssertHelpers.swift</li>
<li class="change-edit"><b>edit</b>: Sources/Utility/ArgumentParserShellCompletion.swift</li>
</ul>
</li>
<br>
</ul>
</body>