[Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (main) #5362

# [FAILURE] oss-swift-incremental-ASAN-RA-osx [#5362]

Build URL: https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/5362/
Project: oss-swift-incremental-ASAN-RA-osx
Date of build: Thu, 10 Dec 2020 22:23:38 -0600
Build duration: 8 hr 39 min

Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes- Commit 634c582d0cf5a0c3390022704baab5e047911380 by klorentey:

[test] Fix test regressions in backdeployment bots

  • edit: test/stdlib/Error.swift

  • edit: test/PlaygroundTransform/placeholder.swift

  • edit: test/PlaygroundTransform/implicit_return_never.swift

  • edit: test/stdlib/OptionalTraps.swift

  • Commit 4e321320cf62513065c0380683d2cbcf7843c78b by pyaskevich:

    [CSStep] Don't retain multiple copies of the same bindings just for printing

    • edit: lib/Sema/CSStep.cpp
    • edit: lib/Sema/CSStep.h
    • edit: include/swift/Sema/ConstraintSystem.h
  • Commit ef673c74f1468ae0b4b0184e4a2a65a4e17345c9 by pyaskevich:

    [ConstraintSystem] Handle binding nullability in producer instead of collector

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

    [ConstraintSystem] Make binding producer responsible for attemping Any last

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSBindings.cpp
  • Commit 50cc0f040ffc34af88449044a151a67faf5179f1 by pyaskevich:

    [ConstraintSystem] NFC: Extract requiresOptionalAdjustment so it could be used for default bindings

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: include/swift/Sema/ConstraintSystem.h
  • Commit 34ff514ab19cdf9725fa8679e8288daa5f127c86 by ben_barham:

    [SourceKit] Fix flakey completion tests

    • edit: test/SourceKit/CodeComplete/complete_checkdeps_swiftmodule.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_otherfile.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_clangmodule.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_avoid_check.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_bridged.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_ownfile.swift
  • Commit 71d8bd8427c5187baa9066f1bb0fc00054e1db73 by compnerd:

    runtime: enable shims for Float16 on Windows (x86)

    • edit: stdlib/public/runtime/Float16Support.cpp
  • Commit 68f89d44de8894c5daf62cce555d0f0d5d59561d by ben_barham:

    [SourceKit] Fix flakey VFS completion tests

    • edit: test/SourceKit/CodeComplete/complete_checkdeps_vfs.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_vfs_open.swift
  • Commit 6dac520b66f0f01db9709de901e49adca3b33ac4 by ewilde:

    NFC: Fix signed unsigned comparison warnings

    • edit: unittests/Basic/MultiMapCacheTest.cpp
    • edit: unittests/Sema/UnresolvedMemberLookupTests.cpp
  • Commit 24c4fb0cfc85c7e06bd55a42b3a9d079835e699b by meghanavgupta:

    Add test for #35037

    • edit: test/SILOptimizer/mandatory_inlining.sil
  • Commit d5e09429cdcd5f75edeb787032b636603da9dec5 by davelee.com:

    [lldb] Stop printing debug messages for non-failing CompilerType comparisons

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit af7c46a997e847dc67bd8f25b0d87b6ee32bd336 by davelee.com:

    [lldb] Add ReferenceTypeInfo support to SwiftLanguageRuntimeImpl::GetNumChildren

    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
    • edit: lldb/source/Target/SwiftLanguageRuntimeImpl.h
  • Commit da1254e0c8a464f86f831b4d68d4aa1a0c91fe6e by davelee.com:

    fix early exit condition

    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
  • Commit 162fe1d202b562f7ceb5698ab6de56d6f75b98d8 by jonas:

    [lldb] Include thread id in the reproducer trace (NFC)

    • edit: lldb/include/lldb/Utility/ReproducerInstrumentation.h
  • Commit 4adb81a5c60db84d40852b76a63c6791cb85931c by jonas:

    [lldb] Track the API boundary using a thread_local variable.

    • edit: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    • edit: lldb/include/lldb/Utility/ReproducerInstrumentation.h
    • edit: lldb/source/Utility/ReproducerInstrumentation.cpp
  • Commit a1dbd3648abdc9133bb33ced4c71928cd418c197 by jonas:

    [lldb] Deal gracefully with concurrency in the API instrumentation.

    • edit: lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
    • edit: lldb/include/lldb/Utility/ReproducerInstrumentation.h
    • edit: lldb/source/Utility/ReproducerInstrumentation.cpp
  • Commit 6e50fe669d2f450db078d47880e1121b198c922a by teemperor:

    [ASTImporter] Add basic support for comparing Stmts and compare function bodies

    • edit: clang/include/clang/AST/ASTStructuralEquivalence.h
    • edit: clang/unittests/AST/StructuralEquivalenceTest.cpp
    • edit: clang/lib/AST/ASTStructuralEquivalence.cpp
  • Commit 88fa1bac4fd71f3c1c12eed40d57d75fccceb42e by teemperor:

    [ASTImporter] Refactor IsStructurallyEquivalent's Decl overloads to be more consistent

    • edit: clang/lib/AST/ASTStructuralEquivalence.cpp
    • edit: clang/unittests/AST/StructuralEquivalenceTest.cpp
  • Commit 33c5c98a463648262a2631accb3a8435feed3a9d by teemperor:

    [ASTImporter] Make the Import() return value consistent with the map of imported decls when merging ClassTemplateSpecializationDecls

    • edit: clang/unittests/AST/ASTImporterTest.cpp
    • edit: clang/lib/AST/ASTImporter.cpp
  • Commit 3ff1e4927a97cbbfcd31f2457abfdd5a861da052 by davelee.com:

    Use TypeRefBuilder::lookupSuperclass

    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
  • Commit 5967cbce2c968818e93aa07f3dcab4bfaeb85773 by davelee.com:

    fix TestLibraryIndirect.py

    • edit: lldb/test/API/lang/swift/implementation_only_imports/library_indirect/TestLibraryIndirect.py
  • Commit 3c4c00b69e0121c4b60651af2c202542ebf96c93 by davelee.com:

    remove {}

    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
  • Commit 5d9787fa8c677ec2d5cabb2066e744f406a48c82 by teemperor:

    [ASTImporter] Import the default argument of NonTypeTemplateParmDecl

    • edit: clang/lib/AST/ASTImporter.cpp
  • Commit 512185419eee56de9fdae429cb972e7fc658f410 by teemperor:

    [lldb] Don't infinite loop in SemaSourceWithPriorities::CompleteType when trying to complete a forward decl

    • add: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/main.cpp
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    • add: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/TestForwardDeclFromStdModule.py
    • add: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/libc_header.h
    • add: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/c++/v1/module.modulemap
    • add: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/c++/v1/vector
    • add: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/Makefile
  • Commit 71fb2a9d180d7fb8b263b8c41890e18df7077740 by teemperor:

    [lldb] Enable std::pair in CxxModuleHandler

    • edit: lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
    • add: lldb/test/API/commands/expression/import-std-module/pair/main.cpp
    • add: lldb/test/API/commands/expression/import-std-module/pair/TestPairFromStdModule.py
    • add: lldb/test/API/commands/expression/import-std-module/pair/Makefile
  • Commit 73b530a2de8e1792b2175c2ac09b944280e2a726 by teemperor:

    [lldb] Reference STL types in import-std-module tests

    • edit: lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/list/TestListFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
    • edit: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/TestForwardDeclFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/main.cpp
    • edit: lldb/test/API/commands/expression/import-std-module/pair/TestPairFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
    • edit: lldb/test/API/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/no-std-module/TestMissingStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/unique_ptr/main.cpp
    • edit: lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/basic/TestImportStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    • edit: lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
  • Commit 8775386d0e19e3b4f5544ab29831199877f88b9f by teemperor:

    [lldb][NFC] Fix flaky TestForwardDeclFromStdModule test

    • edit: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/c++/v1/vector
  • Commit 6997f66966b855c9136c5cf4d0d370fb99875eda by teemperor:

    [lldb] Remove legacy casts from TestStackFromStdModule

    • edit: lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
  • Commit a0aa8f46f9c418e9342a41a9832255ed40e6c4e6 by teemperor:

    [ASTImporter] Import the default argument of TemplateTypeParmDecl

    • edit: lldb/test/API/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
    • edit: clang/lib/AST/ASTImporter.cpp
    • edit: lldb/test/API/commands/expression/import-std-module/list/TestListFromStdModule.py
    • edit: clang/unittests/AST/ASTImporterTest.cpp
    • edit: lldb/test/API/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
    • edit: lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
  • Commit c899b936f039d8d105f9ceacc271a032d648a0be by teemperor:

    [lldb][import-std-module] Add a test for typedef'd std types

    • edit: lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
    • edit: lldb/test/API/commands/expression/import-std-module/vector/main.cpp
  • Commit 1fc112f58ff467ca2c6cb7252831b1f4c7f62449 by teemperor:

    [lldb] Fix that symbols.clang-modules-cache-path is never initialized

    • edit: lldb/source/Core/ModuleList.cpp
    • edit: lldb/test/Shell/helper/toolchain.py
    • edit: lldb/include/lldb/Core/ModuleList.h
    • add: lldb/test/Shell/Settings/TestDefaultModuleCachePath.test
  • Commit a02e58b314b158427d9857ed9b5eb73909ba8244 by teemperor:

    [lldb] Remove assumption from Clang-based data formatters that their types are in the scratch AST

    • edit: lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
    • edit: lldb/source/DataFormatters/VectorType.cpp
    • edit: lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
  • Commit 1883ef71cd8e7b53b940460b1a78438287c2692f by teemperor:

    Suppress printing template arguments that match default template

    • edit: clang/lib/AST/DeclTemplate.cpp
    • edit: clang/lib/AST/TypePrinter.cpp
    • add: clang/test/Misc/diag-template.cpp
    • edit: clang/include/clang/AST/PrettyPrinter.h
    • edit: clang/test/SemaTemplate/instantiation-default-1.cpp
    • edit: clang/lib/Frontend/FrontendActions.cpp
    • edit: clang/test/SemaTemplate/class-template-spec.cpp
    • edit: clang/test/SemaCXX/cxx14-compat.cpp
    • edit: clang/test/SemaCXX/generic-selection.cpp
    • edit: clang/test/SemaTemplate/class-template-id.cpp
    • edit: clang/include/clang/AST/Type.h
  • Commit 17814aa759388523d632102ffc896ec5d5de2d53 by teemperor:

    [lldb] Introduce a LLDB printing policy for Clang type names that suppressed inline namespaces

    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  • Commit 557437f78a7b1c8f17501660db38e764300cdaf7 by teemperor:

    [lldb] Always include template arguments that have their default value in the internal type name

    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  • Commit 7ea8fd443f1905a93aabd8b8d568330c4e879234 by teemperor:

    [lldb] Ignore certain Clang type sugar when creating the type name

    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  • Commit 7462f7b783354974e6776b3ad4a87ba5e9f79704 by teemperor:

    [lldb] Add SubstTemplateTypeParm to RemoveWrappingTypes

    • add: lldb/test/API/lang/cpp/subst_template_type_param/TestSubstTemplateTypeParam.py
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  • Commit 39cc2aa72d9653f53a392d218b4ffa58ccbc22e8 by teemperor:

    [lldb] Remove nothreadallow from SWIG's str wrappers to work around a Python>=3.7 crash

    • edit: lldb/bindings/macros.swig
    • add: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/Makefile
    • add: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/TestDataFormatterLibcxxDeque.py
    • add: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/main.cpp
  • Commit 00f4df161905c500c8db54a5cf304657cb3b6290 by teemperor:

    [lldb][NFC] Rename TypeSystemClangForExpressions to ScratchTypeSystemClang

    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
  • Commit f855014c102835584329315a00bf45add3d8a227 by teemperor:

    [lldb] Desugar template specializations

    • add: lldb/test/API/lang/cpp/template-specialization-type/TestTemplateSpecializationType.py
    • add: lldb/test/API/lang/cpp/template-specialization-type/main.cpp
    • add: lldb/test/API/lang/cpp/template-specialization-type/Makefile
  • Commit 664cdeb50c0fd07365d970527d8e018f86965f89 by teemperor:

    [lldb][NFC] Document and encapsulate OriginMap in ASTContextMetadata

    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
  • Commit 2bfe35233018f46ac9e79eaf0b0e4297a8a13a34 by teemperor:

    [lldb] Fix a crash when the ASTImporter is giving us two Imported callbacks for the same target decl

    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    • add: lldb/test/API/lang/c/record_decl_in_expr/TestRecordDeclInExpr.py
  • Commit 59b8e7832ab128c2e910c52c20d266edf2a8dd26 by teemperor:

    [lldb] Allow LLDB to automatically retry a failed expression with an imported std C++ module

    • edit: lldb/source/Target/Target.cpp
    • edit: lldb/source/Target/TargetProperties.td
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    • edit: lldb/include/lldb/Target/Target.h
    • add: lldb/test/API/commands/expression/import-std-module/retry-with-std-module/TestRetryWithStdModule.py
    • add: lldb/test/API/commands/expression/import-std-module/retry-with-std-module/Makefile
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
    • add: lldb/test/API/commands/expression/import-std-module/retry-with-std-module/main.cpp
  • Commit b1dabed68664bd6d6ac622e3367e2dd414df528a by teemperor:

    [lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::GetForTarget

    • edit: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
    • edit: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    • edit: lldb/source/Plugins/Language/ObjC/NSString.cpp
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
    • edit: lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    • edit: lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    • edit: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    • edit: lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    • edit: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
    • edit: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
    • edit: lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
    • edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    • edit: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
    • edit: lldb/source/Plugins/Language/ObjC/NSException.cpp
    • edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    • edit: lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    • edit: lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
    • edit: lldb/source/Plugins/Language/ObjC/NSError.cpp
    • edit: lldb/source/Plugins/Language/ObjC/NSArray.cpp
    • edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
    • edit: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  • Commit 5211a31fcceb298bbf62c8119365bdc61f293a6c by teemperor:

    [lldb] Introduce separate scratch ASTs for debug info types and types imported from C++ modules.

    • add: lldb/test/API/commands/expression/import-std-module/non-module-type-separation/Makefile
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    • add: lldb/test/API/commands/expression/import-std-module/non-module-type-separation/TestNonModuleTypeSeparation.py
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    • add: lldb/test/API/commands/expression/import-std-module/non-module-type-separation/main.cpp
    • edit: lldb/unittests/Symbol/TestTypeSystemClang.cpp
  • Commit 7f6e44325b370249c5a9e7e42c5f224c300b433d by teemperor:

    [lldb] Enable import-std-module's fallback mode by default

    • edit: lldb/source/Target/TargetProperties.td
  • Commit a76bd632fb9910b0a04ac97a77c5c604d15cdc1a by davelee.com:

    another fix to TestLibraryIndirect.py

    • edit: lldb/test/API/lang/swift/implementation_only_imports/library_indirect/TestLibraryIndirect.py
  • Commit 5f947448c3e5eb197f997c37a604e15c5a7a90aa by teemperor:

    [lldb] Account for renamed ScratchTypeSystemClang for swift

    • edit: lldb/source/Plugins/Language/Swift/SwiftArray.cpp
    • edit: lldb/source/Plugins/InstrumentationRuntime/SwiftRuntimeReporting/SwiftRuntimeReporting.cpp
    • edit: lldb/source/Target/SwiftLanguageRuntime.cpp
    • edit: lldb/source/Plugins/Language/Swift/SwiftFormatters.cpp
    • edit: lldb/source/Plugins/Language/Swift/SwiftHashedContainer.cpp
    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
  • Commit bfde016c44acc43c27eb3b7a0545a0662a181502 by github:

    dependency resolution performance improvements (#3106)

    • edit: Sources/Basics/ConcurrencyHelpers.swift
    • edit: Tests/PackageLoadingTests/PD4_2LoadingTests.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
    • edit: Sources/PackageLoading/ToolsVersionLoader.swift
    • edit: Sources/PackageGraph/Pubgrub/Term.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Sources/PackageGraph/Pubgrub/PubgrubDependencyResolver.swift
  • Commit f463d12ed23a01c82557598abde79404727c6e8d by dungar:

    Only for testing if .py

    • edit: Sources/SwiftDriver/Driver/Driver.swift
    • edit: Sources/SwiftDriver/Jobs/CompileJob.swift
    • edit: Sources/SwiftDriver/Utilities/FileType.swift
  • Commit 5d4238580e4fd38280790a91ac463851fd89e114 by dungar:

    enable test for batch mode continuing after errors

    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
  • Commit 15e19ca22fcb7f5389a26d5692c8ceb906a029c6 by dungar:

    tiny cleanups

    • edit: Sources/SwiftDriver/Incremental Compilation/BuildRecordInfo.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/BuildRecord.swift