[Swift CI] Build Failure: 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo+Assert, Resilience) - macOS (master) #143

Report

[FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#143]

Build URL:
https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/143/
Project:
oss-swift_tools-RA_stdlib-RDA_test-macos-resilience
Date of build:
Wed, 20 Dec 2017 03:47:00 -0600
Build duration:
1 hr 46 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit 81311bebf83fc74c55af22ac82c5d33210958659 by xiaodi.wu:
    Match memory layout of DoubleWidth to base integer types

    • edit: stdlib/public/core/DoubleWidth.swift.gyb
  • Commit 6f7aecd0302a0d74f2181a187732c627f2895aa0 by moiseev:
    [stdlib] Introduce filterMap and deprecate one flatMap variant

    • edit: stdlib/public/core/FlatMap.swift
    • edit: stdlib/public/core/SequenceAlgorithms.swift.gyb
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift.gyb
  • Commit fb49b3ee97220eeed416c9d3d3d117caa48c67e3 by moiseev:
    [test] Add test for flatMap deprecation message

    • add: test/stdlib/FlatMapDeprecation.swift
  • Commit 8ec6c45d2d4e5ab0932bb3192e4f3bdcde41e67c by moiseev:
    Use filterMap to avoid deprecation warnings

    • edit: stdlib/public/SDK/Foundation/PlistEncoder.swift
    • edit: stdlib/public/SDK/Foundation/JSONEncoder.swift
    • edit: stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift
  • Commit 96d3439669749d9e2d682c82b42171aede8d095c by moiseev:
    Update tests after deprecating flatMap variant

    • edit: test/Constraints/closures.swift
    • edit: test/Constraints/tuple_arguments.swift
    • edit: test/Constraints/casts.swift
  • Commit 128092a7d60b57b8e6d69c8bda48f413b3d418b1 by moiseev:
    Rename filterMap to compactMap

    • edit: stdlib/public/core/FlatMap.swift
    • edit: stdlib/public/SDK/Foundation/PlistEncoder.swift
    • edit: test/Constraints/tuple_arguments.swift
    • edit: test/Constraints/closures.swift
    • edit: stdlib/public/core/SequenceAlgorithms.swift.gyb
    • edit: test/Constraints/casts.swift
    • edit: stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift
    • edit: stdlib/public/SDK/Foundation/JSONEncoder.swift
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift.gyb
    • edit: test/stdlib/FlatMapDeprecation.swift
  • Commit e0ce894fd0416a629aad11803004e14384de57cd by aschwaighofer:
    DynamicCasts: Emit a direct copy if soure and target SIL types match

    • edit: test/SILOptimizer/cast_foldings.sil
    • edit: lib/SIL/DynamicCasts.cpp
  • Commit 10c385d1b763084e06d05f17282cc7c5a524e504 by pyaskevich:
    [Mangling/ABI] Add special LabelList to store parameter labels

    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: include/swift/Demangling/Demangler.h
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: unittests/runtime/Stdlib.cpp
    • edit: lib/Demangling/Remangler.cpp
    • edit: stdlib/public/runtime/SwiftObject.mm
    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: lib/SILOptimizer/Analysis/CFG.cpp
    • edit: stdlib/public/runtime/ErrorObject.mm
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: stdlib/public/runtime/Casting.cpp
  • Commit 3b9b0bff2f3171f314a85254c5ef6cb397525f17 by pyaskevich:
    [Demangler] Save number of parameters in ArgumentTuple node

    • edit: lib/Demangling/Demangler.cpp
  • Commit 34b83306bf831b5b1508290f9c2cb184aff33e4a by pyaskevich:
    [Demangler] Teach node printer to use LabelList for entities

    • edit: lib/Demangling/NodePrinter.cpp
    • edit: include/swift/Demangling/Demangler.h
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/Demangling/Demangler.cpp
    • edit: include/swift/AST/ASTMangler.h
    • edit: lib/Demangling/Remangler.cpp
  • Commit 6725c04bfd02857de64d0f1fa7afa6d1674a2dce by pyaskevich:
    [Mangling/ABI] Don't produce empty labels marker for functions without

    • edit: lib/Demangling/Demangler.cpp
  • Commit 80f53623f73904fc1b79eacbecfc3a040ef2cb89 by pyaskevich:
    [Mangling] Fix old remangler to re-apply labels to parameters

    • edit: lib/Demangling/OldRemangler.cpp
  • Commit 6519d997363cf3ffbb3a117ea81e56a4c7669858 by pyaskevich:
    [Mangling/ABI] NFC: Fix SILGen tests to reflect label mangling changes

    • edit: test/SILGen/unmanaged_ownership.swift
    • edit: test/SILGen/protocol_resilience.swift
    • edit: test/SILGen/unowned.swift
    • edit: test/SILGen/if_expr.swift
    • edit: test/SILGen/objc_witnesses.swift
    • edit: test/SILGen/optional.swift
    • edit: test/SILGen/without_actually_escaping.swift
    • edit: test/SILGen/extensions_multifile.swift
    • edit: test/SILGen/reabstract_lvalue.swift
    • edit: test/SILGen/generic_closures.swift
    • edit: test/SILGen/accessors.swift
    • edit: test/SILGen/dynamic.swift
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: test/SILGen/cf.swift
    • edit: test/SILGen/source_location.swift
    • edit: test/SILGen/arguments.swift
    • edit: test/SILGen/collection_subtype_upcast.swift
    • edit: test/SILGen/weak.swift
    • edit: test/SILGen/inlineable_attribute.swift
    • edit: test/SILGen/accessibility_warnings.swift
    • edit: test/SILGen/switch_var.swift
    • edit: test/SILGen/capture_typed_boxes.swift
    • edit: test/SILGen/default_arguments_generic.swift
    • edit: test/SILGen/objc_ownership_conventions.swift
    • edit: test/SILGen/witnesses_class.swift
    • edit: test/SILGen/addressors.swift
    • edit: test/SILGen/closures.swift
    • edit: test/SILGen/builtins.swift
    • edit: test/SILGen/dynamic_lookup_throws.swift
    • edit: test/SILGen/objc_subscript.swift
    • edit: test/SILGen/witness_same_type.swift
    • edit: test/SILGen/struct_resilience.swift
    • edit: test/SILGen/local_recursion.swift
    • edit: test/SILGen/initializers.swift
    • edit: test/SILGen/partial_apply_super.swift
    • edit: test/SILGen/switch_objc.swift
    • edit: test/SILGen/if_while_binding.swift
    • edit: test/SILGen/class_resilience.swift
    • edit: test/SILGen/objc_currying.swift
    • edit: test/SILGen/pgo_foreach.swift
    • edit: test/SILGen/objc_bridging.swift
    • edit: test/SILGen/objc_imported_generic.swift
    • edit: test/SILGen/objc_metatypes.swift
    • edit: test/SILGen/objc_protocols.swift
    • edit: test/SILGen/objc_attr_NSManaged_multi.swift
    • edit: test/SILGen/scalar_to_tuple_args.swift
    • edit: test/SILGen/objc_error.swift
    • edit: test/SILGen/metatype_object_conversion.swift
    • edit: test/SILGen/nested_types_referencing_nested_functions.swift
    • edit: test/SILGen/switch_abstraction.swift
    • edit: test/SILGen/dynamic_self.swift
    • edit: test/SILGen/generic_witness.swift
    • edit: test/SILGen/implicitly_unwrapped_optional.swift
    • edit: test/SILGen/auto_closures.swift
    • edit: test/SILGen/metatype_abstraction.swift
    • edit: test/SILGen/protocols.swift
    • edit: test/SILGen/class_bound_protocols.swift
    • edit: test/SILGen/interface_type_mangling.swift
    • edit: test/SILGen/objc_dictionary_bridging.swift
    • edit: test/SILGen/objc_bridged_using_protocol_extension_impl.swift
    • edit: test/SILGen/reabstract-tuple.swift
    • edit: test/SILGen/generic_property_base_lifetime.swift
    • edit: test/SILGen/closure_self_recursion.swift
    • edit: test/SILGen/extensions.swift
    • edit: test/SILGen/extensions_objc.swift
    • edit: test/SILGen/objc_blocks_bridging.swift
    • edit: test/SILGen/default_constructor.swift
    • edit: test/SILGen/enum.swift
    • edit: test/SILGen/generic_casts.swift
    • edit: test/SILGen/properties.swift
    • edit: test/SILGen/collection_subtype_downcast.swift
    • edit: test/SILGen/opaque_values_silgen_lib.swift
    • edit: test/SILGen/unmanaged.swift
    • edit: test/SILGen/cf_members.swift
    • edit: test/SILGen/pgo_guard.swift
    • edit: test/SILGen/downcast_reabstraction.swift
    • edit: test/SILGen/transparent_attribute.swift
    • edit: test/SILGen/retaining_globals.swift
    • edit: test/SILGen/protocol_extensions.swift
    • edit: test/SILGen/default_arguments_serialized.swift
    • edit: test/SILGen/arguments_as_tuple_overloads.swift
    • edit: test/SILGen/mangling_private.swift
    • edit: test/SILGen/objc_factory_init.swift
    • edit: test/SILGen/force_cast_chained_optional.swift
    • edit: test/SILGen/pgo_while.swift
    • edit: test/SILGen/pgo_switchenum.swift
    • edit: test/SILGen/shared.swift
    • edit: test/SILGen/switch_isa.swift
    • edit: test/SILGen/constrained_extensions.swift
    • edit: test/SILGen/expressions.swift
    • edit: test/SILGen/rethrows.swift
    • edit: test/SILGen/pointer_conversion.swift
    • edit: test/SILGen/nested_generics.swift
    • edit: test/SILGen/objc_implicitly_unwrapped_optional.swift
    • edit: test/SILGen/SILDeclRef.swift
    • edit: test/SILGen/indirect_enum.swift
    • edit: test/SILGen/switch.swift
    • edit: test/SILGen/opaque_ownership.swift
    • edit: test/SILGen/reabstract.swift
    • edit: test/SILGen/existential_metatypes.swift
    • edit: test/SILGen/testable-multifile-other.swift
    • edit: test/SILGen/objc_deprecated_objc_thunks.swift
    • edit: test/SILGen/external_definitions.swift
    • edit: test/SILGen/objc_bridging_peephole.swift
    • edit: test/SILGen/errors.swift
    • edit: test/SILGen/argument_shuffle_swift3.swift
    • edit: test/SILGen/lazy_properties.swift
    • edit: test/SILGen/default_arguments.swift
    • edit: test/SILGen/pointer_conversion_nonaccessing.swift
    • edit: test/SILGen/multi_file.swift
    • edit: test/SILGen/types.swift
    • edit: test/SILGen/generic_literals.swift
    • edit: test/SILGen/generic_local_property.swift
    • edit: test/SILGen/pgo_repeatwhile.swift
    • edit: test/SILGen/lifetime.swift
    • edit: test/SILGen/import_as_member.swift
    • edit: test/SILGen/objc_final.swift
    • edit: test/SILGen/super_init_refcounting.swift
    • edit: test/SILGen/sil_locations.swift
    • edit: test/SILGen/tuples.swift
    • edit: test/SILGen/availability_query.swift
    • edit: test/SILGen/guaranteed_normal_args.swift
    • edit: test/SILGen/pointer_conversion_nonaccessing_objc.swift
    • edit: test/SILGen/downgrade_exhaustivity_swift3.swift
    • edit: test/SILGen/noescape_reabstraction.swift
    • edit: test/SILGen/default_arguments_imported.swift
    • edit: test/SILGen/same_type_abstraction.swift
    • edit: test/SILGen/function_conversion_objc.swift
    • edit: test/SILGen/vtable_thunks_reabstraction_final.swift
    • edit: test/SILGen/vtables_objc.swift
    • edit: test/SILGen/objc_thunks.swift
    • edit: test/SILGen/objc_bridging_any.swift
    • edit: test/SILGen/pgo_if.swift
    • edit: test/SILGen/protocol_optional.swift
    • edit: test/SILGen/materializeForSet.swift
    • edit: test/SILGen/accessibility_vtables.swift
    • edit: test/SILGen/optional-cast.swift
    • edit: test/SILGen/specialize_attr.swift
    • edit: test/SILGen/toplevel.swift
    • edit: test/SILGen/newtype.swift
    • edit: test/SILGen/pgo_checked_cast.swift
    • edit: test/SILGen/statements.swift
    • edit: test/SILGen/unsafe_pointer_gen.swift
    • edit: test/SILGen/partial_apply_generic.swift
    • edit: test/SILGen/capture_inout.swift
    • edit: test/SILGen/c_function_pointers.swift
    • edit: test/SILGen/access_marker_gen.swift
    • edit: test/SILGen/function_conversion.swift
    • edit: test/SILGen/inlineable_attribute_objc.swift
    • edit: test/SILGen/tsan_instrumentation.swift
    • edit: test/SILGen/guaranteed_self.swift
    • edit: test/SILGen/vtable_thunks_reabstraction.swift
    • edit: test/SILGen/foreach.swift
    • edit: test/SILGen/weak_multiple_modules.swift
    • edit: test/SILGen/partial_apply_protocol_class_refinement_method.swift
    • edit: test/SILGen/functions.swift
    • edit: test/SILGen/dependent_member_lowering.swift
    • edit: test/SILGen/mangling.swift
    • edit: test/SILGen/assignment.swift
    • edit: test/SILGen/mangling_generic_extensions.swift
    • edit: test/SILGen/objc_bridged_results.swift
    • edit: test/SILGen/writeback.swift
    • edit: test/SILGen/super.swift
    • edit: test/SILGen/objc_attr_NSManaged.swift
    • edit: test/SILGen/objc_set_bridging.swift
    • edit: test/SILGen/existential_erasure.swift
    • edit: test/SILGen/super-to-nonobjc-extension.swift
    • edit: test/SILGen/partial_apply_protocol.swift
    • edit: test/SILGen/opaque_values_silgen.swift
    • edit: test/SILGen/subclass_existentials.swift
    • edit: test/SILGen/default_arguments_inherited.swift
    • edit: test/SILGen/conditional_conformance.swift
    • edit: test/SILGen/objc_extensions.swift
    • edit: test/SILGen/foreign_errors.swift
    • edit: test/SILGen/property_behavior_init.swift
    • edit: test/SILGen/boxed_existentials.swift
    • edit: test/SILGen/dynamic_lookup.swift
    • edit: test/SILGen/witnesses.swift
    • edit: test/SILGen/enum_resilience.swift
    • edit: test/SILGen/optional_lvalue.swift
  • Commit 600b15821d2481b520b7c45c0879a7c556bdde06 by pyaskevich:
    [Mangling/ABI] NFC: Fix DebugInfo tests to reflect label mangling

    • edit: test/DebugInfo/guard-let.swift
    • edit: test/DebugInfo/atype.swift
    • edit: test/DebugInfo/specialization.swift
    • edit: test/DebugInfo/generic_arg.swift
    • edit: test/DebugInfo/linetable-assign.swift
    • edit: test/DebugInfo/iuo_arg.swift
    • edit: test/DebugInfo/dynamic_layout.swift
    • edit: test/DebugInfo/generic_arg4.swift
    • edit: test/DebugInfo/prologue.swift
    • edit: test/DebugInfo/generic_args.swift
    • edit: test/DebugInfo/generic_arg3.swift
    • edit: test/DebugInfo/enum.swift
    • edit: test/DebugInfo/patternvars.swift
    • edit: test/DebugInfo/linetable-cleanups.swift
    • edit: test/DebugInfo/autoclosure.swift
    • edit: test/DebugInfo/protocolarg.swift
    • edit: test/DebugInfo/test-foundation.swift
    • edit: test/DebugInfo/archetype.swift
    • edit: test/DebugInfo/generic_enum_closure.swift
    • edit: test/DebugInfo/inlinedAt.swift
    • edit: test/DebugInfo/inlined-generics.swift
    • edit: test/DebugInfo/inout.swift
    • edit: test/DebugInfo/return.swift
    • edit: test/DebugInfo/Constructors.swift
    • edit: test/DebugInfo/basic.swift
    • edit: test/DebugInfo/conditional-assign.swift
    • edit: test/DebugInfo/debug_value_addr.swift
    • edit: test/DebugInfo/linetable.swift
    • edit: test/DebugInfo/EagerTypeMetadata.swift
    • edit: test/DebugInfo/LinetableArtificialFn.swift
    • edit: test/DebugInfo/inlinescopes.swift
    • edit: test/DebugInfo/shadow_copies.swift
    • edit: test/DebugInfo/generic_arg5.swift
  • Commit 366356f9ca81ec7c6c0c5f186ec01bb87ca96e1a by pyaskevich:
    [Mangling/ABI] NFC: Fix Sema tests to reflect label mangling changes

    • edit: test/Sema/fixed_ambiguities/rdar33142386.swift
    • edit: test/Sema/fixed_ambiguities/rdar35623181.swift
    • edit: test/Sema/fixed_ambiguities/rdar27198177.swift
    • edit: test/Sema/fixed_ambiguities/rdar27033993.swift
    • edit: test/Constraints/rdar35142121.swift
    • edit: test/Sema/fixed_ambiguities/rdar35625339.swift
    • edit: test/Sema/fixed_ambiguities/rdar35625473.swift
  • Commit f90d943a2953aca5634a8ca11b48618fd97cc542 by pyaskevich:
    [Mangling/ABI] NFC: Fix SILOptimizer tests to reflect label mangling

    • edit: test/SILOptimizer/cast_folding.swift
    • edit: test/SILOptimizer/optimize_never.sil
    • edit: test/SILOptimizer/closure_specialize.sil
    • edit: test/SILOptimizer/generic_inline_self.swift
    • edit: test/SILOptimizer/specialized_anyobject_conformance.swift
    • edit: test/SILOptimizer/specialize_refined_adds_constraints.swift
    • edit: test/SILOptimizer/allocbox_to_stack_ownership.sil
    • edit: test/SILOptimizer/cast_folding_no_bridging.sil
    • edit: test/SILOptimizer/dead_partial_apply_arg.swift
    • edit: test/SILOptimizer/partial_specialization.sil
    • edit: test/SILOptimizer/bridged_casts_folding.swift
    • edit: test/SILOptimizer/mandatory_inlining_devirt.swift
    • edit: test/SILOptimizer/closure_spec_and_inline.swift
    • edit: test/SILOptimizer/cast_folding_objc.swift
    • edit: test/SILOptimizer/performance_inliner.sil
    • edit: test/SILOptimizer/specialize_inherited_multifile.swift
    • edit: test/SILOptimizer/super_init.swift
    • edit: test/SILOptimizer/inline_recursive.swift
    • edit: test/SILOptimizer/specialize.sil
    • edit: test/SILOptimizer/devirt_speculative_nested.swift
    • edit: test/SILOptimizer/cast_folding_objc_no_foundation.swift
    • edit: test/SILOptimizer/specialize_partial_apply.swift
    • edit: test/SILOptimizer/devirt_protocol_method_invocations.swift
    • edit: test/SILOptimizer/devirt_value_metatypes.swift
    • edit: test/SILOptimizer/specialize_anyobject.swift
    • edit: test/SILOptimizer/definite_init_failable_initializers.swift
    • edit: test/SILOptimizer/devirt_default_case.swift
    • edit: test/SILOptimizer/definite_init_protocol_init.swift
    • edit: test/SILOptimizer/pgo_si_inlinelarge.swift
    • edit: test/SILOptimizer/capture_promotion_ownership.sil
    • edit: test/SILOptimizer/alive_method_with_thunk.swift
    • edit: test/SILOptimizer/definite_init_objc_factory_init.swift
    • edit: test/SILOptimizer/devirt_speculate.swift
    • edit: test/SILOptimizer/specialize_class_inherits_base_inherits_protocol.swift
    • edit: test/SILOptimizer/specialize_same_type_constraint.swift
    • edit: test/SILOptimizer/array_element_propagation.sil
    • edit: test/SILOptimizer/specialize_dynamic_self.swift
    • edit: test/SILOptimizer/pgo_si_reduce.swift
    • edit: test/SILOptimizer/devirt_unbound_generic.swift
    • edit: test/SILOptimizer/devirt_nested_class.swift
    • edit: test/SILOptimizer/let_properties_opts.swift
    • edit: test/SILOptimizer/sil_concat_string_literals.sil
    • edit: test/SILOptimizer/allocbox_to_stack.sil
    • edit: test/SILOptimizer/specialize_checked_cast_branch.swift
    • edit: test/SILOptimizer/spec_conf2.swift
    • edit: test/SILOptimizer/prespecialize.swift
    • edit: test/SILOptimizer/definite_init_failable_initializers_objc.swift
    • edit: test/SILOptimizer/access_enforcement_noescape.swift
    • edit: test/SILOptimizer/super_method.swift
    • edit: test/SILOptimizer/generic_specialization_loops_detection_with_loops.swift
    • edit: test/SILOptimizer/devirt_covariant_return.swift
    • edit: test/SILOptimizer/eager_specialize.sil
    • edit: test/SILOptimizer/capture_promotion.sil
    • edit: test/SILOptimizer/sil_locations.swift
    • edit: test/SILOptimizer/swap_refcnt.swift
    • edit: test/SILOptimizer/spec_conf1.swift
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: test/SILOptimizer/specialize_self_conforming.swift
    • edit: test/SILOptimizer/linker.swift
    • edit: test/SILOptimizer/access_marker_mandatory.swift
    • edit: test/SILOptimizer/access_enforcement_selection.swift
    • edit: test/SILOptimizer/mandatory_inlining.swift
    • edit: test/SILOptimizer/specialize_apply_conf.swift
    • edit: test/SILOptimizer/specialize_unconditional_checked_cast.swift
    • edit: test/SILOptimizer/outliner.swift
    • edit: test/SILOptimizer/devirt_witness_method_conformance.swift
    • edit: test/SILOptimizer/predictable_memopt_unreferenceable_storage.swift
  • Commit 0133827e556ac8b034e1fd91c35ffdd65726d8d8 by pyaskevich:
    [Mangling/ABI] NFC: Fix IRGen tests to reflect label mangling changes

    • edit: test/IRGen/objc_generic_class_metadata.sil
    • edit: test/IRGen/generic_casts.swift
    • edit: test/IRGen/local_types.swift
    • edit: test/IRGen/generic_metatypes_arm.swift
    • edit: test/IRGen/class_isa_pointers.sil
    • edit: test/IRGen/unexploded-calls.swift
    • edit: test/Inputs/conditional_conformance_with_assoc.swift
    • edit: test/IRGen/enum_derived.swift
    • edit: test/IRGen/abitypes.swift
    • edit: test/Inputs/conditional_conformance_subclass.swift
    • edit: test/IRGen/conformance_access_path.swift
    • edit: test/IRGen/objc_implicit_with.sil
    • edit: test/IRGen/partial_apply_generic.swift
    • edit: test/IRGen/objc_ns_enum.swift
    • edit: test/IRGen/objc_bridge.swift
    • edit: test/IRGen/objc_class_export.swift
    • edit: test/IRGen/objc_dealloc.sil
    • edit: test/IRGen/witness_table_objc_associated_type.swift
    • edit: test/Inputs/conditional_conformance_basic_conformances.swift
    • edit: test/IRGen/generic_tuples.swift
    • edit: test/IRGen/newtype.swift
    • edit: test/IRGen/objc_partial_apply_forwarder.swift
    • edit: test/IRGen/runtime_calling_conventions.swift
    • edit: test/IRGen/dependent_reabstraction.swift
    • edit: test/IRGen/struct_resilience.swift
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: test/IRGen/objc_pointers.swift
    • edit: test/IRGen/objc_subscripts.swift
    • edit: test/IRGen/class_bounded_generics.swift
    • edit: test/IRGen/objc_attr_NSManaged.sil
    • edit: test/IRGen/objc_int_encoding.sil
    • edit: test/IRGen/objc_super.swift
    • add: test/IRGen/objc_class_export.swift.tmp
    • edit: test/IRGen/generic_classes_objc.sil
    • edit: test/IRGen/enum_resilience.swift
    • edit: test/IRGen/objc_retainAutoreleasedReturnValue.swift
    • edit: test/IRGen/objc_subclass.swift
    • edit: test/IRGen/builtins.swift
    • edit: test/IRGen/closure.swift
    • edit: test/IRGen/big_types_corner_cases.swift
    • edit: test/IRGen/generic_metatypes.swift
    • edit: test/IRGen/class_resilience_objc.swift
    • edit: test/IRGen/dynamic_lookup.sil
    • edit: test/IRGen/objc_methods.swift
    • edit: test/IRGen/partial_apply_objc.sil
    • edit: test/IRGen/meta_meta_type.swift
    • edit: test/IRGen/subclass.swift
    • edit: test/IRGen/objc.swift
    • edit: test/IRGen/objc_structs.swift
    • edit: test/IRGen/sil_witness_tables.swift
    • edit: test/IRGen/associated_types.swift
    • edit: test/IRGen/generic_class_anyobject.swift
    • edit: test/IRGen/dynamic_self_metadata.swift
    • edit: test/IRGen/metadata_dominance.swift
  • Commit f6ec6dc0b47bd4b63acc38fbfef6aa15c1d75417 by pyaskevich:
    [Mangling/ABI] NFC: Fix Serialization tests to reflect label mangling

    • edit: test/Serialization/noinline.swift
    • edit: test/Serialization/sil-imported-enums.swift
    • edit: test/Serialization/function.swift
    • edit: test/Serialization/class.swift
    • edit: test/Serialization/transparent.swift
    • edit: test/Serialization/serialize_attr.swift
    • edit: test/Serialization/Inputs/def_basic.sil
    • edit: test/Serialization/always_inline.swift
    • edit: test/Serialization/Recovery/typedefs.swift
    • edit: test/Serialization/objc.swift
    • edit: test/Serialization/class-roundtrip-module.swift
    • edit: test/Serialization/early-serialization.swift
    • edit: test/Serialization/inherited-initializer.swift
    • edit: test/Serialization/transparent-std.swift
  • Commit f9ea48287f5614af5be59b75da15b8f2a8995ae6 by pyaskevich:
    [Mangling/ABI] NFC: Fix SIL tests to reflect label mangling changes

    • edit: test/SIL/Serialization/shared_function_serialization.sil
    • edit: test/SIL/whole_module_optimization.swift
    • edit: test/SIL/Parser/generic_signature_with_depth.swift
    • edit: test/SIL/Serialization/deserialize_generic.sil
    • edit: test/SIL/Serialization/deserialize_generic_marker.sil
  • Commit 533171debf6d2b8320ad8df2234744c6fd2d541b by pyaskevich:
    [Mangling/ABI] NFC: Fix SourceKit tests to reflect label mangling

    • edit: test/SourceKit/DocSupport/doc_swift_module1.swift.response
    • edit: test/SourceKit/CursorInfo/cursor_generics.swift
    • edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
    • edit: test/SourceKit/CursorInfo/cursor_usr.swift
    • edit: test/SourceKit/Indexing/index_enum_case.swift.response
    • edit: test/SourceKit/Indexing/Inputs/test_module.index.response
    • edit: test/SourceKit/Indexing/index_is_test_candidate_objc.swift.response
    • edit: test/SourceKit/CodeComplete/complete_constructor.swift.response
    • edit: test/SourceKit/DocSupport/doc_source_file.swift.response
    • edit: test/SourceKit/CodeComplete/complete_member.swift
    • edit: test/SourceKit/CursorInfo/cursor_info.swift
    • edit: test/SourceKit/DocSupport/doc_swift_module.swift.response
    • edit: test/SourceKit/CodeComplete/complete_override.swift.response
    • edit: test/SourceKit/CodeComplete/complete_member.swift.response
  • Commit db03ab201d26c410b6c34f13bb2669ffd403438b by pyaskevich:
    [IDE] Fix type reconstructor to support parameter label changes (+

    • edit: test/Inputs/comment_to_something_conversion.swift
    • edit: lib/IDE/TypeReconstruction.cpp
    • edit: test/IDE/merge_local_types.swift
    • edit: test/IDE/reconstruct_type_from_mangled_name.swift
    • edit: test/IDE/comment_extensions.swift
    • edit: test/IDE/local_types.swift
    • edit: test/IDE/print_usrs.swift
  • Commit f60dc1c6caf2c58d9b3e03d37715ca281663522c by pyaskevich:
    [Mangling/ABI] NFC: Fix ClangImporter tests to reflect label mangling

    • edit: test/ClangImporter/ctypes_ir.swift
    • edit: test/ClangImporter/objc_ir.swift
    • edit: test/ClangImporter/optional.swift
    • edit: test/ClangImporter/attr-swift_private.swift
    • edit: test/ClangImporter/static_inline.swift
    • edit: test/ClangImporter/serialization-sil.swift
  • Commit 5a76f50db0882f9d76ccec22be2935ecd3845ccb by pyaskevich:
    [Mangling/ABI] NFC: Fix Demangler tests to reflect label mangling

    • edit: test/Demangle/Inputs/manglings.txt
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: test/Demangle/Inputs/simplified-manglings.txt
  • Commit 9616f53fe738760e123ac9244fd31607eccea0ae by pyaskevich:
    [Demangle/Metadata] Fix buildDemanglingForMetadata to construct

    • edit: lib/Demangling/NodePrinter.cpp
    • edit: stdlib/public/runtime/Demangle.cpp
  • Commit 782f9307d049f1489e47251460fd24be268c0e58 by pyaskevich:
    [Mangling/ABI] NFC: Fix stdlib to reflect label mangling changes

    • edit: test/stdlib/FloatingPointIR.swift
  • Commit 170ccbd36dd8dea255372b20ad5c6b94ab412d70 by pyaskevich:
    [Mangling/ABI] NFC: Fix Frontend/APINotes/Index tests to reflect label

    • edit: test/Index/kinds.swift
    • edit: test/api-digester/Outputs/macro-gen.json
    • edit: test/Frontend/OptimizationOptions-with-stdlib-checks.swift
    • edit: test/sil-func-extractor/basic.swift
    • edit: test/api-digester/Outputs/macro-gen.def
    • edit: test/APINotes/versioned.swift
    • edit: test/Index/roles.swift
    • edit: test/Frontend/InternalChecks.swift
  • Commit 4885fd4203f7e78a8b7b199665dad3dd9ea22ab4 by pyaskevich:
    [Mangling/ABI] NFC: Fix Migrator tests to reflect label mangling changes

    • edit: test/Migrator/Inputs/API-function-hoist.json
    • edit: test/Migrator/Inputs/SpecialCaseAPI.json
    • edit: lib/Migrator/overlay.json
    • edit: test/Migrator/Inputs/API.json
    • edit: lib/Demangling/Demangler.cpp
  • Commit 52fb2775c799f1da04f2d54b6f2a05bee71ed268 by aschwaighofer:
    Fix the Some Decl case too.

    • edit: lib/SIL/DynamicCasts.cpp
  • Commit c18edfc632c9a1f36b5a3e15474495f4f300cc30 by pyaskevich:
    [Mangling/ABI] NFC: Fix test failures uncovered by CI on i386

    • edit: test/DebugInfo/prologue.swift
    • edit: test/IRGen/abitypes.swift
    • edit: test/SILOptimizer/array_contentof_opt.swift
    • edit: test/stdlib/FloatingPointIR.swift
    • edit: test/DebugInfo/ErrorVar.swift
    • edit: test/SourceKit/Indexing/index_is_test_candidate.swift.response
    • edit: test/Frontend/OptimizationOptions-without-stdlib-checks.swift
  • Commit 7f09b36015c1c1a77da5575c842e99094e1e5da8 by dgregor:
    [Runtime] Warn about dynamically querying conditional conformances.

    • edit: stdlib/public/runtime/ProtocolConformance.cpp
    • add: test/Interpreter/conditional_conformances_warning.swift
  • Commit 5c831a71eecf88a6c7a0677a8dba7c52f45f3126 by dgregor:
    Revert "[SE-0143] Put conditional conformances behind an "experimental"

    • edit: test/IRGen/conditional_conformances.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: test/Generics/conditional_conformances_operators.swift
    • edit: include/swift/Basic/LangOptions.h
    • edit: lib/Driver/ToolChains.cpp
    • edit: test/Sema/enum_equatable_conditional.swift
    • edit: test/SILOptimizer/devirt_conditional_conformance.swift
    • edit: test/Interpreter/conditional_conformances_modules.swift
    • edit: test/Generics/conditional_conformances.swift
    • edit: test/Generics/requirement_inference.swift
    • edit: test/SILGen/conditional_conformance.swift
    • edit: test/Interpreter/conditional_conformances.swift
    • edit: tools/sil-opt/SILOpt.cpp
    • edit: stdlib/public/core/CMakeLists.txt
    • edit: test/decl/var/properties.swift
    • edit: test/Generics/conditional_conformances_execute_smoke.swift
    • edit: include/swift/Option/Options.td
    • edit: test/SIL/Parser/witness_tables.sil
    • edit: test/Interpreter/conditional_conformances_smoke.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: test/decl/ext/generic.swift
  • Commit ffb0d55b35dd37531c42855f9e6c9a7b99e58747 by dgregor:
    Eliminate extraneous uses of

    • edit: test/Prototypes/Algorithms.swift.gyb
    • edit: test/IRGen/protocol_conformance_records.swift
    • edit: test/stmt/foreach.swift
    • edit: test/Constraints/array_literal.swift
    • edit: test/Interpreter/conditional_conformances_warning.swift
  • Commit 76499a3ce33b2c3b43fe9196f6598ba3b1430ae1 by spestov:
    IRGen: Emit immediate class member offset global variable

    • edit: test/IRGen/class_resilience.swift
    • edit: lib/IRGen/MetadataLayout.cpp
    • edit: lib/IRGen/ClassMetadataVisitor.h
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/TBDGen/TBDGen.cpp
  • Commit 4d18e923d4a053edcfcfc5f1e1ff115f96dcacf3 by spestov:
    SIL: Clean up includes

    • edit: include/swift/SIL/SILVTableVisitor.h
    • edit: include/swift/SIL/SILWitnessVisitor.h
  • Commit 42e1df166abcbf2e1844db720ade9cd6cd5277c4 by mgottesman:
    [silcodemotion] Move generic code motion code below enum tag dataflow

    • edit: lib/SILOptimizer/Transforms/SILCodeMotion.cpp
  • Commit 7819c4d41a87591cb5d1f43b96cd0af29014f61f by mgottesman:
    [sil] Add const to int SILBasicBlock::getDebugId().

    • edit: include/swift/SIL/SILBasicBlock.h
    • edit: lib/SIL/SILBasicBlock.cpp
  • Commit 9cda9056b6d854453013c4bbe91b1dd2cb580a0a by mgottesman:
    [silcodemotion] Add support for dumping BBEnumTagDataflowState.

    • edit: lib/SILOptimizer/Transforms/SILCodeMotion.cpp
  • Commit 48bb2d16f17e97ac5c5210e8c9c6bbfbbe239a88 by mgottesman:
    [silcodemotion] Rename BBToDataflowStateMap -> EnumCaseDataflowContext.

    • edit: lib/SILOptimizer/Transforms/SILCodeMotion.cpp
  • Commit 77441fcdd188199bea78b95d9812ebd0916fbc3c by mgottesman:
    [silcodemotion] For now stash a pointer to EnumCaseDataflowContext in

    • edit: lib/SILOptimizer/Transforms/SILCodeMotion.cpp
  • Commit b85be28611b5d226ead097099b1de678a9da975a by dgregor:
    [Runtime] Print demangled names in conditional conformances warning.

    • edit: stdlib/public/runtime/ProtocolConformance.cpp
    • edit: test/Interpreter/conditional_conformances_warning.swift
  • Commit 00542951d2e80b6673411f7ca839ddc8852fa346 by dave:
    [AST] NFC: Repack misc TupleExpr bits

    • edit: lib/AST/Expr.cpp
    • edit: include/swift/AST/Expr.h
  • Commit 2d11d777122fc634b6cf67de5b1792793a3b1db4 by dave:
    [AST] NFC: Repack misc TupleElementExpr bits

    • edit: include/swift/AST/Expr.h
  • Commit b6ba119c05b38b493834ddfe99e4dd6bb79a76e3 by dave:
    [AST] NFC: Repack misc ParenExpr bits

    • edit: include/swift/AST/Expr.h
  • Commit 177b39afc5ba2103c5832b6addc8ff4350e797a3 by dave:
    [AST] NFC: Repack misc SequenceExpr bits

    • edit: include/swift/AST/Expr.h
  • Commit 0da55934a44ce80d4de6fae15220acaad0648aa4 by dave:
    [AST] NFC: Repack misc CollectionExpr bits

    • edit: include/swift/AST/Expr.h
  • Commit c75912215ea243559f097b2edcd851e5d74e1d85 by dave:
    [AST] NFC: Tail allocate CollectionExpr elements

    • edit: include/swift/AST/Expr.h
    • edit: lib/AST/Expr.cpp
  • Commit 60d2f5586eec46080936c5d79b24699f231cbc68 by dave:
    [AST] QoI: Track DictionaryExpr commas and tail allocate CollectionExpr

    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/AST/Expr.cpp
  • Commit 1341d111f7f66b73bee1b0a46eb4a392b812e7cc by dave:
    [AST] NFC: Init accidentally dropped initializer

    • edit: include/swift/AST/Expr.h
  • Commit 269c5e86cd6fc486930bd9b3bb1d4c00ec6be511 by mgottesman:
    [silcodemotion] Now that we have sunk the context into each block state,

    • edit: lib/SILOptimizer/Transforms/SILCodeMotion.cpp
  • Commit 91d763e5ace3b3a754e28582cc42d70cd7eb8e71 by shajrawi:
    Lower the FunctionMergeThreshold from 30 to 15

    • edit: lib/LLVMPasses/LLVMMergeFunctions.cpp
  • Commit af8d9b8c7814ddcb02f2134698933491e2a3cd31 by mgottesman:
    [silcodemotion] Instead of storing enum values directly into the block

    • edit: lib/SILOptimizer/Transforms/SILCodeMotion.cpp
    • edit: test/SILOptimizer/earlycodemotion.sil
  • Commit e0d167f1dd07de29319b5c6d5b858b7d02c8d8fd by xi_ge:
    libSyntax: create syntax nodes for variable declarations.

    • edit: lib/Syntax/SyntaxData.cpp
    • edit: test/Syntax/round_trip_parse_gen.swift
    • edit: lib/Parse/ParsePattern.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
    • edit: lib/Syntax/Status.md
    • edit: test/Syntax/Inputs/serialize_struct_decl.json
    • edit: utils/gyb_syntax_support/DeclNodes.py
    • edit: utils/gyb_syntax_support/PatternNodes.py
  • Commit 82a8833ab0ac781dc7fe472d1bbfc0f0b56c6c03 by dgregor:
    [Associated type inference] Use defaults from overridden associated

    • edit: test/decl/protocol/req/associated_type_inference.swift
    • edit: lib/Sema/TypeCheckProtocolInference.cpp
  • Commit a55adb26225b1d5bde2defe68e9255887ffc0816 by dgregor:
    [Standard library] Remove extraneous associated type defaults.

    • edit: stdlib/public/core/MutableCollection.swift
    • edit: stdlib/public/core/RangeReplaceableCollection.swift
    • edit: stdlib/public/core/BidirectionalCollection.swift
    • edit: stdlib/public/core/RandomAccessCollection.swift
  • Commit 88232d6e3b138d7dbfe95a263ac79685977c18fe by github:
    [Exclusivity] Look through block arguments to find noescape closures

    • edit: test/SILOptimizer/exclusivity_static_diagnostics.swift
    • add: test/SILOptimizer/exclusivity_static_diagnostics_objc.swift
    • edit: test/SILOptimizer/exclusivity_static_diagnostics.sil
    • edit: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp
    • edit: test/SILOptimizer/access_enforcement_noescape.swift
  • Commit f26d79449569bbd23415011c951f2311cd25c3e7 by dgregor:
    [Conformance checking] Allow same-type constraints to infer associated

    • edit: lib/Sema/TypeCheckProtocol.h
    • edit: lib/Sema/TypeCheckProtocolInference.cpp
    • edit: test/decl/protocol/req/associated_type_inference.swift
  • Commit f5e93f63e96dd174b96375d94ed6e2b5f2c523b6 by moiseev:
    [tests] Add conformance tests for FlattenSequence/FlattenCollection

    • edit: stdlib/public/core/Flatten.swift
    • add: validation-test/stdlib/Collection/FlattenCollection.swift.gyb
  • Commit 4067c57251c660ef821944f3a038bdbc6be4323c by arphaman:
    Revert "Suppress -Wdelete-non-virtual-dtor warnings about classes

    • edit: lib/Sema/SemaExprCXX.cpp
    • edit: test/SemaCXX/destructor.cpp
  • Commit a4d382ec646b2a1e18ccbb91132e3155d09f43ca by arphaman:
    Revert "Let -Wdelete-non-virtual-dtor fire in system headers too."

    • edit: include/clang/Basic/DiagnosticSemaKinds.td
    • edit: lib/Sema/SemaExprCXX.cpp
    • edit: test/SemaCXX/implicit-exception-spec.cpp
    • edit: test/SemaCXX/destructor.cpp
  • Commit 8bbf821c61faa181731d067c1ad3f2f580af7cdf by arphaman:
    [driver][darwin] Refactor the target selection code, NFC

    • edit: lib/Driver/ToolChains/Darwin.cpp
    • edit: test/Driver/darwin-version.c
    • edit: lib/Driver/ToolChains/Darwin.h
  • Commit e0c05386d71f8f308db49a124b5583525110d7f9 by arphaman:
    Fix Driver/darwin-version.c test

    • edit: test/Driver/darwin-version.c
  • Commit af950ec8653f38a0929837b4b048e5bc32f6ac93 by arphaman:
    Fix MSVC 'not all control paths return a value' warning

    • edit: lib/Driver/ToolChains/Darwin.cpp
  • Commit 1ac71826854a809f67ae15ddacaaa9a6eb8189e8 by aleksei_lorenz:
    [driver][darwin] Take the OS version specified in "-target" as the

    • edit: test/Driver/objc-weak.m
    • edit: test/Driver/darwin-version.c
    • edit: test/Driver/pic.c
    • edit: test/Driver/unavailable_aligned_allocation.cpp
    • edit: lib/Driver/ToolChains/Darwin.cpp