Title: Report

[FAILURE] oss-swift-package-osx [#775]

Build URL:https://ci.swift.org/job/oss-swift-package-osx/775/
Project:oss-swift-package-osx
Date of build:Fri, 01 Dec 2017 08:12:28 -0600
Build duration:3 hr 49 min

Changes

  • Commit 0bcaf909b2db47fbf1cb828f9ff2967dca37472a by rishizaki:

    [Parse] Gardening: remove unused function

    • edit: lib/Parse/ParseType.cpp
    • edit: include/swift/Parse/Parser.h

  • Commit e7be78b84df3c41f269c04cf74d2daf419e0ee11 by rishizaki:

    [Parse] Skip type specifiers in middle of composition types

    • edit: lib/Parse/ParseType.cpp
    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: test/type/protocol_composition.swift

  • Commit 653de9f23f90e861262336dae69760b4f78f1258 by xi_ge:

    [test] libSyntax: add a flag to swift-syntax-test to print trivial node

    • edit: tools/swift-syntax-test/swift-syntax-test.cpp
    • edit: include/swift/Syntax/RawSyntax.h
    • edit: lib/Syntax/RawSyntax.cpp

  • Commit 272fbb4609502cc9de319203535924231106ed43 by pyaskevich:

    [TypeChecker] NFC: Re-enable test-case for rdar://problem/18360240 in

    • edit: validation-test/Sema/type_checker_perf/fast/rdar18360240.swift.gyb

  • Commit 45c4c47393b04492c4e9bc8c3720b184b450d875 by natecook1000:

    [stdlib] Make DoubleWidth conform to Unsigned/SignedInteger

    • edit: stdlib/public/core/DoubleWidth.swift.gyb
    • edit: test/stdlib/DoubleWidth.swift

  • Commit 412bf0bff158ef89547fdd737a1415ffe41d042b by ghoare:

    [NamedLazyMemberLoading] Eat errors properly with llvm::consumeError.

    • edit: lib/Serialization/ModuleFile.cpp

  • Commit cafb596170e44bbc80a51162ee2263fce6d4e9a0 by ghoare:

    [NamedLazyMemberLoading] Add "loading members" pretty stack trace when

    • edit: lib/Serialization/ModuleFile.cpp

  • Commit 3de4297c9118f5e6bbec04a208a36827c173e3b7 by ghoare:

    [NamedLazyMemberLoading] Flip flag polarity: on by default, optionally

    • edit: test/NameBinding/named_lazy_member_loading_swift_class_type.swift
    • edit: include/swift/Option/FrontendOptions.td
    • edit: test/NameBinding/named_lazy_member_loading_objc_interface.swift
    • edit: test/NameBinding/named_lazy_member_loading_swift_derived_class_type.swift
    • edit: test/NameBinding/named_lazy_member_loading_swift_proto.swift
    • edit: test/NameBinding/named_lazy_member_loading_objc_protocol.swift
    • edit: test/NameBinding/named_lazy_member_loading_swift_struct.swift
    • edit: test/NameBinding/named_lazy_member_loading_swift_derived_class.swift
    • edit: test/NameBinding/named_lazy_member_loading_swift_struct_ext_mem.swift
    • edit: test/NameBinding/named_lazy_member_loading_swift_struct_ext.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/Basic/LangOptions.h
    • edit: test/NameBinding/named_lazy_member_loading_swift_enum.swift
    • edit: test/NameBinding/named_lazy_member_loading_swift_class.swift
    • edit: test/Serialization/xref-extensions.swift

  • Commit 0e3bde67445d65deb66a219f3ba1676aee26fc0a by ghoare:

    [ClangImporter] call addImplicitDestructor() on imported CF types.

    • edit: lib/ClangImporter/ImportDecl.cpp

  • Commit b32f4f4185f1f0b5c1a5e498e67573b0b1ce59a4 by ghoare:

    [NamedLazyMemberLoading] Bail on cases that interact with protocol

    • edit: lib/ClangImporter/ClangImporter.cpp
    • add: test/NameBinding/named_lazy_member_loading_protocol_mirroring.swift
    • edit: test/NameBinding/named_lazy_member_loading_objc_protocol.swift
    • edit: test/NameBinding/Inputs/NamedLazyMembers/NamedLazyMembers.h

  • Commit dfc67d6b9304c4af33b5a83075ba6446a875f29e by ghoare:

    [NamedLazyMemberLoading] Give up trying to break recursion on

    • edit: lib/AST/NameLookup.cpp

  • Commit 0bc964801bb423e32e6f5236fac82917e4bc19cf by gottesmm:

    [+0-all-args] Accept guaranteed arguments to unsafe guaranteed.

    • edit: lib/SIL/ValueOwnershipKindClassifier.cpp
    • edit: test/SIL/ownership-verifier/use_verifier.sil
    • edit: lib/SIL/SILOwnershipVerifier.cpp

  • Commit 9e1859469c800b593c723cf3efb9fab2c2fd2721 by ghoare:

    [NamedLazyMemberLoading] Use per-IDC recursion-breaking flag, not

    • edit: include/swift/AST/DeclContext.h
    • edit: lib/AST/NameLookup.cpp

  • Commit d3bcdfd8e6f3bbcaa43103e1e4459c3d43a554e9 by ghoare:

    [NamedLazyMemberLoading] Return empty vector rather than None on

    • edit: lib/Serialization/ModuleFile.cpp

  • Commit a967f8c6ea88c6fa70204ab46227e2c2e9f448f0 by ghoare:

    [NamedLazyMemberLoading] Support named loading from ObjC categories.

    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/AST/NameLookup.cpp

  • Commit 094ee2fd277d8cbdf5b7fc0a2d79183091adab3c by ghoare:

    [NamedLazyMemberLoading] Tolerate mid-flight getMembers() calls better.

    • edit: lib/AST/NameLookup.cpp

  • Commit 61885b0bb72e66783852d28aca1d78aa830739e4 by ghoare:

    [NamedLazyMemberLoading] Update tests with improved output.

    • edit: test/decl/objc_redeclaration.swift
    • edit: test/Serialization/xref-extensions.swift

  • Commit e624e680456d7e44db6268c5dba34853018a476a by ghoare:

    [NamedLazyMemberLoading] Add testcase for categories.

    • edit: test/NameBinding/Inputs/NamedLazyMembers/NamedLazyMembers.h
    • add: test/NameBinding/named_lazy_member_loading_objc_category.swift

  • Commit 183a7c66f230939e8070bf6614275a673d630837 by github:

    [CMake] Add dependencies for swift-syntax-generated-headers (#13203)

    • edit: lib/Migrator/CMakeLists.txt
    • edit: lib/Frontend/CMakeLists.txt

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to