[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #1346

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1346]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1346/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Mon, 12 Mar 2018 09:11:08 -0500
Build duration:
2 hr 13 min

Identified problems:

  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit 03a9340ef4532e14e75523ea0d805430a288a5c8 by ghoare:
    [BatchMode] Remove a low-value quadratic assertion.

    • edit: lib/Driver/ToolChain.cpp
  • Commit fa830fe5aa5460daf67c69b8f17a218731276c35 by ghoare:
    [BatchMode] Preserve invariant that shuffled batches are subsequences of

    • add: test/Driver/batch_mode_aux_file_order.swift
    • edit: lib/Driver/ToolChain.cpp
    • edit: lib/Driver/Compilation.cpp
  • Commit 0bd90e0f13845e1dce865c1cbd95490c165b0315 by jgroff:
    IRGen: Set IGM.CurSourceFile while emitting SILFunctions.

    • edit: lib/IRGen/IRGenSIL.cpp
  • Commit 57d6772d48d086993533b145168b5171aabf94d8 by jgroff:
    Runtime: Use type context descriptors to unique foreign metadata.

    • edit: stdlib/public/runtime/Demangle.cpp
    • edit: lib/IRGen/GenMeta.cpp
    • edit: include/swift/Runtime/Metadata.h
    • edit: include/swift/Remote/MetadataReader.h
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: test/IRGen/cf.sil
    • edit: test/IRGen/foreign_types.sil
  • Commit 98ee6a5d7d9b5a191050f002eec36057110cb941 by jgroff:
    Runtime: Prefab metadata records for Any and AnyObject.

    • edit: lib/IRGen/IRGenModule.cpp
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: include/swift/Demangling/ManglingMacros.h
    • edit: stdlib/public/runtime/KnownMetadata.cpp
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: include/swift/Runtime/Metadata.h
  • Commit f01af883fcda3e51aeea309516b8bff15f6d986f by jgroff:
    IRGen: Use known value witness tables for common type layouts.

    • edit: validation-test/stdlib/MicroStdlib/Inputs/RuntimeStubs.c
    • edit: lib/IRGen/IRGen.h
    • edit: test/IRGen/lazy_metadata.swift
    • edit: lib/IRGen/GenValueWitness.cpp
    • edit: test/IRGen/local_types.swift
    • edit: lib/IRGen/GenEnum.cpp
    • edit: lib/IRGen/GenStruct.cpp
    • edit: lib/IRGen/GenEnum.h
    • edit: test/IRGen/access_control.sil
  • Commit 37e3534b42b414a90776d1af744373e14752c7e5 by jgroff:
    Runtime: Make generic parameter counts in context descriptors 16-bit.

    • edit: test/IRGen/generic_structs.sil
    • edit: include/swift/Runtime/Metadata.h
    • edit: test/IRGen/enum.sil
    • edit: test/IRGen/class_metadata.swift
    • edit: test/IRGen/generic_types.swift
    • edit: lib/IRGen/GenMeta.cpp
    • edit: test/IRGen/generic_classes.sil
    • edit: test/IRGen/generic_classes_objc.sil
  • Commit 53792aa64ec582e8385ed1cf177e5e54345fba32 by jgroff:
    IRGen: Make outlined enum copy/destroy lazier and better mangled.

    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/GenEnum.cpp
    • edit: test/IRGen/big_types_corner_cases.swift
    • edit: test/IRGen/enum_function.sil
    • edit: lib/Demangling/Demangler.cpp
    • edit: test/IRGen/weak.sil
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: lib/IRGen/IRGenMangler.h
  • Commit 16484c9be5aaa6f4319ad19852654a7035c8a327 by mgottesman:
    [+0-all-args] Update plus zero tests.

    • edit: test/SILOptimizer/plus_zero_devirt_protocol_method_invocations.swift
    • edit: test/SILOptimizer/plus_zero_specialize_cg_update_crash.sil
    • edit: test/SILOptimizer/plus_zero_let_properties_opts.swift
    • edit: test/SILGen/plus_zero_pgo_checked_cast.swift
    • edit: test/SILGen/plus_zero_source_location.swift
    • edit: test/SILGen/plus_zero_objc_bridged_results.swift
    • edit: test/SILGen/plus_zero_collection_downcast.swift
    • edit: test/SILGen/plus_zero_reabstract_lvalue.swift
    • edit: test/SILGen/plus_zero_function_conversion.swift
    • edit: test/SILGen/plus_zero_opaque_values_silgen.swift
    • edit: test/SILGen/plus_zero_capture_typed_boxes.swift
    • edit: test/Serialization/plus_zero_serialize_attr.swift
    • edit: test/SILGen/plus_zero_shared.swift
    • edit: test/SILOptimizer/plus_zero_array_element_propagation.sil
    • edit: test/SILGen/plus_zero_foreign_errors.swift
    • edit: test/IRGen/plus_zero_objc_retainAutoreleasedReturnValue.swift
    • edit: test/SILGen/plus_zero_multi_file.swift
    • edit: test/Sema/fixed_ambiguities/plus_zero_rdar33142386.swift
    • edit: test/SILGen/plus_zero_statements.swift
    • edit: test/Serialization/plus_zero_transparent-std.swift
    • edit: test/SILGen/plus_zero_tuples.swift
    • edit: test/SILGen/plus_zero_switch.swift
    • edit: test/SILGen/plus_zero_metatype_abstraction.swift
    • edit: test/SILGen/plus_zero_types.swift
    • edit: test/SILGen/plus_zero_objc_ownership_conventions.swift
    • edit: test/SILGen/plus_zero_protocol_extensions.swift
    • edit: test/SILGen/plus_zero_protocol_resilience.swift
    • edit: test/SILGen/plus_zero_switch_abstraction.swift
    • edit: test/SILGen/plus_zero_opaque_ownership.swift
    • edit: test/Serialization/plus_zero_function.swift
    • edit: test/SILOptimizer/plus_zero_capture_promotion_generic_context_ownership.sil
    • edit: test/SILGen/plus_zero_objc_bridging_peephole.swift
    • edit: test/SILGen/plus_zero_super.swift
    • edit: test/SILGen/plus_zero_constrained_extensions.swift
    • edit: test/SILOptimizer/plus_zero_performance_inliner.sil
    • edit: test/SILGen/plus_zero_collection_subtype_downcast.swift
    • edit: test/SILGen/plus_zero_collection_subtype_upcast.swift
    • edit: test/IRGen/plus_zero_keypaths_objc.sil
    • edit: test/IRGen/plus_zero_generic_metatypes.swift
    • edit: test/SILGen/plus_zero_vtable_thunks_reabstraction_final.swift
    • edit: test/SILGen/plus_zero_subclass_existentials.swift
    • edit: test/IRGen/plus_zero_generic_tuples.swift
    • edit: test/SILGen/plus_zero_unmanaged.swift
    • edit: test/SILGen/plus_zero_sil_locations.swift
    • edit: test/SILGen/plus_zero_enum_resilience.swift
    • edit: test/SIL/Parser/plus_zero_bound_generic.sil
    • edit: test/IRGen/plus_zero_enum_resilience.swift
    • edit: test/SILGen/plus_zero_result_abstraction.swift
    • edit: test/SILOptimizer/plus_zero_devirt_value_metatypes.swift
    • edit: test/SILGen/plus_zero_property_abstraction.swift
    • edit: test/SILOptimizer/plus_zero_access_marker_verify.swift
    • edit: test/SILOptimizer/plus_zero_access_marker_mandatory.swift
    • edit: test/SILGen/plus_zero_casts.swift
    • edit: test/SILGen/plus_zero_default_arguments.swift
    • edit: test/SILGen/plus_zero_objc_extensions.swift
    • edit: test/IRGen/plus_zero_runtime_calling_conventions.swift
    • edit: test/SILGen/plus_zero_weak.swift
    • edit: test/SILGen/plus_zero_unowned.swift
    • edit: test/SILGen/plus_zero_closures.swift
    • edit: test/SILGen/plus_zero_downcast_reabstraction.swift
    • edit: test/SILGen/plus_zero_dynamic_self.swift
    • edit: test/SILGen/plus_zero_apply_abstraction_nested.swift
    • edit: test/SILGen/plus_zero_objc_currying.swift
    • edit: test/Serialization/plus_zero_objc.swift
    • edit: test/SILOptimizer/plus_zero_devirt_speculative_nested.swift
    • edit: test/SILGen/plus_zero_opaque_values_silgen_lib.swift
    • edit: test/SILGen/plus_zero_lifetime.swift
    • edit: test/DebugInfo/plus_zero_resilience.swift
    • edit: test/SILGen/plus_zero_reabstract-tuple.swift
    • edit: test/SILGen/plus_zero_accessors.swift
    • edit: test/SILOptimizer/plus_zero_specialize_checked_cast_branch.swift
    • edit: test/IRGen/plus_zero_big_types_corner_cases.swift
    • edit: test/SILGen/plus_zero_extensions_objc.swift
    • edit: test/SILGen/plus_zero_external_definitions.swift
    • edit: test/SILGen/plus_zero_foreach.swift
    • edit: test/SILOptimizer/plus_zero_specialize_anyobject.swift
    • edit: test/SILGen/plus_zero_if_while_binding.swift
    • edit: test/SILGen/plus_zero_properties.swift
    • edit: test/SILOptimizer/plus_zero_devirt_witness_method_conformance.swift
    • edit: test/SILGen/plus_zero_cf.swift
    • edit: test/IRGen/plus_zero_objc.swift
    • edit: test/SILGen/plus_zero_witness_tables.swift
    • edit: test/SILGen/plus_zero_pointer_conversion.swift
    • edit: test/SILGen/plus_zero_force_cast_chained_optional.swift
    • edit: test/SILGen/plus_zero_guaranteed_normal_args.swift
    • edit: test/SILGen/plus_zero_generic_tuples.swift
    • edit: test/SILGen/plus_zero_pgo_switchenum.swift
    • edit: test/SILGen/plus_zero_newtype.swift
    • edit: test/SILGen/plus_zero_materializeForSet.swift
    • edit: test/IRGen/plus_zero_keypaths.sil
    • edit: test/SIL/Parser/plus_zero_apply_with_substitution.sil
    • edit: test/SILGen/plus_zero_switch_var.swift
    • edit: test/SILGen/plus_zero_objc_dictionary_bridging.swift
    • edit: test/SILOptimizer/plus_zero_specialize_self.swift
    • edit: test/Reflection/plus_zero_capture_descriptors.sil
    • edit: test/IRGen/plus_zero_lowered_optional_self_metadata.sil
    • edit: test/SILOptimizer/plus_zero_specialized_anyobject_conformance.swift
    • edit: test/SILGen/plus_zero_specialize_attr.swift
    • edit: test/SILGen/plus_zero_without_actually_escaping.swift
    • edit: test/SILOptimizer/plus_zero_devirt_default_case.swift
    • edit: test/SILGen/plus_zero_objc_set_bridging.swift
    • edit: test/SILOptimizer/plus_zero_mandatory_inlining.swift
    • edit: test/SILGen/plus_zero_nested_generics.swift
    • edit: test/SILGen/plus_zero_partial_apply_super.swift
    • edit: test/DebugInfo/plus_zero_generic_args.swift
    • edit: test/SILOptimizer/plus_zero_devirt_nested_class.swift
    • edit: test/SIL/Serialization/plus_zero_keypath.sil
    • edit: test/ClangImporter/plus_zero_objc_ir.swift
    • edit: test/SILOptimizer/plus_zero_access_enforcement_noescape.swift
    • edit: test/SILGen/plus_zero_objc_protocols.swift
    • edit: test/SILOptimizer/Inputs/plus_zero_TestMod.sil
    • edit: test/IRGen/plus_zero_builtins.swift
    • edit: test/SILGen/plus_zero_testable-multifile-other.swift
    • edit: test/SILGen/plus_zero_protocol_optional.swift
    • edit: test/SILGen/plus_zero_keypaths.swift
    • edit: test/SILGen/plus_zero_inlineable_attribute.swift
    • edit: test/SILGen/plus_zero_generic_closures.swift
    • edit: test/IRGen/plus_zero_generic_metatypes_arm.swift
    • edit: test/SILGen/plus_zero_witnesses_class.swift
    • edit: test/SILGen/plus_zero_witness_same_type.swift
    • edit: test/Sema/fixed_ambiguities/plus_zero_rdar27198177.swift
    • edit: test/SILOptimizer/plus_zero_specialize_self_conforming.swift
    • edit: test/SILGen/plus_zero_partial_apply_protocol.swift
    • edit: test/SILGen/plus_zero_argument_labels.swift
    • edit: test/DebugInfo/plus_zero_closure-multivalue.swift
    • edit: test/SILGen/plus_zero_vtables_objc.swift
    • edit: test/SILGen/plus_zero_array_literal_abstraction.swift
    • edit: test/SILGen/plus_zero_objc_bridging_any.swift
    • edit: test/SILOptimizer/plus_zero_specialize_unconditional_checked_cast.swift
    • edit: test/SILGen/plus_zero_generic_casts.swift
    • edit: test/SILGen/plus_zero_objc_thunks.swift
    • edit: test/ClangImporter/plus_zero_serialization-sil.swift
    • edit: test/SILGen/plus_zero_dynamic_lookup.swift
    • edit: test/SIL/Parser/plus_zero_generic_signature_with_depth.swift
    • edit: test/SILGen/plus_zero_function_conversion_objc.swift
    • edit: test/SILGen/plus_zero_nested_types_referencing_nested_functions.swift
    • edit: test/SILGen/plus_zero_noescape_reabstraction.swift
    • edit: test/SIL/Parser/plus_zero_keypath.sil
    • edit: test/SILGen/plus_zero_unmanaged_ownership.swift
    • edit: test/SILGen/plus_zero_class_resilience.swift
    • edit: test/SILGen/plus_zero_expressions.swift
    • edit: test/SILGen/plus_zero_witnesses.swift
    • edit: test/SILOptimizer/plus_zero_specialize_dynamic_self.swift
    • edit: test/SILGen/plus_zero_let_decls.swift
    • edit: test/SILGen/plus_zero_weak_multiple_modules.swift
    • edit: test/SILGen/plus_zero_objc_blocks_bridging.swift
    • edit: test/SILGen/plus_zero_reabstract.swift
    • edit: test/SILGen/plus_zero_objc_error.swift
    • edit: test/SILGen/plus_zero_retaining_globals.swift
    • edit: test/SILGen/plus_zero_addressors.swift
    • edit: test/SILGen/plus_zero_rethrows.swift
    • edit: test/SILGen/plus_zero_enum.swift
    • edit: test/SILGen/plus_zero_inlineable_attribute_objc.swift
    • edit: test/SILGen/plus_zero_borrow.swift
    • edit: test/SILGen/plus_zero_optional-cast.swift
    • edit: test/SILGen/plus_zero_generic_property_base_lifetime.swift
    • edit: test/SILOptimizer/plus_zero_cast_folding_no_bridging.sil
    • edit: test/SILGen/plus_zero_functions.swift
    • edit: test/SILGen/plus_zero_partial_apply_generic.swift
    • edit: test/IRGen/plus_zero_class_bounded_generics.swift
    • edit: test/SILGen/plus_zero_generic_witness.swift
    • edit: test/SILGen/plus_zero_default_arguments_generic.swift
    • edit: test/SILGen/plus_zero_existential_erasure.swift
    • edit: test/SILOptimizer/plus_zero_spec_archetype_method.swift
    • edit: test/SILGen/plus_zero_indirect_enum.swift
    • edit: test/SILGen/plus_zero_keypath_application.swift
    • edit: test/SILGen/plus_zero_optional.swift
    • edit: test/SILGen/plus_zero_collection_upcast.swift
    • edit: test/SILOptimizer/plus_zero_bridged_casts_folding.swift
    • edit: test/SILGen/plus_zero_argument_shuffle_swift3.swift
    • edit: test/Sema/fixed_ambiguities/plus_zero_rdar35623181.swift
    • edit: test/SILOptimizer/plus_zero_specialize_inherited_multifile.swift
    • edit: test/SILGen/plus_zero_access_marker_gen.swift
    • edit: test/SILGen/plus_zero_auto_closures.swift
    • edit: test/SILGen/plus_zero_boxed_existentials.swift
    • edit: test/SILGen/plus_zero_mangling.swift
    • edit: test/SILOptimizer/plus_zero_cast_folding_objc_generics.swift
    • edit: test/SILGen/plus_zero_objc_imported_generic.swift
    • edit: test/SILGen/plus_zero_objc_protocol_native_thunk.swift
    • edit: test/SILGen/plus_zero_objc_attr_NSManaged_multi.swift
    • edit: test/SILGen/plus_zero_optional_lvalue.swift
    • edit: test/ClangImporter/plus_zero_optional.swift
    • edit: test/IRGen/plus_zero_struct_resilience.swift
    • edit: test/SILOptimizer/plus_zero_capture_promotion_generic_context.sil
    • edit: test/SILGen/plus_zero_switch_isa.swift
    • edit: test/SILGen/plus_zero_objc_attr_NSManaged.swift
    • edit: test/SILGen/plus_zero_dependent_member_lowering.swift
    • edit: test/SILGen/plus_zero_implicitly_unwrapped_optional.swift
    • edit: test/SILGen/plus_zero_call_chain_reabstraction.swift
    • edit: test/SILGen/plus_zero_class_bound_protocols.swift
    • edit: test/SILGen/plus_zero_switch_multiple_entry_address_only.swift
    • edit: test/SILGen/plus_zero_partial_apply_protocol_class_refinement_method.swift
    • edit: test/SILGen/plus_zero_dynamic.swift
    • edit: test/SILOptimizer/plus_zero_specialize_partial_apply.swift
    • edit: test/SILOptimizer/plus_zero_specialize_same_type_constraint.swift
    • edit: test/SIL/Serialization/plus_zero_deserialize_generic.sil
    • edit: test/Serialization/plus_zero_transparent.swift
    • edit: test/SILGen/plus_zero_protocols.swift
    • edit: test/SILGen/plus_zero_scalar_to_tuple_args.swift
    • edit: test/SILGen/plus_zero_final.swift
    • edit: test/SILOptimizer/plus_zero_cast_folding_objc_no_foundation.swift
    • edit: test/SILOptimizer/plus_zero_devirt_covariant_return.swift
    • edit: test/SILGen/plus_zero_dynamic_lookup_throws.swift
    • edit: test/SILGen/plus_zero_objc_bridging.swift
    • edit: test/SILGen/plus_zero_struct_resilience.swift
    • edit: test/SILGen/plus_zero_address_only_types.swift
    • edit: test/SIL/Serialization/plus_zero_deserialize_generic_marker.sil
    • edit: test/SILGen/plus_zero_erasure_reabstraction.swift
    • edit: test/SILGen/plus_zero_default_arguments_serialized.swift
    • edit: test/SILGen/plus_zero_guaranteed_self.swift
    • edit: test/Sema/fixed_ambiguities/plus_zero_rdar36333688.swift
  • Commit 3823ff0958b284194e146abf186ecb4a2ce97fae by mgottesman:
    [+0-all-args] Make SILGenBuilder::createUncheckedBitCast more correct.

    • edit: lib/SIL/ValueOwnershipKindClassifier.cpp
    • edit: lib/SILGen/SILGenBuilder.cpp
  • Commit 9cc1fcc2b278132482f6a83bd2a57c49b9257127 by mgottesman:
    [+0-normal-args] Update some bridging code to use SILGenBuilder APIs so

    • edit: lib/SILGen/SILGenBridging.cpp
  • Commit 8b1d38aba8ca88f79811e442ad36acb5be36723a by mgottesman:
    [+0-normal-args] When transforming, be sure to use SILGenBuilder APIs to

    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: lib/SILGen/SILGenBuilder.h
    • edit: lib/SILGen/SILGenBuilder.cpp
  • Commit e071fd502e436034e5d9ee64c5d38b7aacb83332 by mgottesman:
    [+0-all-args] Update plus zero tests.

    • edit: test/SILGen/plus_zero_vtable_thunks_reabstraction_final.swift
    • edit: test/SILGen/plus_zero_scalar_to_tuple_args.swift
    • edit: test/SILGen/plus_zero_objc_bridging_peephole.swift
    • edit: test/SILGen/plus_zero_dependent_member_lowering.swift
    • edit: test/SILGen/plus_zero_if_while_binding.swift
    • edit: test/SILGen/plus_zero_foreach.swift
    • edit: test/SILGen/plus_zero_switch_var.swift
    • edit: test/SILGen/plus_zero_address_only_types.swift
    • edit: test/SILGen/plus_zero_objc_ownership_conventions.swift
    • edit: test/SILGen/plus_zero_objc_protocols.swift
    • edit: test/SILGen/plus_zero_subclass_existentials.swift
    • edit: test/SILGen/plus_zero_materializeForSet.swift
    • edit: test/SILGen/plus_zero_capture_typed_boxes.swift
    • edit: test/SILGen/plus_zero_switch_abstraction.swift
    • edit: test/SILGen/plus_zero_without_actually_escaping.swift
    • edit: test/SILGen/plus_zero_witness_tables.swift
    • edit: test/SILGen/plus_zero_newtype.swift
    • edit: test/SILGen/plus_zero_objc_attr_NSManaged_multi.swift
    • edit: test/SILGen/plus_zero_default_arguments.swift
    • edit: test/SILGen/plus_zero_unmanaged.swift
    • edit: test/SILGen/plus_zero_existential_erasure.swift
    • edit: test/SILGen/plus_zero_argument_labels.swift
    • edit: test/SILGen/plus_zero_properties.swift
    • edit: test/SILGen/plus_zero_nested_types_referencing_nested_functions.swift
    • edit: test/SILGen/plus_zero_protocols.swift
    • edit: test/SILGen/plus_zero_accessors.swift
    • edit: test/SILGen/plus_zero_closures.swift
    • edit: test/SILGen/plus_zero_result_abstraction.swift
    • edit: test/SILGen/plus_zero_partial_apply_generic.swift
    • edit: test/SILGen/plus_zero_protocol_optional.swift
    • edit: test/SILGen/plus_zero_constrained_extensions.swift
    • edit: test/SILGen/plus_zero_auto_closures.swift
    • edit: test/SILGen/plus_zero_mangling.swift
    • edit: test/SILGen/plus_zero_retaining_globals.swift
    • edit: test/SILGen/plus_zero_unowned.swift
    • edit: test/SILGen/plus_zero_vtables_objc.swift
    • edit: test/SILGen/plus_zero_generic_tuples.swift
    • edit: test/SILGen/plus_zero_call_chain_reabstraction.swift
    • edit: test/SILGen/plus_zero_collection_upcast.swift
    • edit: test/SILGen/plus_zero_cf.swift
    • edit: test/SILGen/plus_zero_objc_bridging_any.swift
    • edit: test/SILGen/plus_zero_nested_generics.swift
    • edit: test/SILGen/plus_zero_objc_thunks.swift
    • edit: test/SILGen/plus_zero_keypaths.swift
    • edit: test/SILGen/plus_zero_property_abstraction.swift
    • edit: test/SILGen/plus_zero_default_arguments_generic.swift
    • edit: test/SILGen/plus_zero_witnesses.swift
    • edit: test/SILGen/plus_zero_extensions_objc.swift
    • edit: test/SILGen/plus_zero_protocol_extensions.swift
    • edit: test/SILGen/plus_zero_switch_isa.swift
    • edit: test/SILGen/plus_zero_let_decls.swift
    • edit: test/SILGen/plus_zero_partial_apply_super.swift
    • edit: test/SILGen/plus_zero_partial_apply_protocol.swift
    • edit: test/SILGen/plus_zero_source_location.swift
    • edit: test/SILGen/plus_zero_optional.swift
    • edit: test/SILGen/plus_zero_access_marker_gen.swift
    • edit: test/SILGen/plus_zero_casts.swift
    • edit: test/SILGen/plus_zero_indirect_enum.swift
    • edit: test/SILGen/plus_zero_generic_closures.swift
    • edit: test/SILGen/plus_zero_specialize_attr.swift
    • edit: test/SILGen/plus_zero_weak.swift
    • edit: test/SILGen/plus_zero_optional_lvalue.swift
    • edit: test/SILGen/plus_zero_function_conversion.swift
    • edit: test/SILGen/plus_zero_objc_imported_generic.swift
    • edit: test/SILGen/plus_zero_generic_casts.swift
    • edit: test/SILGen/plus_zero_force_cast_chained_optional.swift
    • edit: test/SILGen/plus_zero_functions.swift
    • edit: test/SILGen/plus_zero_boxed_existentials.swift
    • edit: test/SILGen/plus_zero_multi_file.swift
    • edit: test/SILGen/plus_zero_pointer_conversion.swift
    • edit: test/SILGen/plus_zero_partial_apply_protocol_class_refinement_method.swift
    • edit: test/SILGen/plus_zero_switch.swift
    • edit: test/SILGen/plus_zero_sil_locations.swift
    • edit: test/SILGen/plus_zero_downcast_reabstraction.swift
    • edit: test/SILGen/plus_zero_generic_property_base_lifetime.swift
    • edit: test/SILGen/plus_zero_inlineable_attribute.swift
    • edit: test/SILGen/plus_zero_implicitly_unwrapped_optional.swift
    • edit: test/SILGen/plus_zero_noescape_reabstraction.swift
    • edit: test/SILGen/plus_zero_generic_witness.swift
    • edit: test/SILGen/plus_zero_guaranteed_self.swift
    • edit: test/SILGen/plus_zero_collection_downcast.swift
    • edit: test/SILGen/plus_zero_argument_shuffle_swift3.swift
    • edit: test/SILGen/plus_zero_lifetime.swift
    • edit: test/SILGen/plus_zero_objc_extensions.swift
    • edit: test/SILGen/plus_zero_reabstract.swift
    • edit: test/SILGen/plus_zero_rethrows.swift
    • edit: test/SILGen/plus_zero_statements.swift
    • edit: test/SILGen/plus_zero_witnesses_class.swift
    • edit: test/SILGen/plus_zero_witness_same_type.swift
    • edit: test/SILGen/plus_zero_borrow.swift
    • edit: test/SILGen/plus_zero_objc_attr_NSManaged.swift
    • edit: test/SILGen/plus_zero_tuples.swift
    • edit: test/SILGen/plus_zero_collection_subtype_downcast.swift
    • edit: test/SILGen/plus_zero_final.swift
    • edit: test/SILGen/plus_zero_collection_subtype_upcast.swift
    • edit: test/SILGen/plus_zero_function_conversion_objc.swift
    • edit: test/SILGen/plus_zero_array_literal_abstraction.swift
    • edit: test/SILGen/plus_zero_switch_multiple_entry_address_only.swift
  • Commit 5c0a875a79a6d3b11aa4552c5b03ee7fda7001c9 by mgottesman:
    [silgen] Change SwitchEnumBuilder to invalidate the insertion point

    • edit: lib/SILGen/SwitchEnumBuilder.cpp
  • Commit 66bcc00a72a3cf383d03deaf2ee424e384a8e00e by github:
    [Parse] getLineNumber before parsing the closure (#15178)

    • edit: lib/Parse/ParseExpr.cpp
  • Commit c612da2805d24a798140951253306d50851d8b66 by github:
    [Lexer] Remove dead code (#15179)

    • edit: include/swift/Parse/Lexer.h