Foundation/NSHTTPCookie.swift:262:36: error: 'init(localeIdentifier:)' has been renamed to 'init(identifier:)'
> On Aug 9, 2016, at 2:54 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#7227] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7227/ > <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7227/> > Project: oss-swift-incremental-RA-linux-ubuntu-15_10 > Date of build: Tue, 09 Aug 2016 14:42:17 -0700 > Build duration: 12 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-incremental-RA-linux-ubuntu-15_10/7227/consoleFull#124702868ee1a197b-acac-4b17-83cf-a53b95139a76> > Tests: > > Name: Swift(linux-x86_64) > Failed: 0 test(s), Passed: 8224 test(s), Total: 8224 test(s) > Name: Swift-Unit > Failed: 0 test(s), Passed: 230 test(s), Total: 230 test(s) > > Changes > > Commit 2a48e64c4c0ed70633e4b7e0e46be179a6c61f6e by Alex Hoppen: > [utils] Python 3 support + tidies in check-incremental > > edit: utils/check-incremental > > Commit a99ca851df88859f05ad6bdcfedff586ef9d2dbc by harlan: > Add empty parens to var-to-function renames > > edit: lib/Sema/MiscDiagnostics.cpp > edit: test/1_stdlib/Renames.swift > edit: test/Sema/availability.swift > > Commit ed461ceb09012a708c2aac09ff05aac66d5b1c62 by practicalswift: > [swiftc (45 vs. 5156)] Add crasher in > > add: > validation-test/compiler_crashers/28392-swift-dependentgenerictyperesolver-resolveselfassociatedtype.swift > > Commit 5a7e8f33374a53d5d238fac958d0202751c6b003 by gribozavr: > StdlibUnittest: change Minimal~Class types to actually be classes > > edit: stdlib/private/StdlibUnittest/MinimalTypes.swift.gyb > > Commit 091bd19610c1a90bbc8ccbba478cc152354282d7 by gribozavr: > stdlib: add tests for AnyHashable.base, and make test names uniform > > edit: validation-test/stdlib/AnyHashable.swift.gyb > > Commit 3db584dc452b88c85ae4a4808a2595c45962bcbb by gribozavr: > stdlib: AnyHashable: add a fixme > > edit: validation-test/stdlib/AnyHashable.swift.gyb > > Commit bfadfe37e4288f6ffaa4564f5cfc77d667e1e192 by gribozavr: > stdlib: add (XFAIL'ed) tests for errors and NSErrors in AnyHashable > > edit: validation-test/stdlib/AnyHashable.swift.gyb > > Commit 08c772fdacf2b4ae5ddbba2c7858c2cde0d39a0b by gribozavr: > StdlibUnittest: add an `allowBrokenTransitivity` flag to > > edit: validation-test/StdlibUnittest/CheckEquatable.swift.gyb > edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb > > Commit b162f60070e9ddaf7c703b6b0d006f3caa6c0b8c by gribozavr: > runtime: make _SwiftNativeNSError use the Hashable conformance, if > > edit: stdlib/public/core/Hashable.swift > add: stdlib/public/runtime/SwiftHashableSupport.h > edit: stdlib/public/runtime/Casting.cpp > edit: stdlib/public/runtime/ErrorObject.mm > edit: stdlib/public/runtime/ErrorObjectNative.cpp > add: unittests/runtime/Stdlib.cpp > edit: stdlib/public/runtime/ErrorObject.h > edit: validation-test/stdlib/AnyHashable.swift.gyb > edit: unittests/runtime/CMakeLists.txt > add: stdlib/public/runtime/AnyHashableSupport.cpp > edit: stdlib/public/runtime/CMakeLists.txt > delete: stdlib/public/stubs/AnyHashableSupport.cpp > edit: stdlib/public/stubs/CMakeLists.txt > > Commit 813b556ad28a491e664892eba6b8df68312e17d5 by gribozavr: > runtime: hide contents of SwiftValue.h from non-objc runtime build > > edit: stdlib/public/runtime/SwiftValue.h > > Commit 45ab914bb15f656570ed25e5e60484b77ee2c203 by gribozavr: > runtime: make SwiftValue use the Hashable conformance, if available > > edit: test/1_stdlib/BridgeIdAsAny.swift.gyb > edit: stdlib/public/runtime/SwiftValue.mm > > Commit fb52e6dfd803a7e8d7147eb4dd79a831adf4f360 by gribozavr: > stdlib: coding style and doc comment fixes > > edit: stdlib/public/core/AnyHashable.swift > > Commit e6f23fb7d31e710278c7a8790b2702baea3d2d20 by gribozavr: > runtime: move two AnyHashable-related entrypoints to > > edit: stdlib/public/runtime/Casting.cpp > edit: stdlib/public/runtime/SwiftHashableSupport.h > > Commit f1ec334fe54303cb158f40c2fd092d4a56dfe853 by gribozavr: > stdlib: make AnyHashable(SwiftValue) unbox the value > > edit: stdlib/public/runtime/AnyHashableSupport.cpp > edit: validation-test/stdlib/AnyHashable.swift.gyb > > Commit 8b55c3bb67377c76a130d5bed4ba2ec2e34d54f3 by fs.output: > [Sema][NFC] Use the name of the Decl instead of "None" > > edit: lib/Sema/TypeCheckPattern.cpp > > Commit 5b8a78473ed006b455bd9b3ec915a67195ed0817 by fs.output: > stdlib: Fix-it for underestimateCount() renaming > > edit: stdlib/public/core/Collection.swift > edit: stdlib/public/core/Sequence.swift > edit: test/1_stdlib/Renames.swift > edit: stdlib/public/core/Flatten.swift.gyb > edit: stdlib/public/core/ExistentialCollection.swift.gyb > > Commit 9a8c389f8ac60454bfa7ffead6eecd6d7b2ee5e6 by fs.output: > stdlib: Fix-it for missing ReverseCollection renaming > > edit: stdlib/public/core/Reverse.swift > edit: test/1_stdlib/Renames.swift > > Commit d75a7104d5bca34e1f362d73e6aad7b56e28db98 by fs.output: > stdlib: doc comment: ReverseCollection => ReversedCollection > > edit: stdlib/public/core/Reverse.swift > > Commit 4c2b49b2257b277528d3869ce048ed097427326f by fs.output: > stdlib: Add unavailable Zip2Sequence initializer > > edit: test/1_stdlib/Renames.swift > edit: stdlib/public/core/Zip.swift > > Commit cf2583cb6262e87d2c59ce4dc8c1dbc2ba8e8a39 by aschwaighofer: > Add a changelog entry for SE-120 > > edit: CHANGELOG.md > > Commit 9496de500693583982d05cee5683a402fa3e36dc by aschwaighofer: > Add a changelog entry for SE-124 > > edit: CHANGELOG.md > > Commit ef86b964edef9b64a01dd04fdd87dbfdb0f2ab42 by aschwaighofer: > Add a changelog entry for SE-125 > > edit: CHANGELOG.md > > Commit b420b49abf3b7a0ae75ba343d152b3837e051442 by rlevenstein: > [sil-combine] Fix a bug in the cond_br (select_enum) -> switch_enum > > edit: test/SILOptimizer/sil_combine_enums.sil > edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp > > Commit 74113f92cee1edef08df2e169b11b3d61865f981 by blangmuir: > [syntax-map] Fix array-of-object-literal syntax map, argument label > > edit: test/SourceKit/SyntaxMapData/syntaxmap-object-literals.swift.response > edit: lib/IDE/SyntaxModel.cpp > edit: test/IDE/coloring.swift > > Commit a8278c2da56d71750247ecd8485650cc28920222 by milseman: > [SceneKit] Add apinotes for API renaming > > edit: apinotes/SceneKit.apinotes > edit: test/ClangModules/SceneKit_test.swift > > Commit 8282160de842499ddadcaffd2cee10859fc532d2 by jordan_rose: > [PrintAsObjC] Handle circularities introduced by ObjC generics. > > add: test/PrintAsObjC/Inputs/circularity.h > add: test/PrintAsObjC/circularity.swift > add: test/PrintAsObjC/circularity-errors.swift > edit: lib/PrintAsObjC/PrintAsObjC.cpp > > Commit cb31763607f8deea4678b9acafb0653f18869a5a by xin_tong: > Add a changelog for SE-128 > > edit: CHANGELOG.md > > Commit cdf86f02e46bf03b76efedf941079610f3923961 by milseman: > [tests] Update to UnsafeMutableRawPointer > > edit: test/ClangModules/SceneKit_test.swift > > Commit 72d3078c5c8038c4b9c1fbed9b2ca8ba65e03e29 by github: > Fix SE-125 link in CHANGELOG.md > > edit: CHANGELOG.md > > Commit 9ffd738f4d4a0b6f7b83e5e45d038dfb92cff509 by blangmuir: > [syntax-map] Add a test for inout in its correct position > > edit: test/IDE/coloring.swift > > Commit 9157b4d88762027c1366a208ab3426e56aec38a9 by jgroff: > IRGen: Add missing bitcasts to emitNativeUnowned* operations. > > add: test/IRGen/unowned_store.sil > edit: lib/IRGen/GenHeap.cpp > > Commit 0015fa57bb951cbb552f1aac1784109c976beaa9 by jordan_rose: > [oslog-overlay-test] Fix missing %@ in test and remove previous > > edit: test/1_stdlib/os.swift > > Commit c508f63468c1ea09516bfc959de5a78db6a7c539 by daniel_dunbar: > [Commands] Add `package init --type=empty`. > > edit: Sources/Commands/init.swift > edit: Sources/Commands/SwiftPackageTool.swift > edit: Tests/CommandsTests/PackageToolTests.swift > > Commit c3db0fbcd936b073da82b2204e588101e8f24e15 by itai: > Sets correct locale for date parsing in HTTPCookie > > edit: TestFoundation/TestNSHTTPCookie.swift > edit: Foundation/NSHTTPCookie.swift
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev