[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (main) #5637

# [FAILURE] swift-main-source-compat-suite [#5637]

Build URL: https://ci.swift.org/job/swift-main-source-compat-suite/5637/
Project: swift-main-source-compat-suite
Date of build: Mon, 14 Dec 2020 22:24:46 -0600
Build duration: 8 hr 51 min

Changes- Commit 8472616af582eb3cafbd3350a4bc61776e63007e by k:

Make python_format script executable

  • edit: utils/python_format.py

  • Commit 22b34e8f3658c1ac2b626fb3167531d64eb0d86f by pyaskevich:

    [CSBindings] Let producer record a binding for a hole

    • edit: include/swift/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSBindings.cpp
  • Commit 8e4207e0d897a57b5971cba326b90a5540c6192e by pyaskevich:

    [ConstraintSystem] NFC: Simplify type var producer/step by referencing constraint system from bindings

    • edit: lib/Sema/CSStep.h
    • edit: lib/Sema/CSStep.cpp
    • edit: include/swift/Sema/ConstraintSystem.h
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit f90b2fca56ce71826f8bfa77e0558f41c10cf159 by dungar:

    Make the "./" optional where it's easy to do so.

    • edit: test/Driver/Dependencies/crash-added-fine.swift
    • edit: test/Driver/Dependencies/crash-simple-fine.swift
    • edit: test/Driver/Dependencies/fail-with-bad-deps-fine.swift
    • edit: test/Driver/Dependencies/fail-interface-hash-fine.swift
    • edit: test/Driver/Dependencies/check-interface-implementation-fine.swift
    • edit: test/Driver/Dependencies/fail-added-fine.swift
    • edit: test/Driver/Dependencies/whole-module-build-record.swift
    • edit: test/Driver/Dependencies/dependencies-preservation-fine.swift
    • edit: test/Driver/Dependencies/fail-simple-fine.swift
    • edit: test/Driver/Dependencies/fail-chained-fine.swift
  • Commit a2b45686458f34f372ae9ec222bde4eaa772deca by dungar:

    Fix another test

    • edit: test/Driver/Dependencies/dependencies-preservation-fine.swift
  • Commit 82eca57e13d2c04ac1ff1d8ba77ce7181c17f0da by rishizaki:

    [CodeCompletion] Complete 'await' in expression position

    • edit: lib/IDE/CodeCompletion.cpp
    • add: test/IDE/complete_concurrency_keyword.swift
  • Commit 0e6a0b84d15607c762cb4ddba0235b014fc221e7 by aprantl:

    Add debug info support for function arguments in async functions.

    • edit: lib/IRGen/IRGenDebugInfo.h
    • add: test/DebugInfo/async-args.swift
    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/LocalTypeData.cpp
  • Commit 0e6260dd89afcd480329b5b9aadbf0a886fe6f64 by pyaskevich:

    [Diagnostics] Special case assignment between nominal types with optional promotion

    • edit: lib/Sema/CSSimplify.cpp
    • add: test/Constraints/sr13951.swift
  • Commit ec31d77fa6f0436ec2e5284f766a68de40b8e6cf by pyaskevich:

    [Diagnostics] Allow integer cast fix-its for assignment mismatches

    • edit: test/Constraints/closures.swift
    • edit: test/decl/var/property_wrappers.swift
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit c65a2066fa126eea8820512086afad85f9bff7ca by github:

    [Gardening] correct indentation of SE-0111 changelog entry (#35078)

    • edit: CHANGELOG.md
  • Commit 9ac3b0ee3b12026dd47c12452de7fbd07bed5386 by mikeash:

    [Runtime] Add a disabled workaround for protocol conformance checking to check conformances in reverse order.

    • add: stdlib/public/runtime/Bincompat.cpp
    • edit: stdlib/public/runtime/ProtocolConformance.cpp
    • edit: test/lit.cfg
    • add: include/swift/Runtime/Bincompat.h
    • edit: stdlib/public/runtime/CMakeLists.txt
    • add: test/Runtime/protocol_conformance_collision.swift
  • Commit e23f0abbe858fff672ffc470651c2c379d850dc6 by kfarvardin:

    [concurrency] patch hole in typechecking ordinary functions for global actor references

    • edit: lib/Sema/TypeCheckConcurrency.h
    • edit: test/Concurrency/global_actor_inference.swift
    • add: test/Concurrency/global_actor_from_ordinary_context.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: lib/Sema/TypeCheckEffects.cpp
  • Commit dbd5b2765f96ca174d810d19e9ea7629b8ca87e2 by atrick:

    Add -sil-verify-all and -sil-verify-none to the sil-opt tool.

    • edit: tools/sil-opt/SILOpt.cpp
  • Commit 08da9cf2ffe17e0cd12fed6f4f58fdd50dd33400 by dungar:

    Check stderr when looking for incremental remarks.

    • edit: test/Driver/Dependencies/driver-show-incremental-arguments-fine.swift
    • edit: test/Driver/Dependencies/driver-show-incremental-inputs-fine.swift
    • edit: test/Driver/Dependencies/driver-show-incremental-malformed-fine.swift
    • edit: test/Driver/Dependencies/driver-show-incremental-conflicting-arguments-fine.swift
    • edit: test/Driver/Dependencies/driver-show-incremental-swift-version-fine.swift
  • Commit af58ed4f1eb978da8f94acf282d7bb5f8038305f by dungar:

    Fix another test

    • edit: test/Driver/Dependencies/dependencies-preservation-fine.swift
  • Commit d7b813b9ef0a2c6e717cde5d31aabf45c1cce9ea by blangmuir:

    [sourcekit] Identify xpc service by toolchain instead of sdk

    • edit: tools/SourceKit/tools/sourcekitd/bin/XPC/Client/CMakeLists.txt
    • edit: tools/SourceKit/CMakeLists.txt
    • edit: tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
  • Commit 8d8614058b28b8ef1d841803b9d0055deb429777 by github:

    [AudoDiff] NFC: Replace 'SILAutoDiffIndices' with 'AutoDiffConfig'. (#35079)

    • edit: include/swift/SILOptimizer/Differentiation/ADContext.h
    • edit: lib/SILOptimizer/Differentiation/PullbackCloner.cpp
    • edit: include/swift/SILOptimizer/Analysis/DifferentiableActivityAnalysis.h
    • edit: lib/AST/ASTMangler.cpp
    • edit: include/swift/SILOptimizer/Differentiation/LinearMapInfo.h
    • edit: lib/SILOptimizer/Mandatory/Differentiation.cpp
    • edit: test/AutoDiff/SILOptimizer/activity_analysis.swift
    • edit: lib/SIL/IR/SILDifferentiabilityWitness.cpp
    • edit: lib/SILOptimizer/Analysis/DifferentiableActivityAnalysis.cpp
    • edit: include/swift/AST/IndexSubset.h
    • edit: include/swift/SILOptimizer/Differentiation/Thunk.h
    • edit: include/swift/SILOptimizer/Differentiation/Common.h
    • edit: include/swift/SILOptimizer/Differentiation/VJPCloner.h
    • delete: test/AutoDiff/validation-test/optional-property.swift
    • edit: lib/SILOptimizer/Differentiation/Common.cpp
    • edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp
    • edit: include/swift/AST/AutoDiff.h
    • edit: lib/SILOptimizer/Differentiation/Thunk.cpp
    • add: test/AutoDiff/validation-test/optional_property.swift
    • edit: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp
    • edit: include/swift/SIL/SILDifferentiabilityWitness.h
    • edit: lib/AST/AutoDiff.cpp
    • edit: lib/SILOptimizer/Differentiation/VJPCloner.cpp
  • Commit e8dcc979a0d556c7a4169e3f316aa4ff63e69d56 by kfarvardin:

    fix-it regression coverage for notes suggesting 'async', '@asyncHandler' and '@GlobalActorType'

    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: test/Concurrency/actor_call_implicitly_async.swift
    • edit: test/attr/asynchandler.swift
    • edit: test/expr/unary/async_await.swift
    • edit: test/Concurrency/async_throwing.swift
    • edit: test/Concurrency/global_actor_inference.swift
    • edit: test/attr/attr_objc_async.swift
    • edit: test/Concurrency/actor_isolation.swift
    • edit: test/Concurrency/global_actor_from_ordinary_context.swift
  • Commit f24658fe9e03e0d03b98730be5cf86c5ea29f265 by atrick:

    Fix ExistentialSpecializer to detect repeated specialization.

    • add: test/SILOptimizer/existential_transform_respecialize.sil
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp