[Swift CI] Build Failure: 1. OSS - Swift ASAN - macOS (main) #5431

# [FAILURE] oss-swift-incremental-ASAN-RA-macos [#5431]

Build URL: https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-macos/5431/
Project: oss-swift-incremental-ASAN-RA-macos
Date of build: Thu, 21 Jan 2021 20:33:05 -0600
Build duration: 4 hr 30 min

Changes- Commit 4c32c3a6a508b63ce07ec88325f25ff7e0fd7de3 by k:

Remove unused frontend option

  • edit: include/swift/Option/FrontendOptions.td

  • Commit 30ac6e6440eff781296e29829da92df24690fcab by aschwaighofer:

    Constant fold known availability checks

    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
    • add: test/SILOptimizer/constant_propagation_availability.swift
  • Commit df432689292598643fab0a9d13a07944edb69f4e by pyaskevich:

    [CSBindings] Inference cannot fail

    • edit: include/swift/Sema/CSBindings.h
    • edit: lib/Sema/CSBindings.cpp
  • Commit ebf4886fb1b9fa2ff0f5982b2104d8fe8c970a97 by atrick:

    [OSSA] Convert access-enforcement-opts tests.

    • add: test/SILOptimizer/access_enforcement_opts_ossa.sil
    • add: test/SILOptimizer/access_enforcement_fastpath_ossa.sil
  • Commit 454a4452bd5ba3239e25bb17e510c6e1b1d8eb92 by atrick:

    Enable AccessEnforcementOpts with OSSA

    • edit: lib/SIL/IR/SILInstruction.cpp
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
  • Commit f1c38a7d644bb8ba1c8ef9c8a110412375cd850f by github:

    NFC: fix typo in versions.py

    • edit: utils/build_swift/build_swift/versions.py
  • Commit e508b1ab1481555dc863cd42026d9c697ade4c1e by compnerd:

    Platform: extend the D3D v10 module

    • edit: stdlib/public/Platform/winsdk.modulemap
  • Commit f2760bbea30a719895e6742b2e29203e424c2847 by meghanavgupta:

    Enable DCE on OSSA

    • edit: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp
    • edit: test/SILOptimizer/dead_code_elimination.sil
    • add: test/SILOptimizer/dead_code_elimination_ossa.sil
    • add: test/SILOptimizer/dead_code_elimination_nontrivial_ossa.sil
  • Commit 969ca0c1b2aaeca80b6f02e63a04138a1a8c8056 by rishizaki:

    [ASTPrinter] Print 'async' as a keyword

    • edit: lib/AST/TypeRepr.cpp
    • add: test/SourceKit/CursorInfo/cursor_info_concurrency.swift
    • edit: lib/AST/ASTPrinter.cpp
  • Commit ad735d45ca2077bc49443d7b27604530ed4dd324 by anders:

    Adjust the SwiftPMWorkspaceTests.testMultiTargetSwift() test to account for the SwiftPM fix for SR-12050, which adds '-Xcc' to the command line generated by SwiftPM and thereby introduces revlock between the SwiftPM fix and SourceKit-LSP.

    • edit: Tests/SKSwiftPMWorkspaceTests/SwiftPMWorkspaceTests.swift
  • Commit 3a8282376b6c2bb65a3bb580c10d4da1296d8df1 by tstellar:

    Add minor version to libclang.so and libclang-cpp.so SONAME

    • edit: clang/CMakeLists.txt
    • edit: clang/tools/clang-shlib/CMakeLists.txt
    • edit: clang/tools/libclang/CMakeLists.txt
  • Commit 95e5c3f6ec31fc3612ba7cc5df495726a740216a by github:

    Package collections: improve search performance (#3213)

    • edit: Sources/Basics/ConcurrencyHelpers.swift
    • edit: Sources/PackageCollections/CMakeLists.txt
    • edit: Sources/PackageCollections/Model/TargetListResult.swift
    • edit: Sources/PackageCollections/Storage/PackageCollectionsStorage.swift
    • add: Sources/PackageCollections/Storage/Trie.swift
    • edit: Tests/PackageCollectionsTests/PackageCollectionsStorageTests.swift
    • add: Tests/PackageCollectionsTests/TrieTests.swift
    • edit: Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift
  • Commit d6cc01d7f249a53aef15d8538f3c5962fb93c659 by xi_ge:

    Exit with 0 when swift-driver invocation is interrupted

    • edit: Sources/swift-driver/main.swift