Foundation/NSGeometry.swift:39:25: error: value of type 'NativeType' (aka 'Double') has no member '_toBitPattern' return Int(self.native._toBitPattern()) ~~~~~^~~~~~ ~~~~~~~~~~~~~ Foundation/NSGeometry.swift:790:13: warning: result of call to 'scanUpToCharactersFromSet' is unused scanner.scanUpToCharactersFromSet(digitSet) ^ ~~~~~~~~~~ Foundation/NSGeometry.swift:795:17: warning: result of call to 'scanUpToCharactersFromSet' is unused scanner.scanUpToCharactersFromSet(digitSet) ^ ~~~~~~~~~~
> On May 20, 2016, at 12:39 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04-long-test [#197] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04-long-test/197/ > > <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04-long-test/197/> > Project: oss-swift-incremental-RA-linux-ubuntu-14_04-long-test > Date of build: Fri, 20 May 2016 12:34:00 -0700 > Build duration: 5 min 54 sec > 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-14_04-long-test/197/consoleFull#-1247569889ee1a197b-acac-4b17-83cf-a53b95139a76> > Tests: > > Name: Swift > Failed: 0 test(s), Passed: 7915 test(s), Total: 7915 test(s) > Name: Swift-Unit > Failed: 0 test(s), Passed: 291 test(s), Total: 291 test(s) > > Changes > > Commit da9c34644472c80a98cdf2706469735e58ed31e1 by mark.lacey: > Functions with differing phis should not be merged. > > edit: lib/LLVMPasses/LLVMMergeFunctions.cpp > edit: test/LLVMPasses/merge_func.ll > > Commit ee4d9d36aad9fddd158678026c6684169ca493c7 by dfarler: > [QoI] Don't skip over protocols when importing Swift 2 type aliases > > edit: lib/ClangImporter/ImportDecl.cpp > edit: test/ClangModules/swift2_warnings.swift > > Commit 1255a5cdb958b79781cee2484ed7fb1aa3c63073 by dgregor: > [Clang importer] Make sure an unavailable superclass init doesn't > > edit: lib/ClangImporter/ImporterImpl.h > edit: test/IDE/import_as_member_objc.swift > edit: lib/ClangImporter/ImportDecl.cpp > edit: lib/ClangImporter/ClangImporter.cpp > edit: test/IDE/Inputs/custom-modules/ImportAsMemberClass.h > > Commit a32eafbc09f10dfeadc67a1a838e1f00cf8f5aaf by dgregor: > Fix a test for the #keyPath expression. > > edit: test/Interpreter/SDK/objc_keypath.swift > > Commit dba16eeb45992ccf954b1f880d9480659015b166 by dgregor: > [Test] Use semantics-free NSWobbling example rather than NSCopying. > > edit: test/ClangModules/swift2_warnings.swift > > Commit 3fc229173337f1698aa1886d1e3edbade03c7887 by rjmccall: > Add basic typo correction for unqualified lookup. > > edit: include/swift/AST/DiagnosticsSema.def > add: include/swift/Basic/TopCollection.h > edit: include/swift/AST/NameLookup.h > edit: test/expr/unary/selector/property.swift > edit: test/Parse/toplevel_library_invalid.swift > edit: test/SourceKit/Sema/sema_symlink.swift.response > add: test/Sema/typo_correction.swift > edit: test/Serialization/top-level-code.swift > edit: test/NameBinding/Inputs/accessibility_other.swift > edit: lib/Sema/TypeChecker.h > edit: test/decl/func/dynamic_self.swift > edit: lib/Sema/TypeCheckConstraints.cpp > edit: test/Parse/recovery.swift > edit: test/Parse/invalid.swift > edit: test/decl/subscript/subscripting.swift > edit: test/stmt/if_while_var.swift > edit: test/Parse/switch.swift > edit: test/Parse/implicit_getter_incomplete.swift > edit: test/expr/expressions.swift > edit: test/Parse/foreach.swift > edit: lib/Sema/TypeCheckNameLookup.cpp > > Commit 26e7437f46085bde41ce957d7b00f2621ed33c50 by daniel_dunbar: > [SourceControl] Implement minimal observer behavior. > > edit: Tests/SourceControl/CheckoutManagerTests.swift > edit: Sources/SourceControl/CheckoutManager.swift > > Commit dceade8e7cfabc87a5e39bace431f505033ef424 by anthony.parker: > Update NSJSONSerialization to new naming > > edit: Sources/PackageLoading/JSONSerialization.swift > > Commit 3f12f9ef39b9e1040c0738dec33f4481c9b9b613 by daniel_dunbar: > [OutputByteStream] Support Format.asJSON for Int & Double. > > edit: Sources/Basic/OutputByteStream.swift > edit: Tests/Basic/OutputByteStreamTests.swift > > Commit 41237374c12122763b83ad96d3f3b61d1eaa44b1 by daniel_dunbar: > [Basic] Rename to the more modern `ByteStreamable.write(to:)`. > > edit: Sources/Basic/OutputByteStream.swift > edit: Sources/Basic/ByteString.swift > > Commit ec6da8654a3479df2b67d84abbadcf44545db1a5 by rballard: > Add Anders Bertelrud and Daniel Dunbar as additional code owners for > > edit: CODE_OWNERS.txt > > Commit 9b786202a1b8d79d91e4816b44055ee64532deff by daniel_dunbar: > [Basic] Add a JSON value type. > > add: Sources/Basic/JSON.swift > edit: Tests/Basic/XCTestManifests.swift > add: Tests/Basic/JSONTests.swift > > Commit d632ebfe1c62a85fbcb063afbb25444b43afac7e by phausler: > Temporary revert "NSGeometry: update accessors (#367)" until the > > edit: Foundation/NSGeometry.swift > > Commit 04d4f92870652160388f1c69de3fd7bb0656860c by anthony.parker: > Changes done to NSJSONSerialization to align with darwin code (#373) > > edit: Foundation/NSJSONSerialization.swift > edit: TestFoundation/TestNSJSONSerialization.swift > > Commit affaba5b623f7c825e1ec9fef02f04c7574dd10a by jbrecka: > [sanitizer] Break infinite recursion in case of recursive failed CHECKs > > edit: lib/sanitizer_common/sanitizer_common.cc > > Commit be04c505ce5e07e66440b150298820af104f60a6 by jbrecka: > Fixup for r269288. SleepForSeconds is not available in nolibc builds, > > edit: lib/sanitizer_common/sanitizer_libc.h > edit: lib/sanitizer_common/sanitizer_common_nolibc.cc > edit: lib/sanitizer_common/sanitizer_mac.cc > edit: lib/sanitizer_common/sanitizer_linux.cc > > Commit b232542dc60ce9348358373e8a6e8d22ee8d33d0 by jbrecka: > More fixup for r269288 and r269296. Adding the missing 'return'. > > edit: lib/sanitizer_common/sanitizer_mac.cc
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev