We might need to cherry-pick this fix in swift-3.1-branch, because I merged master into swift-3.1-branch today.
Thanks, Mishal Shah > On Jan 17, 2017, at 2:41 PM, Doug Coleman <doug_cole...@apple.com> wrote: > > This has been fixed by merging https://github.com/apple/swift/pull/4788 > <https://github.com/apple/swift/pull/4788>. > > Next build should be clean. >> On Jan 17, 2017, at 2:39 PM, no-re...@swift.org <mailto:no-re...@swift.org> >> wrote: >> >> [FAILURE] oss-swift-package-linux-ubuntu-16_10 [#272] >> >> Build URL: >> https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/272/ >> <https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/272/> >> Project: oss-swift-package-linux-ubuntu-16_10 >> Date of build: Tue, 17 Jan 2017 13:47:40 -0800 >> Build duration: 52 min >> Identified problems: >> >> Compile Error: This build failed because of a compile error. Below is a list >> of all errors in the build log: >> Indication 1 >> <https://ci.swift.org//job/oss-swift-package-linux-ubuntu-16_10/272/consoleFull#1409063134ee1a197b-acac-4b17-83cf-a53b95139a76> >> Changes >> >> Commit 764fc0aa133d24945f6c0a774cbb992c04a15d64 by moiseev: >> Replacing M_PI with .pi >> >> edit: test/stdlib/TestAffineTransform.swift >> edit: stdlib/public/SDK/Foundation/AffineTransform.swift >> >> Commit b8a722ee99556e004da55efc538d16d84a5bf86f by moiseev: >> Fixing the AffineTransform test >> >> edit: test/stdlib/TestAffineTransform.swift >> >> Commit a8dec7fa438c980d5bb25156e9c06c1dbf700ce6 by tinysun.net >> <http://tinysun.net/>: >> [stdlib] Fixed for Cygwin >> >> edit: >> validation-test/StdlibUnittest/ChildProcessShutdown/FailIfChildCrashesDuringShutdown.swift >> edit: >> validation-test/StdlibUnittest/ChildProcessShutdown/FailIfChildExitsDuringShutdown.swift >> edit: stdlib/public/core/FloatingPoint.swift.gyb >> edit: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift >> edit: stdlib/private/SwiftPrivatePthreadExtras/CMakeLists.txt >> edit: stdlib/public/core/CTypes.swift >> edit: stdlib/public/core/FloatingPointTypes.swift.gyb >> edit: stdlib/private/SwiftPrivateLibcExtras/SwiftPrivateLibcExtras.swift >> edit: stdlib/private/SwiftPrivatePthreadExtras/PthreadBarriers.swift >> edit: validation-test/StdlibUnittest/Stdin.swift >> edit: stdlib/public/Platform/tgmath.swift.gyb >> edit: >> stdlib/private/SwiftPrivatePthreadExtras/SwiftPrivatePthreadExtras.swift >> edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift >> edit: stdlib/private/StdlibUnittest/CMakeLists.txt >> edit: >> validation-test/StdlibUnittest/ChildProcessShutdown/PassIfChildCrashedDuringTestExecution.swift >> edit: stdlib/public/core/Policy.swift >> edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb >> edit: stdlib/public/runtime/MutexWin32.cpp >> edit: cmake/modules/AddSwift.cmake >> add: validation-test/StdlibUnittest/Cygwin.swift >> edit: stdlib/private/StdlibUnittest/RaceTest.swift >> edit: stdlib/public/core/FloatingPointParsing.swift.gyb >> edit: stdlib/public/Platform/Platform.swift >> edit: stdlib/private/SwiftPrivateLibcExtras/CMakeLists.txt >> edit: stdlib/public/core/Runtime.swift.gyb >> >> Commit 3dfd0f74f081648fad3b8bc55b373c498fc7e724 by ben_cohen: >> refactor sequence append growth logic >> >> edit: stdlib/public/core/Arrays.swift.gyb >> >> Commit 2f1a3e16172c71c1a0538609655e8da2b2e55bb7 by fs.output: >> [AST] Remove unused property 'TrailingSemiLoc' from Stmt and Expr >> >> edit: lib/Parse/ParseStmt.cpp >> edit: include/swift/AST/Stmt.h >> edit: include/swift/AST/Expr.h >> >> Commit 055ee489081f72bec7477f9f4b0319aeabf201a4 by fs.output: >> [Parse] Split Decl list parsing from parseList() >> >> edit: test/Parse/ConditionalCompilation/decl_parse_errors.swift >> edit: include/swift/AST/Decl.h >> edit: include/swift/Parse/Parser.h >> edit: test/Parse/trailing-semi.swift >> edit: lib/Parse/ParseDecl.cpp >> edit: lib/Parse/ParseStmt.cpp >> >> Commit c92dbe5319f16834ac4253fadc90340e499c6294 by fs.output: >> [Parse] Remove declaration list specific logic from parseList() >> >> edit: lib/Parse/ParseExpr.cpp >> edit: lib/Parse/Parser.cpp >> edit: include/swift/Parse/Parser.h >> edit: lib/Parse/ParseType.cpp >> edit: lib/Parse/ParsePattern.cpp >> edit: lib/Parse/ParseSIL.cpp >> >> Commit 35b0ffeff8713ee93abe9a093ed8e0edbd11cf97 by xedin: >> [Diagnostics] Fix diagnoseImplicitSelfErrors to accept only valid >> >> delete: validation-test/compiler_crashers/28603-argumentlabels-size-1.swift >> edit: lib/Sema/CSDiag.cpp >> add: >> validation-test/compiler_crashers_fixed/28603-argumentlabels-size-1.swift >> >> Commit 1c5a26129de69decb40905a3f71a7dd3623760c7 by github: >> Fixed typo >> >> edit: docs/proposals/Concurrency.rst >> >> Commit a2c64103dd0bc3d0a322133b4d7fabc04c8954b9 by aschwaighofer: >> Fix a iteration invalidation bug >> >> edit: lib/SILOptimizer/Transforms/Devirtualizer.cpp >> >> Commit b2efca54d6d872d7b7008ecc47d6c6d0a1910c53 by moiseev: >> Removing unnecessary CGFloat->Double->CGFloat conversions >> >> edit: stdlib/public/SDK/Foundation/AffineTransform.swift >> edit: test/stdlib/TestAffineTransform.swift >> >> Commit 5a83bef7b3775369ce3bb240cba54e5cf2fa060f by github: >> tweak outer loop comment >> >> edit: stdlib/public/core/Arrays.swift.gyb >> >> Commit 4ec9dd6331abdd3b5d102c9225dea9702d282450 by bruno.cardoso: >> [Modules] Fix misleading warning about missing textual header in >> >> add: test/Modules/Inputs/FooFramework.framework/PrivateHeaders/Bar.h >> add: test/Modules/Inputs/FooFramework.framework/PrivateHeaders/Baz_Private.h >> add: test/Modules/Inputs/FooFramework.framework/PrivateHeaders/FooUmbrella.h >> add: test/Modules/Inputs/FooFramework.framework/Modules/module.modulemap >> add: test/Modules/textual-hdr-in-umbrella-hdr.m >> add: test/Modules/Inputs/FooFramework.framework/PrivateHeaders/Foo.h >> edit: lib/Lex/ModuleMap.cpp >> >> Commit 9553a9bcfb0a5e7ab0c2960b2160da6548dd44f7 by github: >> [ClangModuleTests] Add a custom modulemap test (#904) >> >> edit: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/Foo.c >> edit: Tests/FunctionalTests/ClangModuleTests.swift >> add: >> Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/module.modulemap >> >> Commit 5d1bdb566acb6ad86a7a55657792452766b9aa29 by suicaicoca: >> [PropertyListSerialization] Possible implementation of >> >> edit: Foundation/NSPropertyList.swift >> edit: TestFoundation/TestNSPropertyList.swift >> edit: Docs/Status.md >> edit: Foundation/NSKeyedUnarchiver.swift >> edit: Foundation/NSStream.swift >> >> Commit be039e11e6609c714b8479aacf861727ed64aaf8 by suicaicoca: >> [URLSession] Replace remaining NSError usages with Error >> >> edit: Foundation/NSURLSession/NSURLSessionTask.swift >> edit: Foundation/NSData.swift >> edit: Foundation/NSURLSession/NSURLSession.swift >> edit: Foundation/NSURLSession/TaskRegistry.swift >> edit: TestFoundation/TestNSURLSession.swift >> >> Commit dca3023cb5278f48e40648fcb812fa6c1a636a58 by phausler: >> Implemented _resolveCurrent (#638) >> >> edit: Foundation/NSHost.swift >
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev