[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #3855

Report

[FAILURE] swift-master-source-compat-suite [#3855]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/3855/
Project:
swift-master-source-compat-suite
Date of build:
Wed, 10 Jul 2019 19:55:55 -0500
Build duration:
3 hr 23 min

Changes

  • Commit 5510d08fce79abf512f1fc4ee4f89ab35932c954 by mgottesman:
    [ownership] Cleanup OperandOwnershipKindBuiltinClassifier.

    • edit: lib/SIL/OperandOwnership.cpp
  • Commit d1001dbf153f9a07096778432fcb64a5592687dd by klorentey:
    [test] Mark long collection tests as such

    • edit: validation-test/stdlib/Collection/LazyFilterCollection.swift.gyb
    • edit: validation-test/stdlib/Collection/FlattenCollection.swift.gyb
  • Commit 1535bea268508e190c2af72c1f053443341758d0 by xi_ge:
    FixCode: issue a separate note for protocol-stub fixit when the fixit

    • add: test/decl/protocol/conforms/Inputs/fixit_stub_batch_mode_helper.swift
    • edit: test/Sema/accessibility_private.swift
    • edit: test/stdlib/BinaryIntegerRequirements.swift
    • edit: validation-test/stdlib/CollectionDiagnostics.swift
    • edit: test/ClangImporter/subclass_existentials.swift
    • edit: test/Sema/enum_equatable_conditional.swift
    • edit: test/decl/protocol/special/coding/enum_coding_key.swift
    • edit: test/Parse/recovery.swift
    • edit: test/Serialization/Recovery/types-4-to-5.swift
    • edit: test/Sema/enum_conformance_synthesis.swift
    • edit: test/stmt/foreach.swift
    • edit: test/IDE/print_ast_tc_decls_errors.swift
    • edit: test/Parse/objc_enum.swift
    • edit: test/Generics/inheritance.swift
    • edit: test/decl/protocol/conforms/failure.swift
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: test/ClangImporter/objc_parse.swift
    • edit: test/Sema/struct_equatable_hashable.swift
    • edit: test/multifile/Inputs/protocol-conformance/broken.swift
    • add: test/decl/protocol/conforms/fixit_stub_batch_mode.swift
    • edit: test/Parse/enum.swift
    • edit: test/decl/protocol/req/missing_conformance.swift
    • edit: test/Constraints/invalid_stdlib_2.swift
    • edit: test/Sema/enum_raw_representable.swift
    • edit: test/TypeCoercion/integer_literals.swift
  • Commit a2408642f2aa6304eaa89b4c8378cf822831fd18 by compnerd:
    build: use -isystem rather than -I for C++ headers

    • edit: cmake/modules/AddSwift.cmake
  • Commit 1284878ad81b3f3a00f24f486dad029d7eaa0897 by dgregor:
    [SE-0258] Rename init(initialValue:) --> init(wrappedValue:).

    • edit: lib/IDE/SwiftSourceDocInfo.cpp
    • edit: test/decl/var/property_wrappers.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/decl/var/property_wrapper_aliases.swift
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: test/multifile/Inputs/rdar51725203.swift
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: test/SILOptimizer/di_property_wrappers_errors.swift
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: include/swift/AST/PropertyWrappers.h
    • edit: test/decl/var/property_wrappers_top_level.swift
  • Commit 46a220b9a1ee12ee4fa34fdc4f777fd790f3ae9f by dgregor:
    [Evaluator] Simplify template signature for SimpleRequest.

    • edit: include/swift/AST/AccessRequests.h
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/NameLookupRequests.h
    • edit: unittests/AST/ArithmeticEvaluator.cpp
    • edit: include/swift/AST/SimpleRequest.h
  • Commit 9a444242fb04fa86689a8185770b097087ca628b by dgregor:
    [SE-0258] Fixups for various renames of property wrappers.

    • edit: test/ParseableInterface/property_wrappers.swift
    • edit: test/Serialization/Inputs/def_property_wrappers.swift
    • edit: test/SILOptimizer/di_property_wrappers.swift
    • edit: test/Serialization/property_wrappers.swift
    • edit: test/SILGen/property_wrappers.swift
    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
    • edit: test/decl/protocol/special/coding/property_wrappers_codable.swift
    • edit: test/IDE/print_property_wrappers.swift
    • edit: test/SILGen/Inputs/property_wrapper_defs.swift
    • edit: test/decl/var/property_wrappers_synthesis.swift
    • edit: test/IDE/complete_property_delegate.swift
    • edit: test/multifile/Inputs/sr10933a.swift
    • edit: lib/AST/Decl.cpp
    • edit: test/multifile/Inputs/sr10933b.swift
  • Commit 03c0cbc4ab701e5c897e89733e8975b0b5473d49 by dgregor:
    [SE-0258] Remove compatibility with the first revision of the proposal

    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/decl/var/property_wrapper_aliases.swift
    • edit: include/swift/AST/KnownIdentifiers.def
  • Commit 7c5b54f17f4c52b87aade3dd7d8471fff2a6dda4 by jordan_rose:
    Declare SourceFile::~SourceFile() in header (#26059)

    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/Module.h