在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → swift-提供了在Windows下编译和运行Swift语言程序的支持(cygwinmsvcmingw)

swift-提供了在Windows下编译和运行Swift语言程序的支持(cygwinmsvcmingw)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:20.96M
  • 下载次数:1
  • 浏览次数:204
  • 发布时间:2021-11-10
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
Swift for Windows" 是一个免费开源的工具,提供了在 Windows 下编译和运行 Swift 语言程序的支持
【实例截图】
【核心代码】
4744302543456933204.zip
└── tinysun212-swift-windows-16c81a4
├── apinotes
│   ├── Accelerate.apinotes
│   ├── CMakeLists.txt
│   ├── Dispatch.apinotes
│   ├── os.apinotes
│   ├── README.md
│   └── ScriptingBridge.apinotes
├── benchmark
│   ├── cmake
│   │   └── modules
│   │   ├── AddSwiftBenchmarkSuite.cmake
│   │   └── SwiftBenchmarkUtils.cmake
│   ├── CMakeLists.txt
│   ├── multi-source
│   │   └── PrimsSplit
│   │   ├── main.swift
│   │   ├── Prims.swift
│   │   └── README.md
│   ├── README.md
│   ├── scripts
│   │   ├── Benchmark_Driver
│   │   ├── Benchmark_DTrace.in
│   │   ├── Benchmark_GuardMalloc.in
│   │   ├── Benchmark_RuntimeLeaksRunner.in
│   │   ├── CMakeLists.txt
│   │   ├── compare_perf_tests.py
│   │   ├── generate_harness
│   │   │   ├── generate_harness.py
│   │   │   └── test_generate_harness.sh
│   │   ├── perf_test_driver
│   │   │   ├── perf_test_driver.py
│   │   │   └── swift_stats.d
│   │   └── test_compare_perf_tests.py
│   ├── single-source
│   │   ├── Ackermann.swift
│   │   ├── AngryPhonebook.swift
│   │   ├── AnyHashableWithAClass.swift
│   │   ├── Array2D.swift
│   │   ├── ArrayAppend.swift
│   │   ├── ArrayInClass.swift
│   │   ├── ArrayLiteral.swift
│   │   ├── ArrayOfGenericPOD.swift
│   │   ├── ArrayOfGenericRef.swift
│   │   ├── ArrayOfPOD.swift
│   │   ├── ArrayOfRef.swift
│   │   ├── ArraySetElement.swift
│   │   ├── ArraySubscript.swift
│   │   ├── BitCount.swift
│   │   ├── ByteSwap.swift
│   │   ├── Calculator.swift
│   │   ├── CaptureProp.swift
│   │   ├── CharacterLiteralsLarge.swift
│   │   ├── CharacterLiteralsSmall.swift
│   │   ├── Chars.swift
│   │   ├── ClassArrayGetter.swift
│   │   ├── CString.swift
│   │   ├── DeadArray.swift
│   │   ├── DictionaryBridge.swift
│   │   ├── DictionaryGroup.swift
│   │   ├── DictionaryLiteral.swift
│   │   ├── DictionaryRemove.swift
│   │   ├── DictionarySubscriptDefault.swift
│   │   ├── DictionarySwap.swift
│   │   ├── DictTest2.swift
│   │   ├── DictTest3.swift
│   │   ├── DictTest.swift
│   │   ├── DropFirst.swift
│   │   ├── DropFirst.swift.gyb
│   │   ├── DropLast.swift
│   │   ├── DropLast.swift.gyb
│   │   ├── DropWhile.swift
│   │   ├── DropWhile.swift.gyb
│   │   ├── ErrorHandling.swift
│   │   ├── Exclusivity.swift
│   │   ├── ExistentialPerformance.swift
│   │   ├── Fibonacci.swift
│   │   ├── Hanoi.swift
│   │   ├── HashQuadratic.swift
│   │   ├── Hash.swift
│   │   ├── Histogram.swift
│   │   ├── Integrate.swift
│   │   ├── IterateData.swift
│   │   ├── Join.swift
│   │   ├── LazyFilter.swift
│   │   ├── LinkedList.swift
│   │   ├── MapReduce.swift
│   │   ├── Memset.swift
│   │   ├── MonteCarloE.swift
│   │   ├── MonteCarloPi.swift
│   │   ├── NopDeinit.swift
│   │   ├── NSDictionaryCastToSwift.swift
│   │   ├── NSError.swift
│   │   ├── NSStringConversion.swift
│   │   ├── ObjectAllocation.swift
│   │   ├── ObjectiveCBridgingStubs.swift
│   │   ├── ObjectiveCBridging.swift
│   │   ├── ObjectiveCNoBridgingStubs.swift
│   │   ├── ObserverClosure.swift
│   │   ├── ObserverForwarderStruct.swift
│   │   ├── ObserverPartiallyAppliedMethod.swift
│   │   ├── ObserverUnappliedMethod.swift
│   │   ├── OpenClose.swift
│   │   ├── Phonebook.swift
│   │   ├── PolymorphicCalls.swift
│   │   ├── PopFrontGeneric.swift
│   │   ├── PopFront.swift
│   │   ├── Prefix.swift
│   │   ├── Prefix.swift.gyb
│   │   ├── PrefixWhile.swift
│   │   ├── PrefixWhile.swift.gyb
│   │   ├── Prims.swift
│   │   ├── ProtocolDispatch2.swift
│   │   ├── ProtocolDispatch.swift
│   │   ├── RangeAssignment.swift
│   │   ├── RangeIteration.swift
│   │   ├── RC4.swift
│   │   ├── RecursiveOwnedParameter.swift
│   │   ├── ReduceInto.swift
│   │   ├── ReversedCollections.swift
│   │   ├── RGBHistogram.swift
│   │   ├── SetTests.swift
│   │   ├── SevenBoom.swift
│   │   ├── Sim2DArray.swift
│   │   ├── SortLargeExistentials.swift
│   │   ├── SortLettersInPlace.swift
│   │   ├── SortStrings.swift
│   │   ├── StackPromo.swift
│   │   ├── StaticArray.swift
│   │   ├── StrComplexWalk.swift
│   │   ├── StringBuilder.swift
│   │   ├── StringComparison.swift
│   │   ├── StringComparison.swift.gyb
│   │   ├── StringEdits.swift
│   │   ├── StringEnum.swift
│   │   ├── StringInterpolation.swift
│   │   ├── StringMatch.swift
│   │   ├── StringTests.swift
│   │   ├── StringWalk.swift
│   │   ├── StringWalk.swift.gyb
│   │   ├── StrToInt.swift
│   │   ├── Substring.swift
│   │   ├── Suffix.swift
│   │   ├── Suffix.swift.gyb
│   │   ├── SuperChars.swift
│   │   ├── TwoSum.swift
│   │   ├── TypeFlood.swift
│   │   ├── UTF8Decode.swift
│   │   ├── Walsh.swift
│   │   └── XorLoop.swift
│   └── utils
│   ├── ArgParse.swift
│   ├── convertToJSON.py
│   ├── DriverUtils.swift
│   ├── main.swift
│   ├── ObjectiveCTests
│   │   ├── module.map
│   │   ├── ObjectiveCTests.h
│   │   └── ObjectiveCTests.m
│   └── TestsUtils.swift
├── bindings
│   └── xml
│   └── comment-xml-schema.rng
├── BUILD-CYGWIN-64.md
├── BUILD-MINGW.md
├── BUILD-WINDOWS.md
├── CHANGELOG.md
├── cmake
│   ├── dummy.cpp
│   └── modules
│   ├── AddSwift.cmake
│   ├── AddSwiftTableGen.cmake
│   ├── AddSwiftUnittests.cmake
│   ├── CMakeLists.txt
│   ├── DarwinSDKs.cmake
│   ├── FindICU.cmake
│   ├── FindUUID.cmake
│   ├── StandaloneOverlay.cmake
│   ├── SwiftAddCustomCommandTarget.cmake
│   ├── SwiftCheckCXXNativeRegex.cmake
│   ├── SwiftComponents.cmake
│   ├── SwiftConfig.cmake.in
│   ├── SwiftConfigureSDK.cmake
│   ├── SwiftDarwin.cmake
│   ├── SwiftExternalBenchmarkBuild.cmake
│   ├── SwiftHandleGybSources.cmake
│   ├── SwiftList.cmake
│   ├── SwiftManpage.cmake
│   ├── SwiftSetIfArchBitness.cmake
│   ├── SwiftSharedCMakeConfig.cmake
│   ├── SwiftSource.cmake
│   ├── SwiftUtils.cmake
│   ├── SwiftWindowsSupport.cmake
│   └── SwiftXcodeSupport.cmake
├── CMakeLists.txt
├── CODE_OF_CONDUCT.md
├── CODE_OWNERS.TXT
├── CONTRIBUTING.md
├── docs
│   ├── ABI
│   │   ├── GenericSignature.md
│   │   ├── KeyPaths.md
│   │   ├── Mangling.rst
│   │   ├── TypeLayout.rst
│   │   └── TypeMetadata.rst
│   ├── ABIStabilityManifesto.md
│   ├── AccessControlInStdlib.rst
│   ├── AccessControl.rst
│   ├── Android.md
│   ├── archive
│   │   ├── LangRef.html
│   │   ├── LangRefNew.rst
│   │   ├── NamespaceLevelVarsAndTopLevelCode.rst
│   │   ├── Objective-CInteroperability.rst
│   │   └── Resilience.rst
│   ├── ARCOptimization.rst
│   ├── ArrayBridge.graffle
│   ├── ArrayBridge.png
│   ├── ArrayCast.graffle
│   ├── ArrayCast.png
│   ├── ArrayImplementation.graffle
│   ├── ArrayImplementation.png
│   ├── Array.png
│   ├── Arrays.rst
│   ├── Branches.md
│   ├── CallingConvention.rst
│   ├── CMakeLists.txt
│   ├── CompilerPerformance.md
│   ├── conf.py
│   ├── contents.rst
│   ├── ContiguousArray.png
│   ├── ContinuousIntegration.md
│   ├── DebuggingTheCompiler.rst
│   ├── DependencyAnalysis.rst
│   ├── Diagnostics.md
│   ├── DocumentationComments.md
│   ├── doxygen.cfg.in
│   ├── doxygen.css
│   ├── doxygen.footer
│   ├── doxygen.header
│   ├── doxygen.intro
│   ├── DriverInternals.rst
│   ├── Driver.md
│   ├── DriverParseableOutput.rst
│   ├── ErrorHandlingRationale.rst
│   ├── ErrorHandling.rst
│   ├── FailableInitializers.rst
│   ├── favicon.ico
│   ├── GenerateTopLevelLitreCMakeLists.cmake
│   ├── GenericsManifesto.md
│   ├── Generics.rst
│   ├── GitWorkflows.rst
│   ├── HighLevelSILOptimizations.rst
│   ├── Import.rst
│   ├── IndexInvalidation.rst
│   ├── InitializerProblems.rst
│   ├── InstrumentsExpandedProfile.png
│   ├── InstrumentsProfile.png
│   ├── Lexicon.rst
│   ├── libFuzzerIntegration.rst
│   ├── LibraryEvolution.rst
│   ├── Literals.rst
│   ├── LitreTemplate.cmake
│   ├── LogicalObjects.rst
│   ├── Makefile
│   ├── Modules.rst
│   ├── MutationModel.rst
│   ├── ObjectInitialization.rst
│   ├── OptimizationTips.rst
│   ├── OptimizerCountersAnalysis.md
│   ├── OptimizerDesign.md
│   ├── OwnershipManifesto.md
│   ├── PatternMatching.rst
│   ├── PerfReport.png
│   ├── proposals
│   │   ├── Accessors.rst
│   │   ├── archive
│   │   │   ├── MemoryAndConcurrencyModel.rst
│   │   │   ├── ProgramStructureAndCompilationModel.rst
│   │   │   └── UnifiedFunctionSyntax.rst
│   │   ├── ArrayBridge.rst
│   │   ├── AttrC.rst
│   │   ├── Concurrency.rst
│   │   ├── containers_value_type.html
│   │   ├── CPointerArgumentInterop.rst
│   │   ├── CPointerInteropLanguageModel.rst
│   │   ├── DeclarationTypeChecker.rst
│   │   ├── Enums.rst
│   │   ├── EnumStyle.rst
│   │   ├── Initialization.rst
│   │   ├── InitializerInheritance.rst
│   │   ├── InoutCOWOptimization.rst
│   │   ├── Inplace.rst
│   │   ├── ObjCInteroperation.rst
│   │   ├── OptimizerEffects.rst
│   │   ├── OptionSets.rst
│   │   ├── README.txt
│   │   ├── rejected
│   │   │   ├── BridgingContainerProtocolsToClassClusters.rst
│   │   │   ├── ClassConstruction.rst
│   │   │   ├── Clonable.rst
│   │   │   ├── Constructors.rst
│   │   │   └── KeywordArguments.rst
│   │   ├── RemoteMirrors.rst
│   │   ├── TypeState.rst
│   │   ├── UnsupportedOptimizationAttributes.rst
│   │   ├── valref.rst
│   │   ├── ValueSemantics.rst
│   │   └── WholeModuleOptimization.rst
│   ├── refactoring
│   │   ├── Cursor.png
│   │   ├── Range.png
│   │   ├── SwiftLocalRefactoring.md
│   │   └── Toolchain.png
│   ├── Refactoring.md
│   ├── Runtime.md
│   ├── scripts
│   │   └── ns-html2rst
│   ├── SequencesAndCollections.rst
│   ├── Serialization.rst
│   ├── SIL.rst
│   ├── Slice.png
│   ├── StandardLibraryProgrammersManual.md
│   ├── _static
│   │   ├── favicon.ico
│   │   └── swift.css
│   ├── StdlibAPIGuidelines.rst
│   ├── StdlibRationales.rst
│   ├── StoredAndComputedVariables.rst
│   ├── StringDesign.rst
│   ├── StringManifesto.md
│   ├── Swift3Compatibility.md
│   ├── SwiftFormat.md
│   ├── _templates
│   │   └── layout.html
│   ├── Testing.md
│   ├── TextFormatting.rst
│   ├── toc.js
│   ├── tools
│   │   ├── CMakeLists.txt
│   │   └── swift.pod
│   ├── TransparentAttr.rst
│   ├── TypeChecker.rst
│   ├── Ubuntu14.md
│   ├── weak.rst
│   └── Windows.md
├── include
│   ├── CMakeLists.txt
│   └── swift
│   ├── ABI
│   │   ├── Class.h
│   │   ├── HeapObject.h
│   │   ├── KeyPath.h
│   │   ├── MetadataKind.def
│   │   ├── MetadataValues.h
│   │   ├── System.h
│   │   └── ValueWitness.def
│   ├── AST
│   │   ├── AccessScope.h
│   │   ├── AnyFunctionRef.h
│   │   ├── ASTContext.h
│   │   ├── ASTMangler.h
│   │   ├── ASTNode.h
│   │   ├── ASTPrinter.h
│   │   ├── ASTScope.h
│   │   ├── ASTVisitor.h
│   │   ├── ASTWalker.h
│   │   ├── Attr.def
│   │   ├── Attr.h
│   │   ├── AttrKind.h
│   │   ├── Availability.h
│   │   ├── AvailabilitySpec.h
│   │   ├── Builtins.def
│   │   ├── Builtins.h
│   │   ├── CanTypeVisitor.h
│   │   ├── CaptureInfo.h
│   │   ├── ClangModuleLoader.h
│   │   ├── ClangNode.h
│   │   ├── Comment.h
│   │   ├── ConcreteDeclRef.h
│   │   ├── DebuggerClient.h
│   │   ├── DeclContext.h
│   │   ├── Decl.h
│   │   ├── DeclNameLoc.h
│   │   ├── DeclNodes.def
│   │   ├── DefaultArgumentKind.h
│   │   ├── DiagnosticConsumer.h
│   │   ├── DiagnosticEngine.h
│   │   ├── DiagnosticsAll.def
│   │   ├── DiagnosticsClangImporter.def
│   │   ├── DiagnosticsClangImporter.h
│   │   ├── DiagnosticsCommon.def
│   │   ├── DiagnosticsCommon.h
│   │   ├── DiagnosticsDriver.def
│   │   ├── DiagnosticsDriver.h
│   │   ├── DiagnosticsFrontend.def
│   │   ├── DiagnosticsFrontend.h
│   │   ├── DiagnosticsIRGen.def
│   │   ├── DiagnosticsIRGen.h
│   │   ├── DiagnosticsParse.def
│   │   ├── DiagnosticsParse.h
│   │   ├── DiagnosticsRefactoring.def
│   │   ├── DiagnosticsRefactoring.h
│   │   ├── DiagnosticsSema.def
│   │   ├── DiagnosticsSema.h
│   │   ├── DiagnosticsSIL.def
│   │   ├── DiagnosticsSIL.h
│   │   ├── ExistentialLayout.h
│   │   ├── Expr.h
│   │   ├── ExprNodes.def
│   │   ├── ForeignErrorConvention.h
│   │   ├── ForeignInfo.h
│   │   ├── FunctionRefKind.h
│   │   ├── GenericEnvironment.h
│   │   ├── GenericParamKey.h
│   │   ├── GenericSignatureBuilder.h
│   │   ├── GenericSignature.h
│   │   ├── Identifier.h
│   │   ├── IfConfigClause.h
│   │   ├── Initializer.h
│   │   ├── IRGenOptions.h
│   │   ├── KnownDecls.def
│   │   ├── KnownFoundationEntities.def
│   │   ├── KnownIdentifiers.def
│   │   ├── KnownProtocols.def
│   │   ├── KnownProtocols.h
│   │   ├── KnownStdlibTypes.def
│   │   ├── LayoutConstraint.h
│   │   ├── LazyResolver.h
│   │   ├── LinkLibrary.h
│   │   ├── LookupKinds.h
│   │   ├── Module.h
│   │   ├── ModuleLoader.h
│   │   ├── NameLookup.h
│   │   ├── Ownership.h
│   │   ├── ParameterList.h
│   │   ├── Pattern.h
│   │   ├── PatternNodes.def
│   │   ├── PlatformKind.h
│   │   ├── PlatformKinds.def
│   │   ├── PrettyStackTrace.h
│   │   ├── PrintOptions.h
│   │   ├── ProtocolAssociations.h
│   │   ├── ProtocolConformance.h
│   │   ├── ProtocolConformanceRef.h
│   │   ├── RawComment.h
│   │   ├── ReferencedNameTracker.h
│   │   ├── RequirementEnvironment.h
│   │   ├── Requirement.h
│   │   ├── ResilienceExpansion.h
│   │   ├── SearchPathOptions.h
│   │   ├── SILLayout.h
│   │   ├── SILOptions.h
│   │   ├── Stmt.h
│   │   ├── StmtNodes.def
│   │   ├── Substitution.h
│   │   ├── SubstitutionList.h
│   │   ├── SubstitutionMap.h
│   │   ├── SwiftNameTranslation.h
│   │   ├── SyntaxASTMap.h
│   │   ├── TypeAlignments.h
│   │   ├── TypeCheckerDebugConsumer.h
│   │   ├── Type.h
│   │   ├── TypeLoc.h
│   │   ├── TypeMatcher.h
│   │   ├── TypeMemberVisitor.h
│   │   ├── TypeNodes.def
│   │   ├── TypeOrExtensionDecl.h
│   │   ├── TypeRefinementContext.h
│   │   ├── TypeRepr.h
│   │   ├── TypeReprNodes.def
│   │   ├── Types.h
│   │   ├── TypeVisitor.h
│   │   ├── TypeWalker.h
│   │   ├── USRGeneration.h
│   │   └── Witness.h
│   ├── ASTSectionImporter
│   │   └── ASTSectionImporter.h
│   ├── Basic
│   │   ├── Algorithm.h
│   │   ├── ArrayRefView.h
│   │   ├── AssertImplements.h
│   │   ├── BlotMapVector.h
│   │   ├── BlotSetVector.h
│   │   ├── Cache.h
│   │   ├── ClusteredBitVector.h
│   │   ├── ColorUtils.h
│   │   ├── Compiler.h
│   │   ├── Defer.h
│   │   ├── DiagnosticOptions.h
│   │   ├── Diff.h
│   │   ├── DiverseList.h
│   │   ├── DiverseStack.h
│   │   ├── Dwarf.h
│   │   ├── Edit.h
│   │   ├── EditorPlaceholder.h
│   │   ├── EncodedSequence.h
│   │   ├── ExternalUnion.h
│   │   ├── FileSystem.h
│   │   ├── FlaggedPointer.h
│   │   ├── ImmutablePointerSet.h
│   │   ├── JSONSerialization.h
│   │   ├── LangOptions.h
│   │   ├── Lazy.h
│   │   ├── LLVMContext.h
│   │   ├── LLVM.h
│   │   ├── LLVMInitialize.h
│   │   ├── Malloc.h
│   │   ├── Mangler.h
│   │   ├── NullablePtr.h
│   │   ├── OptimizationMode.h
│   │   ├── OptionalEnum.h
│   │   ├── OptionSet.h
│   │   ├── OwnedString.h
│   │   ├── Platform.h
│   │   ├── PointerIntEnum.h
│   │   ├── PrefixMap.h
│   │   ├── PrettyStackTrace.h
│   │   ├── PrimitiveParsing.h
│   │   ├── ProfileCounter.h
│   │   ├── Program.h
│   │   ├── QuotedString.h
│   │   ├── Range.h
│   │   ├── RelativePointer.h
│   │   ├── Sanitizers.h
│   │   ├── SourceLoc.h
│   │   ├── SourceManager.h
│   │   ├── Statistic.h
│   │   ├── Statistics.def
│   │   ├── STLExtras.h
│   │   ├── StringExtras.h
│   │   ├── SuccessorMap.h
│   │   ├── TaskQueue.h
│   │   ├── ThreadSafeRefCounted.h
│   │   ├── Timer.h
│   │   ├── TopCollection.h
│   │   ├── TransformArrayRef.h
│   │   ├── TreeScopedHashTable.h
│   │   ├── type_traits.h
│   │   ├── Unicode.h
│   │   ├── UUID.h
│   │   ├── ValueEnumerator.h
│   │   ├── Varint.h
│   │   └── Version.h
│   ├── ClangImporter
│   │   ├── BuiltinMappedTypes.def
│   │   ├── ClangImporter.h
│   │   ├── ClangImporterOptions.h
│   │   ├── ClangModule.h
│   │   └── SIMDMappedTypes.def
│   ├── CMakeLists.txt
│   ├── Config.h.in
│   ├── Demangling
│   │   ├── Demangle.h
│   │   ├── DemangleNodes.def
│   │   ├── Demangler.h
│   │   ├── ManglingMacros.h
│   │   ├── ManglingUtils.h
│   │   ├── Punycode.h
│   │   ├── StandardTypesMangling.def
│   │   └── ValueWitnessMangling.def
│   ├── Driver
│   │   ├── Action.h
│   │   ├── Compilation.h
│   │   ├── DependencyGraph.h
│   │   ├── Driver.h
│   │   ├── FrontendUtil.h
│   │   ├── Job.h
│   │   ├── OutputFileMap.h
│   │   ├── ParseableOutput.h
│   │   ├── ToolChain.h
│   │   ├── Types.def
│   │   ├── Types.h
│   │   └── Util.h
│   ├── Frontend
│   │   ├── DiagnosticVerifier.h
│   │   ├── Frontend.h
│   │   ├── FrontendOptions.h
│   │   ├── PrintingDiagnosticConsumer.h
│   │   └── SerializedDiagnosticConsumer.h
│   ├── FrontendTool
│   │   └── FrontendTool.h
│   ├── IDE
│   │   ├── APIDigesterData.h
│   │   ├── CodeCompletionCache.h
│   │   ├── CodeCompletion.h
│   │   ├── CommentConversion.h
│   │   ├── DigesterEnums.def
│   │   ├── Formatting.h
│   │   ├── ModuleInterfacePrinting.h
│   │   ├── Refactoring.h
│   │   ├── RefactoringKinds.def
│   │   ├── REPLCodeCompletion.h
│   │   ├── SourceEntityWalker.h
│   │   ├── SyntaxModel.h
│   │   └── Utils.h
│   ├── Immediate
│   │   └── Immediate.h
│   ├── Index
│   │   ├── IndexDataConsumer.h
│   │   ├── Index.h
│   │   ├── IndexRecord.h
│   │   ├── IndexSymbol.h
│   │   └── Utils.h
│   ├── IRGen
│   │   ├── IRGenPublic.h
│   │   ├── IRGenSILPasses.h
│   │   ├── Linking.h
│   │   └── ValueWitness.h
│   ├── LLVMPasses
│   │   ├── PassesFwd.h
│   │   └── Passes.h
│   ├── Markup
│   │   ├── AST.h
│   │   ├── ASTNodes.def
│   │   ├── LineList.h
│   │   ├── Markup.h
│   │   ├── SimpleFields.def
│   │   ├── SourceLoc.h
│   │   └── XMLUtils.h
│   ├── Migrator
│   │   ├── ASTMigratorPass.h
│   │   ├── EditorAdapter.h
│   │   ├── FixitApplyDiagnosticConsumer.h
│   │   ├── FixitFilter.h
│   │   ├── MigrationState.h
│   │   ├── Migrator.h
│   │   ├── MigratorOptions.h
│   │   ├── Replacement.h
│   │   └── RewriteBufferEditsReceiver.h
│   ├── Option
│   │   ├── CMakeLists.txt
│   │   ├── FrontendOptions.td
│   │   ├── Options.h
│   │   ├── Options.td
│   │   └── SanitizerOptions.h
│   ├── Parse
│   │   ├── CodeCompletionCallbacks.h
│   │   ├── Confusables.def
│   │   ├── Confusables.h
│   │   ├── DelayedParsingCallbacks.h
│   │   ├── Lexer.h
│   │   ├── LocalContext.h
│   │   ├── Parser.h
│   │   ├── ParserResult.h
│   │   ├── ParseSILSupport.h
│   │   ├── PersistentParserState.h
│   │   ├── Scope.h
│   │   ├── SyntaxParserResult.h
│   │   └── Token.h
│   ├── PrintAsObjC
│   │   └── PrintAsObjC.h
│   ├── Reflection
│   │   ├── MetadataSourceBuilder.h
│   │   ├── MetadataSource.h
│   │   ├── MetadataSources.def
│   │   ├── Records.h
│   │   ├── ReflectionContext.h
│   │   ├── TypeLowering.h
│   │   ├── TypeRefBuilder.h
│   │   ├── TypeRef.h
│   │   └── TypeRefs.def
│   ├── Remote
│   │   ├── CMemoryReader.h
│   │   ├── Failure.h
│   │   ├── FailureKinds.def
│   │   ├── InProcessMemoryReader.h
│   │   ├── MemoryReader.h
│   │   ├── MetadataReader.h
│   │   └── RemoteAddress.h
│   ├── RemoteAST
│   │   └── RemoteAST.h
│   ├── Runtime
│   │   ├── Casting.h
│   │   ├── Concurrent.h
│   │   ├── Config.h
│   │   ├── Debug.h
│   │   ├── Enum.h
│   │   ├── Exclusivity.h
│   │   ├── Heap.h
│   │   ├── HeapObject.h
│   │   ├── InstrumentsSupport.h
│   │   ├── Metadata.h
│   │   ├── Mutex.h
│   │   ├── MutexPThread.h
│   │   ├── MutexWin32.h
│   │   ├── ObjCBridge.h
│   │   ├── Once.h
│   │   ├── Portability.h
│   │   ├── Reflection.h
│   │   ├── RuntimeFnWrappersGen.h
│   │   ├── RuntimeFunctions.def
│   │   └── Unreachable.h
│   ├── Sema
│   │   ├── IDETypeChecking.h
│   │   ├── IterativeTypeChecker.h
│   │   ├── SourceLoader.h
│   │   ├── TypeCheckRequest.h
│   │   ├── TypeCheckRequestKinds.def
│   │   └── TypeCheckRequestPayloads.def
│   ├── Serialization
│   │   ├── BCReadingExtras.h
│   │   ├── DeclTypeRecordNodes.def
│   │   ├── ModuleFile.h
│   │   ├── ModuleFormat.h
│   │   ├── SerializationOptions.h
│   │   ├── SerializedModuleLoader.h
│   │   ├── SerializedSILLoader.h
│   │   └── Validation.h
│   ├── SIL
│   │   ├── AbstractionPattern.h
│   │   ├── BasicBlockUtils.h
│   │   ├── BridgedTypes.def
│   │   ├── CFG.h
│   │   ├── Consumption.h
│   │   ├── DebugUtils.h
│   │   ├── Dominance.h
│   │   ├── DynamicCasts.h
│   │   ├── FormalLinkage.h
│   │   ├── InstructionUtils.h
│   │   ├── LoopInfo.h
│   │   ├── Notifications.h
│   │   ├── OptimizationRemark.h
│   │   ├── OwnershipChecker.h
│   │   ├── PatternMatch.h
│   │   ├── PostOrder.h
│   │   ├── PrettyStackTrace.h
│   │   ├── Projection.h
│   │   ├── SILAllocated.h
│   │   ├── SILArgumentConvention.h
│   │   ├── SILArgument.h
│   │   ├── SILBasicBlock.h
│   │   ├── SILBuilder.h
│   │   ├── SILBuiltinVisitor.h
│   │   ├── SILCloner.h
│   │   ├── SILCoverageMap.h
│   │   ├── SILDebuggerClient.h
│   │   ├── SILDebugScope.h
│   │   ├── SILDeclRef.h
│   │   ├── SILDefaultWitnessTable.h
│   │   ├── SILFunctionConventions.h
│   │   ├── SILFunction.h
│   │   ├── SILGlobalVariable.h
│   │   ├── SILInstruction.h
│   │   ├── SILLinkage.h
│   │   ├── SILLocation.h
│   │   ├── SILModule.h
│   │   ├── SILNode.h
│   │   ├── SILNodes.def
│   │   ├── SILOpenedArchetypesTracker.h
│   │   ├── SILPrintContext.h
│   │   ├── SILProfiler.h
│   │   ├── SILSuccessor.h
│   │   ├── SILType.h
│   │   ├── SILUndef.h
│   │   ├── SILValue.h
│   │   ├── SILVisitor.h
│   │   ├── SILVTable.h
│   │   ├── SILVTableVisitor.h
│   │   ├── SILWitnessTable.h
│   │   ├── SILWitnessVisitor.h
│   │   ├── TypeLowering.h
│   │   └── TypeSubstCloner.h
│   ├── SILOptimizer
│   │   ├── Analysis
│   │   │   ├── AccessSummaryAnalysis.h
│   │   │   ├── AliasAnalysis.h
│   │   │   ├── Analysis.def
│   │   │   ├── Analysis.h
│   │   │   ├── ARCAnalysis.h
│   │   │   ├── ArraySemantic.h
│   │   │   ├── BasicCalleeAnalysis.h
│   │   │   ├── BottomUpIPAnalysis.h
│   │   │   ├── CallerAnalysis.h
│   │   │   ├── CFG.h
│   │   │   ├── ClassHierarchyAnalysis.h
│   │   │   ├── ClosureScope.h
│   │   │   ├── ColdBlockInfo.h
│   │   │   ├── DestructorAnalysis.h
│   │   │   ├── DominanceAnalysis.h
│   │   │   ├── EpilogueARCAnalysis.h
│   │   │   ├── EscapeAnalysis.h
│   │   │   ├── FunctionOrder.h
│   │   │   ├── IVAnalysis.h
│   │   │   ├── LoopAnalysis.h
│   │   │   ├── LoopRegionAnalysis.h
│   │   │   ├── PostOrderAnalysis.h
│   │   │   ├── ProgramTerminationAnalysis.h
│   │   │   ├── RCIdentityAnalysis.h
│   │   │   ├── SideEffectAnalysis.h
│   │   │   ├── SimplifyInstruction.h
│   │   │   ├── TypeExpansionAnalysis.h
│   │   │   └── ValueTracking.h
│   │   ├── PassManager
│   │   │   ├── Passes.def
│   │   │   ├── Passes.h
│   │   │   ├── PassManager.h
│   │   │   ├── PassPipeline.def
│   │   │   ├── PassPipeline.h
│   │   │   ├── PrettyStackTrace.h
│   │   │   └── Transforms.h
│   │   └── Utils
│   │   ├── CFG.h
│   │   ├── ConstantFolding.h
│   │   ├── Devirtualize.h
│   │   ├── FunctionSignatureOptUtils.h
│   │   ├── GenericCloner.h
│   │   ├── Generics.h
│   │   ├── IndexTrie.h
│   │   ├── LoadStoreOptUtils.h
│   │   ├── Local.h
│   │   ├── LoopUtils.h
│   │   ├── OptimizerStatsUtils.h
│   │   ├── PerformanceInlinerUtils.h
│   │   ├── SCCVisitor.h
│   │   ├── SILInliner.h
│   │   ├── SILSSAUpdater.h
│   │   ├── SpecializationMangler.h
│   │   └── StackNesting.h
│   ├── Strings.h
│   ├── Subsystems.h
│   ├── SwiftDemangle
│   │   ├── MangleHack.h
│   │   └── SwiftDemangle.h
│   ├── SwiftRemoteMirror
│   │   ├── CMakeLists.txt
│   │   ├── MemoryReaderInterface.h
│   │   ├── SwiftRemoteMirror.h
│   │   └── SwiftRemoteMirrorTypes.h
│   ├── Syntax
│   │   ├── AtomicCache.h
│   │   ├── CMakeLists.txt
│   │   ├── Format.h
│   │   ├── RawSyntax.h
│   │   ├── RawTokenSyntax.h
│   │   ├── References.h
│   │   ├── Serialization
│   │   │   └── SyntaxSerialization.h
│   │   ├── SyntaxBuilders.h.gyb
│   │   ├── SyntaxCollection.h
│   │   ├── SyntaxData.h
│   │   ├── SyntaxFactory.h.gyb
│   │   ├── Syntax.h
│   │   ├── SyntaxKind.h.gyb
│   │   ├── SyntaxNodes.h.gyb
│   │   ├── SyntaxParsingContext.h
│   │   ├── TokenKinds.def
│   │   ├── TokenKinds.h
│   │   ├── TokenSyntax.h
│   │   ├── Trivia.h
│   │   └── UnknownSyntax.h
│   └── TBDGen
│   └── TBDGen.h
├── lib
│   ├── AST
│   │   ├── ASTContext.cpp
│   │   ├── ASTDumper.cpp
│   │   ├── ASTMangler.cpp
│   │   ├── ASTNode.cpp
│   │   ├── ASTPrinter.cpp
│   │   ├── ASTScope.cpp
│   │   ├── ASTVerifier.cpp
│   │   ├── ASTWalker.cpp
│   │   ├── Attr.cpp
│   │   ├── Availability.cpp
│   │   ├── AvailabilitySpec.cpp
│   │   ├── Builtins.cpp
│   │   ├── CaptureInfo.cpp
│   │   ├── CMakeLists.txt
│   │   ├── ConcreteDeclRef.cpp
│   │   ├── ConformanceLookupTable.cpp
│   │   ├── ConformanceLookupTable.h
│   │   ├── DeclContext.cpp
│   │   ├── Decl.cpp
│   │   ├── DeclNameLoc.cpp
│   │   ├── DefaultArgumentKind.cpp
│   │   ├── DiagnosticConsumer.cpp
│   │   ├── DiagnosticEngine.cpp
│   │   ├── DiagnosticList.cpp
│   │   ├── DocComment.cpp
│   │   ├── Expr.cpp
│   │   ├── ForeignRepresentationInfo.h
│   │   ├── GenericEnvironment.cpp
│   │   ├── GenericSignatureBuilder.cpp
│   │   ├── GenericSignature.cpp
│   │   ├── Identifier.cpp
│   │   ├── LayoutConstraint.cpp
│   │   ├── LookupVisibleDecls.cpp
│   │   ├── Module.cpp
│   │   ├── ModuleLoader.cpp
│   │   ├── ModuleNameLookup.cpp
│   │   ├── NameLookup.cpp
│   │   ├── NameLookupImpl.h
│   │   ├── Parameter.cpp
│   │   ├── Pattern.cpp
│   │   ├── PlatformKind.cpp
│   │   ├── PrettyStackTrace.cpp
│   │   ├── ProtocolConformance.cpp
│   │   ├── RawComment.cpp
│   │   ├── RequirementEnvironment.cpp
│   │   ├── SILLayout.cpp
│   │   ├── Stmt.cpp
│   │   ├── Substitution.cpp
│   │   ├── SubstitutionList.cpp
│   │   ├── SubstitutionMap.cpp
│   │   ├── SwiftNameTranslation.cpp
│   │   ├── SyntaxASTMap.cpp
│   │   ├── Type.cpp
│   │   ├── TypeJoinMeet.cpp
│   │   ├── TypeRefinementContext.cpp
│   │   ├── TypeRepr.cpp
│   │   ├── TypeWalker.cpp
│   │   └── USRGeneration.cpp
│   ├── ASTSectionImporter
│   │   ├── ASTSectionImporter.cpp
│   │   └── CMakeLists.txt
│   ├── Basic
│   │   ├── Cache.cpp
│   │   ├── ClusteredBitVector.cpp
│   │   ├── CMakeLists.txt
│   │   ├── Darwin
│   │   │   └── Cache-Mac.cpp
│   │   ├── Default
│   │   │   └── TaskQueue.inc
│   │   ├── DiverseStack.cpp
│   │   ├── Edit.cpp
│   │   ├── EditorPlaceholder.cpp
│   │   ├── FileSystem.cpp
│   │   ├── JSONSerialization.cpp
│   │   ├── LangOptions.cpp
│   │   ├── LLVMContext.cpp
│   │   ├── Mangler.cpp
│   │   ├── PartsOfSpeech.def
│   │   ├── Platform.cpp
│   │   ├── PrefixMap.cpp
│   │   ├── PrettyStackTrace.cpp
│   │   ├── PrimitiveParsing.cpp
│   │   ├── Program.cpp
│   │   ├── QuotedString.cpp
│   │   ├── SourceLoc.cpp
│   │   ├── Statistic.cpp
│   │   ├── StringExtras.cpp
│   │   ├── TaskQueue.cpp
│   │   ├── ThreadSafeRefCounted.cpp
│   │   ├── Timer.cpp
│   │   ├── Unicode.cpp
│   │   ├── UnicodeExtendedGraphemeClusters.cpp.gyb
│   │   ├── Unix
│   │   │   └── TaskQueue.inc
│   │   ├── UUID.cpp
│   │   └── Version.cpp
│   ├── ClangImporter
│   │   ├── CFDatabase.def
│   │   ├── CFTypeInfo.cpp
│   │   ├── CFTypeInfo.h
│   │   ├── ClangAdapter.cpp
│   │   ├── ClangAdapter.h
│   │   ├── ClangDiagnosticConsumer.cpp
│   │   ├── ClangDiagnosticConsumer.h
│   │   ├── ClangImporter.cpp
│   │   ├── CMakeLists.txt
│   │   ├── IAMInference.cpp
│   │   ├── IAMInference.h
│   │   ├── ImportDecl.cpp
│   │   ├── ImportEnumInfo.cpp
│   │   ├── ImportEnumInfo.h
│   │   ├── ImporterImpl.h
│   │   ├── ImportMacro.cpp
│   │   ├── ImportName.cpp
│   │   ├── ImportName.h
│   │   ├── ImportType.cpp
│   │   ├── InferredAttributes.def
│   │   ├── MacroTable.def
│   │   ├── MappedTypes.def
│   │   ├── SortedCFDatabase.def.gyb
│   │   ├── SwiftLookupTable.cpp
│   │   └── SwiftLookupTable.h
│   ├── CMakeLists.txt
│   ├── Demangling
│   │   ├── CMakeLists.txt
│   │   ├── Context.cpp
│   │   ├── Demangler.cpp
│   │   ├── ManglingUtils.cpp
│   │   ├── NodeDumper.cpp
│   │   ├── NodePrinter.cpp
│   │   ├── OldDemangler.cpp
│   │   ├── OldRemangler.cpp
│   │   ├── Punycode.cpp
│   │   └── Remangler.cpp
│   ├── Driver
│   │   ├── Action.cpp
│   │   ├── CMakeLists.txt
│   │   ├── Compilation.cpp
│   │   ├── CompilationRecord.h
│   │   ├── DependencyGraph.cpp
│   │   ├── Driver.cpp
│   │   ├── FrontendUtil.cpp
│   │   ├── Job.cpp
│   │   ├── OutputFileMap.cpp
│   │   ├── ParseableOutput.cpp
│   │   ├── ToolChain.cpp
│   │   ├── ToolChains.cpp
│   │   ├── ToolChains.h
│   │   └── Types.cpp
│   ├── Frontend
│   │   ├── CMakeLists.txt
│   │   ├── CompilerInvocation.cpp
│   │   ├── DiagnosticVerifier.cpp
│   │   ├── Frontend.cpp
│   │   ├── FrontendOptions.cpp
│   │   ├── PrintingDiagnosticConsumer.cpp
│   │   └── SerializedDiagnosticConsumer.cpp
│   ├── FrontendTool
│   │   ├── CMakeLists.txt
│   │   ├── FrontendTool.cpp
│   │   ├── ImportedModules.cpp
│   │   ├── ImportedModules.h
│   │   ├── ReferenceDependencies.cpp
│   │   ├── ReferenceDependencies.h
│   │   ├── TBD.cpp
│   │   └── TBD.h
│   ├── IDE
│   │   ├── APIDigesterData.cpp
│   │   ├── CMakeLists.txt
│   │   ├── CodeCompletionCache.cpp
│   │   ├── CodeCompletion.cpp
│   │   ├── CodeCompletionResultBuilder.h
│   │   ├── CommentConversion.cpp
│   │   ├── Formatting.cpp
│   │   ├── IDETypeChecking.cpp
│   │   ├── ModuleInterfacePrinting.cpp
│   │   ├── Refactoring.cpp
│   │   ├── REPLCodeCompletion.cpp
│   │   ├── SourceEntityWalker.cpp
│   │   ├── SwiftSourceDocInfo.cpp
│   │   ├── SyntaxModel.cpp
│   │   ├── TypeReconstruction.cpp
│   │   └── Utils.cpp
│   ├── Immediate
│   │   ├── CMakeLists.txt
│   │   ├── Immediate.cpp
│   │   ├── ImmediateImpl.h
│   │   └── REPL.cpp
│   ├── Index
│   │   ├── CMakeLists.txt
│   │   ├── Index.cpp
│   │   ├── IndexDataConsumer.cpp
│   │   ├── IndexRecord.cpp
│   │   └── IndexSymbol.cpp
│   ├── IRGen
│   │   ├── Address.h
│   │   ├── AllocStackHoisting.cpp
│   │   ├── Callee.h
│   │   ├── CallEmission.h
│   │   ├── ClassMetadataVisitor.h
│   │   ├── CMakeLists.txt
│   │   ├── ConstantBuilder.h
│   │   ├── DebugTypeInfo.cpp
│   │   ├── DebugTypeInfo.h
│   │   ├── DominancePoint.h
│   │   ├── DominanceScope.h
│   │   ├── EnumMetadataVisitor.h
│   │   ├── EnumPayload.cpp
│   │   ├── EnumPayload.h
│   │   ├── Explosion.h
│   │   ├── ExtraInhabitants.cpp
│   │   ├── ExtraInhabitants.h
│   │   ├── FixedTypeInfo.h
│   │   ├── Fulfillment.cpp
│   │   ├── Fulfillment.h
│   │   ├── GenArchetype.cpp
│   │   ├── GenArchetype.h
│   │   ├── GenBuiltin.cpp
│   │   ├── GenBuiltin.h
│   │   ├── GenCall.cpp
│   │   ├── GenCall.h
│   │   ├── GenCast.cpp
│   │   ├── GenCast.h
│   │   ├── GenClangDecl.cpp
│   │   ├── GenClangType.cpp
│   │   ├── GenClass.cpp
│   │   ├── GenClass.h
│   │   ├── GenConstant.cpp
│   │   ├── GenConstant.h
│   │   ├── GenControl.cpp
│   │   ├── GenCoverage.cpp
│   │   ├── GenDecl.cpp
│   │   ├── GenDecl.h
│   │   ├── GenEnum.cpp
│   │   ├── GenEnum.h
│   │   ├── GenericRequirement.h
│   │   ├── GenExistential.cpp
│   │   ├── GenExistential.h
│   │   ├── GenFunc.cpp
│   │   ├── GenFunc.h
│   │   ├── GenHeap.cpp
│   │   ├── GenHeap.h
│   │   ├── GenInit.cpp
│   │   ├── GenKeyPath.cpp
│   │   ├── GenMeta.cpp
│   │   ├── GenMeta.h
│   │   ├── GenObjC.cpp
│   │   ├── GenObjC.h
│   │   ├── GenOpaque.cpp
│   │   ├── GenOpaque.h
│   │   ├── GenPoly.cpp
│   │   ├── GenPoly.h
│   │   ├── GenProto.cpp
│   │   ├── GenProto.h
│   │   ├── GenRecord.h
│   │   ├── GenReflection.cpp
│   │   ├── GenStruct.cpp
│   │   ├── GenStruct.h
│   │   ├── GenTuple.cpp
│   │   ├── GenTuple.h
│   │   ├── GenType.cpp
│   │   ├── GenType.h
│   │   ├── GenValueWitness.cpp
│   │   ├── GenValueWitness.h
│   │   ├── HeapTypeInfo.h
│   │   ├── IndirectTypeInfo.h
│   │   ├── IRBuilder.h
│   │   ├── IRGen.cpp
│   │   ├── IRGenDebugInfo.cpp
│   │   ├── IRGenDebugInfo.h
│   │   ├── IRGenFunction.cpp
│   │   ├── IRGenFunction.h
│   │   ├── IRGen.h
│   │   ├── IRGenMangler.cpp
│   │   ├── IRGenMangler.h
│   │   ├── IRGenModule.cpp
│   │   ├── IRGenModule.h
│   │   ├── IRGenSIL.cpp
│   │   ├── Linking.cpp
│   │   ├── LoadableByAddress.cpp
│   │   ├── LoadableTypeInfo.h
│   │   ├── LocalTypeDataCache.h
│   │   ├── LocalTypeData.cpp
│   │   ├── LocalTypeData.h
│   │   ├── LocalTypeDataKind.h
│   │   ├── MemberAccessStrategy.h
│   │   ├── MetadataLayout.cpp
│   │   ├── MetadataLayout.h
│   │   ├── MetadataPath.h
│   │   ├── NativeConventionSchema.h
│   │   ├── NecessaryBindings.h
│   │   ├── NominalMetadataVisitor.h
│   │   ├── NonFixedTypeInfo.h
│   │   ├── ProtocolInfo.h
│   │   ├── ReferenceTypeInfo.h
│   │   ├── ResilientTypeInfo.h
│   │   ├── ScalarTypeInfo.h
│   │   ├── Signature.h
│   │   ├── StructLayout.cpp
│   │   ├── StructLayout.h
│   │   ├── StructMetadataVisitor.h
│   │   ├── SwiftTargetInfo.cpp
│   │   ├── SwiftTargetInfo.h
│   │   ├── SwitchBuilder.h
│   │   ├── TypeInfo.h
│   │   ├── TypeLayoutVerifier.cpp
│   │   ├── TypeVisitor.h
│   │   ├── WeakTypeInfo.h
│   │   └── WitnessIndex.h
│   ├── LLVMPasses
│   │   ├── ARCEntryPointBuilder.h
│   │   ├── CMakeLists.txt
│   │   ├── LLVMARCContract.cpp
│   │   ├── LLVMARCOpts.cpp
│   │   ├── LLVMARCOpts.h
│   │   ├── LLVMInlineTree.cpp
│   │   ├── LLVMMergeFunctions.cpp
│   │   ├── LLVMSwiftAA.cpp
│   │   ├── LLVMSwift.def
│   │   └── LLVMSwiftRCIdentity.cpp
│   ├── Markup
│   │   ├── AST.cpp
│   │   ├── CMakeLists.txt
│   │   ├── LineList.cpp
│   │   └── Markup.cpp
│   ├── Migrator
│   │   ├── APIDiffMigratorPass.cpp
│   │   ├── CMakeLists.txt
│   │   ├── EditorAdapter.cpp
│   │   ├── FixitApplyDiagnosticConsumer.cpp
│   │   ├── ios.json
│   │   ├── macos.json
│   │   ├── MigrationState.cpp
│   │   ├── Migrator.cpp
│   │   ├── overlay.json
│   │   ├── README.md
│   │   ├── RewriteBufferEditsReceiver.cpp
│   │   ├── TupleSplatMigratorPass.cpp
│   │   ├── tvos.json
│   │   ├── TypeOfMigratorPass.cpp
│   │   └── watchos.json
│   ├── Option
│   │   ├── CMakeLists.txt
│   │   ├── Options.cpp
│   │   └── SanitizerOptions.cpp
│   ├── Parse
│   │   ├── CMakeLists.txt
│   │   ├── Confusables.cpp
│   │   ├── Lexer.cpp
│   │   ├── ParseDecl.cpp
│   │   ├── ParseExpr.cpp
│   │   ├── ParseGeneric.cpp
│   │   ├── ParseIfConfig.cpp
│   │   ├── ParsePattern.cpp
│   │   ├── Parser.cpp
│   │   ├── ParseStmt.cpp
│   │   ├── ParseType.cpp
│   │   ├── PersistentParserState.cpp
│   │   └── Scope.cpp
│   ├── ParseSIL
│   │   ├── CMakeLists.txt
│   │   └── ParseSIL.cpp
│   ├── PrintAsObjC
│   │   ├── CMakeLists.txt
│   │   └── PrintAsObjC.cpp
│   ├── RemoteAST
│   │   ├── CMakeLists.txt
│   │   ├── InProcessMemoryReader.cpp
│   │   └── RemoteAST.cpp
│   ├── Sema
│   │   ├── CalleeCandidateInfo.cpp
│   │   ├── CalleeCandidateInfo.h
│   │   ├── CMakeLists.txt
│   │   ├── CodeSynthesis.cpp
│   │   ├── CodeSynthesis.h
│   │   ├── Constraint.cpp
│   │   ├── ConstraintGraph.cpp
│   │   ├── ConstraintGraph.h
│   │   ├── ConstraintGraphScope.h
│   │   ├── Constraint.h
│   │   ├── ConstraintLocator.cpp
│   │   ├── ConstraintLocator.h
│   │   ├── ConstraintSolverStats.def
│   │   ├── ConstraintSystem.cpp
│   │   ├── ConstraintSystem.h
│   │   ├── CSApply.cpp
│   │   ├── CSBindings.cpp
│   │   ├── CSDiag.cpp
│   │   ├── CSDiag.h
│   │   ├── CSGen.cpp
│   │   ├── CSRanking.cpp
│   │   ├── CSSimplify.cpp
│   │   ├── CSSolver.cpp
│   │   ├── DerivedConformanceCodable.cpp
│   │   ├── DerivedConformanceCodingKey.cpp
│   │   ├── DerivedConformanceEquatableHashable.cpp
│   │   ├── DerivedConformanceError.cpp
│   │   ├── DerivedConformanceRawRepresentable.cpp
│   │   ├── DerivedConformances.cpp
│   │   ├── DerivedConformances.h
│   │   ├── GenericTypeResolver.h
│   │   ├── InstrumenterSupport.cpp
│   │   ├── InstrumenterSupport.h
│   │   ├── ITCDecl.cpp
│   │   ├── ITCNameLookup.cpp
│   │   ├── ITCType.cpp
│   │   ├── IterativeTypeChecker.cpp
│   │   ├── MiscDiagnostics.cpp
│   │   ├── MiscDiagnostics.h
│   │   ├── NameBinding.cpp
│   │   ├── OverloadChoice.h
│   │   ├── PCMacro.cpp
│   │   ├── PlaygroundTransform.cpp
│   │   ├── ResilienceDiagnostics.cpp
│   │   ├── SourceLoader.cpp
│   │   ├── TypeCheckAttr.cpp
│   │   ├── TypeCheckAvailability.cpp
│   │   ├── TypeCheckAvailability.h
│   │   ├── TypeCheckCaptures.cpp
│   │   ├── TypeCheckCircularity.cpp
│   │   ├── TypeCheckConstraints.cpp
│   │   ├── TypeCheckDecl.cpp
│   │   ├── TypeChecker.cpp
│   │   ├── TypeChecker.h
│   │   ├── TypeCheckError.cpp
│   │   ├── TypeCheckExpr.cpp
│   │   ├── TypeCheckExprObjC.cpp
│   │   ├── TypeCheckGeneric.cpp
│   │   ├── TypeCheckNameLookup.cpp
│   │   ├── TypeCheckPattern.cpp
│   │   ├── TypeCheckProtocol.cpp
│   │   ├── TypeCheckProtocol.h
│   │   ├── TypeCheckProtocolInference.cpp
│   │   ├── TypeCheckREPL.cpp
│   │   ├── TypeCheckRequest.cpp
│   │   ├── TypeCheckStmt.cpp
│   │   ├── TypeCheckSwitchStmt.cpp
│   │   └── TypeCheckType.cpp
│   ├── Serialization
│   │   ├── CMakeLists.txt
│   │   ├── Deserialization.cpp
│   │   ├── DeserializationErrors.h
│   │   ├── DeserializeSIL.cpp
│   │   ├── DeserializeSIL.h
│   │   ├── ModuleFile.cpp
│   │   ├── Serialization.cpp
│   │   ├── Serialization.h
│   │   ├── SerializedModuleLoader.cpp
│   │   ├── SerializedSILLoader.cpp
│   │   ├── SerializeSIL.cpp
│   │   └── SILFormat.h
│   ├── SIL
│   │   ├── AbstractionPattern.cpp
│   │   ├── BasicBlockUtils.cpp
│   │   ├── Bridging.cpp
│   │   ├── CMakeLists.txt
│   │   ├── Dominance.cpp
│   │   ├── DynamicCasts.cpp
│   │   ├── InstructionUtils.cpp
│   │   ├── Linker.cpp
│   │   ├── Linker.h
│   │   ├── LoopInfo.cpp
│   │   ├── OptimizationRemark.cpp
│   │   ├── PrettyStackTrace.cpp
│   │   ├── Projection.cpp
│   │   ├── SILArgument.cpp
│   │   ├── SILBasicBlock.cpp
│   │   ├── SILBuilder.cpp
│   │   ├── SILCoverageMap.cpp
│   │   ├── SIL.cpp
│   │   ├── SILDebugScope.cpp
│   │   ├── SILDeclRef.cpp
│   │   ├── SILDefaultWitnessTable.cpp
│   │   ├── SILFunction.cpp
│   │   ├── SILFunctionType.cpp
│   │   ├── SILGlobalVariable.cpp
│   │   ├── SILInstruction.cpp
│   │   ├── SILInstructions.cpp
│   │   ├── SILLocation.cpp
│   │   ├── SILModule.cpp
│   │   ├── SILOpenedArchetypesTracker.cpp
│   │   ├── SILOwnershipVerifier.cpp
│   │   ├── SILPrinter.cpp
│   │   ├── SILProfiler.cpp
│   │   ├── SILSuccessor.cpp
│   │   ├── SILType.cpp
│   │   ├── SILValue.cpp
│   │   ├── SILVerifier.cpp
│   │   ├── SILVTable.cpp
│   │   ├── SILWitnessTable.cpp
│   │   ├── TypeLowering.cpp
│   │   ├── UseOwnershipRequirement.h
│   │   ├── ValueOwnershipKindClassifier.cpp
│   │   └── ValueOwnershipKindClassifier.h
│   ├── SILGen
│   │   ├── ArgumentScope.h
│   │   ├── ArgumentSource.cpp
│   │   ├── ArgumentSource.h
│   │   ├── ASTVisitor.h
│   │   ├── Callee.h
│   │   ├── Cleanup.cpp
│   │   ├── Cleanup.h
│   │   ├── CMakeLists.txt
│   │   ├── Condition.cpp
│   │   ├── Condition.h
│   │   ├── Conversion.h
│   │   ├── ExitableFullExpr.h
│   │   ├── FormalEvaluation.cpp
│   │   ├── FormalEvaluation.h
│   │   ├── Initialization.h
│   │   ├── JumpDest.h
│   │   ├── LValue.h
│   │   ├── ManagedValue.cpp
│   │   ├── ManagedValue.h
│   │   ├── ResultPlan.cpp
│   │   ├── ResultPlan.h
│   │   ├── RValue.cpp
│   │   ├── RValue.h
│   │   ├── Scope.cpp
│   │   ├── Scope.h
│   │   ├── SGFContext.h
│   │   ├── SILGenApply.cpp
│   │   ├── SILGenBridging.cpp
│   │   ├── SILGenBuilder.cpp
│   │   ├── SILGenBuilder.h
│   │   ├── SILGenBuiltin.cpp
│   │   ├── SILGenConstructor.cpp
│   │   ├── SILGenConvert.cpp
│   │   ├── SILGen.cpp
│   │   ├── SILGenDecl.cpp
│   │   ├── SILGenDestructor.cpp
│   │   ├── SILGenDynamicCast.cpp
│   │   ├── SILGenDynamicCast.h
│   │   ├── SILGenEpilog.cpp
│   │   ├── SILGenExpr.cpp
│   │   ├── SILGenForeignError.cpp
│   │   ├── SILGenFunction.cpp
│   │   ├── SILGenFunction.h
│   │   ├── SILGenGlobalVariable.cpp
│   │   ├── SILGen.h
│   │   ├── SILGenLValue.cpp
│   │   ├── SILGenMaterializeForSet.cpp
│   │   ├── SILGenPattern.cpp
│   │   ├── SILGenPoly.cpp
│   │   ├── SILGenProlog.cpp
│   │   ├── SILGenStmt.cpp
│   │   ├── SILGenThunk.cpp
│   │   ├── SILGenType.cpp
│   │   ├── SpecializedEmitter.h
│   │   ├── SwitchCaseFullExpr.cpp
│   │   ├── SwitchCaseFullExpr.h
│   │   └── Varargs.h
│   ├── SILOptimizer
│   │   ├── Analysis
│   │   │   ├── AccessSummaryAnalysis.cpp
│   │   │   ├── AliasAnalysis.cpp
│   │   │   ├── Analysis.cpp
│   │   │   ├── ARCAnalysis.cpp
│   │   │   ├── ArraySemantic.cpp
│   │   │   ├── BasicCalleeAnalysis.cpp
│   │   │   ├── CallerAnalysis.cpp
│   │   │   ├── CFG.cpp
│   │   │   ├── ClassHierarchyAnalysis.cpp
│   │   │   ├── ClosureScope.cpp
│   │   │   ├── CMakeLists.txt
│   │   │   ├── ColdBlockInfo.cpp
│   │   │   ├── DestructorAnalysis.cpp
│   │   │   ├── EpilogueARCAnalysis.cpp
│   │   │   ├── EscapeAnalysis.cpp
│   │   │   ├── FunctionOrder.cpp
│   │   │   ├── IVAnalysis.cpp
│   │   │   ├── LoopAnalysis.cpp
│   │   │   ├── LoopRegionAnalysis.cpp
│   │   │   ├── MemoryBehavior.cpp
│   │   │   ├── RCIdentityAnalysis.cpp
│   │   │   ├── SideEffectAnalysis.cpp
│   │   │   ├── SimplifyInstruction.cpp
│   │   │   ├── TypeExpansionAnalysis.cpp
│   │   │   └── ValueTracking.cpp
│   │   ├── ARC
│   │   │   ├── ARCBBState.cpp
│   │   │   ├── ARCBBState.h
│   │   │   ├── ARCLoopOpts.cpp
│   │   │   ├── ARCMatchingSet.cpp
│   │   │   ├── ARCMatchingSet.h
│   │   │   ├── ARCRegionState.cpp
│   │   │   ├── ARCRegionState.h
│   │   │   ├── ARCSequenceOpts.cpp
│   │   │   ├── ARCSequenceOpts.h
│   │   │   ├── CMakeLists.txt
│   │   │   ├── GlobalARCSequenceDataflow.cpp
│   │   │   ├── GlobalARCSequenceDataflow.h
│   │   │   ├── GlobalLoopARCSequenceDataflow.cpp
│   │   │   ├── GlobalLoopARCSequenceDataflow.h
│   │   │   ├── RCStateTransition.cpp
│   │   │   ├── RCStateTransition.def
│   │   │   ├── RCStateTransition.h
│   │   │   ├── RCStateTransitionVisitors.cpp
│   │   │   ├── RCStateTransitionVisitors.h
│   │   │   ├── RefCountState.cpp
│   │   │   └── RefCountState.h
│   │   ├── CMakeLists.txt
│   │   ├── IPO
│   │   │   ├── CapturePromotion.cpp
│   │   │   ├── CapturePropagation.cpp
│   │   │   ├── ClosureSpecializer.cpp
│   │   │   ├── CMakeLists.txt
│   │   │   ├── DeadFunctionElimination.cpp
│   │   │   ├── EagerSpecializer.cpp
│   │   │   ├── GlobalOpt.cpp
│   │   │   ├── GlobalPropertyOpt.cpp
│   │   │   ├── LetPropertiesOpts.cpp
│   │   │   └── UsePrespecialized.cpp
│   │   ├── LoopTransforms
│   │   │   ├── ArrayBoundsCheckOpts.cpp
│   │   │   ├── CMakeLists.txt
│   │   │   ├── COWArrayOpt.cpp
│   │   │   ├── LICM.cpp
│   │   │   ├── LoopRotate.cpp
│   │   │   └── LoopUnroll.cpp
│   │   ├── Mandatory
│   │   │   ├── AccessEnforcementSelection.cpp
│   │   │   ├── AccessMarkerElimination.cpp
│   │   │   ├── AddressLowering.cpp
│   │   │   ├── CMakeLists.txt
│   │   │   ├── ConstantPropagation.cpp
│   │   │   ├── DataflowDiagnostics.cpp
│   │   │   ├── DefiniteInitialization.cpp
│   │   │   ├── DiagnoseStaticExclusivity.cpp
│   │   │   ├── DiagnoseUnreachable.cpp
│   │   │   ├── DIMemoryUseCollector.cpp
│   │   │   ├── DIMemoryUseCollector.h
│   │   │   ├── DIMemoryUseCollectorOwnership.cpp
│   │   │   ├── DIMemoryUseCollectorOwnership.h
│   │   │   ├── GuaranteedARCOpts.cpp
│   │   │   ├── MandatoryInlining.cpp
│   │   │   ├── PredictableMemOpt.cpp
│   │   │   └── SemanticARCOpts.cpp
│   │   ├── PassManager
│   │   │   ├── CMakeLists.txt
│   │   │   ├── Passes.cpp
│   │   │   ├── PassManager.cpp
│   │   │   ├── PassPipeline.cpp
│   │   │   └── PrettyStackTrace.cpp
│   │   ├── SILCombiner
│   │   │   ├── CMakeLists.txt
│   │   │   ├── SILCombine.cpp
│   │   │   ├── SILCombinerApplyVisitors.cpp
│   │   │   ├── SILCombinerBuiltinVisitors.cpp
│   │   │   ├── SILCombinerCastVisitors.cpp
│   │   │   ├── SILCombiner.h
│   │   │   └── SILCombinerMiscVisitors.cpp
│   │   ├── Transforms
│   │   │   ├── AllocBoxToStack.cpp
│   │   │   ├── ARCCodeMotion.cpp
│   │   │   ├── ArrayCountPropagation.cpp
│   │   │   ├── ArrayElementValuePropagation.cpp
│   │   │   ├── AssumeSingleThreaded.cpp
│   │   │   ├── CMakeLists.txt
│   │   │   ├── ConditionForwarding.cpp
│   │   │   ├── CopyForwarding.cpp
│   │   │   ├── CSE.cpp
│   │   │   ├── DeadCodeElimination.cpp
│   │   │   ├── DeadObjectElimination.cpp
│   │   │   ├── DeadStoreElimination.cpp
│   │   │   ├── Devirtualizer.cpp
│   │   │   ├── FunctionSignatureOpts.cpp
│   │   │   ├── GenericSpecializer.cpp
│   │   │   ├── MarkUninitializedFixup.cpp
│   │   │   ├── MergeCondFail.cpp
│   │   │   ├── Outliner.cpp
│   │   │   ├── OwnershipModelEliminator.cpp
│   │   │   ├── PerformanceInliner.cpp
│   │   │   ├── RedundantLoadElimination.cpp
│   │   │   ├── RedundantOverflowCheckRemoval.cpp
│   │   │   ├── ReleaseDevirtualizer.cpp
│   │   │   ├── RemovePin.cpp
│   │   │   ├── SILCleanup.cpp
│   │   │   ├── SILCodeMotion.cpp
│   │   │   ├── SILLowerAggregateInstrs.cpp
│   │   │   ├── SILMem2Reg.cpp
│   │   │   ├── SILSROA.cpp
│   │   │   ├── SimplifyCFG.cpp
│   │   │   ├── Sink.cpp
│   │   │   ├── SpeculativeDevirtualizer.cpp
│   │   │   ├── StackPromotion.cpp
│   │   │   └── UnsafeGuaranteedPeephole.cpp
│   │   ├── UtilityPasses
│   │   │   ├── AADumper.cpp
│   │   │   ├── AccessSummaryDumper.cpp
│   │   │   ├── BasicCalleePrinter.cpp
│   │   │   ├── BasicInstructionPropertyDumper.cpp
│   │   │   ├── BugReducerTester.cpp
│   │   │   ├── CallerAnalysisPrinter.cpp
│   │   │   ├── CFGPrinter.cpp
│   │   │   ├── CMakeLists.txt
│   │   │   ├── ComputeDominanceInfo.cpp
│   │   │   ├── ComputeLoopInfo.cpp
│   │   │   ├── EpilogueARCMatcherDumper.cpp
│   │   │   ├── EpilogueRetainReleaseMatcherDumper.cpp
│   │   │   ├── EscapeAnalysisDumper.cpp
│   │   │   ├── FunctionOrderPrinter.cpp
│   │   │   ├── InstCount.cpp
│   │   │   ├── IVInfoPrinter.cpp
│   │   │   ├── Link.cpp
│   │   │   ├── LoopCanonicalizer.cpp
│   │   │   ├── LoopInfoPrinter.cpp
│   │   │   ├── LoopRegionPrinter.cpp
│   │   │   ├── LSLocationPrinter.cpp
│   │   │   ├── MemBehaviorDumper.cpp
│   │   │   ├── RCIdentityDumper.cpp
│   │   │   ├── SerializeSILPass.cpp
│   │   │   ├── SideEffectsDumper.cpp
│   │   │   ├── SILDebugInfoGenerator.cpp
│   │   │   ├── SimplifyUnreachableContainingBlocks.cpp
│   │   │   ├── StripDebugInfo.cpp
│   │   │   └── ValueOwnershipKindDumper.cpp
│   │   └── Utils
│   │   ├── CFG.cpp
│   │   ├── CheckedCastBrJumpThreading.cpp
│   │   ├── CMakeLists.txt
│   │   ├── ConstantFolding.cpp
│   │   ├── Devirtualize.cpp
│   │   ├── FunctionSignatureOptUtils.cpp
│   │   ├── GenericCloner.cpp
│   │   ├── Generics.cpp
│   │   ├── LoadStoreOptUtils.cpp
│   │   ├── Local.cpp
│   │   ├── LoopUtils.cpp
│   │   ├── OptimizerStatsUtils.cpp
│   │   ├── PerformanceInlinerUtils.cpp
│   │   ├── SILInliner.cpp
│   │   ├── SILSSAUpdater.cpp
│   │   ├── SpecializationMangler.cpp
│   │   └── StackNesting.cpp
│   ├── SwiftDemangle
│   │   ├── CMakeLists.txt
│   │   ├── MangleHack.cpp
│   │   └── SwiftDemangle.cpp
│   ├── Syntax
│   │   ├── CMakeLists.txt
│   │   ├── RawSyntax.cpp
│   │   ├── RawTokenSyntax.cpp
│   │   ├── README.md
│   │   ├── Status.md
│   │   ├── SyntaxBuilders.cpp.gyb
│   │   ├── Syntax.cpp
│   │   ├── SyntaxData.cpp
│   │   ├── SyntaxFactory.cpp.gyb
│   │   ├── SyntaxKind.cpp.gyb
│   │   ├── SyntaxNodes.cpp.gyb
│   │   ├── SyntaxParsingContext.cpp
│   │   ├── Trivia.cpp
│   │   └── UnknownSyntax.cpp
│   └── TBDGen
│   ├── CMakeLists.txt
│   ├── TBDGen.cpp
│   └── TBDGenVisitor.h
├── LICENSE.txt
├── misc
│   ├── Build_msvc.txt
│   ├── CompilerUtil
│   │   ├── dllmain.cpp
│   │   ├── memmem.c
│   │   ├── MemReplace.cpp
│   │   ├── module.map
│   │   ├── StringUtil.cpp
│   │   └── StringUtil.h
│   ├── fake
│   │   ├── clang++.c
│   │   ├── gcc.bat
│   │   └── swiftc.c
│   ├── gyb.cpp
│   ├── inject_dllimport.py
│   ├── inject_dllimport.swift
│   ├── MinGW-Clang.cmake
│   ├── Most_Wanted_Bugs.txt
│   ├── patch_all.sh
│   ├── swc.bat
│   ├── trim_exp.py
│   ├── unify.cpp
│   ├── v140_clang_3_9_swift
│   │   ├── Toolset.props
│   │   └── Toolset.targets
│   └── Windows-Clang.cmake
├── README.md
├── stdlib
│   ├── CMakeLists.txt
│   ├── Info.plist.in
│   ├── private
│   │   ├── CMakeLists.txt
│   │   ├── README.txt
│   │   ├── StdlibCollectionUnittest
│   │   │   ├── CheckCollectionInstance.swift.gyb
│   │   │   ├── CheckCollectionType.swift.gyb
│   │   │   ├── CheckMutableCollectionType.swift.gyb
│   │   │   ├── CheckRangeReplaceableCollectionType.swift
│   │   │   ├── CheckRangeReplaceableSliceType.swift
│   │   │   ├── CheckSequenceInstance.swift.gyb
│   │   │   ├── CheckSequenceType.swift
│   │   │   ├── CMakeLists.txt
│   │   │   ├── LoggingWrappers.swift.gyb
│   │   │   ├── MinimalCollections.swift.gyb
│   │   │   ├── RangeSelection.swift
│   │   │   └── StdlibCollectionUnittest.swift
│   │   ├── StdlibUnicodeUnittest
│   │   │   ├── CMakeLists.txt
│   │   │   ├── Collation.swift
│   │   │   └── StdlibUnicodeUnittest.swift
│   │   ├── StdlibUnittest
│   │   │   ├── CheckStrideable.swift.gyb
│   │   │   ├── CMakeLists.txt
│   │   │   ├── GetOSVersion.mm
│   │   │   ├── InspectValue.cpp
│   │   │   ├── InspectValue.swift
│   │   │   ├── InterceptTraps.cpp
│   │   │   ├── LifetimeTracked.swift
│   │   │   ├── MinimalTypes.swift.gyb
│   │   │   ├── OpaqueIdentityFunctions.cpp
│   │   │   ├── OpaqueIdentityFunctions.swift
│   │   │   ├── RaceTest.swift
│   │   │   ├── Statistics.swift
│   │   │   ├── StdlibCoreExtras.swift
│   │   │   ├── StdlibUnittest.swift.gyb
│   │   │   ├── StringConvertible.swift.gyb
│   │   │   ├── TestHelpers.swift
│   │   │   └── TypeIndexed.swift
│   │   ├── StdlibUnittestFoundationExtras
│   │   │   ├── CMakeLists.txt
│   │   │   ├── StdlibUnittestFoundationExtras.swift
│   │   │   └── UnavailableFoundationMethodThunks.mm
│   │   ├── SwiftPrivate
│   │   │   ├── CMakeLists.txt
│   │   │   ├── IO.swift
│   │   │   ├── PRNG.swift
│   │   │   ├── ShardedAtomicCounter.swift
│   │   │   └── SwiftPrivate.swift
│   │   ├── SwiftPrivateLibcExtras
│   │   │   ├── CMakeLists.txt
│   │   │   ├── Subprocess.c
│   │   │   ├── Subprocess.swift
│   │   │   └── SwiftPrivateLibcExtras.swift
│   │   ├── SwiftPrivatePthreadExtras
│   │   │   ├── CMakeLists.txt
│   │   │   ├── PthreadBarriers.swift
│   │   │   └── SwiftPrivatePthreadExtras.swift
│   │   └── SwiftReflectionTest
│   │   ├── CMakeLists.txt
│   │   └── SwiftReflectionTest.swift
│   └── public
│   ├── CMakeLists.txt
│   ├── core
│   │   ├── Algorithm.swift
│   │   ├── AnyHashable.swift
│   │   ├── ArrayBody.swift
│   │   ├── ArrayBufferProtocol.swift
│   │   ├── ArrayBuffer.swift
│   │   ├── ArrayCast.swift
│   │   ├── Arrays.swift.gyb
│   │   ├── ArrayType.swift
│   │   ├── ASCII.swift
│   │   ├── AssertCommon.swift
│   │   ├── Assert.swift
│   │   ├── Availability.swift
│   │   ├── BidirectionalCollection.swift
│   │   ├── Bool.swift
│   │   ├── BridgeObjectiveC.swift
│   │   ├── BridgeStorage.swift
│   │   ├── BuiltinMath.swift.gyb
│   │   ├── Builtin.swift
│   │   ├── Character.swift
│   │   ├── CharacterUnicodeScalars.swift
│   │   ├── ClosedRange.swift
│   │   ├── CMakeLists.txt
│   │   ├── CocoaArray.swift
│   │   ├── Codable.swift.gyb
│   │   ├── CollectionAlgorithms.swift.gyb
│   │   ├── CollectionOfOne.swift
│   │   ├── Collection.swift
│   │   ├── CommandLine.swift
│   │   ├── Comparable.swift
│   │   ├── CompilerProtocols.swift
│   │   ├── ContiguousArrayBuffer.swift
│   │   ├── CString.swift
│   │   ├── CTypes.swift
│   │   ├── DebuggerSupport.swift
│   │   ├── DoubleWidth.swift.gyb
│   │   ├── DropWhile.swift.gyb
│   │   ├── Dump.swift
│   │   ├── EmptyCollection.swift
│   │   ├── Equatable.swift
│   │   ├── ErrorType.swift
│   │   ├── ExistentialCollection.swift.gyb
│   │   ├── Existential.swift
│   │   ├── Filter.swift
│   │   ├── FixedArray.swift.gyb
│   │   ├── FlatMap.swift
│   │   ├── Flatten.swift.gyb
│   │   ├── FloatingPointParsing.swift.gyb
│   │   ├── FloatingPoint.swift.gyb
│   │   ├── FloatingPointTypes.swift.gyb
│   │   ├── GroupInfo.json
│   │   ├── Hashable.swift
│   │   ├── HashedCollectionsAnyHashableExtensions.swift
│   │   ├── HashedCollections.swift.gyb
│   │   ├── Hashing.swift
│   │   ├── HeapBuffer.swift
│   │   ├── ICU.swift
│   │   ├── ImplicitlyUnwrappedOptional.swift
│   │   ├── Indices.swift
│   │   ├── InputStream.swift
│   │   ├── IntegerParsing.swift
│   │   ├── Integers.swift.gyb
│   │   ├── Join.swift
│   │   ├── KeyPath.swift
│   │   ├── LazyCollection.swift.gyb
│   │   ├── LazySequence.swift
│   │   ├── LifetimeManager.swift
│   │   ├── ManagedBuffer.swift
│   │   ├── Map.swift
│   │   ├── MemoryLayout.swift
│   │   ├── Mirrors.swift.gyb
│   │   ├── Mirror.swift
│   │   ├── Misc.swift
│   │   ├── MutableCollection.swift
│   │   ├── NewtypeWrapper.swift.gyb
│   │   ├── ObjCMirrors.swift
│   │   ├── ObjectIdentifier.swift
│   │   ├── Optional.swift
│   │   ├── OptionSet.swift
│   │   ├── OutputStream.swift
│   │   ├── PlaygroundDisplay.swift
│   │   ├── Pointer.swift
│   │   ├── Policy.swift
│   │   ├── PrefixWhile.swift.gyb
│   │   ├── Print.swift
│   │   ├── RandomAccessCollection.swift
│   │   ├── RangeReplaceableCollection.swift
│   │   ├── Range.swift.gyb
│   │   ├── ReflectionLegacy.swift
│   │   ├── Repeat.swift
│   │   ├── REPL.swift
│   │   ├── Reverse.swift
│   │   ├── RuntimeFunctionCounters.swift
│   │   ├── Runtime.swift.gyb
│   │   ├── SentinelCollection.swift
│   │   ├── SequenceAlgorithms.swift.gyb
│   │   ├── Sequence.swift
│   │   ├── SequenceWrapper.swift
│   │   ├── SetAlgebra.swift
│   │   ├── ShadowProtocols.swift
│   │   ├── Shims.swift
│   │   ├── SipHash.swift.gyb
│   │   ├── SliceBuffer.swift
│   │   ├── Slice.swift
│   │   ├── Sort.swift.gyb
│   │   ├── StaticString.swift
│   │   ├── Stride.swift.gyb
│   │   ├── StringBridge.swift
│   │   ├── StringBuffer.swift
│   │   ├── StringCharacterView.swift
│   │   ├── StringComparable.swift
│   │   ├── StringCore.swift
│   │   ├── StringHashable.swift
│   │   ├── StringIndexConversions.swift
│   │   ├── StringIndex.swift
│   │   ├── StringInterpolation.swift
│   │   ├── StringLegacy.swift
│   │   ├── StringRangeReplaceableCollection.swift.gyb
│   │   ├── String.swift
│   │   ├── StringSwitch.swift
│   │   ├── StringUnicodeScalarView.swift
│   │   ├── StringUTF16.swift
│   │   ├── StringUTF8.swift
│   │   ├── Substring.swift.gyb
│   │   ├── SwiftNativeNSArray.swift
│   │   ├── ThreadLocalStorage.swift
│   │   ├── Tuple.swift.gyb
│   │   ├── UIntBuffer.swift
│   │   ├── UnavailableStringAPIs.swift.gyb
│   │   ├── UnfoldSequence.swift
│   │   ├── UnicodeEncoding.swift
│   │   ├── UnicodeParser.swift
│   │   ├── UnicodeScalar.swift
│   │   ├── Unicode.swift
│   │   ├── Unmanaged.swift
│   │   ├── UnsafeBitMap.swift
│   │   ├── UnsafeBufferPointer.swift.gyb
│   │   ├── UnsafePointer.swift.gyb
│   │   ├── UnsafeRawBufferPointer.swift.gyb
│   │   ├── UnsafeRawPointer.swift.gyb
│   │   ├── UTF16.swift
│   │   ├── UTF32.swift
│   │   ├── UTF8.swift
│   │   ├── UTFEncoding.swift
│   │   ├── ValidUTF8Buffer.swift
│   │   ├── VarArgs.swift
│   │   ├── WriteBackMutableSlice.swift
│   │   └── Zip.swift
│   ├── Platform
│   │   ├── CMakeLists.txt
│   │   ├── Darwin.swift.gyb
│   │   ├── glibc.modulemap.gyb
│   │   ├── Glibc.swift
│   │   ├── Glibc.swift.gyb
│   │   ├── MachError.swift
│   │   ├── mingw_crt.modulemap.gyb
│   │   ├── MinGWCrt.swift
│   │   ├── msvcrt.swift
│   │   ├── newlib.modulemap.gyb
│   │   ├── Newlib.swift
│   │   ├── Platform.swift
│   │   ├── POSIXError.swift
│   │   ├── README.md
│   │   ├── tgmath.swift.gyb
│   │   ├── TiocConstants.swift
│   │   ├── ucrt.modulemap
│   │   └── visualc.modulemap
│   ├── README.txt
│   ├── Reflection
│   │   ├── CMakeLists.txt
│   │   ├── MetadataSource.cpp
│   │   ├── TypeLowering.cpp
│   │   ├── TypeRefBuilder.cpp
│   │   └── TypeRef.cpp
│   ├── runtime
│   │   ├── AnyHashableSupport.cpp
│   │   ├── Array.cpp
│   │   ├── Casting.cpp
│   │   ├── CMakeLists.txt
│   │   ├── CygwinPort.cpp
│   │   ├── Demangle.cpp
│   │   ├── Enum.cpp
│   │   ├── EnumImpl.h
│   │   ├── ErrorDefaultImpls.cpp
│   │   ├── ErrorObjectConstants.cpp
│   │   ├── ErrorObject.h
│   │   ├── ErrorObject.mm
│   │   ├── ErrorObjectNative.cpp
│   │   ├── Errors.cpp
│   │   ├── Exclusivity.cpp
│   │   ├── ExistentialMetadataImpl.h
│   │   ├── Heap.cpp
│   │   ├── HeapObject.cpp
│   │   ├── ImageInspectionELF.cpp
│   │   ├── ImageInspectionELF.h
│   │   ├── ImageInspection.h
│   │   ├── ImageInspectionMachO.cpp
│   │   ├── ImageInspectionWin32.cpp
│   │   ├── KnownMetadata.cpp
│   │   ├── Leaks.h
│   │   ├── Leaks.mm
│   │   ├── MetadataCache.h
│   │   ├── Metadata.cpp
│   │   ├── MetadataImpl.h
│   │   ├── MetadataLookup.cpp
│   │   ├── MutexPThread.cpp
│   │   ├── MutexWin32.cpp
│   │   ├── Once.cpp
│   │   ├── Portability.cpp
│   │   ├── Private.h
│   │   ├── ProtocolConformance.cpp
│   │   ├── RefCount.cpp
│   │   ├── Reflection.mm
│   │   ├── RuntimeEntrySymbols.cpp
│   │   ├── RuntimeInvocationsTracking.cpp
│   │   ├── RuntimeInvocationsTracking.def
│   │   ├── RuntimeInvocationsTracking.h
│   │   ├── StaticBinaryELF.cpp
│   │   ├── SwiftHashableSupport.h
│   │   ├── SwiftObject.h
│   │   ├── SwiftObject.mm
│   │   ├── SwiftRT-ELF.cpp
│   │   ├── SwiftValue.h
│   │   ├── SwiftValue.mm
│   │   └── WeakReference.h
│   ├── SDK
│   │   ├── Accelerate
│   │   │   ├── BNNS.swift.gyb
│   │   │   └── CMakeLists.txt
│   │   ├── AppKit
│   │   │   ├── AppKit_FoundationExtensions.swift
│   │   │   ├── AppKit.swift
│   │   │   ├── CMakeLists.txt
│   │   │   ├── NSError.swift
│   │   │   ├── NSGraphics.swift
│   │   │   └── NSOpenGL.swift
│   │   ├── ARKit
│   │   │   ├── ARKit.swift
│   │   │   └── CMakeLists.txt
│   │   ├── AssetsLibrary
│   │   │   ├── ALAssetsLibrary.swift
│   │   │   └── CMakeLists.txt
│   │   ├── AVFoundation
│   │   │   ├── AVCaptureDevice.swift
│   │   │   ├── AVCapturePhotoOutput.swift
│   │   │   ├── AVCaptureSynchronizedDataCollection.swift
│   │   │   ├── AVCaptureVideoDataOutput.swift
│   │   │   ├── AVError.swift
│   │   │   ├── AVMetadataObject.swift
│   │   │   ├── CMakeLists.txt
│   │   │   └── NSValue.swift.gyb
│   │   ├── CallKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── CXProviderConfiguration.swift
│   │   ├── CloudKit
│   │   │   ├── CKError.swift
│   │   │   └── CMakeLists.txt
│   │   ├── CMakeLists.txt
│   │   ├── Contacts
│   │   │   ├── CMakeLists.txt
│   │   │   └── CNError.swift
│   │   ├── CoreAudio
│   │   │   ├── CMakeLists.txt
│   │   │   └── CoreAudio.swift
│   │   ├── CoreData
│   │   │   ├── CMakeLists.txt
│   │   │   ├── CocoaError.swift
│   │   │   ├── CoreData.mm
│   │   │   └── NSManagedObjectContext.swift
│   │   ├── CoreFoundation
│   │   │   ├── CMakeLists.txt
│   │   │   └── CoreFoundation.swift
│   │   ├── CoreGraphics
│   │   │   ├── CGFloat.swift.gyb
│   │   │   ├── CMakeLists.txt
│   │   │   ├── CoreGraphics.swift
│   │   │   └── Private.swift
│   │   ├── CoreImage
│   │   │   ├── CMakeLists.txt
│   │   │   └── CoreImage.swift
│   │   ├── CoreLocation
│   │   │   ├── CLError.swift
│   │   │   ├── CMakeLists.txt
│   │   │   └── NSValue.swift.gyb
│   │   ├── CoreMedia
│   │   │   ├── CMakeLists.txt
│   │   │   ├── CMTimeRange.swift
│   │   │   └── CMTime.swift
│   │   ├── CryptoTokenKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── TKSmartCard.swift
│   │   ├── Dispatch
│   │   │   ├── Block.swift
│   │   │   ├── CMakeLists.txt
│   │   │   ├── Data.swift
│   │   │   ├── Dispatch.mm
│   │   │   ├── Dispatch.swift
│   │   │   ├── IO.swift
│   │   │   ├── Private.swift
│   │   │   ├── Queue.swift
│   │   │   ├── Source.swift
│   │   │   └── Time.swift
│   │   ├── Foundation
│   │   │   ├── AffineTransform.swift
│   │   │   ├── Boxing.swift
│   │   │   ├── Calendar.swift
│   │   │   ├── CharacterSet.swift
│   │   │   ├── CheckClass.mm
│   │   │   ├── CMakeLists.txt
│   │   │   ├── Codable.swift
│   │   │   ├── Data.swift
│   │   │   ├── DataThunks.m
│   │   │   ├── DateComponents.swift
│   │   │   ├── DateInterval.swift
│   │   │   ├── Date.swift
│   │   │   ├── Decimal.swift
│   │   │   ├── ExtraStringAPIs.swift
│   │   │   ├── FileManager.swift
│   │   │   ├── Foundation.swift
│   │   │   ├── IndexPath.swift
│   │   │   ├── IndexSet.swift
│   │   │   ├── JSONEncoder.swift
│   │   │   ├── Locale.swift
│   │   │   ├── Measurement.swift
│   │   │   ├── Notification.swift
│   │   │   ├── NSArray.swift
│   │   │   ├── NSCoder.swift
│   │   │   ├── NSDate.swift
│   │   │   ├── NSDictionary.swift
│   │   │   ├── NSError.swift
│   │   │   ├── NSExpression.swift
│   │   │   ├── NSFastEnumeration.swift
│   │   │   ├── NSGeometry.swift
│   │   │   ├── NSIndexSet.swift
│   │   │   ├── NSItemProvider.swift
│   │   │   ├── NSNumber.swift
│   │   │   ├── NSObject.swift
│   │   │   ├── NSPredicate.swift
│   │   │   ├── NSRange.swift
│   │   │   ├── NSSet.swift
│   │   │   ├── NSSortDescriptor.swift
│   │   │   ├── NSStringAPI.swift
│   │   │   ├── NSStringEncodings.swift
│   │   │   ├── NSString.swift
│   │   │   ├── NSTextCheckingResult.swift
│   │   │   ├── NSUndoManager.swift
│   │   │   ├── NSURL.swift
│   │   │   ├── NSValue.swift.gyb
│   │   │   ├── PersonNameComponents.swift
│   │   │   ├── PlistEncoder.swift
│   │   │   ├── Progress.swift
│   │   │   ├── ReferenceConvertible.swift
│   │   │   ├── String.swift
│   │   │   ├── TimeZone.swift
│   │   │   ├── TypePreservingNSNumber.mm
│   │   │   ├── URLComponents.swift
│   │   │   ├── URLRequest.swift
│   │   │   ├── URL.swift
│   │   │   └── UUID.swift
│   │   ├── GameplayKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── GameplayKit.swift
│   │   ├── GLKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── GLKMath.swift.gyb
│   │   ├── HomeKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── HomeKit.swift
│   │   ├── Intents
│   │   │   ├── CMakeLists.txt
│   │   │   ├── INBooleanResolutionResult.swift
│   │   │   ├── INCallRecord.swift
│   │   │   ├── INDoubleResolutionResult.swift
│   │   │   ├── INGetCarLockStatusIntentResponse.swift
│   │   │   ├── INGetCarPowerLevelStatusIntentResponse.swift
│   │   │   ├── INIntegerResolutionResult.swift
│   │   │   ├── INNotebookItemTypeResolutionResult.swift
│   │   │   ├── INParameter.swift
│   │   │   ├── INRequestRideIntent.swift
│   │   │   ├── INRideOption.swift
│   │   │   ├── INSaveProfileInCarIntent.swift
│   │   │   ├── INSearchCallHistoryIntent.swift
│   │   │   ├── INSearchForPhotosIntentResponse.swift
│   │   │   ├── INSetCarLockStatusIntent.swift
│   │   │   ├── INSetClimateSettingsInCarIntent.swift
│   │   │   ├── INSetDefrosterSettingsInCarIntent.swift
│   │   │   ├── INSetProfileInCarIntent.swift
│   │   │   ├── INSetRadioStationIntent.swift
│   │   │   ├── INSetSeatSettingsInCarIntent.swift
│   │   │   ├── INStartPhotoPlaybackIntentResponse.swift
│   │   │   └── INStartWorkoutIntent.swift
│   │   ├── IOKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── IOReturn.swift
│   │   ├── MapKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── NSValue.swift.gyb
│   │   ├── MediaPlayer
│   │   │   ├── CMakeLists.txt
│   │   │   └── MPMusicPlayerPlayParameters.swift
│   │   ├── Metal
│   │   │   ├── CMakeLists.txt
│   │   │   └── Metal.swift
│   │   ├── MetalKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── MetalKit.swift
│   │   ├── ModelIO
│   │   │   ├── CMakeLists.txt
│   │   │   └── ModelIO.swift
│   │   ├── ObjectiveC
│   │   │   ├── CMakeLists.txt
│   │   │   └── ObjectiveC.swift
│   │   ├── OpenCL
│   │   │   ├── CMakeLists.txt
│   │   │   └── OpenCL.swift
│   │   ├── os
│   │   │   ├── CMakeLists.txt
│   │   │   ├── os_log.m
│   │   │   ├── os_log.swift
│   │   │   ├── os_trace_blob.c
│   │   │   ├── os_trace_blob.h
│   │   │   ├── thunks.h
│   │   │   └── thunks.mm
│   │   ├── Photos
│   │   │   ├── CMakeLists.txt
│   │   │   └── PHChange.swift
│   │   ├── QuartzCore
│   │   │   ├── CMakeLists.txt
│   │   │   └── NSValue.swift.gyb
│   │   ├── SafariServices
│   │   │   ├── CMakeLists.txt
│   │   │   └── SafariServices.swift
│   │   ├── SceneKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── SceneKit.swift.gyb
│   │   ├── simd
│   │   │   ├── CMakeLists.txt
│   │   │   ├── Quaternion.swift.gyb
│   │   │   └── simd.swift.gyb
│   │   ├── SpriteKit
│   │   │   ├── CMakeLists.txt
│   │   │   ├── SpriteKitQuickLooks.swift.gyb
│   │   │   └── SpriteKit.swift
│   │   ├── UIKit
│   │   │   ├── CMakeLists.txt
│   │   │   ├── DesignatedInitializers.mm
│   │   │   ├── UIKit_FoundationExtensions.swift.gyb
│   │   │   └── UIKit.swift
│   │   ├── Vision
│   │   │   ├── CMakeLists.txt
│   │   │   └── Vision.swift
│   │   ├── WatchKit
│   │   │   ├── CMakeLists.txt
│   │   │   └── WKInterfaceController.swift
│   │   ├── XCTest
│   │   │   ├── CMakeLists.txt
│   │   │   ├── XCTestCaseAdditions.mm
│   │   │   └── XCTest.swift
│   │   └── XPC
│   │   ├── CMakeLists.txt
│   │   └── XPC.swift
│   ├── stubs
│   │   ├── Assert.cpp
│   │   ├── Availability.mm
│   │   ├── CMakeLists.txt
│   │   ├── CommandLine.cpp
│   │   ├── FoundationHelpers.mm
│   │   ├── GlobalObjects.cpp
│   │   ├── KeyPaths.cpp
│   │   ├── LibcShims.cpp
│   │   ├── OptionalBridgingHelper.mm
│   │   ├── Reflection.mm
│   │   ├── Stubs.cpp
│   │   ├── SwiftNativeNSXXXBaseARC.m
│   │   ├── SwiftNativeNSXXXBase.mm.gyb
│   │   └── UnicodeNormalization.cpp
│   ├── SwiftOnoneSupport
│   │   ├── CMakeLists.txt
│   │   └── SwiftOnoneSupport.swift
│   ├── SwiftRemoteMirror
│   │   ├── CMakeLists.txt
│   │   └── SwiftRemoteMirror.cpp
│   └── SwiftShims
│   ├── AssertionReporting.h
│   ├── CFCharacterSetShims.h
│   ├── CFHashingShims.h
│   ├── CMakeLists.txt
│   ├── CoreFoundationOverlayShims.h
│   ├── CoreFoundationShims.h
│   ├── DispatchOverlayShims.h
│   ├── FoundationOverlayShims.h
│   ├── FoundationShims.h
│   ├── FoundationShimSupport.h
│   ├── GlobalObjects.h
│   ├── HeapObject.h
│   ├── KeyPath.h
│   ├── LibcShims.h
│   ├── module.modulemap
│   ├── NSCalendarShims.h
│   ├── NSCharacterSetShims.h
│   ├── NSCoderShims.h
│   ├── NSDataShims.h
│   ├── NSDictionaryShims.h
│   ├── NSErrorShims.h
│   ├── NSFileManagerShims.h
│   ├── NSIndexPathShims.h
│   ├── NSIndexSetShims.h
│   ├── NSKeyedArchiverShims.h
│   ├── NSLocaleShims.h
│   ├── NSTimeZoneShims.h
│   ├── NSUndoManagerShims.h
│   ├── ObjectiveCOverlayShims.h
│   ├── OSOverlayShims.h
│   ├── RefCount.h
│   ├── RuntimeShims.h
│   ├── RuntimeStubs.h
│   ├── SafariServicesOverlayShims.h
│   ├── SwiftStdbool.h
│   ├── SwiftStddef.h
│   ├── SwiftStdint.h
│   ├── System.h
│   ├── UIKitOverlayShims.h
│   ├── UnicodeShims.h
│   ├── Visibility.h
│   ├── XCTestOverlayShims.h
│   └── XPCOverlayShims.h
├── test
│   ├── api-digester
│   │   ├── apinotes-migrator-gen.swift
│   │   ├── compare-dump.swift
│   │   ├── deserialize-diff-items.swift
│   │   ├── dump-module.swift
│   │   ├── Inputs
│   │   │   ├── APINotesLeft
│   │   │   │   ├── APINotesTest.apinotes
│   │   │   │   ├── APINotesTest.h
│   │   │   │   └── module.modulemap
│   │   │   ├── APINotesRight
│   │   │   │   ├── APINotesTest.apinotes
│   │   │   │   ├── APINotesTest.h
│   │   │   │   └── module.modulemap
│   │   │   ├── cake1.swift
│   │   │   ├── cake2.swift
│   │   │   ├── cake.swift
│   │   │   ├── macro-gen-left.swift
│   │   │   └── macro-gen-right.swift
│   │   ├── lit.local.cfg
│   │   ├── macro-gen-json.swift
│   │   ├── macro-gen.swift
│   │   ├── Outputs
│   │   │   ├── apinotes-migrator-gen.json
│   │   │   ├── cake.json
│   │   │   ├── Cake.txt
│   │   │   ├── macro-gen.def
│   │   │   └── macro-gen.json
│   │   ├── source-stability.swift
│   │   ├── source-stability.swift.expected
│   │   └── stdlib-stable.json
│   ├── APINotes
│   │   ├── basic.swift
│   │   ├── blocks.swift
│   │   ├── broken-swift-name.swift
│   │   ├── Inputs
│   │   │   ├── broken-modules
│   │   │   │   ├── BrokenAPINotes.apinotes
│   │   │   │   ├── BrokenAPINotes.h
│   │   │   │   └── module.modulemap
│   │   │   ├── custom-frameworks
│   │   │   │   └── APINotesFrameworkTest.framework
│   │   │   │   ├── Headers
│   │   │   │   │   ├── APINotesFrameworkTest.apinotes
│   │   │   │   │   ├── APINotesFrameworkTest.h
│   │   │   │   │   ├── Classes.h
│   │   │   │   │   ├── Enums.h
│   │   │   │   │   ├── Globals.h
│   │   │   │   │   ├── ImportAsMember.h
│   │   │   │   │   ├── Properties.h
│   │   │   │   │   ├── Protocols.h
│   │   │   │   │   ├── SwiftWrapper.h
│   │   │   │   │   └── Types.h
│   │   │   │   └── Modules
│   │   │   │   └── module.modulemap
│   │   │   ├── custom-modules
│   │   │   │   ├── APINotesTest.apinotes
│   │   │   │   ├── APINotesTest.h
│   │   │   │   └── module.modulemap
│   │   │   └── roundtrip.apinotes
│   │   ├── irgen-prop-getter-setter.swift
│   │   ├── properties.swift
│   │   ├── type_changes.swift
│   │   ├── versioned-multi.swift
│   │   ├── versioned-objc-dynamic-lookup.swift
│   │   ├── versioned-objc.swift
│   │   ├── versioned.swift
│   │   ├── versioned-test-mangling.swift
│   │   └── yaml-roundtrip.swift
│   ├── attr
│   │   ├── accessibility_multifile.swift
│   │   ├── accessibility_print.swift
│   │   ├── accessibility.swift
│   │   ├── ApplicationMain
│   │   │   ├── attr_NSApplicationMain_generic.swift
│   │   │   ├── attr_NSApplicationMain_inherited.swift
│   │   │   ├── attr_NSApplicationMain_multi_file
│   │   │   │   ├── another_delegate.swift
│   │   │   │   └── delegate.swift
│   │   │   ├── attr_NSApplicationMain_multiple.swift
│   │   │   ├── attr_NSApplicationMain_not_NSApplicationDelegate.swift
│   │   │   ├── attr_NSApplicationMain.swift
│   │   │   ├── attr_NSApplicationMain_with_main
│   │   │   │   ├── delegate.swift
│   │   │   │   └── main.swift
│   │   │   ├── attr_UIApplicationMain_generic.swift
│   │   │   ├── attr_UIApplicationMain_inherited.swift
│   │   │   ├── attr_UIApplicationMain_multiple.swift
│   │   │   ├── attr_UIApplicationMain_not_UIApplicationDelegate.swift
│   │   │   ├── attr_UIApplicationMain.swift
│   │   │   └── attr_UIApplicationMain_with_main
│   │   │   ├── delegate.swift
│   │   │   └── main.swift
│   │   ├── attr_alignment.swift
│   │   ├── attr_autoclosure.swift
│   │   ├── attr_availability_narrow.swift
│   │   ├── attr_availability_objc.swift
│   │   ├── attr_availability_osx.swift
│   │   ├── attr_availability.swift
│   │   ├── attr_availability_swift_deserialize.swift
│   │   ├── attr_availability_swift.swift
│   │   ├── attr_availability_swift_v3.swift
│   │   ├── attr_availability_swift_v4.swift
│   │   ├── attr_availability_transitive_ios_extension.swift
│   │   ├── attr_availability_transitive_ios.swift
│   │   ├── attr_availability_transitive_multiple.swift
│   │   ├── attr_availability_transitive_nested.swift
│   │   ├── attr_availability_transitive_osx_extension.swift
│   │   ├── attr_availability_transitive_osx.swift
│   │   ├── attr_availability_tvos.swift
│   │   ├── attr_availability_watchos.swift
│   │   ├── attr_cdecl.swift
│   │   ├── attr_convention.swift
│   │   ├── attr_discardableResult.swift
│   │   ├── attr_downgrade_exhaustivity.swift
│   │   ├── attr_dynamic_infer.swift
│   │   ├── attr_dynamic.swift
│   │   ├── attr_escaping.swift
│   │   ├── attr_final_protocol_extension.swift
│   │   ├── attr_final.swift
│   │   ├── attr_fixed_layout.swift
│   │   ├── attr_ibaction_ios.swift
│   │   ├── attr_ibaction.swift
│   │   ├── attr_iboutlet.swift
│   │   ├── attributes.swift
│   │   ├── attr_implements_bad_parse.swift
│   │   ├── attr_implements_bad_types.swift
│   │   ├── attr_implements.swift
│   │   ├── attr_indirect.swift
│   │   ├── attr_inlineable.swift
│   │   ├── attr_inout.swift
│   │   ├── attr_noescape.swift
│   │   ├── attr_nonobjc.swift
│   │   ├── attr_noreturn.swift
│   │   ├── attr_objc_any.swift
│   │   ├── attr_objc_clang.swift
│   │   ├── attr_objc_foreign.swift
│   │   ├── attr_objcMembers.swift
│   │   ├── attr_objc_overlays.swift
│   │   ├── attr_objc_override.swift
│   │   ├── attr_objc_simd.swift
│   │   ├── attr_objc.swift
│   │   ├── attr_objc_swift3_deprecated_default.swift
│   │   ├── attr_objc_swift3_deprecated.swift
│   │   ├── attr_objc_swift3_deprecated_uses.swift
│   │   ├── attr_objc_swift4.swift
│   │   ├── attr_override.swift
│   │   ├── attr_required.swift
│   │   ├── attr_requires_stored_property_inits.swift
│   │   ├── attr_semantics.swift
│   │   ├── attr_silgen_name.swift
│   │   ├── attr_specialize.swift
│   │   ├── attr_versioned.swift
│   │   ├── Inputs
│   │   │   ├── custom-modules
│   │   │   │   ├── attr_objc_foo_clang_module.h
│   │   │   │   ├── module.map
│   │   │   │   └── testable_clang.h
│   │   │   ├── OldAndNew.swift
│   │   │   ├── OpenHelpers.swift
│   │   │   └── warn_unqualified_access_other.swift
│   │   ├── open.swift
│   │   ├── testable.swift
│   │   └── warn_unqualified_access.swift
│   ├── AutolinkExtract
│   │   ├── empty_archive.swift
│   │   ├── empty.swift
│   │   ├── error_no_inputs.swift
│   │   ├── import_archive.swift
│   │   ├── import.swift
│   │   └── linker-order.ll
│   ├── CircularReferences
│   │   └── global_typealias.swift
│   ├── ClangImporter
│   │   ├── accessibility_framework.swift
│   │   ├── adapter.swift
│   │   ├── AppKit_test.swift
│   │   ├── attr-swift_name_renaming-objc.swift
│   │   ├── attr-swift_name_renaming.swift
│   │   ├── attr-swift_name.swift
│   │   ├── attr-swift_private.swift
│   │   ├── autolinking.swift
│   │   ├── availability_app_extension.swift
│   │   ├── availability_implicit_macosx.swift
│   │   ├── availability_ios.swift
│   │   ├── availability_macosx.swift
│   │   ├── availability_open_enums.swift
│   │   ├── availability_open_enums_swift3.swift
│   │   ├── availability_returns_twice.swift
│   │   ├── availability.swift
│   │   ├── availability_variadic.swift
│   │   ├── availability_watchos.swift
│   │   ├── bad-deployment-target.swift
│   │   ├── bad-ns-extensible-string-enum.swift
│   │   ├── blocks_parse.swift
│   │   ├── broken-modules.swift
│   │   ├── can_import_missing_requirement.swift
│   │   ├── cf.swift
│   │   ├── cfuncs_ir.swift
│   │   ├── cfuncs_parse.swift
│   │   ├── c_inside_objc.swift
│   │   ├── clang_builtin_pcm.swift
│   │   ├── clang_builtins.swift
│   │   ├── const_and_pure.swift
│   │   ├── CoreGraphics_test.swift
│   │   ├── CoreMIDI_test.swift
│   │   ├── CoreServices_test.swift
│   │   ├── cstring_parse.swift
│   │   ├── ctypes_ir.swift
│   │   ├── ctypes_parse_bitfields.swift
│   │   ├── ctypes_parse_macosx.swift
│   │   ├── ctypes_parse_objc.swift
│   │   ├── ctypes_parse.swift
│   │   ├── ctypes_parse_swift4.swift
│   │   ├── ctypes_parse_union.swift
│   │   ├── custom-include.swift
│   │   ├── cvars_ir.swift
│   │   ├── cvars_parse.swift
│   │   ├── Darwin_sdk_test.swift
│   │   ├── Darwin_test.swift
│   │   ├── diags_from_module.swift
│   │   ├── diags-with-many-imports.swift
│   │   ├── Dispatch_test.swift
│   │   ├── enum-dataflow.swift
│   │   ├── enum-error-execute.swift
│   │   ├── enum-error.swift
│   │   ├── enum-new.swift
│   │   ├── enum-objc.swift
│   │   ├── enum.swift
│   │   ├── enum-with-target.swift
│   │   ├── foreign_errors.swift
│   │   ├── import-as-member.swift
│   │   ├── indirect_fields.swift
│   │   ├── inherited-protocols-sil.swift
│   │   ├── Inputs
│   │   │   ├── adapter.swift
│   │   │   ├── app-bridging-header-to-pch.h
│   │   │   ├── app-that-uses-pch-bridging-header.swift
│   │   │   ├── availability_implicit_macosx_other.swift
│   │   │   ├── bad-bridging-header.h
│   │   │   ├── bad-ns-extensible-string-enum.h
│   │   │   ├── cfuncs.swift
│   │   │   ├── chained-unit-test-bridging-header-to-pch.h
│   │   │   ├── const_and_pure.h
│   │   │   ├── custom-modules
│   │   │   │   ├── AvailabilityExtras.h
│   │   │   │   ├── CFAndObjC.h
│   │   │   │   ├── CInsideObjC.h
│   │   │   │   ├── ClangModuleUser.h
│   │   │   │   ├── CoreCooling.h
│   │   │   │   ├── ctypes_bits_exported.h
│   │   │   │   ├── ImportAsMember.apinotes
│   │   │   │   ├── ImportAsMember.h
│   │   │   │   ├── ImportsMissingHeader.h
│   │   │   │   ├── IndirectFields.h
│   │   │   │   ├── IndirectFrameworkImporter.h
│   │   │   │   ├── MacrosDeliberateRedefA
│   │   │   │   │   ├── module.modulemap
│   │   │   │   │   ├── New.h
│   │   │   │   │   └── Old.h
│   │   │   │   ├── MacrosDeliberateRedefB
│   │   │   │   │   ├── module.modulemap
│   │   │   │   │   └── Newer.h
│   │   │   │   ├── MacrosRedefA.h
│   │   │   │   ├── MacrosRedefB.h
│   │   │   │   ├── MacrosRedefWithParallelSubmodules
│   │   │   │   │   ├── A.h
│   │   │   │   │   ├── B.h
│   │   │   │   │   └── module.modulemap
│   │   │   │   ├── MacrosRedefWithSubmodules
│   │   │   │   │   ├── Inner.h
│   │   │   │   │   ├── module.modulemap
│   │   │   │   │   └── Outer.h
│   │   │   │   ├── module.map
│   │   │   │   ├── more-custom-modules
│   │   │   │   │   ├── ImportsMissingHeaderIndirect.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── MoreSwiftNewtypes.h
│   │   │   │   ├── Newtype.h
│   │   │   │   ├── NSManagedObject.h
│   │   │   │   ├── ObjCBridgeNonconforming.h
│   │   │   │   ├── ObjCIRExtras.h
│   │   │   │   ├── ObjCParseExtras.h
│   │   │   │   ├── ObjCParseExtrasSystem.h
│   │   │   │   ├── ObjCParseExtrasToo.h
│   │   │   │   ├── ObjCParseExtrasTooHelper.h
│   │   │   │   ├── ObjCSubscripts.h
│   │   │   │   ├── PredefinedMacros.h
│   │   │   │   ├── Protocols.h
│   │   │   │   ├── ProtoRenaming.h
│   │   │   │   ├── ProtoWithInitializer.h
│   │   │   │   ├── Redeclaration.h
│   │   │   │   ├── RedeclaredProperties
│   │   │   │   │   ├── module.modulemap
│   │   │   │   │   ├── RedeclaredProperties.h
│   │   │   │   │   ├── RedeclaredPropertiesSplit2.h
│   │   │   │   │   ├── RedeclaredPropertiesSplit.h
│   │   │   │   │   ├── RedeclaredPropertiesSub.h
│   │   │   │   │   ├── RedeclaredPropertiesSubPrivate.h
│   │   │   │   │   ├── RPFirst.h
│   │   │   │   │   └── RPSecond.h
│   │   │   │   ├── script.h
│   │   │   │   ├── SubclassExistentialsExtra.h
│   │   │   │   ├── Submodule.h
│   │   │   │   ├── SwiftName.apinotes
│   │   │   │   ├── SwiftName.h
│   │   │   │   ├── SwiftPrivateAttr.h
│   │   │   │   ├── TypeAndValue.h
│   │   │   │   ├── UnimportableMembers.h
│   │   │   │   ├── UsesSubmodule.h
│   │   │   │   └── x.h
│   │   │   ├── enum-error.h
│   │   │   ├── enum-error.m
│   │   │   ├── enum-new.h
│   │   │   ├── enum-objc.h
│   │   │   ├── frameworks
│   │   │   │   ├── Another.framework
│   │   │   │   │   ├── Another
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── Another.h
│   │   │   │   │   └── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   ├── ImportAsMemberSubmodules.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   ├── Actual.h
│   │   │   │   │   │   ├── Fwd.h
│   │   │   │   │   │   ├── ImportAsMemberSubmodules.apinotes
│   │   │   │   │   │   └── ImportAsMemberSubmodules.h
│   │   │   │   │   └── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   ├── Module.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   ├── Buried
│   │   │   │   │   │   │   └── Treasure.h
│   │   │   │   │   │   ├── Module.h
│   │   │   │   │   │   ├── NotInModule.h
│   │   │   │   │   │   ├── Sub2.h
│   │   │   │   │   │   └── Sub.h
│   │   │   │   │   ├── Module
│   │   │   │   │   └── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   ├── PrivatelyReadwrite.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── PrivatelyReadwrite.h
│   │   │   │   │   ├── Modules
│   │   │   │   │   │   └── module.modulemap
│   │   │   │   │   └── PrivateHeaders
│   │   │   │   │   └── Private.h
│   │   │   │   └── Simple.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── Simple.h
│   │   │   │   ├── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   └── Simple
│   │   │   ├── ibaction.h
│   │   │   ├── ImplementProtoRenaming.swift
│   │   │   ├── inherited-protocols-sil.h
│   │   │   ├── invalid_bridging_header.h
│   │   │   ├── macros_redef.h
│   │   │   ├── many-imports
│   │   │   │   ├── module.modulemap
│   │   │   │   └── obsoleted.h
│   │   │   ├── mirror_import_overrides_1.h
│   │   │   ├── mirror_import_overrides_2.h
│   │   │   ├── missing-requirement
│   │   │   │   └── module.modulemap
│   │   │   ├── MoreSwiftNewtypes_conformances.swift
│   │   │   ├── MoreSwiftNewtypes_tests.swift
│   │   │   ├── no-import-objc
│   │   │   │   ├── module.map
│   │   │   │   └── people.h
│   │   │   ├── non-modular
│   │   │   │   ├── Foo.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── Foo.h
│   │   │   │   │   └── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   └── NonModular.h
│   │   │   ├── objc_curried_method.h
│   │   │   ├── objc_nsmanaged_other.swift
│   │   │   ├── other.swift
│   │   │   ├── pch-bridging-header-with-non-modular-import.h
│   │   │   ├── privateframeworks
│   │   │   │   ├── overlay
│   │   │   │   │   └── SomeKit.swift
│   │   │   │   ├── withoutprivate
│   │   │   │   │   └── SomeKit.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   ├── SKWidget.h
│   │   │   │   │   │   └── SomeKit.h
│   │   │   │   │   └── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   └── withprivate
│   │   │   │   ├── SomeKitCore.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   ├── SKWidget.h
│   │   │   │   │   │   └── SomeKitCore.h
│   │   │   │   │   └── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   └── SomeKit.framework
│   │   │   │   ├── Headers
│   │   │   │   │   ├── SKWidget.h
│   │   │   │   │   └── SomeKit.h
│   │   │   │   └── Modules
│   │   │   │   └── module.modulemap
│   │   │   ├── protocol-member-renaming.h
│   │   │   ├── sdk-bridging-header.h
│   │   │   ├── sdk-protocol-class
│   │   │   │   ├── os1.swift
│   │   │   │   ├── os2.swift
│   │   │   │   └── os3.swift
│   │   │   ├── SerializationHelper.swift
│   │   │   ├── serialization-sil.h
│   │   │   ├── static_inline.h
│   │   │   ├── submodules-bridging-header.h
│   │   │   ├── SwiftPrivateAttr.txt
│   │   │   ├── System
│   │   │   │   └── Library
│   │   │   │   └── Frameworks
│   │   │   │   └── LinkFramework.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── LinkFramework.h
│   │   │   │   ├── LinkFramework
│   │   │   │   └── module.map
│   │   │   ├── systemframeworks
│   │   │   │   └── Module.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── Module.h
│   │   │   │   └── Modules
│   │   │   │   └── module.modulemap
│   │   │   ├── typedef-with-generic-param.h
│   │   │   └── unit-test-bridging-header-to-pch.h
│   │   ├── invalid_bridging_header.swift
│   │   ├── macro_literals.swift
│   │   ├── macros_redef.swift
│   │   ├── macros.swift
│   │   ├── mapped-integers.swift.gyb
│   │   ├── mirror_import_overrides.swift
│   │   ├── missing-adapter.swift
│   │   ├── MixedSource
│   │   │   ├── broken-bridging-header.swift
│   │   │   ├── broken-modules.swift
│   │   │   ├── can_import_objc_idempotent.swift
│   │   │   ├── defer-supermodule-import.swift
│   │   │   ├── import-mixed-framework.swift
│   │   │   ├── import-mixed-framework-with-forward.swift
│   │   │   ├── import-mixed-with-header.swift
│   │   │   ├── import-mixed-with-header-twice.swift
│   │   │   ├── Inputs
│   │   │   │   ├── broken-modules
│   │   │   │   │   ├── BrokenClangModule.h
│   │   │   │   │   ├── MissingDependencyFromClang.h
│   │   │   │   │   ├── MissingDependencyFromSwift.swift
│   │   │   │   │   └── module.modulemap
│   │   │   │   ├── defer-supermodule-import
│   │   │   │   │   ├── Some-Bridging-Header.h
│   │   │   │   │   └── Some.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   ├── Some.h
│   │   │   │   │   │   └── Submodule.h
│   │   │   │   │   └── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   ├── error-on-define.h
│   │   │   │   ├── error-on-define-impl.h
│   │   │   │   ├── import-mixed-framework-with-forward.h
│   │   │   │   ├── mixed-framework
│   │   │   │   │   ├── Mixed.framework
│   │   │   │   │   │   ├── Headers
│   │   │   │   │   │   │   └── Mixed.h
│   │   │   │   │   │   ├── module.map
│   │   │   │   │   │   └── Modules
│   │   │   │   │   │   └── Mixed.swiftmodule
│   │   │   │   │   └── Mixed.swift
│   │   │   │   ├── mixed-target
│   │   │   │   │   ├── header-again.h
│   │   │   │   │   ├── header.h
│   │   │   │   │   ├── Mixed.framework
│   │   │   │   │   │   ├── Headers
│   │   │   │   │   │   │   └── Mixed.h
│   │   │   │   │   │   ├── Mixed
│   │   │   │   │   │   └── module.map
│   │   │   │   │   ├── other-file.swift
│   │   │   │   │   └── used-by-both-headers.h
│   │   │   │   ├── mixed-with-header-again.swift
│   │   │   │   ├── mixed-with-header.swift
│   │   │   │   ├── resolve-cross-language
│   │   │   │   │   ├── Base-module.map
│   │   │   │   │   ├── Base.swift
│   │   │   │   │   └── BaseUser.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── BaseUser.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── user-module
│   │   │   │   │   ├── module.map
│   │   │   │   │   └── user.h
│   │   │   │   └── Xcc_include.h
│   │   │   ├── mixed-nsuinteger.swift
│   │   │   ├── mixed-target-using-header.swift
│   │   │   ├── mixed-target-using-header-swift4.swift
│   │   │   ├── mixed-target-using-module.swift
│   │   │   ├── resolve-cross-language.swift
│   │   │   └── Xcc_include.swift
│   │   ├── newtype_conformance.swift
│   │   ├── no-import-objc.swift
│   │   ├── non-modular-include.swift
│   │   ├── no-sdk.swift
│   │   ├── nullability_silgen.swift
│   │   ├── nullability.swift
│   │   ├── objc_bridge_categories.swift
│   │   ├── objc_bridging_custom.swift
│   │   ├── objc_bridging_generics.swift
│   │   ├── objc_bridging_generics_swift3.swift
│   │   ├── objc_bridging.swift
│   │   ├── objc_curried_method.swift
│   │   ├── objc_diags.swift
│   │   ├── objc_dynamic_lookup.swift
│   │   ├── objc_factory_method.swift
│   │   ├── objc_failable_inits.swift
│   │   ├── objc_final_dynamic.swift
│   │   ├── objc_ibaction.swift
│   │   ├── objc_id_as_any.swift
│   │   ├── objc_implicit_with.swift
│   │   ├── objc_init_conformance.swift
│   │   ├── objc_init_redundant.swift
│   │   ├── objc_init.swift
│   │   ├── objc_ir.swift
│   │   ├── objc_missing_designated_init.swift
│   │   ├── objc_nsmanagedobject.swift
│   │   ├── objc_override.swift
│   │   ├── objc_parse.swift
│   │   ├── objc_parse_verifier.swift
│   │   ├── objc_protocol_renaming.swift
│   │   ├── objc_proxies.swift
│   │   ├── objc_redeclared_properties_incompatible.swift
│   │   ├── objc_redeclared_properties.swift
│   │   ├── objc_runtime_visible.swift
│   │   ├── objc_subscript.swift
│   │   ├── optional.swift
│   │   ├── overlay_with_submodule.swift
│   │   ├── pch-bridging-header-deps.swift
│   │   ├── pch-bridging-header-serialized-diagnostics.swift
│   │   ├── pch-bridging-header.swift
│   │   ├── pch-bridging-header-unittest-ok.swift
│   │   ├── pch-bridging-header-unittest-warn.swift
│   │   ├── pch-bridging-header-vs-modular-interface-defn.swift
│   │   ├── predefined_macros.swift
│   │   ├── private_frameworks.swift
│   │   ├── protocol-conformance-in-extension.swift
│   │   ├── protocol-member-renaming.swift
│   │   ├── protocol_metatype_object_conversion.swift
│   │   ├── requires.swift
│   │   ├── SceneKit_test.swift
│   │   ├── script.swift
│   │   ├── sdk-bridging-header.swift
│   │   ├── sdk-protocol-class.swift
│   │   ├── sdk.swift
│   │   ├── Security_test.swift
│   │   ├── serialization-search-paths.swift
│   │   ├── serialization-sil.swift
│   │   ├── serialization.swift
│   │   ├── simd_sans_simd.swift
│   │   ├── simd.swift
│   │   ├── static_inline.swift
│   │   ├── subclass_existentials_ir.swift
│   │   ├── subclass_existentials.swift
│   │   ├── subclass_existentials_swift3.swift
│   │   ├── submodules-bridging-header.swift
│   │   ├── submodules_indirect.swift
│   │   ├── submodules_scoped.swift
│   │   ├── submodules.swift
│   │   ├── swift2_warnings.swift
│   │   ├── swift_modules.swift
│   │   ├── system-framework-search-path.swift
│   │   ├── typedef_with_generic_param.swift
│   │   ├── uikit_hacks.swift
│   │   └── working-directory.swift
│   ├── CMakeLists.txt
│   ├── Compatibility
│   │   ├── accessibility_compound.swift
│   │   ├── accessibility_private.swift
│   │   ├── accessibility.swift
│   │   ├── accessibility_typealias.swift
│   │   ├── anyobject_class.swift
│   │   ├── anyobject.swift
│   │   ├── attr_escaping.swift
│   │   ├── attr_final_protocol_extension.swift
│   │   ├── attr_objc.swift
│   │   ├── attr_override_lazy.swift
│   │   ├── attr_override.swift
│   │   ├── availability_compound.swift
│   │   ├── bridging-nsnumber-and-nsvalue.swift.gyb
│   │   ├── conditional_compiliation_expr.swift
│   │   ├── default_init.swift
│   │   ├── default_literal_generic_args.swift
│   │   ├── deprecated_where_swift.swift
│   │   ├── dollar_identifier.swift
│   │   ├── dot_keywords.swift
│   │   ├── dynamic_self_swift4.swift
│   │   ├── enum_cases.swift
│   │   ├── enum_element_pattern.swift
│   │   ├── lazy_properties.swift
│   │   ├── lvalue_typeof.swift
│   │   ├── members.swift
│   │   ├── MixAndMatch
│   │   │   ├── Inputs
│   │   │   │   ├── module.modulemap
│   │   │   │   ├── SomeObjCModule.apinotes
│   │   │   │   ├── SomeObjCModule.h
│   │   │   │   ├── SomeObjCModuleX.swift
│   │   │   │   ├── witness_change_swift3_leaf.swift
│   │   │   │   └── witness_change_swift4.swift
│   │   │   └── witness_change.swift
│   │   ├── override.swift
│   │   ├── ownership_protocol.swift
│   │   ├── protocol_composition.swift
│   │   ├── range_hashable.swift
│   │   ├── self_same_type.swift
│   │   ├── self.swift
│   │   ├── shared_owned_identifiers.swift
│   │   ├── sr3842_map_string_init.swift
│   │   ├── string_collection.swift
│   │   ├── throws_identifier.swift
│   │   ├── trailing-closure.swift
│   │   ├── tuple_arguments_3.swift
│   │   ├── tuple_arguments_4.swift
│   │   ├── type_expr.swift
│   │   ├── unavailable_witness.swift
│   │   ├── unqualified_lookup.swift
│   │   └── unsatisfiable_req.swift
│   ├── Constraints
│   │   ├── anyhashable-collection-cast.swift
│   │   ├── array_literal.swift
│   │   ├── assignment.swift
│   │   ├── associated_self_types.swift
│   │   ├── associated-types-mixed-explicit-inferred.swift
│   │   ├── associated_types.swift
│   │   ├── availability.swift
│   │   ├── bridging_nonobjc.swift
│   │   ├── bridging-nsnumber-and-nsvalue.swift.gyb
│   │   ├── bridging.swift
│   │   ├── casts_objc.swift
│   │   ├── casts.swift
│   │   ├── class.swift
│   │   ├── closures.swift
│   │   ├── closures_swift3.swift
│   │   ├── closures_swift4.swift
│   │   ├── collection-mutablecollection-order-dependency-1g.swift
│   │   ├── collection-mutablecollection-order-dependency-1.swift
│   │   ├── collection-mutablecollection-order-dependency-2.swift
│   │   ├── collection-mutablecollection-order-dependency-3.swift
│   │   ├── collection-of-function.swift
│   │   ├── construction.swift
│   │   ├── default_literals.swift
│   │   ├── default_literals_swift4.swift
│   │   ├── diag_ambiguities_module.swift
│   │   ├── diag_ambiguities.swift
│   │   ├── diag_missing_arg.swift
│   │   ├── diagnostics.swift
│   │   ├── diagnostics_swift4.swift
│   │   ├── dictionary_literal.swift
│   │   ├── dynamic_lookup.swift
│   │   ├── enum_cases.swift
│   │   ├── ErrorBridging.swift
│   │   ├── existential_metatypes.swift
│   │   ├── fixes.swift
│   │   ├── function_conversion.swift
│   │   ├── function.swift
│   │   ├── gather_all_adjacencies.swift
│   │   ├── generic_construction_deduction.swift
│   │   ├── generic_overload.swift
│   │   ├── generic_protocol_witness.swift
│   │   ├── generics.swift
│   │   ├── generic_super_constraint.swift
│   │   ├── if_expr.swift
│   │   ├── imported-overload.swift
│   │   ├── imported_rawValue_assignment.swift
│   │   ├── incomplete_function_ref.swift
│   │   ├── inherited_generic_conformance.swift
│   │   ├── Inputs
│   │   │   ├── has_ambiguities.swift
│   │   │   ├── invalid_metatype_bridging_header.h
│   │   │   ├── overload.h
│   │   │   └── PrivateObjC.swift
│   │   ├── interpolation_segments.swift
│   │   ├── invalid_archetype_constraint.swift
│   │   ├── invalid_constraint_lookup.swift
│   │   ├── invalid_logicvalue_coercion.swift
│   │   ├── invalid_metatype_bridging_header.swift
│   │   ├── invalid_stdlib_2.swift
│   │   ├── invalid_stdlib.swift
│   │   ├── keyword_arguments.swift
│   │   ├── lvalues.swift
│   │   ├── members_objc.swift
│   │   ├── members.swift
│   │   ├── metatypes.swift
│   │   ├── nested_generics.swift
│   │   ├── openExistential.swift
│   │   ├── operator_availability.swift
│   │   ├── operator.swift
│   │   ├── optional.swift
│   │   ├── overload.swift
│   │   ├── override.swift
│   │   ├── patterns.swift
│   │   ├── protocols.swift
│   │   ├── ranking.swift
│   │   ├── rdar35142121.swift
│   │   ├── rdar37160679.swift
│   │   ├── rdar37291371.swift
│   │   ├── recursive_concrete_constraints.swift
│   │   ├── same_types.swift
│   │   ├── subscript.swift
│   │   ├── super_constructor.swift
│   │   ├── super_method.swift
│   │   ├── suspicious_bit_casts.swift
│   │   ├── trailing_closures_objc.swift
│   │   ├── tuple_arguments.swift
│   │   ├── tuple.swift
│   │   ├── type_of.swift
│   │   ├── type_of_verified.swift
│   │   ├── unchecked_optional.swift
│   │   ├── warn_long_compile.swift
│   │   ├── without_actually_escaping_no_errors.swift
│   │   └── without_actually_escaping.swift
│   ├── DebugInfo
│   │   ├── accessors.swift
│   │   ├── alignment.swift
│   │   ├── alloca-init.swift
│   │   ├── allocstack.swift
│   │   ├── anonymous.swift
│   │   ├── any.swift
│   │   ├── apple-types-accel.swift
│   │   ├── archetypes2.swift
│   │   ├── archetype.swift
│   │   ├── arg-debug_value.swift
│   │   ├── argument.swift
│   │   ├── ASTSection_linker.swift
│   │   ├── ASTSection_ObjC.swift
│   │   ├── ASTSection.swift
│   │   ├── attributes.swift
│   │   ├── atype.swift
│   │   ├── autoclosure.swift
│   │   ├── basic.swift
│   │   ├── bool.swift
│   │   ├── bound-namealiastype.swift
│   │   ├── byref-capture.swift
│   │   ├── callexpr.swift
│   │   ├── capturelist.swift
│   │   ├── cleanupskip.swift
│   │   ├── closure-arg-linetable.swift
│   │   ├── closure-args2.swift
│   │   ├── closure-args.swift
│   │   ├── closure-multivalue.swift
│   │   ├── closure.swift
│   │   ├── compiler-flags.swift
│   │   ├── conditional-assign.swift
│   │   ├── Constructors.swift
│   │   ├── dbgvalue-insertpt.swift
│   │   ├── debug_value_addr.swift
│   │   ├── Destructors.swift
│   │   ├── DoubleCapture.swift
│   │   ├── dynamic_layout.swift
│   │   ├── DynamicSelf.swift
│   │   ├── EagerTypeMetadata.swift
│   │   ├── enum.swift
│   │   ├── Errors.swift
│   │   ├── ErrorVar.swift
│   │   ├── external-global.swift
│   │   ├── fnptr.swift
│   │   ├── foreach.swift
│   │   ├── for.swift
│   │   ├── generic_arg2.swift
│   │   ├── generic_arg3.swift
│   │   ├── generic_arg4.swift
│   │   ├── generic_arg5.swift
│   │   ├── generic_args.swift
│   │   ├── generic_arg.swift
│   │   ├── generic_enum_closure.swift
│   │   ├── generic_enum.swift
│   │   ├── GlobalMetatype.swift
│   │   ├── Globals.swift
│   │   ├── gsil.swift
│   │   ├── guard-let.swift
│   │   ├── GuardVar.swift
│   │   ├── if-branchlocations.swift
│   │   ├── if.swift
│   │   ├── if-var.swift
│   │   ├── implicitdecl.swift
│   │   ├── implicitreturn.swift
│   │   ├── ImportClangSubmodule.swift
│   │   ├── Imports.swift
│   │   ├── initializer.swift
│   │   ├── InlineBridgingHeader.swift
│   │   ├── inlinedAt.swift
│   │   ├── inlined-generics.swift
│   │   ├── inlinescopes.swift
│   │   ├── inout2.swift
│   │   ├── inout.swift
│   │   ├── Inputs
│   │   │   ├── ClangModule.h
│   │   │   ├── InlineBridgingHeader.h
│   │   │   ├── inline.h
│   │   │   ├── module.modulemap
│   │   │   ├── OtherClangModule.h
│   │   │   ├── OtherSubModule.h
│   │   │   ├── serialized-objc-header.h
│   │   │   └── SubModule.h
│   │   ├── iteration.swift
│   │   ├── iuo_arg.swift
│   │   ├── keypath.swift
│   │   ├── letclause.swift
│   │   ├── letstring.swift
│   │   ├── let.swift
│   │   ├── line-directive.swift
│   │   ├── LinetableArtificialFn.swift
│   │   ├── linetable-assign.swift
│   │   ├── linetable-cleanups.swift
│   │   ├── linetable-do.swift
│   │   ├── linetable.swift
│   │   ├── liverange-extension.swift
│   │   ├── liverange-extension-vector.swift
│   │   ├── LoadableByAddress-argument.swift
│   │   ├── LoadableByAddress.swift
│   │   ├── local-vars.swift.gyb
│   │   ├── mangling-stdlib.swift
│   │   ├── mangling.swift
│   │   ├── modulecache.swift
│   │   ├── multi-file.swift
│   │   ├── nested_functions.swift
│   │   ├── NestedTypes.swift
│   │   ├── nostorage.swift
│   │   ├── objc_generic_class_debug_info.swift
│   │   ├── parent-scope.swift
│   │   ├── patternmatching.swift
│   │   ├── patternvars.swift
│   │   ├── pcomp.swift
│   │   ├── PrivateDiscriminator.swift
│   │   ├── prologue.swift
│   │   ├── protocolarg.swift
│   │   ├── ProtocolContainer.swift
│   │   ├── protocol-sugar.swift
│   │   ├── protocol.swift
│   │   ├── returnlocation.swift
│   │   ├── return.swift
│   │   ├── scope-closure.swift
│   │   ├── scopes.swift
│   │   ├── self-nostorage.swift
│   │   ├── self.swift
│   │   ├── shadow_copies.swift
│   │   ├── shadowcopy-linetable.swift
│   │   ├── simple.sil
│   │   ├── specialization.swift
│   │   ├── structs.swift
│   │   ├── test-foundation.swift
│   │   ├── test_ints.swift
│   │   ├── thunks.swift
│   │   ├── top_level_code.swift
│   │   ├── top_level_var.swift
│   │   ├── trap.swift
│   │   ├── tuple.swift
│   │   ├── typealias.swift
│   │   ├── typearg.swift
│   │   ├── uninitialized.swift
│   │   ├── unowned-capture.swift
│   │   ├── value-update.sil
│   │   ├── value-witness-table.swift
│   │   ├── variables-interpreter.swift
│   │   ├── variables-repl.swift
│   │   ├── variables.swift
│   │   ├── WeakCapture.swift
│   │   └── while.swift
│   ├── decl
│   │   ├── class
│   │   │   ├── circular_inheritance.swift
│   │   │   ├── classes.swift
│   │   │   ├── constructor_search_outer.swift
│   │   │   ├── inheritance_protocol_multi_module.swift
│   │   │   ├── Inputs
│   │   │   │   └── inheritance_protocol_multi_module_2.swift
│   │   │   └── override.swift
│   │   ├── enum
│   │   │   ├── enumtest.swift
│   │   │   ├── Inputs
│   │   │   │   └── objc_enum_multi_file_helper.swift
│   │   │   ├── objc_enum_Error.swift
│   │   │   ├── objc_enum_multi_file.swift
│   │   │   └── recursive_enum_declaration.swift
│   │   ├── ext
│   │   │   ├── extension-generic-objc.swift
│   │   │   ├── extension-inheritance-conformance-native.swift
│   │   │   ├── extension-inheritance-conformance-objc-multi-file.swift
│   │   │   ├── extension-inheritance-conformance-objc.swift
│   │   │   ├── extensions.swift
│   │   │   ├── forward_references.swift
│   │   │   ├── generic.swift
│   │   │   ├── Inputs
│   │   │   │   ├── extension-inheritance-conformance-objc.h
│   │   │   │   └── extension-inheritance-conformance-objc-multi-file-2.swift
│   │   │   ├── protocol_as_witness.swift
│   │   │   ├── protocol_objc.swift
│   │   │   └── protocol.swift
│   │   ├── func
│   │   │   ├── arg_rename.swift
│   │   │   ├── complete_object_init.swift
│   │   │   ├── constructor.swift
│   │   │   ├── debugger_function.swift
│   │   │   ├── default-values.swift
│   │   │   ├── default-values-swift4.swift
│   │   │   ├── dynamic_self.swift
│   │   │   ├── functions.swift
│   │   │   ├── keyword-argument-defaults.swift
│   │   │   ├── keyword-argument-labels.swift
│   │   │   ├── operator.swift
│   │   │   ├── rethrows.swift
│   │   │   ├── static_func.swift
│   │   │   ├── throwing_functions.swift
│   │   │   ├── throwing_functions_without_try.swift
│   │   │   ├── trailing_closures.swift
│   │   │   └── vararg.swift
│   │   ├── import
│   │   │   └── import.swift
│   │   ├── inherit
│   │   │   ├── inherit.swift
│   │   │   ├── initializer.swift
│   │   │   ├── objc_initializer.swift
│   │   │   └── override.swift
│   │   ├── init
│   │   │   ├── basic_init.swift
│   │   │   ├── cf-types.swift
│   │   │   ├── constructor-kind.swift
│   │   │   ├── default-initialization.swift
│   │   │   ├── delegate-to-c-func-imported-as-member.swift
│   │   │   ├── failable.swift
│   │   │   ├── Inputs
│   │   │   │   └── c-func-member-init.h
│   │   │   ├── nil.swift
│   │   │   ├── nonnominal_init.swift
│   │   │   ├── nonnull-delegate-to-nullable-in-base-class.swift
│   │   │   ├── resilience.swift
│   │   │   └── throwing.swift
│   │   ├── Inputs
│   │   │   ├── objc_override_multi_2.swift
│   │   │   ├── objc_override_multi_3.swift
│   │   │   └── objc_redeclaration_multi_2.swift
│   │   ├── nested
│   │   │   ├── protocol.swift
│   │   │   ├── reserved_name.swift
│   │   │   ├── type_in_extension.swift
│   │   │   ├── type_in_function.swift
│   │   │   └── type_in_type.swift
│   │   ├── objc_override_multi.swift
│   │   ├── objc_override.swift
│   │   ├── objc_redeclaration_multi.swift
│   │   ├── objc_redeclaration.swift
│   │   ├── overload.swift
│   │   ├── precedencegroup
│   │   │   ├── circularity.swift
│   │   │   ├── Inputs
│   │   │   │   └── ExternPrecedences.swift
│   │   │   └── parsing.swift
│   │   ├── protocol
│   │   │   ├── associated_type_overrides.swift
│   │   │   ├── conforms
│   │   │   │   ├── associated_type.swift
│   │   │   │   ├── failure.swift
│   │   │   │   ├── fixit_stub_editor_implied.swift
│   │   │   │   ├── fixit_stub_editor.swift
│   │   │   │   ├── fixit_stub.swift
│   │   │   │   ├── inherited.swift
│   │   │   │   ├── init.swift
│   │   │   │   ├── Inputs
│   │   │   │   │   ├── placement_2.swift
│   │   │   │   │   ├── placement_module_A.swift
│   │   │   │   │   ├── placement_module_B.swift
│   │   │   │   │   ├── redundant_conformance_A.swift
│   │   │   │   │   └── redundant_conformance_B.swift
│   │   │   │   ├── near_miss_objc.swift
│   │   │   │   ├── nscoding_availability_osx.swift
│   │   │   │   ├── nscoding.swift
│   │   │   │   ├── operator.swift
│   │   │   │   ├── placement.swift
│   │   │   │   ├── redundant_conformance.swift
│   │   │   │   ├── self_same_type.swift
│   │   │   │   └── self.swift
│   │   │   ├── indirectly_recursive_requirement.swift
│   │   │   ├── objc.swift
│   │   │   ├── operators_in_protocols.swift
│   │   │   ├── ownership_protocol.swift
│   │   │   ├── protocol_overload_selection.swift
│   │   │   ├── protocols_in_library.swift
│   │   │   ├── protocols.swift
│   │   │   ├── protocol_with_default_args.swift
│   │   │   ├── recursive_requirement_ok.swift
│   │   │   ├── recursive_requirement.swift
│   │   │   ├── req
│   │   │   │   ├── associated_type_default.swift
│   │   │   │   ├── associated_type_inference.swift
│   │   │   │   ├── associated_type_objc.swift
│   │   │   │   ├── associated_type_typealias_implements.swift
│   │   │   │   ├── class.swift
│   │   │   │   ├── dynamic_self.swift
│   │   │   │   ├── func.swift
│   │   │   │   ├── name_mismatch.swift
│   │   │   │   ├── optionality.swift
│   │   │   │   ├── optional.swift
│   │   │   │   ├── properties.swift
│   │   │   │   ├── recursion.swift
│   │   │   │   ├── subscript.swift
│   │   │   │   ├── unavailable.swift
│   │   │   │   ├── unsatisfiable.swift
│   │   │   │   └── where_clause.swift
│   │   │   ├── special
│   │   │   │   ├── coding
│   │   │   │   │   ├── class_codable_codingkeys_typealias.swift
│   │   │   │   │   ├── class_codable_computed_vars.swift
│   │   │   │   │   ├── class_codable_default_initializer.swift
│   │   │   │   │   ├── class_codable_excluded_optional_properties.swift
│   │   │   │   │   ├── class_codable_failure_diagnostics.swift
│   │   │   │   │   ├── class_codable_ignore_nonconforming_property.swift
│   │   │   │   │   ├── class_codable_inheritance_diagnostics.swift
│   │   │   │   │   ├── class_codable_inheritance.swift
│   │   │   │   │   ├── class_codable_invalid_codingkeys.swift
│   │   │   │   │   ├── class_codable_member_lookup.swift
│   │   │   │   │   ├── class_codable_member_type_lookup.swift
│   │   │   │   │   ├── class_codable_nonconforming_property.swift
│   │   │   │   │   ├── class_codable_non_strong_vars.swift
│   │   │   │   │   ├── class_codable_simple_extension.swift
│   │   │   │   │   ├── class_codable_simple_multi.swift
│   │   │   │   │   ├── class_codable_simple.swift
│   │   │   │   │   ├── enum_coding_key_empty.swift
│   │   │   │   │   ├── enum_coding_key_extension_multi.swift
│   │   │   │   │   ├── enum_coding_key_extension.swift
│   │   │   │   │   ├── enum_coding_key_int_raw_type.swift
│   │   │   │   │   ├── enum_coding_key_multi.swift
│   │   │   │   │   ├── enum_coding_key_no_raw_type.swift
│   │   │   │   │   ├── enum_coding_key_partial_implementation.swift
│   │   │   │   │   ├── enum_coding_key_string_raw_type.swift
│   │   │   │   │   ├── enum_coding_key.swift
│   │   │   │   │   ├── Inputs
│   │   │   │   │   │   ├── class_codable_simple_multi1.swift
│   │   │   │   │   │   ├── class_codable_simple_multi2.swift
│   │   │   │   │   │   ├── enum_coding_key_extension_multi1.swift
│   │   │   │   │   │   ├── enum_coding_key_extension_multi2.swift
│   │   │   │   │   │   ├── enum_coding_key_extension_multi3.swift
│   │   │   │   │   │   ├── enum_coding_key_multi1.swift
│   │   │   │   │   │   ├── enum_coding_key_multi2.swift
│   │   │   │   │   │   ├── struct_codable_simple_multi1.swift
│   │   │   │   │   │   └── struct_codable_simple_multi2.swift
│   │   │   │   │   ├── struct_codable_codingkeys_typealias.swift
│   │   │   │   │   ├── struct_codable_computed_vars.swift
│   │   │   │   │   ├── struct_codable_excluded_optional_properties.swift
│   │   │   │   │   ├── struct_codable_failure_diagnostics.swift
│   │   │   │   │   ├── struct_codable_ignore_nonconforming_property.swift
│   │   │   │   │   ├── struct_codable_invalid_codingkeys.swift
│   │   │   │   │   ├── struct_codable_member_type_lookup.swift
│   │   │   │   │   ├── struct_codable_memberwise_initializer.swift
│   │   │   │   │   ├── struct_codable_nonconforming_property.swift
│   │   │   │   │   ├── struct_codable_non_strong_vars.swift
│   │   │   │   │   ├── struct_codable_simple_extension.swift
│   │   │   │   │   ├── struct_codable_simple_multi.swift
│   │   │   │   │   └── struct_codable_simple.swift
│   │   │   │   ├── Error.swift
│   │   │   │   ├── Inputs
│   │   │   │   │   └── Error_other.swift
│   │   │   │   └── JSExport.swift
│   │   │   └── substituted_aliases.swift
│   │   ├── subscript
│   │   │   ├── addressors.swift
│   │   │   ├── generic.swift
│   │   │   ├── noescape_accessors.swift
│   │   │   └── subscripting.swift
│   │   ├── typealias
│   │   │   ├── associated_types.swift
│   │   │   ├── dependent_types.swift
│   │   │   ├── generic.swift
│   │   │   ├── protocol.swift
│   │   │   └── typealias.swift
│   │   └── var
│   │   ├── behaviors.swift
│   │   ├── default_init.swift
│   │   ├── Inputs
│   │   │   └── lazy_properties_multi_file_2.swift
│   │   ├── lazy_properties_multi_file.swift
│   │   ├── lazy_properties.swift
│   │   ├── NSCopying.swift
│   │   ├── NSManaged_properties.swift
│   │   ├── properties.swift
│   │   ├── static_var.swift
│   │   ├── usage.swift
│   │   └── variables.swift
│   ├── Demangle
│   │   ├── demangle-simplified.swift
│   │   ├── demangle.swift
│   │   ├── Inputs
│   │   │   ├── lookup_other.swift
│   │   │   ├── manglings.txt
│   │   │   └── simplified-manglings.txt
│   │   ├── lookup.swift
│   │   └── remangle.swift
│   ├── Driver
│   │   ├── actions.swift
│   │   ├── advanced_output_file_map.swift
│   │   ├── assert.swift
│   │   ├── autolink_extract.swift
│   │   ├── basic_output_file_map.swift
│   │   ├── bindings.swift
│   │   ├── bridging-pch.swift
│   │   ├── broken_output_file_map.swift
│   │   ├── color-diagnostics.swift
│   │   ├── continue-building-after-errors.swift
│   │   ├── crash.swift
│   │   ├── createCompilerInvocation.swift
│   │   ├── debug-output.swift
│   │   ├── Dependencies
│   │   │   ├── bindings-build-record-options.swift
│   │   │   ├── bindings-build-record.swift
│   │   │   ├── build-record-invalid.swift
│   │   │   ├── chained-additional-kinds.swift
│   │   │   ├── chained-after.swift
│   │   │   ├── chained-private-after-multiple-nominal-members.swift
│   │   │   ├── chained-private-after-multiple.swift
│   │   │   ├── chained-private-after.swift
│   │   │   ├── chained-private.swift
│   │   │   ├── chained.swift
│   │   │   ├── crash-added.swift
│   │   │   ├── crash-new.swift
│   │   │   ├── crash-simple.swift
│   │   │   ├── dependencies-preservation.swift
│   │   │   ├── driver-show-incremental-arguments.swift
│   │   │   ├── driver-show-incremental-conflicting-arguments.swift
│   │   │   ├── driver-show-incremental-inputs.swift
│   │   │   ├── driver-show-incremental-malformed.swift
│   │   │   ├── driver-show-incremental-mutual.swift
│   │   │   ├── driver-show-incremental-swift-version.swift
│   │   │   ├── embed-bitcode-parallel.swift
│   │   │   ├── fail-added.swift
│   │   │   ├── fail-chained.swift
│   │   │   ├── fail-interface-hash.swift
│   │   │   ├── fail-new.swift
│   │   │   ├── fail-simple.swift
│   │   │   ├── fail-with-bad-deps.swift
│   │   │   ├── file-added.swift
│   │   │   ├── independent-half-dirty.swift
│   │   │   ├── independent-parseable.swift
│   │   │   ├── independent.swift
│   │   │   ├── Inputs
│   │   │   │   ├── bindings-build-record
│   │   │   │   │   ├── added.swift
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── output.json
│   │   │   │   │   ├── yet-another.o
│   │   │   │   │   └── yet-another.swift
│   │   │   │   ├── chained
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── output.json
│   │   │   │   │   └── yet-another.swift
│   │   │   │   ├── chained-additional-kinds
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── output.json
│   │   │   │   │   └── yet-another.swift
│   │   │   │   ├── chained-after
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   ├── output.json
│   │   │   │   │   ├── yet-another.o
│   │   │   │   │   ├── yet-another.swift
│   │   │   │   │   └── yet-another.swiftdeps
│   │   │   │   ├── chained-private
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── output.json
│   │   │   │   │   └── yet-another.swift
│   │   │   │   ├── chained-private-after
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   ├── output.json
│   │   │   │   │   ├── yet-another.o
│   │   │   │   │   ├── yet-another.swift
│   │   │   │   │   └── yet-another.swiftdeps
│   │   │   │   ├── chained-private-after-multiple
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   ├── output.json
│   │   │   │   │   ├── yet-another.swift
│   │   │   │   │   └── yet-another.swiftdeps
│   │   │   │   ├── chained-private-after-multiple-nominal-members
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   ├── output.json
│   │   │   │   │   ├── yet-another.swift
│   │   │   │   │   └── yet-another.swiftdeps
│   │   │   │   ├── crash-simple
│   │   │   │   │   ├── crash.swift
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── fail-chained
│   │   │   │   │   ├── a.swift
│   │   │   │   │   ├── bad.swift
│   │   │   │   │   ├── b.swift
│   │   │   │   │   ├── c.swift
│   │   │   │   │   ├── d.swift
│   │   │   │   │   ├── e.swift
│   │   │   │   │   ├── f.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── fail-interface-hash
│   │   │   │   │   ├── bad.swift
│   │   │   │   │   ├── bad.swiftdeps
│   │   │   │   │   ├── depends-on-bad.swift
│   │   │   │   │   ├── depends-on-bad.swiftdeps
│   │   │   │   │   ├── depends-on-main.swift
│   │   │   │   │   ├── depends-on-main.swiftdeps
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── fail-simple
│   │   │   │   │   ├── bad.swift
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── fail-with-bad-deps
│   │   │   │   │   ├── bad.swift
│   │   │   │   │   ├── bad.swiftdeps
│   │   │   │   │   ├── depends-on-bad.swift
│   │   │   │   │   ├── depends-on-bad.swiftdeps
│   │   │   │   │   ├── depends-on-main.swift
│   │   │   │   │   ├── depends-on-main.swiftdeps
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── fake-build-for-bitcode.py
│   │   │   │   ├── fake-build-whole-module.py
│   │   │   │   ├── independent
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── malformed-after
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── malformed-but-valid-yaml
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── modify-non-primary-files.py
│   │   │   │   ├── mutual
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── mutual-interface-hash
│   │   │   │   │   ├── does-change.swift
│   │   │   │   │   ├── does-change.swiftdeps
│   │   │   │   │   ├── does-not-change.swift
│   │   │   │   │   ├── does-not-change.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── nominal-members
│   │   │   │   │   ├── a-ext.swift
│   │   │   │   │   ├── a.swift
│   │   │   │   │   ├── depends-on-a-ext.swift
│   │   │   │   │   ├── depends-on-a-foo.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── one-way
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── one-way-depends-after
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── one-way-depends-before
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── one-way-external
│   │   │   │   │   ├── main1-external
│   │   │   │   │   ├── main2-external
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── other1-external
│   │   │   │   │   ├── other2-external
│   │   │   │   │   ├── other.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── one-way-provides-after
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── one-way-provides-before
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.swift
│   │   │   │   │   ├── main.swiftdeps
│   │   │   │   │   ├── other.o
│   │   │   │   │   ├── other.swift
│   │   │   │   │   ├── other.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── only-skip-once
│   │   │   │   │   ├── file1.swift
│   │   │   │   │   ├── file2.swift
│   │   │   │   │   ├── main.swift
│   │   │   │   │   └── output-file-map.json
│   │   │   │   ├── private
│   │   │   │   │   ├── a.swift
│   │   │   │   │   ├── b.swift
│   │   │   │   │   ├── c.swift
│   │   │   │   │   ├── d.swift
│   │   │   │   │   ├── e.swift
│   │   │   │   │   └── output.json
│   │   │   │   ├── private-after
│   │   │   │   │   ├── a.o
│   │   │   │   │   ├── a.swift
│   │   │   │   │   ├── a.swiftdeps
│   │   │   │   │   ├── b.o
│   │   │   │   │   ├── b.swift
│   │   │   │   │   ├── b.swiftdeps
│   │   │   │   │   ├── c.o
│   │   │   │   │   ├── c.swift
│   │   │   │   │   ├── c.swiftdeps
│   │   │   │   │   ├── d.o
│   │   │   │   │   ├── d.swift
│   │   │   │   │   ├── d.swiftdeps
│   │   │   │   │   ├── e.o
│   │   │   │   │   ├── e.swift
│   │   │   │   │   ├── e.swiftdeps
│   │   │   │   │   ├── f.o
│   │   │   │   │   ├── f.swift
│   │   │   │   │   ├── f.swiftdeps
│   │   │   │   │   ├── g.o
│   │   │   │   │   ├── g.swift
│   │   │   │   │   ├── g.swiftdeps
│   │   │   │   │   └── output.json
│   │   │   │   ├── touch.py
│   │   │   │   ├── update-dependencies-bad.py
│   │   │   │   └── update-dependencies.py
│   │   │   ├── malformed-but-valid-yaml.swift
│   │   │   ├── malformed.swift
│   │   │   ├── mutual-interface-hash.swift
│   │   │   ├── mutual.swift
│   │   │   ├── nominal-members.swift
│   │   │   ├── one-way-depends-after.swift
│   │   │   ├── one-way-depends-before.swift
│   │   │   ├── one-way-external-delete.swift
│   │   │   ├── one-way-external.swift
│   │   │   ├── one-way-merge-module.swift
│   │   │   ├── one-way-parallel.swift
│   │   │   ├── one-way-parseable.swift
│   │   │   ├── one-way-provides-after.swift
│   │   │   ├── one-way-provides-before.swift
│   │   │   ├── one-way.swift
│   │   │   ├── one-way-while-editing.swift
│   │   │   ├── only-skip-once.swift
│   │   │   ├── private-after.swift
│   │   │   ├── private.swift
│   │   │   ├── README.txt
│   │   │   └── whole-module-build-record.swift
│   │   ├── driver-compile.swift
│   │   ├── driver_migration.swift
│   │   ├── driver_mode.swift
│   │   ├── driver-time-compilation.swift
│   │   ├── driver-use-frontend.swift
│   │   ├── dump-parse.swift
│   │   ├── embed-bitcode.swift
│   │   ├── emit-module-from-sib.swift
│   │   ├── emit-objc-header.swift
│   │   ├── emit-sib-single-file.swift
│   │   ├── environment.swift
│   │   ├── filelists.swift
│   │   ├── fuzzer.swift
│   │   ├── imported_modules_bridging_header.swift
│   │   ├── imported_modules.swift
│   │   ├── imported_modules_underlying.swift
│   │   ├── Inputs
│   │   │   ├── bridging-header.h
│   │   │   ├── crash-after-generating-pch.py
│   │   │   ├── crash.py
│   │   │   ├── empty-ofm.json
│   │   │   ├── empty.sil
│   │   │   ├── error.swift
│   │   │   ├── fail.py
│   │   │   ├── fake-resource-dir
│   │   │   │   └── lib
│   │   │   │   └── swift
│   │   │   │   └── clang
│   │   │   │   └── lib
│   │   │   │   ├── darwin
│   │   │   │   │   ├── libclang_rt.asan_osx_dynamic.dylib
│   │   │   │   │   ├── libclang_rt.profile_iossim.a
│   │   │   │   │   ├── libclang_rt.profile_tvossim.a
│   │   │   │   │   ├── libclang_rt.profile_watchossim.a
│   │   │   │   │   └── libclang_rt.tsan_osx_dynamic.dylib
│   │   │   │   └── linux
│   │   │   │   ├── libclang_rt.asan-x86_64.a
│   │   │   │   └── libclang_rt.tsan-x86_64.a
│   │   │   ├── fake-toolchain
│   │   │   │   ├── clang++
│   │   │   │   └── ld
│   │   │   ├── filelists
│   │   │   │   ├── check-filelist-abc.py
│   │   │   │   ├── fake-ld.py
│   │   │   │   └── output.json
│   │   │   ├── imported_modules
│   │   │   │   ├── bridging_header.h
│   │   │   │   ├── HasSubmodule
│   │   │   │   │   └── module.modulemap
│   │   │   │   ├── imported_modules2.swift
│   │   │   │   ├── imported_modules_bridging_header.importedmodules
│   │   │   │   ├── imported_modules.importedmodules
│   │   │   │   ├── imported_modules_underlying
│   │   │   │   │   ├── inner.h
│   │   │   │   │   ├── module.modulemap
│   │   │   │   │   └── outer.h
│   │   │   │   ├── imported_modules_underlying.importedmodules
│   │   │   │   ├── InvalidOverlay
│   │   │   │   │   └── module.modulemap
│   │   │   │   └── InvalidOverlay.swiftmodule
│   │   │   ├── invalid-module-name.swift
│   │   │   ├── invalid.module.name.swift
│   │   │   ├── lib.swift
│   │   │   ├── loaded_module_trace_empty.swift
│   │   │   ├── loaded_module_trace_header2.h
│   │   │   ├── loaded_module_trace_header.h
│   │   │   ├── loaded_module_trace_imports_module.swift
│   │   │   ├── main.swift
│   │   │   ├── print-var.sh
│   │   │   ├── single_int.swift
│   │   │   ├── xcrun-bad.sh
│   │   │   ├── xcrun-empty.sh
│   │   │   ├── xcrun-return-self.sh
│   │   │   ├── xcrun.sh
│   │   │   └── 你好.swift
│   │   ├── linker-arclite.swift
│   │   ├── linker-args-order-linux.swift
│   │   ├── linker-autolink-extract.swift
│   │   ├── linker.swift
│   │   ├── loaded_module_trace_append.swift
│   │   ├── loaded_module_trace_env.swift
│   │   ├── loaded_module_trace_foundation.swift
│   │   ├── loaded_module_trace_header.swift
│   │   ├── loaded_module_trace_multifile.swift
│   │   ├── loaded_module_trace.swift
│   │   ├── merge-module.swift
│   │   ├── modulewrap.swift
│   │   ├── multiple_input.swift
│   │   ├── multi-threaded.swift
│   │   ├── no-inputs.swift
│   │   ├── options-interpreter.swift
│   │   ├── options-repl-darwin.swift
│   │   ├── options-repl.swift
│   │   ├── options.swift
│   │   ├── opt-record.swift
│   │   ├── opt-remark.swift
│   │   ├── os-deployment.swift
│   │   ├── output.swift
│   │   ├── parseable_output.swift
│   │   ├── parseable_output_unicode.swift
│   │   ├── profiling.swift
│   │   ├── sanitize_coverage.swift
│   │   ├── sanitizers.swift
│   │   ├── sdk-apple.swift
│   │   ├── sdk-link.swift
│   │   ├── sdk.swift
│   │   ├── static-stdlib-linux.swift
│   │   ├── static-stdlib.swift
│   │   ├── subcommands.swift
│   │   ├── swift-version-default.swift
│   │   ├── swift-version.swift
│   │   ├── temp-files.swift
│   │   ├── tools_directory.swift
│   │   ├── unknown-inputs.swift
│   │   ├── verify-debug-info.swift
│   │   ├── warnings-control.swift
│   │   └── warn_swift3_objc_inference.swift
│   ├── Executable
│   │   ├── arc_36509461.swift
│   │   └── Inputs
│   │   ├── arc_36509461.h
│   │   └── arc_36509461.m
│   ├── expr
│   │   ├── capture
│   │   │   ├── dynamic_self.swift
│   │   │   ├── generic_params.swift
│   │   │   ├── inout.swift
│   │   │   ├── nested_class.swift
│   │   │   ├── nested.swift
│   │   │   ├── noescape-error.swift
│   │   │   ├── order.swift
│   │   │   └── top-level-guard.swift
│   │   ├── cast
│   │   │   ├── array_bridge.swift
│   │   │   ├── array_coerce.swift
│   │   │   ├── array_downcast_Foundation.swift
│   │   │   ├── array_downcast.swift
│   │   │   ├── array_iteration.swift
│   │   │   ├── as_coerce.swift
│   │   │   ├── bridged.swift
│   │   │   ├── cf.swift
│   │   │   ├── chains.swift
│   │   │   ├── dictionary_bridge.swift
│   │   │   ├── dictionary_coerce.swift
│   │   │   ├── dictionary_downcast.swift
│   │   │   ├── generic.swift
│   │   │   ├── metatype_casts.swift
│   │   │   ├── nil_value_to_optional.swift
│   │   │   ├── optional.swift
│   │   │   ├── precedence.swift
│   │   │   ├── set_bridge.swift
│   │   │   ├── set_coerce.swift
│   │   │   └── set_downcast.swift
│   │   ├── closure
│   │   │   ├── anonymous.swift
│   │   │   ├── basic.swift
│   │   │   ├── closures.swift
│   │   │   ├── default_args.swift
│   │   │   ├── inference.swift
│   │   │   ├── nested_inner_closures.swift
│   │   │   ├── single_expr.swift
│   │   │   └── trailing.swift
│   │   ├── delayed-ident
│   │   │   ├── enum.swift
│   │   │   ├── static_func.swift
│   │   │   └── static_var.swift
│   │   ├── dynamic_lookup.swift
│   │   ├── edge-contraction
│   │   │   ├── array_base_optimization.swift
│   │   │   ├── dictionary-literal.swift
│   │   │   └── paren-expr.swift
│   │   ├── expressions.swift
│   │   ├── postfix
│   │   │   ├── call
│   │   │   │   ├── construction.swift
│   │   │   │   ├── default_args.swift
│   │   │   │   ├── noescape-param-exclusivity.swift
│   │   │   │   └── noescape-param-exclusivity-swift3.swift
│   │   │   └── dot
│   │   │   ├── dot_keywords.swift
│   │   │   ├── init_ref_delegation.swift
│   │   │   ├── optional_context_member_enum.swift
│   │   │   └── optional_context_member.swift
│   │   ├── primary
│   │   │   ├── literal
│   │   │   │   ├── boolean.swift
│   │   │   │   ├── context.swift
│   │   │   │   └── string.swift
│   │   │   └── unqualified_name.swift
│   │   └── unary
│   │   ├── keypath
│   │   │   ├── keypath-mutation.swift
│   │   │   ├── keypath-objc.swift
│   │   │   ├── keypath.swift
│   │   │   ├── keypath-unimplemented.swift
│   │   │   └── salvage-with-other-type-errors.swift
│   │   └── selector
│   │   ├── fixits.swift
│   │   ├── Inputs
│   │   │   └── property_helper.swift
│   │   ├── property.swift
│   │   └── selector.swift
│   ├── FixCode
│   │   ├── fixits-apply-all.swift
│   │   ├── fixits-apply-all.swift.result
│   │   ├── fixits-apply-objc.swift
│   │   ├── fixits-apply-objc.swift.result
│   │   ├── fixits-apply.swift
│   │   ├── fixits-apply.swift.result
│   │   ├── fixits-empty-switch-multifile.swift
│   │   ├── fixits-empty-switch-multifile.swift.result
│   │   ├── fixits-empty-switch.swift
│   │   ├── fixits-empty-switch.swift.result
│   │   ├── fixits-switch.swift
│   │   ├── fixits-switch.swift.result
│   │   └── Inputs
│   │   ├── fixits-enum-multifile.swift
│   │   ├── module.modulemap
│   │   ├── t1.swift
│   │   ├── t1.swift.result
│   │   ├── t2.swift
│   │   └── t2.swift.result
│   ├── Frontend
│   │   ├── clang-args-diags.swift
│   │   ├── dependencies-preservation.swift
│   │   ├── dependencies.swift
│   │   ├── embed-bitcode.ll
│   │   ├── embed-bitcode.swift
│   │   ├── embed-bitcode-tvos.ll
│   │   ├── emit-module-path-wmo.swift
│   │   ├── emit-syntax.swift
│   │   ├── enforce-exclusivity.swift
│   │   ├── filelist.swift
│   │   ├── Inputs
│   │   │   ├── dependencies
│   │   │   │   ├── $$$$$.h
│   │   │   │   ├── extra-header.h
│   │   │   │   ├── module.modulemap
│   │   │   │   └── UserClangModule.h
│   │   │   ├── filelist-other.swift
│   │   │   ├── sil-merge-partial-modules-other.swift
│   │   │   └── sil-primary-file-with-sib.sil
│   │   ├── InternalChecks.swift
│   │   ├── invalid-target.swift
│   │   ├── ir-support-codegen.ll
│   │   ├── no-arguments.swift
│   │   ├── OptimizationOptions-without-stdlib-checks.swift
│   │   ├── OptimizationOptions-with-stdlib-checks.swift
│   │   ├── sil-merge-partial-modules-stdlib.swift
│   │   ├── sil-merge-partial-modules.swift
│   │   ├── sil-primary-file-with-sib.swift
│   │   ├── unknown-arguments.swift
│   │   └── Xllvm.swift
│   ├── Fuzzing
│   │   ├── fuzzer_test_simpler.swift
│   │   └── fuzzer_test.swift
│   ├── Generics
│   │   ├── algorithms.swift
│   │   ├── associated_self_constraints.swift
│   │   ├── associated_types_inherit.swift
│   │   ├── associated_types_multi_file.swift
│   │   ├── associated_types.swift
│   │   ├── associated_type_typo.swift
│   │   ├── associated_type_where_clause_hints.swift
│   │   ├── associated_type_where_clause.swift
│   │   ├── canonicalization.swift
│   │   ├── class_constraint.swift
│   │   ├── conditional_conformances_execute_smoke.swift
│   │   ├── conditional_conformances_objc.swift
│   │   ├── conditional_conformances_operators.swift
│   │   ├── conditional_conformances.swift
│   │   ├── conformance_access_path.swift
│   │   ├── constrained_optional_params.swift
│   │   ├── deduction.swift
│   │   ├── existential_restrictions.swift
│   │   ├── function_decls.swift
│   │   ├── function_defs.swift
│   │   ├── generic_types.swift
│   │   ├── inheritance.swift
│   │   ├── Inputs
│   │   │   ├── associated_types_multi_file_helper.swift
│   │   │   └── conditional_conformances_objc.h
│   │   ├── invalid.swift
│   │   ├── materializable_restrictions.swift
│   │   ├── nested_type_reference.swift
│   │   ├── non_generic_derived_class.swift
│   │   ├── protocol_requirement_signatures.swift
│   │   ├── protocol_type_aliases.swift
│   │   ├── protocol_where_clause.swift
│   │   ├── requirement_inference.swift
│   │   ├── same_type_constraints_objc.swift
│   │   ├── same_type_constraints.swift
│   │   ├── slice_test.swift
│   │   ├── sr5726.swift
│   │   ├── superclass_constraint.swift
│   │   ├── unbound.swift
│   │   └── validate_stdlib_generic_signatures.swift
│   ├── IDE
│   │   ├── annotation_foundation.swift
│   │   ├── annotation.swift
│   │   ├── clang-importing
│   │   │   ├── complete_with_clang_comments.swift
│   │   │   └── Inputs
│   │   │   ├── bridge.h
│   │   │   ├── somemod1
│   │   │   │   ├── module.modulemap
│   │   │   │   └── somemod1.h
│   │   │   └── somemod2
│   │   │   ├── module.modulemap
│   │   │   └── somemod2.h
│   │   ├── coloring_configs.swift
│   │   ├── coloring_keywords.swift
│   │   ├── coloring_playground.swift
│   │   ├── coloring.swift
│   │   ├── coloring_unclosed_hash_if.swift
│   │   ├── comment_attach_huge.swift
│   │   ├── comment_attach.swift
│   │   ├── comment_brief.swift
│   │   ├── comment_extensions.swift
│   │   ├── comment_inherited_class.swift
│   │   ├── comment_inherited_protocol.swift
│   │   ├── comment_measurement.swift
│   │   ├── comment_merge.swift
│   │   ├── comment_to_xml.swift
│   │   ├── compatibility_alias.swift
│   │   ├── complete_after_self.swift
│   │   ├── complete_after_super.swift
│   │   ├── complete_assignment.swift
│   │   ├── complete_associated_types.swift
│   │   ├── complete_at_eof_1.swift
│   │   ├── complete_at_eof_in_call_1.swift
│   │   ├── complete_at_eof_in_call_no_newline_1.swift
│   │   ├── complete_at_eof_no_newline_1.swift
│   │   ├── complete_at_eof_no_newline_2.swift
│   │   ├── complete_at_start_1.swift
│   │   ├── complete_at_top_level.swift
│   │   ├── complete_attributes.swift
│   │   ├── complete_cache.swift
│   │   ├── complete_call_arg.swift
│   │   ├── complete_constructor.swift
│   │   ├── complete_crashes.swift
│   │   ├── complete_decl_attribute.swift
│   │   ├── complete_default_arguments.swift
│   │   ├── complete_doc_keyword.swift
│   │   ├── complete_dynamic_lookup.swift
│   │   ├── complete_enum_elements.swift
│   │   ├── complete_exception.swift
│   │   ├── complete_expr_postfix_begin.swift
│   │   ├── complete_expr_tuple.swift
│   │   ├── complete_from_clang_framework.swift
│   │   ├── complete_from_clang_framework_typechecker.swift
│   │   ├── complete_from_clang_importer_framework.swift
│   │   ├── complete_from_constraint_extensions.swift
│   │   ├── complete_from_foundation_overlay.swift
│   │   ├── complete_from_reexport.swift
│   │   ├── complete_from_stdlib.swift
│   │   ├── complete_from_swift_module.swift
│   │   ├── complete_func_body_typechecking.swift
│   │   ├── complete_func_no_closing_brace_at_eof_1.swift
│   │   ├── complete_func_no_closing_brace_at_eof_2.swift
│   │   ├── complete_func_no_closing_brace_at_eof_3.swift
│   │   ├── complete_func_no_closing_brace_deinit.swift
│   │   ├── complete_func_no_closing_brace.swift
│   │   ├── complete_func_reference.swift
│   │   ├── complete_generic_optional.swift
│   │   ├── complete_generic_param.swift
│   │   ├── complete_import_multifile1.swift
│   │   ├── complete_import.swift
│   │   ├── complete_in_accessors.swift
│   │   ├── complete_in_closures.swift
│   │   ├── complete_in_enum_decl.swift
│   │   ├── complete_init_inherited.swift
│   │   ├── complete_init.swift
│   │   ├── complete_invalid_op_decl.swift
│   │   ├── complete_keywords.swift
│   │   ├── complete_lazy_initialized_var.swift
│   │   ├── complete_literal.swift
│   │   ├── complete_loop.swift
│   │   ├── complete_member_decls_from_parent_decl_context.swift
│   │   ├── complete_members_optional.swift
│   │   ├── complete_multiple_files.swift
│   │   ├── complete_name_lookup.swift
│   │   ├── complete_not_recommended.swift
│   │   ├── complete_operators.swift
│   │   ├── complete_overridden_decls.swift
│   │   ├── complete_override_access_control_class.swift
│   │   ├── complete_override_access_control_protocol.swift
│   │   ├── complete_override_objc.swift
│   │   ├── complete_override.swift
│   │   ├── complete_pattern.swift
│   │   ├── complete_pound_decl.swift
│   │   ├── complete_pound_keypath.swift
│   │   ├── complete_pound_selector.swift
│   │   ├── complete_pound_statement.swift
│   │   ├── complete_repeat.swift
│   │   ├── complete_repl_empty_file.swift
│   │   ├── complete_repl_identifier_prefix_1.swift
│   │   ├── complete_repl_in_func_1.swift
│   │   ├── complete_return.swift
│   │   ├── complete_stdlib_builtin.swift
│   │   ├── complete_stdlib_optional.swift
│   │   ├── complete_stmt_controlling_expr.swift
│   │   ├── complete_swift_key_path.swift
│   │   ├── complete_testable.swift
│   │   ├── complete_trailing_closure.swift
│   │   ├── complete_type_any.swift
│   │   ├── complete_type_any.swift.tmp.types.txt
│   │   ├── complete_type_in_func_param.swift
│   │   ├── complete_type_subscript.swift
│   │   ├── complete_type.swift
│   │   ├── complete_unicode.swift
│   │   ├── complete_unresolved_members.swift
│   │   ├── complete_unwrapping_if_while.swift
│   │   ├── complete_value_expr.swift
│   │   ├── complete_value_literals.swift
│   │   ├── complete_vararg.swift
│   │   ├── complete_weak.swift
│   │   ├── complete_where_clause.swift
│   │   ├── complete_with_closure_param.swift
│   │   ├── complete_with_header_import.swift
│   │   ├── complete_with_multiple_imports.swift
│   │   ├── complete_without_typo_correction.swift
│   │   ├── complete_with_visible_members.swift
│   │   ├── dump_swift_lookup_tables_objc.swift
│   │   ├── dump_swift_lookup_tables.swift
│   │   ├── import_as_member_cf.swift
│   │   ├── import_as_member_objc.swift
│   │   ├── import_as_member.swift
│   │   ├── importProtocols.swift
│   │   ├── infer_import_as_member.swift
│   │   ├── Inputs
│   │   │   ├── AnyObject
│   │   │   │   ├── bar_swift_module.swift
│   │   │   │   ├── baz_clang_module.h
│   │   │   │   ├── foo_swift_module.swift
│   │   │   │   └── module.map
│   │   │   ├── category-ordering
│   │   │   │   ├── module.map
│   │   │   │   ├── PropertyThenProtocol.h
│   │   │   │   └── ProtocolThenProperty.h
│   │   │   ├── comment_extensions.swift
│   │   │   ├── complete_import_multifile2.swift
│   │   │   ├── complete_testable_helper.swift
│   │   │   ├── corrupted_module.swiftmodule
│   │   │   ├── custom-modules
│   │   │   │   ├── CollisionImportAsMember.h
│   │   │   │   ├── CompatibilityAlias.h
│   │   │   │   ├── ImportAsMember.apinotes
│   │   │   │   ├── ImportAsMemberAPINotes.h
│   │   │   │   ├── ImportAsMemberB.h
│   │   │   │   ├── ImportAsMemberC.h
│   │   │   │   ├── ImportAsMemberClass.h
│   │   │   │   ├── ImportAsMemberError.h
│   │   │   │   ├── ImportAsMember.h
│   │   │   │   ├── ImportedProtocols.h
│   │   │   │   ├── InferImportAsMember.h
│   │   │   │   ├── module.map
│   │   │   │   ├── Newtype.h
│   │   │   │   ├── NewtypeObjC.h
│   │   │   │   └── OmitNeedlessWords.h
│   │   │   ├── EnumFromOtherFile.swift
│   │   │   ├── FooOverlay.swift
│   │   │   ├── foo_swift_module_overlay.swift
│   │   │   ├── foo_swift_module.printed.comments.txt
│   │   │   ├── foo_swift_module.swift
│   │   │   ├── header.h
│   │   │   ├── local_types.swift
│   │   │   ├── mock-sdk
│   │   │   │   ├── Bar.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── Bar.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── BoolBridgingTests.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── BoolBridgingTests.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── Foo.annotated.txt
│   │   │   │   ├── Foo.FooSub.printed.txt
│   │   │   │   ├── Foo.framework
│   │   │   │   │   ├── Frameworks
│   │   │   │   │   │   └── FooSub.framework
│   │   │   │   │   │   └── Headers
│   │   │   │   │   │   └── FooSub.h
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── Foo.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── FooHelper.FooHelperExplicit.printed.txt
│   │   │   │   ├── FooHelper.FooHelperSub.printed.txt
│   │   │   │   ├── FooHelper.framework
│   │   │   │   │   ├── Frameworks
│   │   │   │   │   │   └── FooHelperSub.framework
│   │   │   │   │   │   └── Headers
│   │   │   │   │   │   └── FooHelperSub.h
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   ├── FooHelperExplicit.h
│   │   │   │   │   │   └── FooHelper.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── FooHelper.printed.txt
│   │   │   │   ├── Foo.printed.recursive.txt
│   │   │   │   ├── Foo.printed.txt
│   │   │   │   └── SwiftNameTests.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── SwiftNameTests.h
│   │   │   │   └── module.map
│   │   │   ├── multiple-files-1.swift
│   │   │   ├── multiple-files-2.swift
│   │   │   ├── print_clang_header
│   │   │   │   ├── Foo.modulemap
│   │   │   │   ├── Foo-vfsoverlay.yaml
│   │   │   │   ├── header-to-print.h
│   │   │   │   ├── header-to-print.h.command-line-include.printed.txt
│   │   │   │   ├── header-to-print.h.module.printed.txt
│   │   │   │   ├── header-to-print.h.printed.txt
│   │   │   │   └── other-header.h
│   │   │   ├── print_clang_header_swift_name.h
│   │   │   ├── swift_name.h
│   │   │   └── swift_name_objc.h
│   │   ├── int.complete_type_any.swift.tmp.types.txt
│   │   ├── local_types.swift
│   │   ├── merge_local_types.swift
│   │   ├── module_api_smoketest.swift
│   │   ├── newtype_objc.swift
│   │   ├── newtype.swift
│   │   ├── print_ast_interface.swift
│   │   ├── print_ast_non_typechecked.swift
│   │   ├── print_ast_overlay.swift
│   │   ├── print_ast_tc_decls_errors.swift
│   │   ├── print_ast_tc_decls.swift
│   │   ├── print_ast_tc_function_bodies.swift
│   │   ├── print_ast_typechecked.swift
│   │   ├── print_clang_bool_bridging.swift
│   │   ├── print_clang_category_ordering.swift
│   │   ├── print_clang_decls_AppKit.swift
│   │   ├── print_clang_decls.swift
│   │   ├── print_clang_foundation.swift
│   │   ├── print_clang_framework.swift
│   │   ├── print_clang_framework_with_overlay.swift
│   │   ├── print_clang_header_i386.swift
│   │   ├── print_clang_header.swift
│   │   ├── print_clang_header_swift_name.swift
│   │   ├── print_clang_ObjectiveC.swift
│   │   ├── print_clang_swift_name.swift
│   │   ├── print_module_comments.swift
│   │   ├── print_module_without_deinit.swift
│   │   ├── print_omit_needless_words_appkit.swift
│   │   ├── print_omit_needless_words.swift
│   │   ├── print_source_file_interface_1.swift
│   │   ├── print_source_file_interface_1.swift.result
│   │   ├── print_source_file_interface_2.swift
│   │   ├── print_source_file_interface_2.swift.result
│   │   ├── print_source_file_interface_preserve.swift
│   │   ├── print_source_file_interface_preserve.swift.result
│   │   ├── print_stdlib_specialized.swift
│   │   ├── print_stdlib.swift
│   │   ├── print_swift_module.swift
│   │   ├── print_swift_module_with_available.swift
│   │   ├── print_synthesized_extensions.swift
│   │   ├── print_type_interface.swift
│   │   ├── print_types.swift
│   │   ├── print_usrs_invalid.swift
│   │   ├── print_usrs.swift
│   │   ├── range_info_basics.swift
│   │   ├── range_info_branches.swift
│   │   ├── range_info_comments.swift
│   │   ├── range_info_expr.swift
│   │   ├── range_info_implicit.swift
│   │   ├── range_info_throwing.swift
│   │   ├── reconstruct_type_from_mangled_name_invalid.swift
│   │   ├── reconstruct_type_from_mangled_name.swift
│   │   ├── sdk_sugar.swift
│   │   ├── structure_object_literals.swift
│   │   ├── structure.swift
│   │   ├── test-input-complete
│   │   │   ├── Inputs
│   │   │   │   ├── err_type_complete.swift
│   │   │   │   ├── for_incomplete1.swift
│   │   │   │   ├── func_complete.swift
│   │   │   │   ├── func_incomplete10.swift
│   │   │   │   ├── func_incomplete11.swift
│   │   │   │   ├── func_incomplete12.swift
│   │   │   │   ├── func_incomplete1.swift
│   │   │   │   ├── func_incomplete2.swift
│   │   │   │   ├── func_incomplete3.swift
│   │   │   │   ├── func_incomplete4.swift
│   │   │   │   ├── func_incomplete5.swift
│   │   │   │   ├── func_incomplete6.swift
│   │   │   │   ├── func_incomplete7.swift
│   │   │   │   ├── func_incomplete8.swift
│   │   │   │   ├── func_incomplete9.swift
│   │   │   │   ├── nominal_complete.swift
│   │   │   │   ├── nominal_incomplete2.swift
│   │   │   │   ├── nominal_incomplete3.swift
│   │   │   │   ├── nominal_incomplete.swift
│   │   │   │   ├── switch_incomplete2.swift
│   │   │   │   ├── switch_incomplete3.swift
│   │   │   │   ├── switch_incomplete.swift
│   │   │   │   ├── toplevel_complete.swift
│   │   │   │   ├── toplevel_incomplete2.swift
│   │   │   │   ├── toplevel_incomplete3.swift
│   │   │   │   ├── toplevel_incomplete4.swift
│   │   │   │   ├── toplevel_incomplete5.swift
│   │   │   │   ├── toplevel_incomplete.swift
│   │   │   │   ├── type_incomplete1.swift
│   │   │   │   ├── type_incomplete2.swift
│   │   │   │   ├── type_incomplete3.swift
│   │   │   │   └── type_incomplete4.swift
│   │   │   └── test_input.swift
│   │   └── unterminated_multiline.swift
│   ├── Index
│   │   ├── cross_language.swift
│   │   ├── expressions.swift
│   │   ├── index_comments.swift
│   │   ├── index_module.swift
│   │   ├── index_system_module.swift
│   │   ├── Inputs
│   │   │   ├── cross_language_bridge_head.h
│   │   │   ├── cross_language.m
│   │   │   ├── imported_swift_module.swift
│   │   │   └── my_system_overlay
│   │   │   ├── module.modulemap
│   │   │   ├── my_system_overlay_header.h
│   │   │   └── my_system_overlay.swift
│   │   ├── invalid_code.swift
│   │   ├── kinds.swift
│   │   ├── local.swift
│   │   ├── roles.swift
│   │   └── Store
│   │   ├── driver-index.swift
│   │   ├── Inputs
│   │   │   ├── bridge-head.h
│   │   │   ├── bridge-include.h
│   │   │   ├── ClangModuleA.h
│   │   │   ├── ClangModuleB.h
│   │   │   ├── ClangModuleCSub1.h
│   │   │   ├── ClangModuleCSub2.h
│   │   │   ├── module.modulemap
│   │   │   ├── SwiftModuleA.swift
│   │   │   └── SwiftModuleB.swift
│   │   ├── output-failure.swift
│   │   ├── record-comments.swift
│   │   ├── record-dependency.swift
│   │   ├── record-empty.swift
│   │   ├── record-hashing.swift
│   │   ├── record-sourcefile.swift
│   │   ├── record-with-compile-error.swift
│   │   ├── unit-from-compile.swift
│   │   ├── unit-multiple-sourcefiles.swift
│   │   ├── unit-one-file-multi-file-invocation.swift
│   │   ├── unit-one-sourcefile.swift
│   │   ├── unit-pcm-dependency.swift
│   │   ├── unit-swiftmodule-dependency.swift
│   │   └── unit-with-bridging-header.swift
│   ├── Inputs
│   │   ├── clang-importer-sdk
│   │   │   ├── platform
│   │   │   │   └── any
│   │   │   │   └── usr
│   │   │   │   └── include
│   │   │   │   ├── bitfields.h
│   │   │   │   ├── module.map
│   │   │   │   └── unions.h
│   │   │   ├── swift-modules
│   │   │   │   ├── AppKit.swift
│   │   │   │   ├── CoreFoundation.swift
│   │   │   │   ├── CoreGraphics.swift
│   │   │   │   ├── Darwin.swift
│   │   │   │   ├── Dispatch.swift
│   │   │   │   ├── Foundation.swift
│   │   │   │   ├── ObjectiveC.swift
│   │   │   │   ├── Security.swift
│   │   │   │   └── simd.swift
│   │   │   ├── swift-modules-without-ns
│   │   │   │   ├── AppKit.swift
│   │   │   │   ├── CoreGraphics.swift
│   │   │   │   ├── Darwin.swift
│   │   │   │   ├── Foundation.swift
│   │   │   │   ├── ObjectiveC.swift
│   │   │   │   ├── Security.swift
│   │   │   │   └── simd.swift
│   │   │   └── usr
│   │   │   └── include
│   │   │   ├── AppKit.apinotes
│   │   │   ├── AppKit.h
│   │   │   ├── Authorization.h
│   │   │   ├── AVFoundation.h
│   │   │   ├── blocks.h
│   │   │   ├── cfuncs.h
│   │   │   ├── CoreFoundation.h
│   │   │   ├── CoreGraphics.apinotes
│   │   │   ├── CoreGraphics.h
│   │   │   ├── CoreMedia.h
│   │   │   ├── CoreMIDI.h
│   │   │   ├── CoreServices
│   │   │   │   ├── CarbonCore
│   │   │   │   │   ├── BackupCore.h
│   │   │   │   │   └── Collections.h
│   │   │   │   ├── LaunchServices
│   │   │   │   │   └── LSInfo.h
│   │   │   │   ├── module.map
│   │   │   │   └── OSServices
│   │   │   │   ├── CSIdentity.h
│   │   │   │   └── KeychainCore.h
│   │   │   ├── ctypes
│   │   │   │   └── bits.h
│   │   │   ├── ctypes.h
│   │   │   ├── cvars.h
│   │   │   ├── dispatch.h
│   │   │   ├── dyld.h
│   │   │   ├── enums_using_attributes.apinotes
│   │   │   ├── enums_using_attributes.h
│   │   │   ├── errors.h
│   │   │   ├── Foundation.apinotes
│   │   │   ├── Foundation.h
│   │   │   ├── macros.h
│   │   │   ├── macros_impl.h
│   │   │   ├── macros_private_impl.h
│   │   │   ├── MacTypes.h
│   │   │   ├── module.map
│   │   │   ├── NotificationCenter.apinotes
│   │   │   ├── NotificationCenter.h
│   │   │   ├── nullability.h
│   │   │   ├── objc
│   │   │   │   ├── module.map
│   │   │   │   ├── NSObject.h
│   │   │   │   ├── objc.h
│   │   │   │   └── ObjectiveC.apinotes
│   │   │   ├── objc_ext.h
│   │   │   ├── objc_generics.h
│   │   │   ├── objc_structs.h
│   │   │   ├── OtherSubscripts.h
│   │   │   ├── Properties.h
│   │   │   ├── SecItem.h
│   │   │   ├── simd.h
│   │   │   ├── stdio.h
│   │   │   ├── UIKit.h
│   │   │   └── user_objc.h
│   │   ├── comment_to_something_conversion.swift
│   │   ├── conditional_conformance_basic_conformances.swift
│   │   ├── conditional_conformance_recursive.swift
│   │   ├── conditional_conformance_subclass.swift
│   │   ├── conditional_conformance_with_assoc.swift
│   │   ├── custom-modules
│   │   │   ├── module.map
│   │   │   └── ObjCRuntimeVisible.h
│   │   ├── empty file.swift
│   │   ├── empty.h
│   │   ├── empty.swift
│   │   ├── forward_extension_reference.swift
│   │   ├── getmtime.py
│   │   ├── global_resilience.swift
│   │   ├── ObjCBridging
│   │   │   ├── Appliances.apinotes
│   │   │   ├── Appliances.h
│   │   │   ├── Appliances.m
│   │   │   ├── Appliances.swift
│   │   │   └── module.modulemap
│   │   ├── resilient_class.swift
│   │   ├── resilient_enum.swift
│   │   ├── resilient_global.swift
│   │   ├── resilient_protocol.swift
│   │   ├── resilient_struct.swift
│   │   └── unextended-module-overlay.yaml
│   ├── InterfaceHash
│   │   ├── added_function.swift
│   │   ├── added_method.swift
│   │   ├── added_private_class_private_property.swift
│   │   ├── added_private_class_property.swift
│   │   ├── added_private_enum_private_property.swift
│   │   ├── added_private_enum_property.swift
│   │   ├── added_private_method.swift
│   │   ├── added_private_method_value_types.swift
│   │   ├── added_private_protocol_method.swift
│   │   ├── added_private_protocol_property.swift
│   │   ├── added_private_struct_private_property.swift
│   │   ├── added_private_struct_property.swift
│   │   ├── changed_private_var_type.swift
│   │   ├── changed_var_name.swift
│   │   ├── changed_var_type.swift
│   │   ├── edited_function_body.swift
│   │   ├── edited_method_body.swift
│   │   └── edited_property_getter.swift
│   ├── Interpreter
│   │   ├── algorithms.swift
│   │   ├── archetype_casts.swift
│   │   ├── array_of_optional.swift
│   │   ├── arrays.swift
│   │   ├── availability_host_os.swift
│   │   ├── availability_weak_linking.swift
│   │   ├── binary_operator_perf.swift
│   │   ├── bitvector.swift
│   │   ├── bool_as_generic.swift
│   │   ├── break_continue.swift
│   │   ├── builtin_bridge_object.swift
│   │   ├── builtin.swift
│   │   ├── capture_inout.swift
│   │   ├── capture_top_level.swift
│   │   ├── capture_unowned.swift
│   │   ├── c_bitfields.swift
│   │   ├── classes.swift
│   │   ├── class_resilience.swift
│   │   ├── ClosureLeak.swift
│   │   ├── closures.swift
│   │   ├── collection_casts.swift
│   │   ├── complex.swift
│   │   ├── conditional_conformances_modules.swift
│   │   ├── conditional_conformances_smoke.swift
│   │   ├── conditional_conformances.swift
│   │   ├── conditional_conformances_warning.swift
│   │   ├── constructor.swift
│   │   ├── conversions.swift
│   │   ├── c_unions.swift
│   │   ├── currying_generics.swift
│   │   ├── currying_protocols.swift
│   │   ├── defer.swift
│   │   ├── dependent_reabstraction.swift
│   │   ├── destructors.swift
│   │   ├── dictOfAny.swift
│   │   ├── dynamic_cast_dict_conditional_type_metadata.swift
│   │   ├── dynamic_cast_dict_unconditional_type_metadata.swift
│   │   ├── dynamic_cast_set_conditional_type_metadata.swift
│   │   ├── dynamic_cast_set_unconditional_type_metadata.swift
│   │   ├── dynamic_lookup.swift
│   │   ├── dynamic_self.swift
│   │   ├── enforce_exclusive_access_backtrace.swift
│   │   ├── enforce_exclusive_access.swift
│   │   ├── enum_equatable_hashable_correctness.swift
│   │   ├── enum_Error.swift
│   │   ├── enum_resilience.swift
│   │   ├── enum_runtime_alignment.swift
│   │   ├── enum.swift
│   │   ├── errors_imported.swift
│   │   ├── errors.swift
│   │   ├── extended_grapheme_cluster_literal.swift
│   │   ├── failable_initializers.swift
│   │   ├── field_offset_generic.swift
│   │   ├── formal_access.swift
│   │   ├── fractal.swift
│   │   ├── FunctionConversion.swift
│   │   ├── function_metatypes.swift
│   │   ├── functions.swift
│   │   ├── generic_casts.swift
│   │   ├── generic_class_empty_field.swift
│   │   ├── generic_class.swift
│   │   ├── generic_implicit_closure.swift
│   │   ├── generic_objc_subclass.swift
│   │   ├── generic_ref_counts.swift
│   │   ├── generics.swift
│   │   ├── generic_struct.swift
│   │   ├── generic_subscript.swift
│   │   ├── generic_tuple.swift
│   │   ├── global_resilience.swift
│   │   ├── hello_func.swift
│   │   ├── hello_toplevel.swift
│   │   ├── if_expr.swift
│   │   ├── import_as_member.swift
│   │   ├── imported_objc_generics_extension.swift
│   │   ├── imported_objc_generics.swift
│   │   ├── import.swift
│   │   ├── initializers.swift
│   │   ├── Inputs
│   │   │   ├── availability_host_os.h
│   │   │   ├── ExplicitSubmodulesOnly.framework
│   │   │   │   ├── Headers
│   │   │   │   │   ├── A.h
│   │   │   │   │   └── B.h
│   │   │   │   └── Modules
│   │   │   │   └── module.modulemap
│   │   │   ├── FakeUnavailableObjCFramework.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── FakeUnavailableObjCFramework.h
│   │   │   │   └── Modules
│   │   │   │   └── module.modulemap
│   │   │   ├── FakeUnavailableObjCFramework.m
│   │   │   ├── implementation.swift
│   │   │   ├── ImportAsMember
│   │   │   │   ├── IAMVec.c
│   │   │   │   ├── IAMVec.h
│   │   │   │   └── module.map
│   │   │   ├── ObjCClasses
│   │   │   │   ├── module.map
│   │   │   │   ├── ObjCClasses.h
│   │   │   │   └── ObjCClasses.m
│   │   │   ├── objc_runtime_visible.h
│   │   │   ├── objc_runtime_visible.m
│   │   │   ├── public_var_private_setter.swift
│   │   │   ├── testability_helper.swift
│   │   │   ├── unions-and-bitfields.h
│   │   │   ├── VerySmallObjCFramework.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── VerySmallObjCFramework.h
│   │   │   │   └── Modules
│   │   │   │   └── module.modulemap
│   │   │   └── VerySmallObjCFramework.m
│   │   ├── interpolation.swift
│   │   ├── interpret_load_framework.swift
│   │   ├── late_import_cgfloat.swift
│   │   ├── layout_reabstraction.swift
│   │   ├── lazy_properties.swift
│   │   ├── mandelbrot.swift
│   │   ├── metatype.swift
│   │   ├── nested_generics.swift
│   │   ├── objc_bool.swift
│   │   ├── objc_class_properties_runtime.swift
│   │   ├── objc_class_properties.swift
│   │   ├── objc_extensions_jit.swift
│   │   ├── objc_extensions.swift
│   │   ├── objc_failable_initializers.swift
│   │   ├── objc_protocols.swift
│   │   ├── objc_runtime_visible.swift
│   │   ├── objc_throwing_initializers.swift
│   │   ├── objc_types_as_members.swift
│   │   ├── object.swift
│   │   ├── optional_lvalues.swift
│   │   ├── optional.swift
│   │   ├── pinning.swift
│   │   ├── process_arguments.swift
│   │   ├── properties.swift
│   │   ├── protocol_extensions.swift
│   │   ├── protocol_initializers_class.swift
│   │   ├── protocol_initializers.swift
│   │   ├── protocol_lookup_jit.swift
│   │   ├── protocol_lookup.swift
│   │   ├── protocol_resilience.swift
│   │   ├── protocols.swift
│   │   ├── rdar15674812.swift
│   │   ├── recursive_generics.swift
│   │   ├── repl_13695499.swift
│   │   ├── repl_17597453.swift
│   │   ├── repl_autolinking.swift
│   │   ├── repl_conformance_lookup.swift
│   │   ├── repl_diagnostics.swift
│   │   ├── repl_hashbang.swift
│   │   ├── repl.swift
│   │   ├── return_from_main.swift
│   │   ├── RosettaCode.swift
│   │   ├── SDK
│   │   │   ├── Accelerate.swift
│   │   │   ├── AnyObject_native_interop.swift
│   │   │   ├── archive_attributes.swift
│   │   │   ├── archive_compatibility.swift
│   │   │   ├── archiving_generic_swift_class.swift
│   │   │   ├── autolinking.swift
│   │   │   ├── autorelease.swift
│   │   │   ├── block_calls.swift
│   │   │   ├── block_globals.swift
│   │   │   ├── cf_extensions.swift
│   │   │   ├── cf.swift
│   │   │   ├── cf_type_bridging.swift
│   │   │   ├── c_function_pointer_compile.swift
│   │   │   ├── cf_without_foundation.swift
│   │   │   ├── CGImportAsMember.swift
│   │   │   ├── check_class_for_archiving_log.swift
│   │   │   ├── check_class_for_archiving.swift
│   │   │   ├── class_as_object.swift
│   │   │   ├── Cocoa_enums.swift
│   │   │   ├── Cocoa_repl.swift
│   │   │   ├── Cocoa_transitive.swift
│   │   │   ├── CoreFoundation_casting.swift
│   │   │   ├── CoreGraphics_CGFloat.swift
│   │   │   ├── CoreImage_without_Foundation.swift
│   │   │   ├── c_pointers.swift
│   │   │   ├── dictionary_pattern_matching.swift
│   │   │   ├── equatable_hashable.swift
│   │   │   ├── errors.swift
│   │   │   ├── Foundation_bridge.swift
│   │   │   ├── Foundation_CFString.swift
│   │   │   ├── FoundationDiagnostics.swift
│   │   │   ├── Foundation_NSExpression.swift
│   │   │   ├── Foundation_NSLocalizedString.swift
│   │   │   ├── Foundation_NSLog.swift
│   │   │   ├── Foundation_NSPredicate.swift
│   │   │   ├── Foundation_NSRect.swift
│   │   │   ├── Foundation_NSString.swift
│   │   │   ├── Foundation_printing.swift
│   │   │   ├── Foundation_test.swift
│   │   │   ├── GLKit_jit.swift
│   │   │   ├── GLKit_parse.swift
│   │   │   ├── GLKit.swift
│   │   │   ├── glob.swift
│   │   │   ├── header_static.swift
│   │   │   ├── Inputs
│   │   │   │   ├── BlockGlobals
│   │   │   │   │   ├── BlockGlobals.h
│   │   │   │   │   └── BlockGlobals.m
│   │   │   │   ├── check_class_for_archiving.h
│   │   │   │   ├── custom-modules
│   │   │   │   │   ├── DispatchObjects.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── errors.h
│   │   │   │   ├── Foundation_bridge.h
│   │   │   │   ├── libTestLoad.dylib
│   │   │   │   ├── mixed_mode
│   │   │   │   │   ├── module.modulemap
│   │   │   │   │   ├── ObjCStuff.apinotes
│   │   │   │   │   ├── ObjCStuff.h
│   │   │   │   │   └── UsingObjCStuff.swift
│   │   │   │   ├── multi-file-imported-enum
│   │   │   │   │   └── main.swift
│   │   │   │   ├── ObjCWeak
│   │   │   │   │   ├── module.map
│   │   │   │   │   ├── ObjCWeak.h
│   │   │   │   │   └── ObjCWeak.m
│   │   │   │   ├── object_literals-Resources
│   │   │   │   │   └── testData.plist
│   │   │   │   └── test.arc
│   │   │   ├── interpret_with_options.swift
│   │   │   ├── KVO.swift
│   │   │   ├── libc.swift
│   │   │   ├── mapkit_header_static.swift
│   │   │   ├── misc_osx.swift
│   │   │   ├── missing_imports_repl.swift
│   │   │   ├── mixed_mode_class_with_missing_properties.swift
│   │   │   ├── multi-file-imported-enum.swift
│   │   │   ├── NSApplicationMain.swift
│   │   │   ├── NSDecimal.swift
│   │   │   ├── objc_array_of_classes.swift
│   │   │   ├── objc_block_generic.swift
│   │   │   ├── objc_bridge_cast.swift
│   │   │   ├── objc_bridge.swift
│   │   │   ├── objc_cast.swift
│   │   │   ├── objc_currying.swift
│   │   │   ├── objc_dealloc.swift
│   │   │   ├── objc_dynamic_lookup.swift
│   │   │   ├── objc_extensions.swift
│   │   │   ├── objc_factory_method.swift
│   │   │   ├── objc_failable_initializers.swift
│   │   │   ├── objc_fast_enumeration.swift
│   │   │   ├── objc_inner_pointer.swift
│   │   │   ├── objc_keypath.swift
│   │   │   ├── objc_mangling.swift
│   │   │   ├── objc_nil.swift
│   │   │   ├── objc_ns_enum.swift
│   │   │   ├── objc_nsstring_bridge.swift
│   │   │   ├── objc_protocol_lookup_jit.swift
│   │   │   ├── objc_protocol_lookup.swift
│   │   │   ├── objc_subclass.swift
│   │   │   ├── objc_swift3_deprecated_objc_inference.swift
│   │   │   ├── objc_swift_getObjectType.swift
│   │   │   ├── objc_switch.swift
│   │   │   ├── objc_unowned.swift
│   │   │   ├── objc_witness_to_swift_protocol.swift
│   │   │   ├── object_literals.swift
│   │   │   ├── OS_objects.swift
│   │   │   ├── protocol_lookup_foreign.swift
│   │   │   ├── Quartz_without_Foundation.swift
│   │   │   ├── Reflection_KVO.swift
│   │   │   ├── submodules_smoke_test.swift
│   │   │   ├── UIActionSheetHack.swift
│   │   │   ├── UIApplicationMain.swift
│   │   │   └── weak_objc_interop.swift
│   │   ├── selector_arguments.swift
│   │   ├── shebang-direct.swift
│   │   ├── shebang-env.swift
│   │   ├── simd.swift
│   │   ├── simple.swift
│   │   ├── slices.swift
│   │   ├── statements.swift
│   │   ├── static_objc_var.swift
│   │   ├── string_literal.swift
│   │   ├── struct_equatable_hashable_correctness.swift
│   │   ├── struct_resilience.swift
│   │   ├── structs.swift
│   │   ├── subclass_existentials_objc.swift
│   │   ├── subclass_existentials.swift
│   │   ├── submodules_smoke_test.swift
│   │   ├── subscripting.swift
│   │   ├── super_constructor.swift
│   │   ├── switch_where_clause.swift
│   │   ├── testability.swift
│   │   ├── throwing_initializers.swift
│   │   ├── tuple_casts.swift
│   │   ├── tuples.swift
│   │   ├── typeof.swift
│   │   ├── unicode_scalar_literal.swift
│   │   ├── unions-and-bitfields.swift
│   │   ├── unowned_overflow.swift
│   │   ├── use_public_var_private_setter.swift
│   │   ├── varargs.swift
│   │   ├── weak_objc.swift
│   │   ├── weak.swift
│   │   ├── wildcard_dispatch_on_catch.swift
│   │   └── writeback.swift
│   ├── IRGen
│   │   ├── abitypes.swift
│   │   ├── abi_v7k.swift
│   │   ├── access_control.sil
│   │   ├── access_markers.sil
│   │   ├── alignment.sil
│   │   ├── alloc_box.swift
│   │   ├── alloc.sil
│   │   ├── archetype_resilience.sil
│   │   ├── argument_attrs.sil
│   │   ├── asan-attributes.swift
│   │   ├── asmname.swift
│   │   ├── assert_conf_default.sil
│   │   ├── associated_types.swift
│   │   ├── associated_type_witness.swift
│   │   ├── assoctypepath.swift
│   │   ├── autolink-coff-force-link.swift
│   │   ├── autolink-coff.swift
│   │   ├── autolink-coff-x86.swift
│   │   ├── autolink_elf.swift
│   │   ├── autolink-psei.swift
│   │   ├── autorelease_optimized_aarch64.sil
│   │   ├── autorelease_optimized_armv7.sil
│   │   ├── autorelease_optimized_x86_64.sil
│   │   ├── autorelease.sil
│   │   ├── big_types_corner_cases_as_library.swift
│   │   ├── big_types_corner_cases.sil
│   │   ├── big_types_corner_cases.swift
│   │   ├── big_types_tests.sil
│   │   ├── bitcast_different_size.sil
│   │   ├── bitcast.sil
│   │   ├── bitcast_specialization.swift
│   │   ├── boxed_existential.sil
│   │   ├── bridge_object_arm64.sil
│   │   ├── bridge_object_armv7.sil
│   │   ├── bridge_object_x86_64.sil
│   │   ├── builtin_math.swift
│   │   ├── builtins_objc.swift
│   │   ├── builtins.swift
│   │   ├── builtin_word.sil
│   │   ├── casts.sil
│   │   ├── cf_members.sil
│   │   ├── cf.sil
│   │   ├── c_function_pointer.sil
│   │   ├── c_functions_error.swift
│   │   ├── c_functions.swift
│   │   ├── c_globals.swift
│   │   ├── clang_inline_opt.swift
│   │   ├── clang_inline_reverse.swift
│   │   ├── clang_inline.swift
│   │   ├── clang_string_enum.swift
│   │   ├── class_bounded_generics.swift
│   │   ├── class_constraint.sil
│   │   ├── class_isa_pointers_armv7k_watchos.sil
│   │   ├── class_isa_pointers.sil
│   │   ├── class_is_module.swift
│   │   ├── class_resilience_objc_armv7k.swift
│   │   ├── class_resilience_objc.swift
│   │   ├── class_resilience.sil
│   │   ├── class_resilience.swift
│   │   ├── class.sil
│   │   ├── class_stack_alloc.sil
│   │   ├── class_with_stub_initializers.swift
│   │   ├── c_layout.sil
│   │   ├── closure.swift
│   │   ├── concrete_inherits_generic_base.swift
│   │   ├── condfail.sil
│   │   ├── conditional_conformances.swift
│   │   ├── conformance_access_path.swift
│   │   ├── conformance_multifile.swift
│   │   ├── constant_struct_with_padding.sil
│   │   ├── copy_value_destroy_value.sil
│   │   ├── coverage_ignored.swift
│   │   ├── coverage.swift
│   │   ├── coverage_with_asan.swift
│   │   ├── deallocate.swift
│   │   ├── decls.swift
│   │   ├── dependent_generic_base_class_constraint.swift
│   │   ├── dependent-library.swift
│   │   ├── dependent_reabstraction.swift
│   │   ├── dllexport.swift
│   │   ├── dllimport.swift
│   │   ├── dynamic_cast_functions.swift
│   │   ├── dynamic_cast.sil
│   │   ├── dynamic_init.sil
│   │   ├── dynamic_lookup.sil
│   │   ├── dynamic_self_metadata.swift
│   │   ├── dynamic_self.sil
│   │   ├── empty_array.sil
│   │   ├── empty_objc_ivar.swift
│   │   ├── enum_32_bit.sil
│   │   ├── enum_derived.swift
│   │   ├── enum_dynamic_multi_payload.sil
│   │   ├── enum_empty_payloads.sil
│   │   ├── enum_function_payload.swift
│   │   ├── enum_function.sil
│   │   ├── enum_pack.sil
│   │   ├── enum_resilience.swift
│   │   ├── enum.sil
│   │   ├── enum_spare_bits.sil
│   │   ├── enum_switch_singleton_enum_in_optional.sil
│   │   ├── enum_value_semantics.sil
│   │   ├── enum_value_semantics_special_cases_objc.sil
│   │   ├── enum_value_semantics_special_cases.sil
│   │   ├── errors_optimized.sil
│   │   ├── errors.sil
│   │   ├── exactcast2.sil
│   │   ├── exactcast.sil
│   │   ├── exclusivity.sil
│   │   ├── existential_metatypes.sil
│   │   ├── existential_nested_type.swift
│   │   ├── existentials_objc.sil
│   │   ├── existentials_opaque_boxed.sil
│   │   ├── existentials.sil
│   │   ├── expressions.swift
│   │   ├── extension_conformance_anyobject_conformance.swift
│   │   ├── extension_type_metadata_linking.swift
│   │   ├── field_type_vectors.sil
│   │   ├── fixed_size_buffer_peepholes.sil
│   │   ├── fixlifetime.sil
│   │   ├── foreign_class_extension.swift
│   │   ├── foreign_types.sil
│   │   ├── fulfillment.sil
│   │   ├── function_metadata.swift
│   │   ├── function_param_convention.sil
│   │   ├── function-target-features.swift
│   │   ├── function_types.sil
│   │   ├── generic_casts.swift
│   │   ├── generic_class_anyobject.swift
│   │   ├── generic_classes_objc.sil
│   │   ├── generic_classes.sil
│   │   ├── generic_enums.swift
│   │   ├── generic_metatypes_arm.swift
│   │   ├── generic_metatypes.swift
│   │   ├── generic_structs.sil
│   │   ├── generic_structs.swift
│   │   ├── generic_ternary.swift
│   │   ├── generic_tuples.swift
│   │   ├── generic_types.swift
│   │   ├── generic_vtable.swift
│   │   ├── generic_wt_linkage.sil
│   │   ├── global_resilience.sil
│   │   ├── globals.swift
│   │   ├── indexing.sil
│   │   ├── indirect_argument.sil
│   │   ├── indirect_enum.sil
│   │   ├── indirect_return.swift
│   │   ├── infinite_archetype.swift
│   │   ├── Inputs
│   │   │   ├── abi
│   │   │   │   ├── c_layout.h
│   │   │   │   ├── Gadget.h
│   │   │   │   └── module.map
│   │   │   ├── c_functions_error.h
│   │   │   ├── c_functions.h
│   │   │   ├── clang_string_enum.h
│   │   │   ├── conformance_multifile_1.swift
│   │   │   ├── def_enum.swift
│   │   │   ├── Foundation.swift
│   │   │   ├── lazy_multi_file_helper.swift
│   │   │   ├── local_types_helper.swift
│   │   │   ├── main.swift
│   │   │   ├── mixed_mode
│   │   │   │   ├── module.modulemap
│   │   │   │   ├── ObjCStuff.apinotes
│   │   │   │   ├── ObjCStuff.h
│   │   │   │   └── UsingObjCStuff.swift
│   │   │   ├── multithread_module
│   │   │   │   └── main.swift
│   │   │   ├── objc_bridged_generic_conformance.h
│   │   │   ├── objc_enum_multi_file_helper.swift
│   │   │   ├── objc_extension_base.swift
│   │   │   ├── objc_generic_protocol_conformance.h
│   │   │   ├── objc_protocol_multi_file_helper.swift
│   │   │   ├── objc_protocols_Bas.swift
│   │   │   ├── ObjectiveC.swift
│   │   │   ├── report_dead_method_call
│   │   │   │   └── main.swift
│   │   │   ├── sil_witness_tables_external_input.swift
│   │   │   ├── simple2.swift
│   │   │   ├── simple.swift
│   │   │   ├── StaticInline.h
│   │   │   ├── usr
│   │   │   │   └── include
│   │   │   │   ├── BridgeTestCoreFoundation.h
│   │   │   │   ├── BridgeTestFoundation.h
│   │   │   │   ├── BridgeTestObjectiveC.h
│   │   │   │   ├── CoreCooling.h
│   │   │   │   ├── Foundation.apinotes
│   │   │   │   ├── Gizmo.h
│   │   │   │   ├── module.map
│   │   │   │   ├── NSOption.h
│   │   │   │   ├── ObjCInterop.h
│   │   │   │   ├── ObjectiveC.apinotes
│   │   │   │   └── SRoA.h
│   │   │   ├── vtable_multi_file_helper.swift
│   │   │   ├── vtable_symbol_linkage_base.swift
│   │   │   └── witness_table_multifile_2.swift
│   │   ├── int_to_fp.sil
│   │   ├── invalid_alignment.swift
│   │   ├── invariant_load.sil
│   │   ├── ivar_destroyer.sil
│   │   ├── keypaths_objc.sil
│   │   ├── keypaths.sil
│   │   ├── lazy_globals.swift
│   │   ├── lazy_metadata.swift
│   │   ├── lazy_multi_file.swift
│   │   ├── lifetime.sil
│   │   ├── linker_options_objc.swift
│   │   ├── literals.sil
│   │   ├── lit.local.cfg
│   │   ├── local_types.swift
│   │   ├── lowered_optional_self_metadata.sil
│   │   ├── mangle-anonclosure.swift
│   │   ├── metadata_dominance.swift
│   │   ├── meta_meta_type.swift
│   │   ├── metatype_casts.sil
│   │   ├── metatype.sil
│   │   ├── method_linkage.swift
│   │   ├── mixed_mode_class_with_unimportable_fields.sil
│   │   ├── mixed_mode_class_with_unimportable_fields.swift
│   │   ├── mixed_objc_native_protocol_constraints.swift
│   │   ├── module_hash.swift
│   │   ├── multithread_module.swift
│   │   ├── nested_generics.swift
│   │   ├── nested_types.sil
│   │   ├── newtype.swift
│   │   ├── noinline.swift
│   │   ├── nominal-type-section.swift
│   │   ├── nonatomic_reference_counting.sil
│   │   ├── nondominant.sil
│   │   ├── objc_alloc.sil
│   │   ├── objc_arc_contract.swift
│   │   ├── objc_attr_NSManaged.sil
│   │   ├── objc_block.sil
│   │   ├── objc_block_storage.sil
│   │   ├── objc_bridged_generic_conformance.swift
│   │   ├── objc_bridge.swift
│   │   ├── objc_casts.sil
│   │   ├── objc_class_empty_fields.swift
│   │   ├── objc_class_export.swift
│   │   ├── objc_class_in_storage_decls.swift
│   │   ├── objc_class_property.swift
│   │   ├── objc_dealloc.sil
│   │   ├── objc_deprecated_objc_thunks.swift
│   │   ├── objc_enum_multi_file.swift
│   │   ├── objc_errors.sil
│   │   ├── objc_extensions.swift
│   │   ├── objc_factory_method.sil
│   │   ├── objc_generic_class_convention.sil
│   │   ├── objc_generic_class_metadata.sil
│   │   ├── objc_generic_protocol_conformance.swift
│   │   ├── objc_globals.swift
│   │   ├── objc_implicit_with.sil
│   │   ├── objc_int_encoding.sil
│   │   ├── objc_local.swift
│   │   ├── objc_methods.swift
│   │   ├── objc_ns_enum.swift
│   │   ├── objc_pointers.swift
│   │   ├── objc_properties_imported.swift
│   │   ├── objc_properties_ios.swift
│   │   ├── objc_properties_jit.swift
│   │   ├── objc_properties.swift
│   │   ├── objc_property_attrs.swift
│   │   ├── objc_protocol_conversion.sil
│   │   ├── objc_protocol_extended_method_types.swift
│   │   ├── objc_protocol_multi_file.swift
│   │   ├── objc_protocols_jit.swift
│   │   ├── objc_protocols.swift
│   │   ├── objc_remapped_inits.swift
│   │   ├── objc_retainAutoreleasedReturnValue.swift
│   │   ├── objc_runtime_visible.sil
│   │   ├── objc-sections.swift
│   │   ├── objc_selector.sil
│   │   ├── objc_shared_imported_decl.sil
│   │   ├── objc_simd.sil
│   │   ├── objc_structs.swift
│   │   ├── objc_subclass.swift
│   │   ├── objc_subscripts.swift
│   │   ├── objc_super.swift
│   │   ├── objc.swift
│   │   ├── objc_type_encoding.swift
│   │   ├── objc_types_as_member.sil
│   │   ├── object_type.swift
│   │   ├── opaque_values_irgen.sil
│   │   ├── optimize_for_size.sil
│   │   ├── optional_metatype.sil
│   │   ├── ordering_aarch64.sil
│   │   ├── ordering_arm.sil
│   │   ├── ordering_x86.sil
│   │   ├── osx-targets.swift
│   │   ├── ownership_qualified_memopts.sil
│   │   ├── partial_apply_forwarder.sil
│   │   ├── partial_apply_generic.swift
│   │   ├── partial_apply_objc.sil
│   │   ├── partial_apply.sil
│   │   ├── pic.swift
│   │   ├── playground.swift
│   │   ├── protocol_conformance_records_objc.swift
│   │   ├── protocol_conformance_records.swift
│   │   ├── protocol_extensions_constrain.swift
│   │   ├── protocol_extensions.sil
│   │   ├── protocol_metadata.swift
│   │   ├── protocol_resilience.sil
│   │   ├── rdar15304329.swift
│   │   ├── readonly.sil
│   │   ├── reflection_metadata_imported.swift
│   │   ├── reflection_metadata.swift
│   │   ├── report_dead_method_call.swift
│   │   ├── runtime_calling_conventions.swift
│   │   ├── same_type_constraints.swift
│   │   ├── sanitize_coverage.swift
│   │   ├── select_enum_optimized.swift
│   │   ├── select_enum.sil
│   │   ├── select_enum_single_payload.sil
│   │   ├── sil_generic_witness_methods_objc.swift
│   │   ├── sil_generic_witness_methods.swift
│   │   ├── sil_irgen_library.swift
│   │   ├── sil_irgen_standalone.swift
│   │   ├── sil_linkage.sil
│   │   ├── sil_witness_methods.sil
│   │   ├── sil_witness_tables_external_conformance.swift
│   │   ├── sil_witness_tables_external_witnesstable.swift
│   │   ├── sil_witness_tables_inherited_conformance.swift
│   │   ├── sil_witness_tables.swift
│   │   ├── special_protocols.sil
│   │   ├── static_initializer.sil
│   │   ├── struct_layout.sil
│   │   ├── struct_resilience.swift
│   │   ├── subclass_existentials.sil
│   │   ├── subclass.swift
│   │   ├── superclass_constraint.swift
│   │   ├── super.sil
│   │   ├── swift3-metadata-coff.swift
│   │   ├── swift_native_objc_runtime_base.sil
│   │   ├── tail_alloc.sil
│   │   ├── tsan-attributes.swift
│   │   ├── tsan_instrumentation.sil
│   │   ├── two_tag_enums.swift.gyb
│   │   ├── typed_boxes.sil
│   │   ├── type_layout_objc.swift
│   │   ├── type_layout_reference_storage_objc.swift
│   │   ├── type_layout_reference_storage.swift
│   │   ├── type_layout.swift
│   │   ├── typemetadata.sil
│   │   ├── unconditional_checked_cast.sil
│   │   ├── undef.sil
│   │   ├── unexploded-calls.swift
│   │   ├── unknown_object.sil
│   │   ├── unowned_objc.sil
│   │   ├── unowned.sil
│   │   ├── unowned_store.sil
│   │   ├── unused.sil
│   │   ├── unusedtype.swift
│   │   ├── upcast.sil
│   │   ├── UseObjCMethod.swift
│   │   ├── value_buffers.sil
│   │   ├── vector_reduction.swift
│   │   ├── vtable_multi_file.swift
│   │   ├── vtable.sil
│   │   ├── vtable_symbol_linkage.swift
│   │   ├── weak_class_protocol.sil
│   │   ├── weak_import.swift
│   │   ├── weak.sil
│   │   ├── weak_value_witnesses.sil
│   │   ├── witness_method_after_devirt.swift
│   │   ├── witness_method_phi.sil
│   │   ├── witness_method.sil
│   │   ├── witness_table_indirect_conformances.swift
│   │   ├── witness_table_multifile.swift
│   │   ├── witness_table_objc_associated_type.swift
│   │   ├── zero_size_types.swift
│   │   └── zombies.swift
│   ├── lit.cfg
│   ├── lit.site.cfg.in
│   ├── LLVMPasses
│   │   ├── allocation-deletion.ll
│   │   ├── basic.ll
│   │   ├── contract.ll
│   │   ├── crash.ll
│   │   ├── llvm-aa.ll
│   │   ├── merge_func_coff.ll
│   │   └── merge_func.ll
│   ├── Migrator
│   │   ├── always_remove_old_remap_file.swift
│   │   ├── api-special-cases.swift
│   │   ├── api-special-cases.swift.expected
│   │   ├── appkit.swift
│   │   ├── appkit.swift.expected
│   │   ├── complete_objc_inference.swift
│   │   ├── complete_objc_inference.swift.expected
│   │   ├── conservative_objc_inference.swift
│   │   ├── DoubleEditAPI.json
│   │   ├── double_fixit_ok.swift
│   │   ├── double_fixit_ok.swift.expected
│   │   ├── fixit_void.swift
│   │   ├── fixit_void.swift.expected
│   │   ├── function-hoist.swift
│   │   ├── function-hoist.swift.expected
│   │   ├── ignore_type_placeholder.swift
│   │   ├── Inputs
│   │   │   ├── API-function-hoist.json
│   │   │   ├── API.json
│   │   │   ├── Cities.swift
│   │   │   ├── conservative_objc_inference.swift
│   │   │   ├── ignore_type_placeholder.swift
│   │   │   ├── MyAppKit.swift
│   │   │   ├── MySwift.swift
│   │   │   ├── never_compiles_safely_exits_breaking_code.swift
│   │   │   ├── no_duplicate_aarch64_use_tbi_ofm.json
│   │   │   ├── objc_inference_cross_file_A.swift
│   │   │   ├── objc_inference_cross_file_B.swift
│   │   │   ├── objc_inference.swift
│   │   │   ├── qualified.json
│   │   │   ├── SpecialCaseAPI.json
│   │   │   ├── string_to_substring_conversion.swift
│   │   │   └── substring_to_string_conversion.swift
│   │   ├── invalid_sourceloc.swift
│   │   ├── member.swift
│   │   ├── member.swift.expected
│   │   ├── minimal_objc_inference.swift
│   │   ├── minimal_objc_inference.swift.expected
│   │   ├── mock-sdk
│   │   │   └── Bar.framework
│   │   │   ├── Headers
│   │   │   │   └── Bar.h
│   │   │   └── module.map
│   │   ├── never_compiles_safely_exits.swift
│   │   ├── no_ast_passes_after_swift4.swift
│   │   ├── no_ast_passes_after_swift4.swift.expected
│   │   ├── no_double_edit_ast_pass.swift
│   │   ├── no_double_edit_ast_pass.swift.expected
│   │   ├── no_duplicate_aarch64_use_tbi.swift
│   │   ├── no_extraneous_argument_labels.swift
│   │   ├── no_extraneous_argument_labels.swift.expected
│   │   ├── no_var_to_let.swift
│   │   ├── nsopengl_openglversion.swift
│   │   ├── nsopengl_openglversion.swift.expected
│   │   ├── null_migration.swift
│   │   ├── objc_inference_cross_file.swift
│   │   ├── objc_inference_cross_file.swift.expected
│   │   ├── pre_fixit_pass_still_failed.swift
│   │   ├── pre_fixit_pass.swift
│   │   ├── pre_fixit_pass.swift.expected
│   │   ├── prefix_typeof_expr.swift
│   │   ├── prefix_typeof_expr.swift.expected
│   │   ├── prefix_typeof_expr_unneeded.swift
│   │   ├── prefix_typeof_expr_unneeded.swift.expected
│   │   ├── property.swift
│   │   ├── property.swift.expected
│   │   ├── qualified-replacement.swift
│   │   ├── qualified-replacement.swift.expected
│   │   ├── rdar31892850.swift
│   │   ├── rename-func-decl.swift
│   │   ├── rename-func-decl.swift.expected
│   │   ├── rename-init.swift
│   │   ├── rename-init.swift.expected
│   │   ├── rename.swift
│   │   ├── rename.swift.expected
│   │   ├── static-abs-swift-abs-float80.swift
│   │   ├── static-abs-swift-abs-float80.swift.expected
│   │   ├── static-abs-swift-abs.swift
│   │   ├── static-abs-swift-abs.swift.expected
│   │   ├── string_to_substring_conversion.swift
│   │   ├── string_to_substring_conversion.swift.expected
│   │   ├── substring_to_string_conversion.swift
│   │   ├── substring_to_string_conversion.swift.expected
│   │   ├── to_int_max.swift
│   │   ├── to_int_max.swift.expected
│   │   ├── tuple-arguments.swift
│   │   ├── tuple-arguments.swift.expected
│   │   ├── wrap_optional.swift
│   │   └── wrap_optional.swift.expected
│   ├── Misc
│   │   ├── dump_api.swift
│   │   ├── expression_too_complex_2.swift
│   │   ├── expression_too_complex_3.swift
│   │   ├── expression_too_complex_4.swift
│   │   ├── fatal_error.swift
│   │   ├── floatTruncation.swift
│   │   ├── Inputs
│   │   │   └── dumped_api.swift
│   │   ├── misc_diagnostics.swift
│   │   ├── opt-debug-forbid-typecheck-prefix.swift
│   │   ├── serialized-diagnostics-file.swift
│   │   ├── serialized-diagnostics.swift
│   │   ├── stats_dir_failure_count.swift
│   │   ├── stats_dir_long_path_name.swift
│   │   ├── stats_dir.swift
│   │   ├── target-cpu.swift
│   │   └── tbi.sil
│   ├── multifile
│   │   ├── class-layout
│   │   │   └── final-stored-property
│   │   │   ├── Inputs
│   │   │   │   └── library.swift
│   │   │   └── main.swift
│   │   ├── constant-struct-with-padding
│   │   │   ├── Inputs
│   │   │   │   └── other.swift
│   │   │   └── main.swift
│   │   ├── constant-tuple-with-padding
│   │   │   ├── Inputs
│   │   │   │   └── other.swift
│   │   │   └── main.swift
│   │   ├── default-witness.swift
│   │   ├── error-type
│   │   │   ├── imported
│   │   │   │   ├── Inputs
│   │   │   │   │   ├── library.swift
│   │   │   │   │   └── objc_enum_errortype.h
│   │   │   │   └── main.swift
│   │   │   ├── one-module
│   │   │   │   ├── Inputs
│   │   │   │   │   └── library.swift
│   │   │   │   └── main.swift
│   │   │   └── two-modules
│   │   │   ├── Inputs
│   │   │   │   └── library.swift
│   │   │   └── main.swift
│   │   ├── extensions
│   │   │   └── two-modules
│   │   │   ├── Inputs
│   │   │   │   └── library.swift
│   │   │   └── main.swift
│   │   ├── external-protocol-conformance.swift
│   │   ├── for_each_conformance_crash.swift
│   │   ├── imported-conformance
│   │   │   └── option-set
│   │   │   ├── Inputs
│   │   │   │   └── library.swift
│   │   │   └── main.swift
│   │   ├── Inputs
│   │   │   ├── default-witness.swift
│   │   │   ├── external-protocol-conformance
│   │   │   │   └── A.swift
│   │   │   ├── for_each_conformance_crashB.swift
│   │   │   ├── keypath.swift
│   │   │   ├── protocol-conformance
│   │   │   │   ├── A.swift
│   │   │   │   ├── broken.swift
│   │   │   │   └── rdar31302713.swift
│   │   │   ├── protocol-conformance-member-helper.swift
│   │   │   ├── require-layout-generic-class.swift
│   │   │   └── requirement-signature.swift
│   │   ├── keypath.swift
│   │   ├── protocol-conformance-broken.swift
│   │   ├── protocol-conformance-member.swift
│   │   ├── protocol-conformance-rdar31302713.swift
│   │   ├── protocol-conformance.swift
│   │   ├── require-layout
│   │   │   └── main.swift
│   │   ├── require-layout2
│   │   │   └── main.swift
│   │   ├── require-layout3
│   │   │   └── main.swift
│   │   ├── require-layout-generic-arg-closure.swift
│   │   ├── require-layout-generic-arg-subscript.swift
│   │   ├── require-layout-generic-arg.swift
│   │   ├── requirement-signature.swift
│   │   ├── synthesized-accessors
│   │   │   ├── materialize-for-set-1
│   │   │   │   ├── Inputs
│   │   │   │   │   ├── counter.h
│   │   │   │   │   ├── library.swift
│   │   │   │   │   └── module.map
│   │   │   │   └── main.swift
│   │   │   ├── materialize-for-set-2
│   │   │   │   ├── Inputs
│   │   │   │   │   ├── counter.h
│   │   │   │   │   ├── library1.swift
│   │   │   │   │   ├── library2.swift
│   │   │   │   │   └── module.map
│   │   │   │   └── main.swift
│   │   │   ├── one-module-imported
│   │   │   │   ├── Inputs
│   │   │   │   │   └── library.swift
│   │   │   │   └── main.swift
│   │   │   ├── one-module-internal
│   │   │   │   ├── Inputs
│   │   │   │   │   └── library.swift
│   │   │   │   └── main.swift
│   │   │   ├── one-module-public
│   │   │   │   ├── Inputs
│   │   │   │   │   └── library.swift
│   │   │   │   └── main.swift
│   │   │   ├── two-modules
│   │   │   │   ├── Inputs
│   │   │   │   │   └── library.swift
│   │   │   │   └── main.swift
│   │   │   └── two-modules-imported
│   │   │   ├── Inputs
│   │   │   │   └── library.swift
│   │   │   └── main.swift
│   │   └── typealias
│   │   ├── one-module
│   │   │   ├── Inputs
│   │   │   │   └── library.swift
│   │   │   └── main.swift
│   │   └── two-modules
│   │   ├── Inputs
│   │   │   └── library.swift
│   │   └── main.swift
│   ├── NameBinding
│   │   ├── accessibility.swift
│   │   ├── debug-client-discriminator.swift
│   │   ├── Dependencies
│   │   │   ├── Inputs
│   │   │   │   └── InterestingType.swift
│   │   │   ├── private-function-return-type.swift
│   │   │   ├── private-function.swift
│   │   │   ├── private-protocol-conformer-ext.swift
│   │   │   ├── private-protocol-conformer.swift
│   │   │   ├── private-struct-member.swift
│   │   │   ├── private-subscript.swift
│   │   │   ├── private-typealias.swift
│   │   │   └── private-var.swift
│   │   ├── import-command-line.swift
│   │   ├── import-multiple-command-line.swift
│   │   ├── import-resolution-2.swift
│   │   ├── import-resolution-overload.swift
│   │   ├── import-resolution.swift
│   │   ├── import-specific-decl.swift
│   │   ├── import-specific-fixits.swift
│   │   ├── InheritedConformance.swift
│   │   ├── Inputs
│   │   │   ├── abcde.swift
│   │   │   ├── accessibility_other.swift
│   │   │   ├── aeiou.swift
│   │   │   ├── ambiguous_left.swift
│   │   │   ├── ambiguous_right.swift
│   │   │   ├── ambiguous.swift
│   │   │   ├── asdf.swift
│   │   │   ├── has_accessibility.swift
│   │   │   ├── HasPrivateAccess1.swift
│   │   │   ├── HasPrivateAccess2.swift
│   │   │   ├── imported_module.swift
│   │   │   ├── letters.swift
│   │   │   ├── multi-file-2.swift
│   │   │   ├── multi-file-3.swift
│   │   │   ├── multi-file-with-main
│   │   │   │   └── main.swift
│   │   │   ├── MutualDependencyHelper.swift
│   │   │   ├── NamedLazyMembers
│   │   │   │   ├── module.modulemap
│   │   │   │   ├── NamedLazyMembersExt.swift
│   │   │   │   ├── NamedLazyMembers.h
│   │   │   │   └── NamedLazyMembers.swift
│   │   │   ├── objc_multi_file_2.swift
│   │   │   ├── overload_boolFunctions.swift
│   │   │   ├── overload_intFunctions.swift
│   │   │   ├── overload_vars.swift
│   │   │   ├── protocol-inheritance.swift
│   │   │   ├── reference-dependencies-helper.swift
│   │   │   ├── reference-dependencies-members-helper.swift
│   │   │   ├── tilde_tilde_high_precedence.swift
│   │   │   └── tilde_tilde_low_precedence.swift
│   │   ├── library.swift
│   │   ├── multi-file.swift
│   │   ├── multi-file-with-main.swift
│   │   ├── MutualDependency.swift
│   │   ├── name-binding.swift
│   │   ├── named_lazy_member_loading_anyobject.swift
│   │   ├── named_lazy_member_loading_objc_category.swift
│   │   ├── named_lazy_member_loading_objc_interface.swift
│   │   ├── named_lazy_member_loading_objc_protocol.swift
│   │   ├── named_lazy_member_loading_protocol_mirroring.swift
│   │   ├── named_lazy_member_loading_swift_class.swift
│   │   ├── named_lazy_member_loading_swift_class_type.swift
│   │   ├── named_lazy_member_loading_swift_derived_class.swift
│   │   ├── named_lazy_member_loading_swift_derived_class_type.swift
│   │   ├── named_lazy_member_loading_swift_enum.swift
│   │   ├── named_lazy_member_loading_swift_proto.swift
│   │   ├── named_lazy_member_loading_swift_struct_ext_mem.swift
│   │   ├── named_lazy_member_loading_swift_struct_ext.swift
│   │   ├── named_lazy_member_loading_swift_struct.swift
│   │   ├── name_lookup.swift
│   │   ├── objc_multi_file.swift
│   │   ├── protocol-inheritance.swift
│   │   ├── reference-dependencies-dynamic-lookup.swift
│   │   ├── reference-dependencies-errors.swift
│   │   ├── reference-dependencies-members.swift
│   │   ├── reference-dependencies.swift
│   │   ├── scope_map_lookup.swift
│   │   ├── scope_map.swift
│   │   ├── scope_map_top_level.swift
│   │   ├── stdlib-case-sensitive.swift
│   │   └── stdlib.swift
│   ├── Parse
│   │   ├── availability_query.swift
│   │   ├── brace_recovery_eof.swift
│   │   ├── builtin_bridge_object.swift
│   │   ├── builtin_word.swift
│   │   ├── c_function_pointers.swift
│   │   ├── comment_operator.swift
│   │   ├── ConditionalCompilation
│   │   │   ├── arm64AppleTVOSTarget.swift
│   │   │   ├── arm64IOSTarget.swift
│   │   │   ├── armAndroidTarget.swift
│   │   │   ├── armIOSTarget.swift
│   │   │   ├── armWatchOSTarget.swift
│   │   │   ├── basicDeclarations.swift
│   │   │   ├── basicIdentity.swift
│   │   │   ├── basicParseErrors.swift
│   │   │   ├── can_import_idempotent.swift
│   │   │   ├── can_import_sdk.swift
│   │   │   ├── can_import.swift
│   │   │   ├── compiler_version.swift
│   │   │   ├── compoundName_swift4.swift
│   │   │   ├── decl_in_true_inactive.swift
│   │   │   ├── decl_parse_errors-2.swift
│   │   │   ├── decl_parse_errors.swift
│   │   │   ├── endif-on-end-of-file.swift
│   │   │   ├── i386AppleTVOSTarget.swift
│   │   │   ├── i386IOSTarget.swift
│   │   │   ├── i386WatchOSTarget.swift
│   │   │   ├── identifierName.swift
│   │   │   ├── Inputs
│   │   │   │   ├── can_import_nonprimary_file.swift
│   │   │   │   ├── rdar19548610a.swift
│   │   │   │   └── rdar19548610b.swift
│   │   │   ├── invalid-runtime-name.swift
│   │   │   ├── language_version_explicit.swift
│   │   │   ├── language_version.swift
│   │   │   ├── module_top_level.swift
│   │   │   ├── no_configuration_error1.swift
│   │   │   ├── no_configuration_error2.swift
│   │   │   ├── pound-if-inside-function-2.swift
│   │   │   ├── pound-if-inside-function-3.swift
│   │   │   ├── pound-if-inside-function-4.swift
│   │   │   ├── pound-if-inside-function.swift
│   │   │   ├── pound-if-inside-statement-2.swift
│   │   │   ├── pound-if-inside-statement.swift
│   │   │   ├── pound-if-top-level-2.swift
│   │   │   ├── pound-if-top-level-3.swift
│   │   │   ├── pound-if-top-level-4.swift
│   │   │   ├── pound-if-top-level-clean.swift
│   │   │   ├── pound-if-top-level-nested.swift
│   │   │   ├── pound-if-top-level.swift
│   │   │   ├── powerpc64leLinuxTarget.swift
│   │   │   ├── powerpc64LinuxTarget.swift
│   │   │   ├── rdar19548610.swift
│   │   │   ├── s390xLinuxTarget.swift
│   │   │   ├── sequence.swift
│   │   │   ├── sequence_version.swift
│   │   │   ├── simulatorTargetEnv.swift
│   │   │   ├── stmt_in_type.swift
│   │   │   ├── switch_case_executable.swift
│   │   │   ├── switch_case.swift
│   │   │   ├── topLevelDeclarations.swift
│   │   │   ├── toplevel_parseaslibrary.swift
│   │   │   ├── trailingClosureOnTargetConfig.swift
│   │   │   ├── x64AppleTVOSTarget.swift
│   │   │   ├── x64CygwinTarget.swift
│   │   │   ├── x64FreeBSDTarget.swift
│   │   │   ├── x64IOSTarget.swift
│   │   │   ├── x64LinuxTarget.swift
│   │   │   ├── x64OSXTarget.swift
│   │   │   ├── x64WindowsTarget.swift
│   │   │   └── x86_64PS4Target.swift
│   │   ├── conflict_markers.swift
│   │   ├── confusables.swift
│   │   ├── consecutive_statements.swift
│   │   ├── debugger.swift
│   │   ├── deprecated_where.swift
│   │   ├── diagnose_availability.swift
│   │   ├── diagnose_initializer_as_typed_pattern.swift
│   │   ├── diagnostic_points_to_first_bad_token.swift
│   │   ├── dollar_identifier.swift
│   │   ├── enum_element_pattern_swift4.swift
│   │   ├── enum.swift
│   │   ├── EOF
│   │   │   ├── block-comment-missing-newline.swift
│   │   │   ├── block-comment-nested.swift
│   │   │   ├── block-comment.swift
│   │   │   ├── interpolated-string-literal.swift
│   │   │   ├── unfinished-for-at-eof.swift
│   │   │   └── unterminated-string-literal-missing-newline.swift
│   │   ├── errors.swift
│   │   ├── escaped_identifiers.swift
│   │   ├── foreach.swift
│   │   ├── form_feed_char.swift
│   │   ├── generic_disambiguation.swift
│   │   ├── guard-top-level.swift
│   │   ├── hashbang_library.swift
│   │   ├── hashbang_main.swift
│   │   ├── identifiers.swift
│   │   ├── if_expr.swift
│   │   ├── implicit_getter_incomplete.swift
│   │   ├── init_deinit.swift
│   │   ├── Inputs
│   │   │   ├── imported_enums.swift
│   │   │   └── warning_nonprimary_file.swift
│   │   ├── invalid_if_expr.swift
│   │   ├── invalid.swift
│   │   ├── invalid-utf8.swift
│   │   ├── line-directive-executable.swift
│   │   ├── line-directive.swift
│   │   ├── matching_patterns.swift
│   │   ├── metatype_object_conversion.swift
│   │   ├── multiline_errors.swift
│   │   ├── multiline_normalize_newline.swift
│   │   ├── multiline_string.swift
│   │   ├── number_identifier_errors.swift
│   │   ├── objc_enum.swift
│   │   ├── object_literals.swift
│   │   ├── operator_decl.swift
│   │   ├── operators.swift
│   │   ├── optional_chain_lvalues.swift
│   │   ├── optional_lvalues.swift
│   │   ├── optional.swift
│   │   ├── pattern_without_variables_script.swift
│   │   ├── pattern_without_variables.swift
│   │   ├── playground_lvalues.swift
│   │   ├── pointer_conversion_objc.swift.gyb
│   │   ├── pointer_conversion.swift.gyb
│   │   ├── recovery_library.swift
│   │   ├── recovery.swift
│   │   ├── semicolon.swift
│   │   ├── strange-characters.swift
│   │   ├── structure_overflow.swift
│   │   ├── subscripting.swift
│   │   ├── super.swift
│   │   ├── swift3_warnings_swift4_errors_version_3.swift
│   │   ├── swift3_warnings_swift4_errors_version_4.swift
│   │   ├── switch_incomplete.swift
│   │   ├── switch.swift
│   │   ├── toplevel_library_invalid.swift
│   │   ├── toplevel_library.swift
│   │   ├── trailing-semi.swift
│   │   ├── try.swift
│   │   ├── typealias.swift
│   │   ├── type_expr.swift
│   │   ├── utf16_bom.swift
│   │   ├── utf8_bom.swift
│   │   └── warning_primary_file.swift
│   ├── PCMacro
│   │   ├── defer.swift
│   │   ├── didset.swift
│   │   ├── elseif.swift
│   │   ├── else.swift
│   │   ├── for.swift
│   │   ├── func_decls.swift
│   │   ├── func_throw_notype.swift
│   │   ├── getset.swift
│   │   ├── if.swift
│   │   ├── init.swift
│   │   ├── Inputs
│   │   │   ├── PCMacroRuntime.swift
│   │   │   └── SilentPlaygroundsRuntime.swift
│   │   ├── mutation.swift
│   │   ├── nested_function.swift
│   │   ├── operators.swift
│   │   ├── pc_and_log.swift
│   │   ├── plus_equals.swift
│   │   └── switch.swift
│   ├── PlaygroundTransform
│   │   ├── array_did_set.swift
│   │   ├── array_in_struct.swift
│   │   ├── array.swift
│   │   ├── bare_value.swift
│   │   ├── control-flow.swift
│   │   ├── declarations_error.swift
│   │   ├── declarations.swift
│   │   ├── defer.swift
│   │   ├── disable_transform_only.swift
│   │   ├── do-catch.swift
│   │   ├── do.swift
│   │   ├── empty-tuple.swift
│   │   ├── for_crash.swift
│   │   ├── generics.swift
│   │   ├── high_performance.swift
│   │   ├── import_error.swift
│   │   ├── init.swift
│   │   ├── Inputs
│   │   │   ├── PlaygroundsRuntime.swift
│   │   │   └── SilentPCMacroRuntime.swift
│   │   ├── mutation.swift
│   │   ├── nested_function.swift
│   │   ├── placeholder.swift
│   │   ├── plus_equals.swift
│   │   └── print.swift
│   ├── PrintAsObjC
│   │   ├── accessibility.swift
│   │   ├── any_as_id.swift
│   │   ├── arc-conventions.swift
│   │   ├── availability.swift
│   │   ├── blocks.swift
│   │   ├── cdecl.swift
│   │   ├── circularity-errors.swift
│   │   ├── circularity.swift
│   │   ├── classes.swift
│   │   ├── comments.swift
│   │   ├── depends-on-swift-framework.swift
│   │   ├── dispatch.swift
│   │   ├── empty.swift
│   │   ├── enums.swift
│   │   ├── error-delegate.swift
│   │   ├── extensions.swift
│   │   ├── generic-ancestry.swift
│   │   ├── imported-block-typedefs.swift
│   │   ├── imports.swift
│   │   ├── Inputs
│   │   │   ├── arc-conventions.m
│   │   │   ├── bridging-header.h
│   │   │   ├── circularity.h
│   │   │   ├── clang-headers
│   │   │   │   └── swift
│   │   │   │   └── objc-prologue.h
│   │   │   ├── comments-expected-output.h
│   │   │   ├── custom-modules
│   │   │   │   ├── Base.ExplicitSub.ExSub.h
│   │   │   │   ├── Base.ExplicitSub.h
│   │   │   │   ├── Base.ExplicitSub.ImSub.h
│   │   │   │   ├── Base.ImplicitSub.ExSub.h
│   │   │   │   ├── Base.ImplicitSub.h
│   │   │   │   ├── Base.ImplicitSub.ImSub.h
│   │   │   │   ├── CompatibilityAlias.h
│   │   │   │   ├── module.map
│   │   │   │   ├── override.h
│   │   │   │   ├── SingleGenericClass.h
│   │   │   │   ├── VersionedFMWK.apinotes
│   │   │   │   └── VersionedFMWK.h
│   │   │   ├── depends-on-swift-framework-helper.swift
│   │   │   ├── enums.h
│   │   │   ├── error-delegate.h
│   │   │   ├── imported-block-typedefs.h
│   │   │   ├── Mixed.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── Mixed.h
│   │   │   │   └── Modules
│   │   │   │   └── module.modulemap
│   │   │   ├── newtype.h
│   │   │   ├── reintroduced-new.swift
│   │   │   └── swift_name.h
│   │   ├── interfering-macros.swift
│   │   ├── lit.local.cfg
│   │   ├── local-types.swift
│   │   ├── mixed-framework-fwd.swift
│   │   ├── mixed-framework.swift
│   │   ├── never.swift
│   │   ├── newtype.swift
│   │   ├── override.swift
│   │   ├── pragma-clang.swift
│   │   ├── protocols.swift
│   │   ├── reintroduced-new.m
│   │   ├── simd.swift
│   │   ├── swift3_deprecated_objc_inference.swift
│   │   ├── swift_name.m
│   │   ├── swift_name.swift
│   │   ├── unmodified.swift
│   │   └── versioned.swift
│   ├── Prototypes
│   │   ├── Algorithms.swift.gyb
│   │   ├── BigInt.swift
│   │   ├── CollectionTransformers.swift
│   │   ├── GenericDispatch.swift
│   │   ├── PatternMatching.swift
│   │   ├── property_behaviors
│   │   │   ├── delayed.swift
│   │   │   └── lazy.swift
│   │   ├── Result.swift
│   │   ├── TextFormatting.swift
│   │   └── UnicodeDecoders.swift
│   ├── refactoring
│   │   ├── CollapseNestedIf
│   │   │   ├── basic.swift
│   │   │   └── Outputs
│   │   │   └── basic
│   │   │   ├── L15-3.swift.expected
│   │   │   ├── L21-3.swift.expected
│   │   │   ├── L3-3.swift.expected
│   │   │   └── L9-3.swift.expected
│   │   ├── ConvertForceTryToTryCatch
│   │   │   ├── basic_in_func.swift
│   │   │   ├── basic.swift
│   │   │   ├── for_loop.swift
│   │   │   ├── in_if_clause_nested.swift
│   │   │   ├── in_if_clause.swift
│   │   │   ├── in_if_clause_with_let_binding.swift
│   │   │   ├── inside_constructor.swift
│   │   │   └── Outputs
│   │   │   ├── basic
│   │   │   │   └── L5.swift.expected
│   │   │   ├── basic_in_func
│   │   │   │   └── L5.swift.expected
│   │   │   ├── for_loop
│   │   │   │   └── L5.swift.expected
│   │   │   ├── in_if_clause
│   │   │   │   └── L5.swift.expected
│   │   │   ├── in_if_clause_nested
│   │   │   │   └── L5.swift.expected
│   │   │   ├── in_if_clause_with_let_binding
│   │   │   │   └── L5.swift.expected
│   │   │   └── inside_constructor
│   │   │   └── L5.swift.expected
│   │   ├── ConvertStringsConcatenationToInterpolation
│   │   │   ├── basic.swift
│   │   │   ├── func_calls.swift
│   │   │   └── Outputs
│   │   │   ├── basic
│   │   │   │   └── L4.swift.expected
│   │   │   └── func_calls
│   │   │   └── L5.swift.expected
│   │   ├── ExpandDefault
│   │   │   ├── basic.swift
│   │   │   └── Outputs
│   │   │   └── basic
│   │   │   └── L15.swift.expected
│   │   ├── ExpandSwitchCases
│   │   │   ├── basic.swift
│   │   │   ├── no_space_between_braces.swift
│   │   │   ├── Outputs
│   │   │   │   ├── basic
│   │   │   │   │   └── L10.swift.expected
│   │   │   │   ├── no_space_between_braces
│   │   │   │   │   └── L10.swift.expected
│   │   │   │   ├── partially_handled
│   │   │   │   │   └── L11.swift.expected
│   │   │   │   └── with_default
│   │   │   │   └── L10.swift.expected
│   │   │   ├── partially_handled.swift
│   │   │   └── with_default.swift
│   │   ├── ExtractExpr
│   │   │   ├── basic.swift
│   │   │   ├── contextual_type.swift
│   │   │   ├── name_collision.swift
│   │   │   └── Outputs
│   │   │   ├── basic
│   │   │   │   ├── C13-18.swift.expected
│   │   │   │   ├── C13-26.swift.expected
│   │   │   │   └── C13-35.swift.expected
│   │   │   ├── contextual_type
│   │   │   │   └── C7-10.swift.expected
│   │   │   └── name_collision
│   │   │   └── C13-22.swift.expected
│   │   ├── ExtractFunction
│   │   │   ├── basic.swift
│   │   │   ├── extract_attributes.swift
│   │   │   ├── extract_from_accessor.swift
│   │   │   ├── extract_init.swift
│   │   │   ├── extract_local.swift
│   │   │   ├── extract_subscript.swift
│   │   │   ├── extract_sugar.swift
│   │   │   ├── extract_switch.swift
│   │   │   ├── extract_with_comments.swift
│   │   │   ├── name_correction.swift
│   │   │   ├── Outputs
│   │   │   │   ├── basic
│   │   │   │   │   ├── L2-5.swift.expected
│   │   │   │   │   ├── L3-4.swift.expected
│   │   │   │   │   └── L3-5.swift.expected
│   │   │   │   ├── extract_attributes
│   │   │   │   │   └── L5-6.swift.expected
│   │   │   │   ├── extract_from_accessor
│   │   │   │   │   ├── ExplicitGetter.swift.expected
│   │   │   │   │   └── ImplicitGetter.swift.expected
│   │   │   │   ├── extract_init
│   │   │   │   │   └── L5-6.swift.expected
│   │   │   │   ├── extract_local
│   │   │   │   │   └── AvoidFilePrivate.swift.expected
│   │   │   │   ├── extract_subscript
│   │   │   │   │   ├── FromGetter.swift.expected
│   │   │   │   │   └── FromSetter.swift.expected
│   │   │   │   ├── extract_sugar
│   │   │   │   │   └── L2-5.swift.expected
│   │   │   │   ├── extract_switch
│   │   │   │   │   ├── Int.swift.expected
│   │   │   │   │   └── Void.swift.expected
│   │   │   │   ├── extract_with_comments
│   │   │   │   │   └── L6-7.swift.expected
│   │   │   │   ├── name_correction
│   │   │   │   │   └── L5-6.swift.expected
│   │   │   │   ├── static
│   │   │   │   │   ├── L3-5.swift.expected
│   │   │   │   │   └── L9-11.swift.expected
│   │   │   │   ├── throw_errors
│   │   │   │   │   ├── L10-12.swift.expected
│   │   │   │   │   ├── L13-17.swift.expected
│   │   │   │   │   ├── L8-8.swift.expected
│   │   │   │   │   └── L9-9.swift.expected
│   │   │   │   └── throw_errors2
│   │   │   │   └── L7-11.swift.expected
│   │   │   ├── static.swift
│   │   │   ├── throw_errors2.swift
│   │   │   └── throw_errors.swift
│   │   ├── ExtractRepeat
│   │   │   ├── basic.swift
│   │   │   └── Outputs
│   │   │   └── basic
│   │   │   ├── foo-one.swift.expected
│   │   │   ├── one-plus-two.swift.expected
│   │   │   └── two.swift.expected
│   │   ├── FillStubs
│   │   │   ├── basic.swift
│   │   │   └── Outputs
│   │   │   └── basic
│   │   │   ├── P11-8.swift.expected
│   │   │   ├── P18-8.swift.expected
│   │   │   ├── P19-8.swift.expected
│   │   │   ├── P23-8.swift.expected
│   │   │   ├── P27-8.swift.expected
│   │   │   ├── P38-12.swift.expected
│   │   │   ├── P39-12.swift.expected
│   │   │   ├── P51-12.swift.expected
│   │   │   ├── P54-12.swift.expected
│   │   │   ├── P5-8.swift.expected
│   │   │   ├── P59-12.swift.expected
│   │   │   ├── P62-12.swift.expected
│   │   │   ├── P71-12.swift.expected
│   │   │   ├── P88-12.swift.expected
│   │   │   └── P8-8.swift.expected
│   │   ├── lit.local.cfg
│   │   ├── LocalizeString
│   │   │   ├── basic.swift
│   │   │   ├── callexpr.swift
│   │   │   └── Outputs
│   │   │   ├── basic
│   │   │   │   └── L4.swift.expected
│   │   │   └── callexpr
│   │   │   └── L2.swift.expected
│   │   ├── LongNumber
│   │   │   ├── basic.swift
│   │   │   └── Outputs
│   │   │   ├── Float.expected
│   │   │   ├── Integer.expected
│   │   │   ├── NegativeInteger.expected
│   │   │   └── PositiveInteger.expected
│   │   ├── MoveMembersToExtension
│   │   │   ├── basic.swift
│   │   │   └── Outputs
│   │   │   ├── L24-27.swift.expected
│   │   │   ├── L2-5.swift.expected
│   │   │   ├── L3-13.swift.expected
│   │   │   ├── L3-5.swift.expected
│   │   │   └── L6-8.swift.expected
│   │   ├── RefactoringKind
│   │   │   ├── basic.swift
│   │   │   ├── crashers.swift
│   │   │   ├── extract.swift
│   │   │   ├── simplify_long_number.swift
│   │   │   └── trailingclosure.swift
│   │   ├── rename
│   │   │   ├── basic.swift
│   │   │   ├── Outputs
│   │   │   │   ├── basic
│   │   │   │   │   ├── C1.swift.expected
│   │   │   │   │   ├── E1.swift.expected
│   │   │   │   │   ├── foo4_multi.swift.expected
│   │   │   │   │   ├── foo4.swift.expected
│   │   │   │   │   ├── local.swift.expected
│   │   │   │   │   ├── S1.swift.expected
│   │   │   │   │   ├── SLocal_init.swift.expected
│   │   │   │   │   ├── SLocal.swift.expected
│   │   │   │   │   └── top_level.swift.expected
│   │   │   │   ├── basic_ranges
│   │   │   │   │   ├── C1.swift.expected
│   │   │   │   │   ├── E1.swift.expected
│   │   │   │   │   ├── foo4.swift.expected
│   │   │   │   │   ├── local.swift.expected
│   │   │   │   │   ├── S1.swift.expected
│   │   │   │   │   ├── SLocal_init.swift.expected
│   │   │   │   │   ├── SLocal.swift.expected
│   │   │   │   │   └── top_level.swift.expected
│   │   │   │   └── property
│   │   │   │   └── computed_property.swift.expected
│   │   │   └── property.swift
│   │   ├── SyntacticRename
│   │   │   ├── callsites.swift
│   │   │   ├── FindRangeOutputs
│   │   │   │   ├── callsites
│   │   │   │   │   ├── defaults.swift.expected
│   │   │   │   │   └── trailing.swift.expected
│   │   │   │   ├── functions
│   │   │   │   │   ├── arg-label.swift.expected
│   │   │   │   │   ├── bar.swift.expected
│   │   │   │   │   ├── infix-operator.swift.expected
│   │   │   │   │   ├── init.swift.expected
│   │   │   │   │   ├── memberwise-x.swift.expected
│   │   │   │   │   ├── method.swift.expected
│   │   │   │   │   ├── no-args.swift.expected
│   │   │   │   │   ├── param-label.swift.expected
│   │   │   │   │   ├── prefix-operator.swift.expected
│   │   │   │   │   ├── referenced.swift.expected
│   │   │   │   │   ├── sub.swift.expected
│   │   │   │   │   └── whitespace-labels.swift.expected
│   │   │   │   └── textual
│   │   │   │   └── foo.swift.expected
│   │   │   ├── fixed_crashes.swift
│   │   │   ├── functions.swift
│   │   │   ├── invalid-newname.swift
│   │   │   ├── Outputs
│   │   │   │   ├── callsites
│   │   │   │   │   ├── defaults.swift.expected
│   │   │   │   │   ├── mixed.swift.expected
│   │   │   │   │   ├── trailing.swift.expected
│   │   │   │   │   ├── varargs2.swift.expected
│   │   │   │   │   └── varargs.swift.expected
│   │   │   │   ├── functions
│   │   │   │   │   ├── arg-label_remove.swift.expected
│   │   │   │   │   ├── arg-label_same.swift.expected
│   │   │   │   │   ├── arg-label.swift.expected
│   │   │   │   │   ├── bar.swift.expected
│   │   │   │   │   ├── import.swift.expected
│   │   │   │   │   ├── infix-operator.swift.expected
│   │   │   │   │   ├── init.swift.expected
│   │   │   │   │   ├── memberwise-x.swift.expected
│   │   │   │   │   ├── method.swift.expected
│   │   │   │   │   ├── nested.swift.expected
│   │   │   │   │   ├── no-args.swift.expected
│   │   │   │   │   ├── no-label_same.swift.expected
│   │   │   │   │   ├── no-label.swift.expected
│   │   │   │   │   ├── param-label_remove.swift.expected
│   │   │   │   │   ├── param-label.swift.expected
│   │   │   │   │   ├── prefix-operator.swift.expected
│   │   │   │   │   ├── referenced.swift.expected
│   │   │   │   │   ├── sub.swift.expected
│   │   │   │   │   ├── varargs.swift.expected
│   │   │   │   │   └── whitespace-labels.swift.expected
│   │   │   │   ├── textual
│   │   │   │   │   ├── foo.swift.expected
│   │   │   │   │   └── MyClass.swift.expected
│   │   │   │   ├── types
│   │   │   │   │   ├── alias-FuncType.swift.expected
│   │   │   │   │   ├── associated-Item.swift.expected
│   │   │   │   │   ├── case-another.swift.expected
│   │   │   │   │   ├── case-one.swift.expected
│   │   │   │   │   ├── case-other.swift.expected
│   │   │   │   │   ├── case-qrCode.swift.expected
│   │   │   │   │   ├── class-Animal.swift.expected
│   │   │   │   │   ├── class-Bar.swift.expected
│   │   │   │   │   ├── class-Foo.swift.expected
│   │   │   │   │   ├── enum-Barcode.swift.expected
│   │   │   │   │   ├── enum-WithValue.swift.expected
│   │   │   │   │   ├── generic-T.swift.expected
│   │   │   │   │   ├── generic-U.swift.expected
│   │   │   │   │   └── protocol-Proto.swift.expected
│   │   │   │   └── variables
│   │   │   │   ├── ivar-x.swift.expected
│   │   │   │   ├── lazy.swift.expected
│   │   │   │   ├── pattern-a.swift.expected
│   │   │   │   ├── pattern-b.swift.expected
│   │   │   │   ├── var-j.swift.expected
│   │   │   │   └── var-y.swift.expected
│   │   │   ├── textual.swift
│   │   │   ├── types.swift
│   │   │   └── variables.swift
│   │   └── TrailingClosure
│   │   ├── basic.swift
│   │   └── Outputs
│   │   └── basic
│   │   ├── L10.swift.expected
│   │   ├── L13.swift.expected
│   │   ├── L14.swift.expected
│   │   ├── L7.swift.expected
│   │   ├── L8.swift.expected
│   │   └── L9.swift.expected
│   ├── Reflection
│   │   ├── box_descriptors.sil
│   │   ├── capture_descriptors.sil
│   │   ├── Inputs
│   │   │   ├── Closures.swift
│   │   │   ├── ConcreteTypes.swift
│   │   │   ├── ctypes
│   │   │   │   ├── ctypes.h
│   │   │   │   └── module.modulemap
│   │   │   ├── Extensions.swift
│   │   │   ├── GenericTypes.swift
│   │   │   ├── ImportedTypesOther.swift
│   │   │   ├── ImportedTypes.swift
│   │   │   ├── Missing.swift
│   │   │   ├── ObjectiveCTypes.swift
│   │   │   ├── Protocols.swift
│   │   │   ├── TypeLoweringObjectiveC.swift
│   │   │   └── TypeLowering.swift
│   │   ├── typeref_decoding_imported.swift
│   │   ├── typeref_decoding_objc.swift
│   │   ├── typeref_decoding.swift
│   │   ├── typeref_lowering_imported.swift
│   │   ├── typeref_lowering_missing.swift
│   │   ├── typeref_lowering_objc.swift
│   │   └── typeref_lowering.swift
│   ├── RemoteAST
│   │   ├── foreign_types.swift
│   │   ├── member_offsets.swift
│   │   ├── nominal_types.swift
│   │   ├── objc_classes.swift
│   │   └── structural_types.swift
│   ├── reproducible-builds
│   │   ├── swiftc-emit-assembly.swift
│   │   ├── swiftc-emit-bc.swift
│   │   ├── swiftc-emit-ir.swift
│   │   ├── swiftc-emit-module.swift
│   │   ├── swiftc-emit-sibgen.swift
│   │   ├── swiftc-emit-sib.swift
│   │   ├── swiftc-emit-silgen.swift
│   │   └── swiftc-emit-tbd.swift
│   ├── Runtime
│   │   ├── backtrace.swift
│   │   ├── crash_without_backtrace_optimized.swift
│   │   ├── crash_without_backtrace.swift
│   │   ├── linux-fatal-backtrace.swift
│   │   ├── weak-reference-racetests-dispatch.swift
│   │   └── weak-reference-racetests.swift
│   ├── Sanitizers
│   │   ├── asan.swift
│   │   ├── Inputs
│   │   │   └── tsan-uninstrumented.swift
│   │   ├── lit.local.cfg
│   │   ├── sanitizer_coverage.swift
│   │   ├── tsan-ignores-arc-locks.swift
│   │   ├── tsan-inout.swift
│   │   ├── tsan-norace-block-release.swift
│   │   ├── tsan-norace-deinit-run-time.swift
│   │   ├── tsan.swift
│   │   ├── tsan-type-metadata.swift
│   │   └── witness_table_lookup.swift
│   ├── Sema
│   │   ├── accessibility_compound.swift
│   │   ├── accessibility_multi.swift
│   │   ├── accessibility_private.swift
│   │   ├── accessibility_shared_private.swift
│   │   ├── accessibility.swift
│   │   ├── accessibility_typealias.swift
│   │   ├── availability_compound.swift
│   │   ├── availability_nonoverlapping.swift
│   │   ├── availability_refinement_contexts.swift
│   │   ├── availability.swift
│   │   ├── availability_versions_multi.swift
│   │   ├── availability_versions_objc_api.swift
│   │   ├── availability_versions_playgrounds.swift
│   │   ├── availability_versions.swift
│   │   ├── check_unnecessary_typecheck.swift
│   │   ├── circular_decl_checking.swift
│   │   ├── circularity_multifile_error.swift
│   │   ├── complex_expressions.swift
│   │   ├── deprecation_osx.swift
│   │   ├── diag_ambiguous_overloads.swift
│   │   ├── diag_defer_captures.swift
│   │   ├── diag_deprecated_iuo.swift
│   │   ├── diag_erroneous_iuo.swift
│   │   ├── diag_express_tuple.swift
│   │   ├── diag_get_vs_set_subscripts.swift
│   │   ├── diag_invalid_inout_captures.swift
│   │   ├── diag_invalid_synthesized_init_proto_conformance.swift
│   │   ├── diag_metatype_cast_to_reference_no_objc.swift
│   │   ├── diag_self_assign.swift
│   │   ├── diag_typealias.swift
│   │   ├── diag_type_conversion.swift
│   │   ├── diag_unintended_optional_behavior.swift
│   │   ├── diag_unreachable_after_return.swift
│   │   ├── diag_values_of_module_type.swift
│   │   ├── diag_variable_used_in_initial.swift
│   │   ├── dynamic_attr_requires_module.swift
│   │   ├── editor_placeholders.swift
│   │   ├── enum_equatable_conditional.swift
│   │   ├── enum_equatable_hashable.swift
│   │   ├── enum_post_hoc_raw_representable_with_raw_type.swift
│   │   ├── enum_raw_multi.swift
│   │   ├── enum_raw_representable_explicit_cart_before_horse.swift
│   │   ├── enum_raw_representable_explicit_multi_file.swift
│   │   ├── enum_raw_representable_explicit.swift
│   │   ├── enum_raw_representable_generic.swift
│   │   ├── enum_raw_representable_multi_file.swift
│   │   ├── enum_raw_representable.swift
│   │   ├── exhaustive_switch_objc.swift
│   │   ├── exhaustive_switch.swift
│   │   ├── existential_nested_type.swift
│   │   ├── extension_binding_multi.swift
│   │   ├── fixed_ambiguities
│   │   │   ├── rdar27033993.swift
│   │   │   ├── rdar27198177.swift
│   │   │   ├── rdar33142386.swift
│   │   │   ├── rdar35623181.swift
│   │   │   ├── rdar35624855.swift
│   │   │   ├── rdar35625339.swift
│   │   │   └── rdar35625473.swift
│   │   ├── immutability.swift
│   │   ├── implicit_initializer_multi.swift
│   │   ├── import_and_define_class.swift
│   │   ├── infer_block_type.swift
│   │   ├── Inputs
│   │   │   ├── accessibility_multi_other.swift
│   │   │   ├── availability_multi_other.swift
│   │   │   ├── circularity_multifile_error_helper.swift
│   │   │   ├── diag_values_of_module_type_foo.swift
│   │   │   ├── enum_equatable_hashable_other.swift
│   │   │   ├── enum_multi_file_helper.swift
│   │   │   ├── enum_raw_multi1.swift
│   │   │   ├── enum_raw_multi2.swift
│   │   │   ├── enum_raw_representable_explicit_multi_file_2.swift
│   │   │   ├── enum_with_raw_type.swift
│   │   │   ├── forbid_typecheck_2.swift
│   │   │   ├── implicit_initializer_multi_other.swift
│   │   │   ├── rdar32973206_a.swift
│   │   │   ├── rdar32973206_b.swift
│   │   │   ├── rdar32973206_c.swift
│   │   │   ├── struct_equatable_hashable_other.swift
│   │   │   └── unsupported_recursive_value_type_multifile_helper.swift
│   │   ├── objc_attr_requires_module_1.swift
│   │   ├── objc_attr_requires_module_2.swift
│   │   ├── objc_attr_requires_module_3.swift
│   │   ├── object_literals_ios.swift
│   │   ├── object_literals_osx.swift
│   │   ├── return_inside_pound.swift
│   │   ├── single_expression_closure.swift
│   │   ├── string_to_substring_conversion.swift
│   │   ├── struct_equatable_hashable.swift
│   │   ├── subclass_property_import.swift
│   │   ├── substring_to_string_conversion_swift3.swift
│   │   ├── substring_to_string_conversion_swift4.swift
│   │   ├── suppress-argument-labels-in-types.swift
│   │   ├── type_join.swift
│   │   ├── typo_correction_limit.swift
│   │   ├── typo_correction.swift
│   │   ├── unsupported_recursive_value_type_multifile.swift
│   │   └── unsupported_recursive_value_type.swift
│   ├── Serialization
│   │   ├── alignment.swift
│   │   ├── always_inline.swift
│   │   ├── apple-default-search-paths.swift
│   │   ├── array.swift
│   │   ├── autolinking.swift
│   │   ├── basic_sil_objc.swift
│   │   ├── basic_sil.swift
│   │   ├── builtin.swift
│   │   ├── class-determinism.swift
│   │   ├── class-roundtrip-module.swift
│   │   ├── class.swift
│   │   ├── comments-framework.swift
│   │   ├── comments-hidden.swift
│   │   ├── comments.swift
│   │   ├── conformance-multi-file.swift
│   │   ├── cross_module_optional_protocol_reqt.swift
│   │   ├── default_silfunction_deserializationfrom_stdlib.swift
│   │   ├── default-witness-table-deserialization.swift
│   │   ├── duplicate_normalprotocolconformance.swift
│   │   ├── early-serialization.swift
│   │   ├── empty.swift
│   │   ├── enum-mutual-circularity.swift
│   │   ├── enum.swift
│   │   ├── extension_generation_number_1.swift
│   │   ├── extension_generation_number_2.swift
│   │   ├── extension-of-typealias.swift
│   │   ├── failed-clang-module.swift
│   │   ├── function.swift
│   │   ├── generic_extension.swift
│   │   ├── generic_subscript.swift
│   │   ├── generic_witness.swift
│   │   ├── global_init.swift
│   │   ├── imported_enum_merge.swift
│   │   ├── import_source.swift
│   │   ├── import.swift
│   │   ├── inherited-conformance.swift
│   │   ├── inherited-initializer.swift
│   │   ├── Inputs
│   │   │   ├── alias_builtin.swift
│   │   │   ├── alias.swift
│   │   │   ├── binary_sub.py
│   │   │   ├── circular-protocols
│   │   │   │   ├── a.swift
│   │   │   │   ├── b.swift
│   │   │   │   └── c.swift
│   │   │   ├── conformance-multi-file-other.swift
│   │   │   ├── cross_module_optional_protocol_reqt_2.swift
│   │   │   ├── cross_module_optional_protocol_reqt.h
│   │   │   ├── def_always_inline.swift
│   │   │   ├── def_basic_objc.sil
│   │   │   ├── def_basic.sil
│   │   │   ├── def_class.swift
│   │   │   ├── def_comments.swift
│   │   │   ├── def_enum_derived.swift
│   │   │   ├── def_enum.swift
│   │   │   ├── def_func.swift
│   │   │   ├── def_noinline.swift
│   │   │   ├── def_objc_conforming.swift
│   │   │   ├── def_objc.swift
│   │   │   ├── def_objc_xref.swift
│   │   │   ├── def_operator.swift
│   │   │   ├── def_override.swift
│   │   │   ├── def_struct.swift
│   │   │   ├── def_transparent_std.swift
│   │   │   ├── def_transparent.swift
│   │   │   ├── def_xref_extensions_distraction.swift
│   │   │   ├── def_xref_extensions.swift
│   │   │   ├── depends_on_new_module.swift
│   │   │   ├── duplicate_normalprotocolconformance_input.swift
│   │   │   ├── enum-mutual-circularity-2.swift
│   │   │   ├── enum-mutual-circularity-client.swift
│   │   │   ├── extension_generation_number.swift
│   │   │   ├── generic_extension_1.swift
│   │   │   ├── has_array.swift
│   │   │   ├── has_generic_subscript.swift
│   │   │   ├── has_generic_witness.swift
│   │   │   ├── has_nested_generic_extension.swift
│   │   │   ├── has_xref.swift
│   │   │   ├── inherited-conformance-base.swift
│   │   │   ├── inherited-conformance-lib.swift
│   │   │   ├── inherited-conformance-user.swift
│   │   │   ├── inherited-initializer-base.swift
│   │   │   ├── MixModA.modulemap
│   │   │   ├── multi-file-2.swift
│   │   │   ├── multi-file-nested-types-extensions.swift
│   │   │   ├── multi-file-nested-types.swift
│   │   │   ├── multi-module-nested-type-1.swift
│   │   │   ├── multi-module-nested-type-2.swift
│   │   │   ├── objcfail
│   │   │   │   ├── module.modulemap
│   │   │   │   └── objcfail.h
│   │   │   ├── objc_method_decls.swift
│   │   │   ├── recursive_protocol_merge_a.swift
│   │   │   ├── recursive_protocol_merge_b.swift
│   │   │   ├── struct_with_operators.swift
│   │   │   ├── SwiftModA.swift
│   │   │   ├── SwiftModB.swift
│   │   │   ├── too-new
│   │   │   │   └── Library.swiftmodule
│   │   │   ├── too-new-language
│   │   │   │   └── Library.swiftmodule
│   │   │   ├── too-old
│   │   │   │   └── Library.swiftmodule
│   │   │   ├── too-old-language
│   │   │   │   └── Library.swiftmodule
│   │   │   ├── top-level-code-other.swift
│   │   │   ├── transparent_invalid.swift
│   │   │   ├── use_imported_enums.swift
│   │   │   ├── vtable-function-deserialization-input.swift
│   │   │   ├── witnesstable-function-deserialization-input.swift
│   │   │   ├── xref_distraction.swift
│   │   │   ├── xref-multi-file-other.swift
│   │   │   ├── xref-nested-clang-type
│   │   │   │   ├── module.modulemap
│   │   │   │   ├── NestedClangTypes.h
│   │   │   │   └── NestedClangTypesHelper.h
│   │   │   └── xref-private-type
│   │   │   ├── LibCore.swift
│   │   │   └── Lib.swift
│   │   ├── load-file-permissions.swift
│   │   ├── load-invalid.swift
│   │   ├── load-missing-dependencies.swift
│   │   ├── load-missing-dependency.swift
│   │   ├── load.swift
│   │   ├── load-wrong-name.swift
│   │   ├── multi-file-nested-type-circularity.swift
│   │   ├── multi-file-nested-type-extension.swift
│   │   ├── multi-file-nested-type-simple.swift
│   │   ├── multi-file-protocol-circularity.swift
│   │   ├── multi-file.swift
│   │   ├── multi-module-nested-type-extension.swift
│   │   ├── nested_generic_extension.swift
│   │   ├── noinline.swift
│   │   ├── objc_method_table.swift
│   │   ├── objc_optional_reqs.swift
│   │   ├── objc.swift
│   │   ├── objc_xref.swift
│   │   ├── operator.swift
│   │   ├── optimized.swift
│   │   ├── override.swift
│   │   ├── print.swift
│   │   ├── Recovery
│   │   │   ├── crash-recovery.swift
│   │   │   ├── Inputs
│   │   │   │   └── custom-modules
│   │   │   │   ├── module.modulemap
│   │   │   │   ├── Overrides.h
│   │   │   │   ├── ProtocolInheritance.h
│   │   │   │   ├── Typedefs.h
│   │   │   │   ├── TypeRemovalObjC.h
│   │   │   │   ├── Types.apinotes
│   │   │   │   └── Types.h
│   │   │   ├── overrides.swift
│   │   │   ├── protocol-inheritance.swift
│   │   │   ├── typedefs-in-enums.swift
│   │   │   ├── typedefs-in-protocols.swift
│   │   │   ├── typedefs.swift
│   │   │   ├── type-removal-objc.swift
│   │   │   ├── types-3-to-4.swift
│   │   │   └── types-4-to-3.swift
│   │   ├── recursive_protocol_merge.swift
│   │   ├── resilience.swift
│   │   ├── search-paths-relative.swift
│   │   ├── search-paths.swift
│   │   ├── serialize_attr.swift
│   │   ├── sil_box_types.sil
│   │   ├── sil-imported-enums.swift
│   │   ├── sil_partial_apply_ownership.sil
│   │   ├── sil-serialize-all-with-cross-module-conformance.swift
│   │   ├── struct.swift
│   │   ├── target-incompatible.swift
│   │   ├── target-too-new.swift
│   │   ├── testability.swift
│   │   ├── top-level-code.swift
│   │   ├── transparent-std.swift
│   │   ├── transparent.swift
│   │   ├── typealias.swift
│   │   ├── version-mismatches.swift
│   │   ├── vtable-function-deserialization.swift
│   │   ├── witnesstable-function-deserialization.swift
│   │   ├── write-to-locked-dir.swift
│   │   ├── xref-extensions.swift
│   │   ├── xref-multi-file.swift
│   │   ├── xref-nested-clang-type.swift
│   │   ├── xref-private-type.swift
│   │   └── xref.swift
│   ├── SIL
│   │   ├── clone_init_existential.sil
│   │   ├── clone_select_switch_value.sil
│   │   ├── cloning.sil
│   │   ├── Inputs
│   │   │   └── whole_module_optimization_helper.swift
│   │   ├── opaque-verify.sil
│   │   ├── ownership-verifier
│   │   │   ├── cond_br_crash.sil
│   │   │   ├── cond_br_no_crash.sil
│   │   │   ├── definite_init.sil
│   │   │   ├── disable_verifier_using_semantic_tag.sil
│   │   │   ├── false_positive_leaks.sil
│   │   │   ├── objc_use_verifier.sil
│   │   │   ├── opaque_use_verifier.sil
│   │   │   ├── over_consume.sil
│   │   │   ├── subobject_borrowing.sil
│   │   │   ├── unreachable_code.sil
│   │   │   └── use_verifier.sil
│   │   ├── Parser
│   │   │   ├── apply_with_conformance.sil
│   │   │   ├── apply_with_substitution.sil
│   │   │   ├── array_roundtrip.swift
│   │   │   ├── attributes.sil
│   │   │   ├── available.sil
│   │   │   ├── basic2.sil
│   │   │   ├── basic_objc.sil
│   │   │   ├── basic.sil
│   │   │   ├── borrow_argument.sil
│   │   │   ├── borrow.sil
│   │   │   ├── bound_generic.sil
│   │   │   ├── boxes.sil
│   │   │   ├── coroutines_failure_merge.sil
│   │   │   ├── coroutines_failure_unwind_return.sil
│   │   │   ├── coroutines_failure_unwind_reuse.sil
│   │   │   ├── coroutines_failure_yieldonce_return.sil
│   │   │   ├── coroutines_failure_yieldonce_twice.sil
│   │   │   ├── coroutines.sil
│   │   │   ├── coverage_maps.sil
│   │   │   ├── default_witness_tables.sil
│   │   │   ├── enum_in_class.sil
│   │   │   ├── errors.sil
│   │   │   ├── extension.swift
│   │   │   ├── final.swift
│   │   │   ├── function_named_subscript.sil
│   │   │   ├── generic_signature_with_depth.swift
│   │   │   ├── generics.sil
│   │   │   ├── global_init_attribute.sil
│   │   │   ├── indirect_enum.sil
│   │   │   ├── keypath.sil
│   │   │   ├── nonatomic_reference_counting.sil
│   │   │   ├── opaque_values_parse.sil
│   │   │   ├── overloaded_member.sil
│   │   │   ├── ownership_arguments.sil
│   │   │   ├── ownership_qualified_memopts.sil
│   │   │   ├── partial_apply_ownership.sil
│   │   │   ├── polymorphic_function.sil
│   │   │   ├── projection_lowered_type_parse.sil
│   │   │   ├── protocol_getter.sil
│   │   │   ├── question_mark.swift
│   │   │   ├── self.sil
│   │   │   ├── self_substitution.sil
│   │   │   ├── self.swift
│   │   │   ├── SILDeclRef.sil
│   │   │   ├── sillocation.sil
│   │   │   ├── sil_scope_inline_fn.sil
│   │   │   ├── sil_scope.sil
│   │   │   ├── specialized_conformance.sil
│   │   │   ├── static_initializer.sil
│   │   │   ├── stored_property.sil
│   │   │   ├── string_literal.sil
│   │   │   ├── typed_boxes.sil
│   │   │   ├── undef_objc.sil
│   │   │   ├── undef.sil
│   │   │   ├── unmanaged.sil
│   │   │   ├── unnamed_struct_identifiers.sil
│   │   │   ├── where_clause.sil
│   │   │   ├── where.swift
│   │   │   ├── witness_bug.sil
│   │   │   ├── witness_method.sil
│   │   │   ├── witness_protocol_from_import.sil
│   │   │   ├── witness_specialize.sil
│   │   │   ├── witness_tables.sil
│   │   │   └── witness_with_inherited_gp.sil
│   │   ├── parse_swift_decls_in_sil_mode.sil
│   │   ├── printer_include_decls.swift
│   │   ├── restricted-partial-apply.sil
│   │   ├── Serialization
│   │   │   ├── basic.sil
│   │   │   ├── borrow_argument.sil
│   │   │   ├── borrow.sil
│   │   │   ├── boxes.sil
│   │   │   ├── clang_conformances.swift
│   │   │   ├── clang_sib.swift
│   │   │   ├── copy_value_destroy_value.sil
│   │   │   ├── deserialize_appkit.sil
│   │   │   ├── deserialize_coregraphics.swift
│   │   │   ├── deserialize_darwin.sil
│   │   │   ├── deserialize_foundation.sil
│   │   │   ├── deserialize_generic_marker.sil
│   │   │   ├── deserialize_generic.sil
│   │   │   ├── deserialize_objectivec.sil
│   │   │   ├── deserialize_stdlib.sil
│   │   │   ├── effectsattr.sil
│   │   │   ├── function_param_convention.sil
│   │   │   ├── generic_shared_function.swift
│   │   │   ├── init_existential_inst_deserializes_witness_tables.swift
│   │   │   ├── Inputs
│   │   │   │   ├── clang_conformances_helper.h
│   │   │   │   ├── clang_conformances.sil
│   │   │   │   ├── def_generic_marker.swift
│   │   │   │   ├── def_generic.swift
│   │   │   │   ├── function_param_convention_input.sil
│   │   │   │   ├── generic_shared_function_helper.sil
│   │   │   │   ├── init_existential_inst_deserializes_witness_tables_input.swift
│   │   │   │   ├── nontransparent.swift
│   │   │   │   ├── shared_function_serialization_input.swift
│   │   │   │   ├── specializer_input.swift
│   │   │   │   └── vtable_deserialization_input.swift
│   │   │   ├── keypath.sil
│   │   │   ├── literals.sil
│   │   │   ├── metatype_casts.sil
│   │   │   ├── opaque_values_serialize.sil
│   │   │   ├── ownership_qualified_memopts.sil
│   │   │   ├── perf_inline_without_inline_all.swift
│   │   │   ├── projection_lowered_type_parse.sil
│   │   │   ├── public_external.sil
│   │   │   ├── semanticsattr.sil
│   │   │   ├── shared_function_serialization.sil
│   │   │   ├── specializer_can_deserialize.swift
│   │   │   ├── unmanaged.sil
│   │   │   ├── visibility.sil
│   │   │   ├── vtable_deserialization.swift
│   │   │   ├── vtable.sil
│   │   │   └── witness_tables.sil
│   │   ├── type_dependent_operands.swift
│   │   ├── unimplemented_initializer.swift
│   │   ├── verifier-fail-bb.sil
│   │   ├── verifier-fail-instruction.sil
│   │   ├── verifier-init-existential.sil
│   │   ├── verifier-value-metatype-lowering.sil
│   │   └── whole_module_optimization.swift
│   ├── sil-func-extractor
│   │   ├── basic.sil
│   │   ├── basic.swift
│   │   ├── functions_to_preserve
│   │   ├── load-serialized-sil.swift
│   │   └── multiple-functions.sil
│   ├── SILGen
│   │   ├── accessibility_vtables.swift
│   │   ├── accessibility_warnings.swift
│   │   ├── access_marker_gen.swift
│   │   ├── accessors.swift
│   │   ├── addressonly_multipattern_diagnostics.swift
│   │   ├── address_only_types.swift
│   │   ├── addressors.swift
│   │   ├── apply_abstraction_nested.swift
│   │   ├── argument_labels.swift
│   │   ├── arguments_as_tuple_overloads.swift
│   │   ├── argument_shuffle.swift
│   │   ├── argument_shuffle_swift3.swift
│   │   ├── arguments.swift
│   │   ├── array_literal_abstraction.swift
│   │   ├── assignment.swift
│   │   ├── auto_closures.swift
│   │   ├── auto_generated_super_init_call.swift
│   │   ├── availability_overloads.swift
│   │   ├── availability_query.swift
│   │   ├── borrow.swift
│   │   ├── boxed_existentials.swift
│   │   ├── builtins.swift
│   │   ├── call_chain_reabstraction.swift
│   │   ├── capture-canonicalization.swift
│   │   ├── capture_inout.swift
│   │   ├── capture_list.swift
│   │   ├── capture_typealias.swift
│   │   ├── capture_typed_boxes.swift
│   │   ├── casts.swift
│   │   ├── cdecl.swift
│   │   ├── cf_members.swift
│   │   ├── cf.swift
│   │   ├── c_function_pointers.swift
│   │   ├── class_bound_protocols.swift
│   │   ├── class_resilience.swift
│   │   ├── closure_inline_initializer.swift
│   │   ├── closures_callee_guaranteed.swift
│   │   ├── closure_script_global_escape.swift
│   │   ├── closure_self_recursion.swift
│   │   ├── closures.swift
│   │   ├── c_materializeForSet_linkage.swift
│   │   ├── collection_cast_crash.swift
│   │   ├── collection_downcast.swift
│   │   ├── collection_subtype_downcast.swift
│   │   ├── collection_subtype_upcast.swift
│   │   ├── collection_upcast.swift
│   │   ├── complete_object_init.swift
│   │   ├── concrete_subclass.swift
│   │   ├── conditional_conformance.swift
│   │   ├── conditionally_unreachable.swift
│   │   ├── constrained_extensions.swift
│   │   ├── copy_lvalue_peepholes.swift
│   │   ├── coverage_class.swift
│   │   ├── coverage_closures.swift
│   │   ├── coverage_default_args.swift
│   │   ├── coverage_deinit.swift
│   │   ├── coverage_exceptions.swift
│   │   ├── coverage_force_emission.swift
│   │   ├── coverage_guard.swift
│   │   ├── coverage_if.swift
│   │   ├── coverage_label.swift
│   │   ├── coverage_member_closure.swift
│   │   ├── coverage_smoke.swift
│   │   ├── coverage_switch.swift
│   │   ├── coverage_ternary.swift
│   │   ├── coverage_toplevel.swift
│   │   ├── coverage_var_init.swift
│   │   ├── coverage_while.swift
│   │   ├── crashers_silgen.swift
│   │   ├── decls.swift
│   │   ├── default_arguments_generic.swift
│   │   ├── default_arguments_imported.swift
│   │   ├── default_arguments_inherited.swift
│   │   ├── default_arguments_serialized.swift
│   │   ├── default_arguments.swift
│   │   ├── default_constructor.swift
│   │   ├── deinit_in_vtable.swift
│   │   ├── dependent_member_lowering.swift
│   │   ├── downcast_reabstraction.swift
│   │   ├── downgrade_exhaustivity_swift3.swift
│   │   ├── dso_handle.swift
│   │   ├── dynamic_init.swift
│   │   ├── dynamic_lookup.swift
│   │   ├── dynamic_lookup_throws.swift
│   │   ├── dynamic_self_reference_storage.swift
│   │   ├── dynamic_self.swift
│   │   ├── dynamic.swift
│   │   ├── dynamic_witness_other_module.swift
│   │   ├── effectsattr.swift
│   │   ├── enum_generic_raw_value.swift
│   │   ├── enum_resilience.swift
│   │   ├── enum.swift
│   │   ├── erasure_reabstraction.swift
│   │   ├── errors.swift
│   │   ├── existential_erasure.swift
│   │   ├── existential_metatypes.swift
│   │   ├── expressions.swift
│   │   ├── extensions_multifile.swift
│   │   ├── extensions_objc.swift
│   │   ├── extensions.swift
│   │   ├── external-associated-type-conformance.swift
│   │   ├── external_definitions.swift
│   │   ├── final.swift
│   │   ├── force_cast_chained_optional.swift
│   │   ├── foreach.swift
│   │   ├── foreign_errors.swift
│   │   ├── for_loop_tuple_destructure_reabstraction.swift
│   │   ├── fragile_globals.swift
│   │   ├── fully-concrete-extension-of-generic.swift
│   │   ├── function_conversion_objc.swift
│   │   ├── function_conversion.swift
│   │   ├── functions.swift
│   │   ├── generic_casts.swift
│   │   ├── generic_closures.swift
│   │   ├── generic_literals.swift
│   │   ├── generic_local_property.swift
│   │   ├── generic_objc_block_bridge.swift
│   │   ├── generic_property_base_lifetime.swift
│   │   ├── generic_signatures.swift
│   │   ├── generic_tuples.swift
│   │   ├── generic_witness.swift
│   │   ├── global_init_attribute.swift
│   │   ├── global_resilience.swift
│   │   ├── guaranteed_closure_context.swift
│   │   ├── guaranteed_normal_args.swift
│   │   ├── guaranteed_self.swift
│   │   ├── if_expr.swift
│   │   ├── if_while_binding.swift
│   │   ├── implicitly_unwrapped_optional.swift
│   │   ├── import_as_member_cf.swift
│   │   ├── import_as_member.swift
│   │   ├── imported_struct_array_field.swift
│   │   ├── indirect_enum.swift
│   │   ├── inherited_protocol_conformance_multi_file_2.swift
│   │   ├── inherited_protocol_conformance_multi_file.swift
│   │   ├── initializers.swift
│   │   ├── init_ref_delegation.swift
│   │   ├── inlineable_attribute_objc.swift
│   │   ├── inlineable_attribute.swift
│   │   ├── Inputs
│   │   │   ├── accessibility_vtables_helper.swift
│   │   │   ├── accessibility_vtables_other.swift
│   │   │   ├── AppKit.swift
│   │   │   ├── array_typedef.h
│   │   │   ├── availability_optionals_other.swift
│   │   │   ├── availability_overloads_other.swift
│   │   │   ├── block_property_in_objc_class.h
│   │   │   ├── BoolBridgingTests.h
│   │   │   ├── c_function_pointer_in_c_struct.h
│   │   │   ├── default_arguments_other.swift
│   │   │   ├── def_global.swift
│   │   │   ├── def_structA.swift
│   │   │   ├── Dispatch.swift
│   │   │   ├── dynamic_other.swift
│   │   │   ├── dynamic_witness_other_module_other.swift
│   │   │   ├── errors_other.swift
│   │   │   ├── external-associated-type-conformance.h
│   │   │   ├── Foundation.swift
│   │   │   ├── globals.h
│   │   │   ├── inherited_protocol_conformance_other_file_2_b.swift
│   │   │   ├── inherited_protocol_conformance_other_file_2_c.swift
│   │   │   ├── inherited_protocol_conformance_other_file.swift
│   │   │   ├── keypaths_objc.h
│   │   │   ├── mangling_private_helper.swift
│   │   │   ├── ModuleA.swift
│   │   │   ├── ModuleB.swift
│   │   │   ├── multi_file_helper.swift
│   │   │   ├── objc_bridged_block_optionality_diff.h
│   │   │   ├── objc_bridged_generic_conformance.h
│   │   │   ├── objc_bridged_generic_nonnull.h
│   │   │   ├── objc_bridged_results.h
│   │   │   ├── objc_dynamic_init.h
│   │   │   ├── objc_enum_errortype.h
│   │   │   ├── objc_protocols_Bas.swift
│   │   │   ├── objc_required_designated_init_2.swift
│   │   │   ├── objc_required_designated_init.h
│   │   │   ├── ObjectiveC.swift
│   │   │   ├── struct_with_initializer.swift
│   │   │   ├── swift_newtype_result_convention.h
│   │   │   ├── TestableMultifileHelper.swift
│   │   │   ├── UIApplicationMain-helper.swift
│   │   │   ├── UIKit.swift
│   │   │   ├── usr
│   │   │   │   └── include
│   │   │   │   ├── Ansible.h
│   │   │   │   ├── AppKit.h
│   │   │   │   ├── BridgeTestFoundation.h
│   │   │   │   ├── CoreCooling.h
│   │   │   │   ├── dispatch.h
│   │   │   │   ├── Foundation.apinotes
│   │   │   │   ├── Gizmo.h
│   │   │   │   ├── module.map
│   │   │   │   ├── newtype.h
│   │   │   │   ├── NonNilTest.apinotes
│   │   │   │   ├── NonNilTest.h
│   │   │   │   ├── objc_extensions_helper.h
│   │   │   │   ├── ObjectiveC.apinotes
│   │   │   │   ├── ObjectiveC.h
│   │   │   │   └── UIKit.h
│   │   │   ├── weak_other.swift
│   │   │   ├── witness_tables_b.swift
│   │   │   └── witness_tables_multifile_2.swift
│   │   ├── instrprof_basic.swift
│   │   ├── instrprof_operators.swift
│   │   ├── interface_type_mangling.swift
│   │   ├── ivar_destroyer.swift
│   │   ├── keypath_application.swift
│   │   ├── keypaths_objc.swift
│   │   ├── keypaths.swift
│   │   ├── lazy_global_access.swift
│   │   ├── lazy_globals_multiple_vars.swift
│   │   ├── lazy_globals.swift
│   │   ├── lazy_properties.swift
│   │   ├── let_decls_objc.swift
│   │   ├── let_decls.swift
│   │   ├── lifetime.swift
│   │   ├── lifetime_unions.swift
│   │   ├── lit.local.cfg
│   │   ├── load_from_lvalue_in_plus_zero_context.swift
│   │   ├── local_captures.swift
│   │   ├── local_recursion.swift
│   │   ├── local_types.swift
│   │   ├── lying_about_optional_return_objc.swift
│   │   ├── lying_about_optional_return.swift
│   │   ├── magic_identifiers_inside_property_initializers.swift
│   │   ├── mangling_ext_structA.swift
│   │   ├── mangling_generic_extensions.swift
│   │   ├── mangling_private.swift
│   │   ├── mangling.swift
│   │   ├── materializeForSet.swift
│   │   ├── metatype_abstraction.swift
│   │   ├── metatype_casts.swift
│   │   ├── metatype_in_init_delegation.swift
│   │   ├── metatype_object_conversion.swift
│   │   ├── metatypes.swift
│   │   ├── minimum_foreach.swift
│   │   ├── multi_file.swift
│   │   ├── nested-function-fragility.swift
│   │   ├── nested_generics.swift
│   │   ├── nested_types_referencing_nested_functions.swift
│   │   ├── newtype.swift
│   │   ├── noescape_reabstraction.swift
│   │   ├── NSApplicationMain.swift
│   │   ├── nsmanaged-witness.swift
│   │   ├── objc_attr_NSManaged_multi.swift
│   │   ├── objc_attr_NSManaged.swift
│   │   ├── objc_blocks_bridging.swift
│   │   ├── objc_bool_bridging.swift
│   │   ├── objc_bridged_block_optionality_diff.swift
│   │   ├── objc_bridged_generic_conformance.swift
│   │   ├── objc_bridged_generic_nonnull.swift
│   │   ├── objc_bridged_results.swift
│   │   ├── objc_bridged_using_protocol_extension_impl.swift
│   │   ├── objc_bridging_any.swift
│   │   ├── objc_bridging_nsstring.swift
│   │   ├── objc_bridging_peephole.swift
│   │   ├── objc_bridging.swift
│   │   ├── objc_currying.swift
│   │   ├── objc_dealloc.swift
│   │   ├── objc_deprecated_objc_thunks.swift
│   │   ├── objc_dictionary_bridging.swift
│   │   ├── objc_disable_brigding.swift
│   │   ├── objc_dynamic_init.swift
│   │   ├── objc_enum.swift
│   │   ├── objc_enum_unused_witnesses.swift
│   │   ├── objc_error.swift
│   │   ├── objc_extensions.swift
│   │   ├── objc_factory_init.swift
│   │   ├── objc_final.swift
│   │   ├── objc_generic_class.swift
│   │   ├── objc_implicitly_unwrapped_optional.swift
│   │   ├── objc_imported_generic.swift
│   │   ├── objc_imported_init.swift
│   │   ├── objc_init_ref_delegation.swift
│   │   ├── objc_keypath.swift
│   │   ├── objc_local.swift
│   │   ├── objc_metatypes.swift
│   │   ├── objc_nonnull_lie_hack.swift
│   │   ├── objc_ownership_conventions.swift
│   │   ├── objc_properties.swift
│   │   ├── objc_protocol_native_thunk.swift
│   │   ├── objc_protocols.swift
│   │   ├── objc_required_designated_init.swift
│   │   ├── objc_selector.swift
│   │   ├── objc_set_bridging.swift
│   │   ├── objc_subscript.swift
│   │   ├── objc_super.swift
│   │   ├── objc_thunks.swift
│   │   ├── objc_witnesses.swift
│   │   ├── opaque_ownership.swift
│   │   ├── opaque_values_silgen_lib.swift
│   │   ├── opaque_values_silgen.swift
│   │   ├── opaque_values_silgen_todo.swift
│   │   ├── optional-cast.swift
│   │   ├── optional_chain_addressor.swift
│   │   ├── optional_lvalue.swift
│   │   ├── optional.swift
│   │   ├── optional_to_bool.swift
│   │   ├── optional_to_optional.swift
│   │   ├── ownership.swift
│   │   ├── partial_apply_generic.swift
│   │   ├── partial_apply_init.swift
│   │   ├── partial_apply_protocol_class_refinement_method.swift
│   │   ├── partial_apply_protocol.swift
│   │   ├── partial_apply_super.swift
│   │   ├── pgo_checked_cast.swift
│   │   ├── pgo_foreach.swift
│   │   ├── pgo_guard.swift
│   │   ├── pgo_if.swift
│   │   ├── pgo_repeatwhile.swift
│   │   ├── pgo_switchenum.swift
│   │   ├── pgo_while.swift
│   │   ├── pointer_conversion_nonaccessing_objc.swift
│   │   ├── pointer_conversion_nonaccessing.swift
│   │   ├── pointer_conversion.swift
│   │   ├── polymorphic_inout_aliasing.swift
│   │   ├── properties.swift
│   │   ├── property_abstraction.swift
│   │   ├── property_behavior_init.swift
│   │   ├── property_behavior.swift
│   │   ├── protocol_cast_toplevel.swift
│   │   ├── protocol_class_refinement.swift
│   │   ├── protocol_extensions.swift
│   │   ├── protocol_optional.swift
│   │   ├── protocol_resilience_objc.swift
│   │   ├── protocol_resilience.swift
│   │   ├── protocols.swift
│   │   ├── reabstract_lvalue.swift
│   │   ├── reabstract.swift
│   │   ├── reabstract-tuple.swift
│   │   ├── required_init.swift
│   │   ├── result_abstraction.swift
│   │   ├── retaining_globals.swift
│   │   ├── rethrows.swift
│   │   ├── same_type_abstraction.swift
│   │   ├── same_type_across_generic_depths.swift
│   │   ├── scalar_to_tuple_args.swift
│   │   ├── semanticsattr.swift
│   │   ├── shared.swift
│   │   ├── sibling-nested-generic.swift
│   │   ├── SILDeclRef.swift
│   │   ├── sil_locations.swift
│   │   ├── sil_locations_top_level.swift
│   │   ├── source_location.swift
│   │   ├── specialize_attr.swift
│   │   ├── statements.swift
│   │   ├── static-stored-properties-in-concrete-contexts.swift
│   │   ├── struct_resilience.swift
│   │   ├── subclass_existentials.swift
│   │   ├── super_init_refcounting.swift
│   │   ├── super_objc_class_method.swift
│   │   ├── super.swift
│   │   ├── super-to-nonobjc-extension.swift
│   │   ├── swift_newtype_result_convention.swift
│   │   ├── switch_abstraction.swift
│   │   ├── switch_fallthrough.swift
│   │   ├── switch_isa.swift
│   │   ├── switch_objc.swift
│   │   ├── switch.swift
│   │   ├── switch_var.swift
│   │   ├── testable-multifile-other.swift
│   │   ├── testable-multifile.swift
│   │   ├── toplevel_errors.swift
│   │   ├── toplevel.swift
│   │   ├── transparent_attribute.swift
│   │   ├── tsan_instrumentation.swift
│   │   ├── tuples.swift
│   │   ├── types.swift
│   │   ├── UIApplicationMain.swift
│   │   ├── unicode_scalar_concat.swift
│   │   ├── unmanaged_ownership.swift
│   │   ├── unmanaged.swift
│   │   ├── unowned.swift
│   │   ├── unreachable_code.swift
│   │   ├── unsafe_pointer_gen.swift
│   │   ├── variadic-subscript-single-arg.swift
│   │   ├── versioned_attribute.swift
│   │   ├── vtables_objc.swift
│   │   ├── vtables.swift
│   │   ├── vtable_thunks_reabstraction_final.swift
│   │   ├── vtable_thunks_reabstraction.swift
│   │   ├── vtable_thunks.swift
│   │   ├── weak_multiple_modules.swift
│   │   ├── weak.swift
│   │   ├── without_actually_escaping.swift
│   │   ├── witness_accessibility.swift
│   │   ├── witnesses_canonical.swift
│   │   ├── witnesses_class.swift
│   │   ├── witnesses_inheritance.swift
│   │   ├── witnesses_refinement.swift
│   │   ├── witnesses.swift
│   │   ├── witness-init-requirement-with-base-class-init.swift
│   │   ├── witness_same_type.swift
│   │   ├── witness_single_tuple.swift
│   │   ├── witness_tables_multifile.swift
│   │   ├── witness_tables_serialized.swift
│   │   ├── witness_tables.swift
│   │   ├── writeback_conflict_diagnostics.swift
│   │   └── writeback.swift
│   ├── sil-llvm-gen
│   │   └── alloc.sil
│   ├── sil-nm
│   │   └── basic.sil
│   ├── sil-opt
│   │   ├── emit-sib.swift
│   │   └── sil-opt.swift
│   ├── SILOptimizer
│   │   ├── abcopts.sil
│   │   ├── access_enforcement_noescape.swift
│   │   ├── access_enforcement_selection.sil
│   │   ├── access_enforcement_selection.swift
│   │   ├── access_marker_elim.sil
│   │   ├── access_marker_mandatory.swift
│   │   ├── access_summary_analysis.sil
│   │   ├── address_lowering.sil
│   │   ├── address_projection.sil
│   │   ├── alias-crash.sil
│   │   ├── alive_method_with_thunk.swift
│   │   ├── allocbox_to_stack_not_crash_ownership.swift
│   │   ├── allocbox_to_stack_not_crash.swift
│   │   ├── allocbox_to_stack_ownership.sil
│   │   ├── allocbox_to_stack.sil
│   │   ├── allocstack_hoisting.sil
│   │   ├── always_inline.sil
│   │   ├── anyhashable_to_protocol.swift
│   │   ├── arcsequenceopts_casts.sil
│   │   ├── arcsequenceopts_loops.sil
│   │   ├── arcsequenceopts_loops.sil.gyb
│   │   ├── arcsequenceopts_rcidentityanalysis.sil
│   │   ├── arcsequenceopts.sil
│   │   ├── arcsequenceopts_uniquecheck.sil
│   │   ├── array_contentof_opt.swift
│   │   ├── array_count_propagation.sil
│   │   ├── array_element_propagation.sil
│   │   ├── array_mutable_assertonly.swift
│   │   ├── array_specialize.sil
│   │   ├── assert_configuration.sil
│   │   ├── assume_single_threaded.sil
│   │   ├── basic-aa.sil
│   │   ├── basic-callee-printer.sil
│   │   ├── basic-instruction-properties.sil
│   │   ├── bridged_casts_crash.sil
│   │   ├── bridged_casts_folding.sil
│   │   ├── bridged_casts_folding.swift
│   │   ├── bridging_checked_cast.sil
│   │   ├── bug-reducer-tester-miscompile.sil
│   │   ├── bug-reducer-tester-opt-crasher.sil
│   │   ├── bug-reducer-tester-runtime-crasher.sil
│   │   ├── caller_analysis_printer.sil
│   │   ├── canonicalize_switch_enum.sil
│   │   ├── capture_promotion_generic_context_ownership.sil
│   │   ├── capture_promotion_generic_context.sil
│   │   ├── capture_promotion_ownership.sil
│   │   ├── capture_promotion_ownership.swift
│   │   ├── capture_promotion_reachability.sil
│   │   ├── capture_promotion.sil
│   │   ├── capture_promotion.swift
│   │   ├── capture_propagation_linkage.swift
│   │   ├── capture_propagation.sil
│   │   ├── cast_folding_no_bridging.sil
│   │   ├── cast_folding_objc_bridging_conditional.sil
│   │   ├── cast_folding_objc_generics.swift
│   │   ├── cast_folding_objc_no_foundation.swift
│   │   ├── cast_folding_objc.swift
│   │   ├── cast_foldings.sil
│   │   ├── cast_folding.swift
│   │   ├── cast_promote.sil
│   │   ├── character_literals.swift
│   │   ├── closure_spec_and_inline.swift
│   │   ├── closure_specialize_consolidated.sil
│   │   ├── closure_specialize_dynamic_self.swift
│   │   ├── closure_specialize_fragile.sil
│   │   ├── closure_specialize_opaque.sil
│   │   ├── closure_specialize.sil
│   │   ├── closure_specialize_simple.sil
│   │   ├── compare_types.swift
│   │   ├── conditionforwarding.sil
│   │   ├── constant_propagation2.sil
│   │   ├── constant_propagation_castopt_analysis_invalidation.sil
│   │   ├── constant_propagation_diagnostics.swift
│   │   ├── constant_propagation.sil
│   │   ├── const_fold_objc_bridge.sil
│   │   ├── copyforward.sil
│   │   ├── cowarray_opt.sil
│   │   ├── cropoverflow.sil
│   │   ├── cse_apply.sil
│   │   ├── cse_objc.sil
│   │   ├── cse.sil
│   │   ├── cyclic_entry.sil
│   │   ├── dead_alloc_elim.sil
│   │   ├── deadargsignatureopt.sil
│   │   ├── dead_array_elim.sil
│   │   ├── dead_code_elimination.sil
│   │   ├── dead_func_init_method.sil
│   │   ├── dead_func_objc_extension_keypath.swift
│   │   ├── dead_func.swift
│   │   ├── dead_function_elimination.swift
│   │   ├── dead_inlined_func.swift
│   │   ├── dead_internal_func.swift
│   │   ├── dead_method.swift
│   │   ├── dead_partial_apply_arg.swift
│   │   ├── dead_store_elim.sil
│   │   ├── dead_witness_module.swift
│   │   ├── definite_init_crashes.sil
│   │   ├── definite_init_cross_module.swift
│   │   ├── definite_init_cross_module_swift4.swift
│   │   ├── definite_init_diagnostics_objc.swift
│   │   ├── definite_init_diagnostics.swift
│   │   ├── definite_init_existential_let.swift
│   │   ├── definite_init_extension.swift
│   │   ├── definite_init_failable_initializers_diagnostics.swift
│   │   ├── definite_init_failable_initializers_objc.swift
│   │   ├── definite_init_failable_initializers.swift
│   │   ├── definite_init_hang.swift
│   │   ├── definite_init_inout_super_init.swift
│   │   ├── definite_init_lvalue_let_witness_methods.swift
│   │   ├── definite_init_markuninitialized_delegatingself.sil
│   │   ├── definite_init_markuninitialized_derivedself.sil
│   │   ├── definite_init_markuninitialized_rootself.sil
│   │   ├── definite_init_markuninitialized_var.sil
│   │   ├── definite_init_nsmanagedvalue.swift
│   │   ├── definite_init_objc_factory_init.swift
│   │   ├── definite_init_protocol_init.swift
│   │   ├── definite_init_scalarization_test.sil
│   │   ├── definite_init.swift
│   │   ├── definite-init-try-in-self-init-argument.swift
│   │   ├── definite_init_value_types.swift
│   │   ├── destructor_analysis.sil
│   │   ├── DestructorAnalysis.swift
│   │   ├── devirt_access.sil
│   │   ├── devirt_access.swift
│   │   ├── devirt_alloc_ref_dynamic.sil
│   │   ├── devirt_archetype_method.swift
│   │   ├── devirt_base_class.swift
│   │   ├── devirt_bound_generic.swift
│   │   ├── devirt_class_witness_method.sil
│   │   ├── devirt_concrete_subclass_of_generic_class.swift
│   │   ├── devirt_conditional_conformance.swift
│   │   ├── devirt_contravariant_args.swift
│   │   ├── devirt_covariant_return.swift
│   │   ├── devirt_ctors.sil
│   │   ├── devirt_default_case.swift
│   │   ├── devirt_default_witness_method.sil
│   │   ├── devirt_dependent_types.swift
│   │   ├── devirt_extension.swift
│   │   ├── devirt_generic_witness_method.sil
│   │   ├── devirt_inherited_conformance.swift
│   │   ├── devirt_jump_thread_crasher.sil
│   │   ├── devirt_jump_thread.sil
│   │   ├── devirt_materializeForSet.swift
│   │   ├── devirt_method_with_generic_params.swift
│   │   ├── devirt_nested_class.swift
│   │   ├── devirt_override.sil
│   │   ├── devirt_protocol_method_invocations.swift
│   │   ├── devirt_release.sil
│   │   ├── devirt_single_module_in_multiple_files.swift
│   │   ├── devirt_specialized_conformance.swift
│   │   ├── devirt_specialized_inherited_interplay.swift
│   │   ├── devirt_speculate.swift
│   │   ├── devirt_speculative_nested.swift
│   │   ├── devirt_speculative.sil
│   │   ├── devirt_static_covariant_return.swift
│   │   ├── devirt_static_witness_method.sil
│   │   ├── devirt_try_apply.sil
│   │   ├── devirt_type_subst_bug.swift
│   │   ├── devirtualize1.swift
│   │   ├── devirtualize2.sil
│   │   ├── devirtualize_cast.swift
│   │   ├── devirtualize_existential.swift
│   │   ├── devirtualize.sil
│   │   ├── devirt_unbound_generic.swift
│   │   ├── devirt_value_metatypes.swift
│   │   ├── devirt_witness_method_conformance.swift
│   │   ├── diagnose_unreachable.sil
│   │   ├── diagnostic_constant_propagation_int.swift
│   │   ├── diagnostic_constant_propagation.swift
│   │   ├── eager_specialize.sil
│   │   ├── earlycodemotion.sil
│   │   ├── enum_jump_thread.sil
│   │   ├── epilogue_arc_dumper.sil
│   │   ├── epilogue_release_dumper.sil
│   │   ├── escape_analysis.sil
│   │   ├── exclusivity_static_diagnostics_objc.swift
│   │   ├── exclusivity_static_diagnostics.sil
│   │   ├── exclusivity_static_diagnostics.swift
│   │   ├── exclusivity_static_diagnostics_swift3.swift
│   │   ├── existential_type_propagation.sil
│   │   ├── fold_enums.sil
│   │   ├── funcsig_opaque.sil
│   │   ├── function_order.sil
│   │   ├── functionsigopts_self.swift
│   │   ├── functionsigopts.sil
│   │   ├── functionsigopts_sroa.sil
│   │   ├── generic_inline_self.swift
│   │   ├── generic_specialization_loops_detection_with_loops.swift
│   │   ├── generic_specialization_loops_detection_without_loops.swift
│   │   ├── global_init_with_empty.swift
│   │   ├── globalopt_global_propagation.swift
│   │   ├── globalopt-iter.sil
│   │   ├── globalopt_let_propagation.swift
│   │   ├── globalopt_linkage.swift
│   │   ├── globalopt.sil
│   │   ├── global_property_opt_objc.sil
│   │   ├── global_property_opt.sil
│   │   ├── guaranteed_arc_opts_qualified.sil
│   │   ├── guaranteed_arc_opts.sil
│   │   ├── high_level_cse.sil
│   │   ├── high_level_licm.sil
│   │   ├── illegal_escaping_address.swift
│   │   ├── inline_addressor.swift
│   │   ├── inline_cache_and_arc.swift
│   │   ├── inlinecaches_arc.sil
│   │   ├── inlinecaches_invalidate_failure.sil
│   │   ├── inlinecaches_objc.sil
│   │   ├── inline_caches.sil
│   │   ├── inline_deep.swift
│   │   ├── inline_devirtualize_specialize.sil
│   │   ├── inline_generics.sil
│   │   ├── inline_heuristics.sil
│   │   ├── inline_late.sil
│   │   ├── inliner_coldblocks.sil
│   │   ├── inline_recursive.swift
│   │   ├── inliner_loop.swift
│   │   ├── inliner_spa.sil
│   │   ├── inline_self.swift
│   │   ├── inline_semantics.sil
│   │   ├── inline_thunk.swift
│   │   ├── inline_tryApply.sil
│   │   ├── inout_capture_diagnostics.swift
│   │   ├── inout_deshadow_integration.swift
│   │   ├── Inputs
│   │   │   ├── BaseProblem.swift
│   │   │   ├── bug-reducer-tester-miscompile-driver.swift
│   │   │   ├── capture_propagation_linkage
│   │   │   │   └── main.swift
│   │   │   ├── definite_init_cross_module
│   │   │   │   ├── BridgingHeader.h
│   │   │   │   └── OtherModule.swift
│   │   │   ├── devirt_access_helper.swift
│   │   │   ├── devirt_access_other_module.swift
│   │   │   ├── extension-with-nested-type.swift
│   │   │   ├── include
│   │   │   │   ├── Gizmo.h
│   │   │   │   └── module.map
│   │   │   ├── internal_func.swift
│   │   │   ├── keypaths_objc.h
│   │   │   ├── linker_pass_input.swift
│   │   │   ├── Outliner.h
│   │   │   ├── Problems.swift
│   │   │   ├── public_class.swift
│   │   │   ├── sil_witness_tables_external_input.swift
│   │   │   ├── specialize_inherited_multifile.swift
│   │   │   ├── TestMod.sil
│   │   │   └── TestModule.swift
│   │   ├── iv_info_printer.sil
│   │   ├── latecodemotion.sil
│   │   ├── let_propagation.swift
│   │   ├── let_properties_opts_runtime.swift
│   │   ├── let_properties_opts.swift
│   │   ├── licm_apply.sil
│   │   ├── licm.sil
│   │   ├── linker.swift
│   │   ├── loop_canonicalizer.sil
│   │   ├── loop_info_printer.sil
│   │   ├── loop-region-analysis.sil
│   │   ├── looprotate.sil
│   │   ├── loop_unroll.sil
│   │   ├── loweraggregateinstrs_codesize.sil
│   │   ├── loweraggregateinstrs.sil
│   │   ├── lslocation_expansion.sil
│   │   ├── lslocation_reduction.sil
│   │   ├── lslocation_type_only_expansion.sil
│   │   ├── mandatory_inlining_circular.sil
│   │   ├── mandatory_inlining_circular.swift
│   │   ├── mandatory_inlining_devirt.swift
│   │   ├── mandatory_inlining_dynamic_method.swift
│   │   ├── mandatory_inlining_open_existential.sil
│   │   ├── mandatory_inlining.sil
│   │   ├── mandatory_inlining.swift
│   │   ├── mandatory_nil_comparison_inlining.swift
│   │   ├── mark_uninitialized_fixup.sil
│   │   ├── mem2reg_liveness.sil
│   │   ├── mem2reg.sil
│   │   ├── mem2reg_simple.sil
│   │   ├── mem2reg_unreachable.sil
│   │   ├── mem-behavior.sil
│   │   ├── merge_cond_fail.sil
│   │   ├── mm_inlinecaches_multiple.sil
│   │   ├── move_cond_fail.sil
│   │   ├── move_cond_fail_simplify_cfg.sil
│   │   ├── no-external-defs-onone.sil
│   │   ├── no_opt.swift
│   │   ├── noreturn_folding_ownership.sil
│   │   ├── noreturn_folding.sil
│   │   ├── no_traps_in_dict_loopup.swift
│   │   ├── objc_protocol_method.swift
│   │   ├── opaque_values_mandatory.sil
│   │   ├── opaque_values_opt.sil
│   │   ├── opened_archetype_operands_tracking.sil
│   │   ├── optimize_never.sil
│   │   ├── optimizer_counters.sil
│   │   ├── opt_mode.swift
│   │   ├── outliner.swift
│   │   ├── ownership_model_eliminator.sil
│   │   ├── pa_removal.sil
│   │   ├── partial_specialization_debug.sil
│   │   ├── partial_specialization.sil
│   │   ├── pass_printer.swift
│   │   ├── peephole_thick_to_objc_metatype.sil
│   │   ├── peephole_trunc_and_ext.sil
│   │   ├── performance_inliner.sil
│   │   ├── pgo_si_inlinelarge.swift
│   │   ├── pgo_si_reduce.swift
│   │   ├── pointer_conversion.swift
│   │   ├── polymorphic_inline_caches.sil
│   │   ├── postdomtree_verification_crash.sil
│   │   ├── predictable_memopt_locs.swift
│   │   ├── predictable_memopt.sil
│   │   ├── predictable_memopt_unreferenceable_storage.swift
│   │   ├── prespecialization_with_definition.sil
│   │   ├── prespecialize.swift
│   │   ├── protocol_lookup.swift
│   │   ├── pure_apply.swift
│   │   ├── rcidentity.sil
│   │   ├── recursive_func.sil
│   │   ├── recursive_single.sil
│   │   ├── redundant_load_and_dead_store_elim.sil
│   │   ├── redundant_load_elim.sil
│   │   ├── redundant_load_elim_with_casts.sil
│   │   ├── ref_elt_addr.sil
│   │   ├── remove_pins.sil
│   │   ├── remove_unused_func.sil
│   │   ├── retain_release_code_motion.sil
│   │   ├── return.swift
│   │   ├── select_enum_addr_reads_memory.sil
│   │   ├── semantic-arc-opts.sil
│   │   ├── side-effect.sil
│   │   ├── sil_combine1.swift
│   │   ├── sil_combine_apply.sil
│   │   ├── sil_combine_bitops.sil
│   │   ├── sil_combine_devirt.sil
│   │   ├── sil_combine_enum_addr.sil
│   │   ├── sil_combine_enums.sil
│   │   ├── sil_combine_objc_bridge.sil
│   │   ├── sil_combine_objc.sil
│   │   ├── sil_combine_opaque.sil
│   │   ├── sil_combine_same_ops.sil
│   │   ├── sil_combine.sil
│   │   ├── sil_combine_uncheck.sil
│   │   ├── sil_concat_string_literals.sil
│   │   ├── sil_locations.sil
│   │   ├── sil_locations.swift
│   │   ├── sil_simplify_instrs.sil
│   │   ├── sil_witness_tables_external_witnesstable.swift
│   │   ├── simp_enum.sil
│   │   ├── simplify_cfg_and_combine.sil
│   │   ├── simplify_cfg_args_crash.sil
│   │   ├── simplify_cfg_args.sil
│   │   ├── simplify_cfg_jump_thread_crash.sil
│   │   ├── simplify_cfg_opaque.sil
│   │   ├── simplify_cfg_select_enum.sil
│   │   ├── simplify_cfg.sil
│   │   ├── simplify_cfg_unique_values.sil
│   │   ├── simplify_unreachable_containing_blocks.sil
│   │   ├── sink.sil
│   │   ├── spec_archetype_method.swift
│   │   ├── spec_conf1.swift
│   │   ├── spec_conf2.swift
│   │   ├── specialize_anyobject.swift
│   │   ├── specialize_apply_conf.swift
│   │   ├── specialize_cg_update_crash.sil
│   │   ├── specialize_chain.swift
│   │   ├── specialize_checked_cast_branch.swift
│   │   ├── specialize_class_inherits_base_inherits_protocol.swift
│   │   ├── specialized_anyobject_conformance.swift
│   │   ├── specialize_deep_generics.swift
│   │   ├── specialize_default_witness.sil
│   │   ├── specialize_dynamic_self.swift
│   │   ├── specialize_ext.swift
│   │   ├── specialize_inherited_multifile.swift
│   │   ├── specialize_inherited.sil
│   │   ├── specialize_metatypes_with_nondefault_representation.sil
│   │   ├── specialize_no_definition.sil
│   │   ├── specialize_opaque.sil
│   │   ├── specialize_partial_apply.swift
│   │   ├── specialize_property_behavior.swift
│   │   ├── specialize_reabstraction.sil
│   │   ├── specialize_recursive_generics.sil
│   │   ├── specialize_refined_adds_constraints.swift
│   │   ├── specialize_same_type_constraint.swift
│   │   ├── specialize_self_conforming.swift
│   │   ├── specialize_self.swift
│   │   ├── specialize.sil
│   │   ├── specialize_unconditional_checked_cast.swift
│   │   ├── spec_recursion.swift
│   │   ├── split_critical_edges.sil
│   │   ├── sr-4957.swift
│   │   ├── sr-5068.sil
│   │   ├── sroa_bbargs.sil
│   │   ├── sroa.sil
│   │   ├── sroa_unreferenced_members.swift
│   │   ├── stack_promotion_array_literal.swift
│   │   ├── stack_promotion_escaping.swift
│   │   ├── stack_promotion.sil
│   │   ├── static_arrays.swift
│   │   ├── static_initializer.sil
│   │   ├── static_report.sil
│   │   ├── string_switch.swift
│   │   ├── strip_debug_info.sil
│   │   ├── super_class_method.swift
│   │   ├── super_init.swift
│   │   ├── super_method.swift
│   │   ├── super_objc_class_method.swift
│   │   ├── swap_refcnt.swift
│   │   ├── temp_rvalue_opt.sil
│   │   ├── throw_inline.swift
│   │   ├── typed-access-tb-aa.sil
│   │   ├── unexpected_error.sil
│   │   ├── unreachable_code.swift
│   │   ├── unreachable_dealloc_stack.sil
│   │   ├── unsafe_guaranteed_peephole.sil
│   │   ├── unused_containers.swift
│   │   ├── verifier_reject.sil
│   │   └── verifier.sil
│   ├── sil-passpipeline-dump
│   │   └── basic.test-sh
│   ├── SourceKit
│   │   ├── CodeComplete
│   │   │   ├── complete_big_array.swift
│   │   │   ├── complete_cache.swift
│   │   │   ├── complete_call_pattern.swift
│   │   │   ├── complete_constructor.swift
│   │   │   ├── complete_constructor.swift.response
│   │   │   ├── complete_crash1.swift
│   │   │   ├── complete_custom.swift
│   │   │   ├── complete_filter_rules.swift
│   │   │   ├── complete_filter.swift
│   │   │   ├── complete_forbid_typecheck.swift
│   │   │   ├── complete_from_clang_module.swift
│   │   │   ├── complete_fuzzy.swift
│   │   │   ├── complete_group_overloads.swift
│   │   │   ├── complete_hide_low_priority.swift
│   │   │   ├── complete_import_module_flag.swift
│   │   │   ├── complete_inner.swift
│   │   │   ├── complete_literals.swift
│   │   │   ├── complete_member.swift
│   │   │   ├── complete_member.swift.response
│   │   │   ├── complete_moduleimportdepth.swift
│   │   │   ├── complete_name.swift
│   │   │   ├── complete_open.swift
│   │   │   ├── complete_operators.swift
│   │   │   ├── complete_override.swift
│   │   │   ├── complete_override.swift.response
│   │   │   ├── complete_playground_symlink.swift
│   │   │   ├── complete_popular_api.swift
│   │   │   ├── complete_popular_api.swift.popular
│   │   │   ├── complete_popular_api.swift.unpopular
│   │   │   ├── complete_requestlimit.swift
│   │   │   ├── complete_sort_order.swift
│   │   │   ├── complete_stems.swift
│   │   │   ├── complete_structure.swift
│   │   │   ├── complete_test.swift
│   │   │   ├── complete_typealias_different_file.swift
│   │   │   ├── complete_type_match.swift
│   │   │   ├── complete_underscores.swift
│   │   │   ├── complete_update.swift
│   │   │   ├── complete_with_closure_param.swift
│   │   │   ├── Inputs
│   │   │   │   ├── auxiliary_file.swift
│   │   │   │   ├── complete_typealias_different_file_2.swift
│   │   │   │   ├── custom-completion
│   │   │   │   │   ├── custom.json
│   │   │   │   │   ├── error10.json
│   │   │   │   │   ├── error1.json
│   │   │   │   │   ├── error2.json
│   │   │   │   │   ├── error3.json
│   │   │   │   │   ├── error4.json
│   │   │   │   │   ├── error5.json
│   │   │   │   │   ├── error6.json
│   │   │   │   │   ├── error7.json
│   │   │   │   │   ├── error8.json
│   │   │   │   │   └── error9.json
│   │   │   │   ├── filter-rules
│   │   │   │   │   ├── hideDesc.json
│   │   │   │   │   ├── hideInnerOp.json
│   │   │   │   │   ├── hideKeywords.json
│   │   │   │   │   ├── hideLiterals.json
│   │   │   │   │   ├── hideModules.json
│   │   │   │   │   ├── hideNames.json
│   │   │   │   │   ├── showDesc.json
│   │   │   │   │   ├── showKeywords.json
│   │   │   │   │   ├── showLiterals.json
│   │   │   │   │   ├── showOp.json
│   │   │   │   │   └── showSpecific.json
│   │   │   │   ├── forbid_typecheck_2.swift
│   │   │   │   ├── forbid_typecheck_primary.swift
│   │   │   │   ├── imported_by_aux_file.h
│   │   │   │   ├── ImportsFoo.h
│   │   │   │   ├── ImportsImportsFoo.h
│   │   │   │   ├── module.modulemap
│   │   │   │   ├── popular2.h
│   │   │   │   ├── popular3.h
│   │   │   │   └── popular.h
│   │   │   └── metatype_in_expr.swift
│   │   ├── CodeExpand
│   │   │   └── code-expand.swift
│   │   ├── CodeFormat
│   │   │   ├── indent-basic.swift
│   │   │   ├── indent-bracestmt2.swift
│   │   │   ├── indent-bracestmt3-if-else.swift
│   │   │   ├── indent-bracestmt.swift
│   │   │   ├── indent-closure.swift
│   │   │   ├── indent-comment.swift
│   │   │   ├── indent-computed-property.swift
│   │   │   ├── indent-crashes.swift
│   │   │   ├── indent-do-catch.swift
│   │   │   ├── indent-extension.swift
│   │   │   ├── indent-ibaction.swift
│   │   │   ├── indent-implicit-getter.swift
│   │   │   ├── indent-lazy-property.swift
│   │   │   ├── indent-multiline-string.swift
│   │   │   ├── indent-parenexpr.swift
│   │   │   ├── indent-pound-if.swift
│   │   │   ├── indent-repeat.swift
│   │   │   ├── indent-sibling2.swift
│   │   │   ├── indent-sibling.swift
│   │   │   ├── indent-switch.swift
│   │   │   ├── indent-toplevel.swift
│   │   │   ├── indent-width2.swift
│   │   │   ├── indent-with-cr.swift
│   │   │   └── indent-with-tab.swift
│   │   ├── CursorInfo
│   │   │   ├── crash1.swift
│   │   │   ├── crash2.swift
│   │   │   ├── cursor_big_array.swift
│   │   │   ├── cursor_callargs.swift
│   │   │   ├── cursor_forbid_typecheck.swift
│   │   │   ├── cursor_generic_enum.swift
│   │   │   ├── cursor_generics.swift
│   │   │   ├── cursor_getter.swift
│   │   │   ├── cursor_implicit_init.swift
│   │   │   ├── cursor_info_async.swift
│   │   │   ├── cursor_info_container.swift
│   │   │   ├── cursor_info_expressions.swift
│   │   │   ├── cursor_info.swift
│   │   │   ├── cursor_info_type.swift
│   │   │   ├── cursor_invalid.swift
│   │   │   ├── cursor_label.swift
│   │   │   ├── cursor_no_cancel.swift
│   │   │   ├── cursor_overrides.swift
│   │   │   ├── cursor_rename.swift
│   │   │   ├── cursor_stdlib.swift
│   │   │   ├── cursor_symlink.swift
│   │   │   ├── cursor_unavailable.swift
│   │   │   ├── cursor_usr.swift
│   │   │   ├── Inputs
│   │   │   │   ├── cursor-overrides
│   │   │   │   │   ├── foo_clang_module.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── FooSwiftModule.swift
│   │   │   │   ├── multiple_ast1.swift
│   │   │   │   ├── multiple_ast2.swift
│   │   │   │   ├── rdar_18677108-2-a.swift
│   │   │   │   └── rdar_18677108-2-b.swift
│   │   │   ├── invalid_offset.swift
│   │   │   ├── multiple_ast.swift
│   │   │   ├── rdar_18677108-1.swift
│   │   │   ├── rdar_18677108-2.swift
│   │   │   ├── rdar_18677108-2.swift.response
│   │   │   ├── rdar_21657000.swift
│   │   │   ├── rdar_21790830.swift
│   │   │   ├── rdar_21859941.swift
│   │   │   ├── rdar_30248264.swift
│   │   │   ├── rdar_30292429.swift
│   │   │   ├── rdar_31539499.swift
│   │   │   ├── rdar_31758709.swift
│   │   │   └── rdar_35819975.swift
│   │   ├── Demangle
│   │   │   └── demangle.swift
│   │   ├── DocSupport
│   │   │   ├── doc_clang_module.swift
│   │   │   ├── doc_clang_module.swift.response
│   │   │   ├── doc_error_domain.swift
│   │   │   ├── doc_source_file.swift
│   │   │   ├── doc_source_file.swift.response
│   │   │   ├── doc_swift_module1.swift
│   │   │   ├── doc_swift_module1.swift.response
│   │   │   ├── doc_swift_module.swift
│   │   │   ├── doc_swift_module.swift.response
│   │   │   └── Inputs
│   │   │   ├── cake1.swift
│   │   │   ├── cake.swift
│   │   │   ├── main.swift
│   │   │   ├── module.modulemap
│   │   │   └── MyError.h
│   │   ├── DocumentStructure
│   │   │   ├── access_parse.swift
│   │   │   ├── access_parse.swift.response
│   │   │   ├── Inputs
│   │   │   │   ├── access.swift
│   │   │   │   ├── invalid.swift
│   │   │   │   ├── main.swift
│   │   │   │   └── mark.swift
│   │   │   ├── mark_edit.swift
│   │   │   ├── mark_edit.swift.response
│   │   │   ├── structure_object_literals.swift
│   │   │   ├── structure_object_literals.swift.response
│   │   │   ├── structure.swift
│   │   │   ├── structure.swift.invalid.response
│   │   │   ├── structure.swift.placeholders.response
│   │   │   └── structure.swift.response
│   │   ├── ExtractComment
│   │   │   ├── extract_comments.swift
│   │   │   ├── extract_comments.swift.Comment1.response
│   │   │   ├── extract_comments.swift.CommentIndent1.response
│   │   │   ├── extract_comments.swift.CommentIndent2.response
│   │   │   ├── extract_comments.swift.DocComment1.response
│   │   │   ├── extract_comments.swift.DocComment2.response
│   │   │   ├── extract_comments.swift.DocComment3.response
│   │   │   ├── extract_comments.swift.DocCommentEmptyLine1.response
│   │   │   ├── extract_comments.swift.DocCommentEmptyLine2.response
│   │   │   ├── extract_comments.swift.DocCommentEmptyLine3.response
│   │   │   ├── extract_comments.swift.DocCommentEmptyLine4.response
│   │   │   └── Inputs
│   │   │   ├── Comment1.swift
│   │   │   ├── CommentIndent1.swift
│   │   │   ├── CommentIndent2.swift
│   │   │   ├── DocComment1.swift
│   │   │   ├── DocComment2.swift
│   │   │   ├── DocComment3.swift
│   │   │   ├── DocCommentEmptyLine1.swift
│   │   │   ├── DocCommentEmptyLine2.swift
│   │   │   ├── DocCommentEmptyLine3.swift
│   │   │   ├── DocCommentEmptyLine4.swift
│   │   │   └── NotComment1.swift
│   │   ├── Indexing
│   │   │   ├── index_bad_modulename.swift
│   │   │   ├── index_bad_modulename.swift.response
│   │   │   ├── index_big_array.swift
│   │   │   ├── index_big_array.swift.response
│   │   │   ├── index_constructors.swift
│   │   │   ├── index_constructors.swift.response
│   │   │   ├── index_enum_case.swift
│   │   │   ├── index_enum_case.swift.response
│   │   │   ├── index_forbid_typecheck.swift
│   │   │   ├── index_forbid_typecheck.swift.response
│   │   │   ├── index_func_import.swift
│   │   │   ├── index_func_import.swift.response
│   │   │   ├── index_implicit_vis.swift
│   │   │   ├── index_is_test_candidate_objc.swift
│   │   │   ├── index_is_test_candidate_objc.swift.response
│   │   │   ├── index_is_test_candidate.swift
│   │   │   ├── index_is_test_candidate.swift.response
│   │   │   ├── index_module_cycle.swift
│   │   │   ├── index_module_missing_depend.swift
│   │   │   ├── index.swift
│   │   │   ├── index.swift.response
│   │   │   ├── index_with_clang_module.swift
│   │   │   ├── index_with_swift_module.swift
│   │   │   ├── Inputs
│   │   │   │   ├── cycle-depend
│   │   │   │   │   ├── A.response
│   │   │   │   │   ├── A.swift
│   │   │   │   │   └── B.swift
│   │   │   │   ├── implicit-vis
│   │   │   │   │   ├── a.index.response
│   │   │   │   │   ├── a.swift
│   │   │   │   │   ├── b.index.response
│   │   │   │   │   └── b.swift
│   │   │   │   ├── index_constructors_other.swift
│   │   │   │   ├── Swift.swiftmodule
│   │   │   │   ├── test_module.index.response
│   │   │   │   └── test_module.swift
│   │   │   ├── rdar_21602898.swift
│   │   │   ├── rdar_21602898.swift.response
│   │   │   ├── sr_3815.swift
│   │   │   └── sr_3815.swift.response
│   │   ├── Inputs
│   │   │   ├── big_array.swift
│   │   │   ├── forbid_typecheck_2.swift
│   │   │   ├── forbid_typecheck_primary.swift
│   │   │   ├── libIDE-mock-sdk
│   │   │   │   ├── Bar.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── Bar.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── BoolBridgingTests.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── BoolBridgingTests.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── Foo.framework
│   │   │   │   │   ├── Frameworks
│   │   │   │   │   │   └── FooSub.framework
│   │   │   │   │   │   └── Headers
│   │   │   │   │   │   └── FooSub.h
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── Foo.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── FooHelper.framework
│   │   │   │   │   ├── Frameworks
│   │   │   │   │   │   └── FooHelperSub.framework
│   │   │   │   │   │   └── Headers
│   │   │   │   │   │   └── FooHelperSub.h
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   ├── FooHelperExplicit.h
│   │   │   │   │   │   └── FooHelper.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── Mixed.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── Mixed.h
│   │   │   │   │   └── module.map
│   │   │   │   ├── Mixed.swift
│   │   │   │   ├── README.DO_NOT_MODIFY_FILES_DIRECTLY
│   │   │   │   └── SwiftNameTests.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── SwiftNameTests.h
│   │   │   │   └── module.map
│   │   │   └── placeholders.swift
│   │   ├── InterfaceGen
│   │   │   ├── gen_clang_module.swift
│   │   │   ├── gen_clang_module.swift.helper.explicit.response
│   │   │   ├── gen_clang_module.swift.helper.response
│   │   │   ├── gen_clang_module.swift.response
│   │   │   ├── gen_clang_module.swift.sub.response
│   │   │   ├── gen_header.swift
│   │   │   ├── gen_header_swift_args.swift
│   │   │   ├── gen_header.swift.header2.response
│   │   │   ├── gen_header.swift.response
│   │   │   ├── gen_mixed_module.swift
│   │   │   ├── gen_stdlib.swift
│   │   │   ├── gen_swift_module.swift
│   │   │   ├── gen_swift_module.swift.response
│   │   │   ├── gen_swift_source.swift
│   │   │   ├── gen_swift_source.swift.response
│   │   │   ├── gen_swift_type.swift
│   │   │   └── Inputs
│   │   │   ├── Foo2.swift
│   │   │   ├── Foo3.swift
│   │   │   ├── Foo.swift
│   │   │   ├── header2.h
│   │   │   ├── header.h
│   │   │   ├── swift_mod.swift
│   │   │   ├── swift_mod_syn.swift
│   │   │   └── UnresolvedExtension.swift
│   │   ├── lit.local.cfg
│   │   ├── MarkupXML
│   │   │   ├── basic.swift
│   │   │   ├── basic.swift.DocComment1.response
│   │   │   └── Input
│   │   │   └── DocComment1.md
│   │   ├── Misc
│   │   │   ├── ignored-flags.swift
│   │   │   ├── ignore_index_store_flag.swift
│   │   │   ├── Inputs
│   │   │   │   └── main.swift
│   │   │   ├── print-response-as-json.swift
│   │   │   ├── print-response-as-json.swift.response
│   │   │   ├── protocol_version.swift
│   │   │   ├── stats.swift
│   │   │   ├── usage.swift
│   │   │   └── wrong_arguments.swift
│   │   ├── Mixed
│   │   │   ├── complete_twice_bridging_header.swift
│   │   │   ├── cursor_mixed_header.swift
│   │   │   ├── cursor_mixed.swift
│   │   │   └── Inputs
│   │   │   ├── header.h
│   │   │   └── Mixed.framework
│   │   │   ├── Headers
│   │   │   │   └── Mixed.h
│   │   │   └── module.map
│   │   ├── NameTranslation
│   │   │   ├── basic.swift
│   │   │   ├── enum.swift
│   │   │   ├── init.swift
│   │   │   ├── Inputs
│   │   │   │   └── mock-sdk
│   │   │   │   └── Foo.framework
│   │   │   │   ├── Frameworks
│   │   │   │   │   └── FooSub.framework
│   │   │   │   │   └── Headers
│   │   │   │   │   └── FooSub.h
│   │   │   │   ├── Headers
│   │   │   │   │   └── Foo.h
│   │   │   │   └── module.map
│   │   │   └── swiftnames.swift
│   │   ├── RangeInfo
│   │   │   └── basic.swift
│   │   ├── Refactoring
│   │   │   ├── basic.swift
│   │   │   ├── find-rename-ranges
│   │   │   │   ├── bar.expected
│   │   │   │   ├── comment.expected
│   │   │   │   ├── foo_arity1.expected
│   │   │   │   ├── init.expected
│   │   │   │   ├── rename-layer.expected
│   │   │   │   ├── rename-memberwise.expected
│   │   │   │   ├── rename-mismatch.expected
│   │   │   │   ├── rename-P.expected
│   │   │   │   ├── x.expected
│   │   │   │   └── z.expected
│   │   │   ├── Inputs
│   │   │   │   └── mock-sdk
│   │   │   │   └── Foo.framework
│   │   │   │   ├── Frameworks
│   │   │   │   │   └── FooSub.framework
│   │   │   │   │   └── Headers
│   │   │   │   │   └── FooSub.h
│   │   │   │   ├── Headers
│   │   │   │   │   └── Foo.h
│   │   │   │   └── module.map
│   │   │   ├── ordering
│   │   │   │   ├── ordering.expected
│   │   │   │   └── ordering.in.json
│   │   │   ├── ordering.swift
│   │   │   ├── rename-mismatch.swift
│   │   │   ├── rename-objc.swift
│   │   │   ├── semantic-refactoring
│   │   │   │   ├── expand-default.swift
│   │   │   │   ├── expand-default.swift.expected
│   │   │   │   ├── extract-func-default.swift
│   │   │   │   ├── extract-func-default.swift.expected
│   │   │   │   ├── extract-func.swift
│   │   │   │   ├── extract-func.swift.expected
│   │   │   │   ├── extract-func-with-args.swift
│   │   │   │   ├── extract-func-with-args.swift.expected
│   │   │   │   ├── extract-repeated-expression.swift
│   │   │   │   ├── extract-repeated-expression.swift.expected
│   │   │   │   ├── fill-stub.swift
│   │   │   │   ├── fill-stub.swift.expected
│   │   │   │   ├── localize-string.swift
│   │   │   │   ├── localize-string.swift.expected
│   │   │   │   ├── local-rename-lazy.swift.expected
│   │   │   │   ├── local-rename-ranges.swift.expected
│   │   │   │   ├── local-rename.swift
│   │   │   │   └── local-rename.swift.expected
│   │   │   ├── syntactic-rename
│   │   │   │   ├── bar_add_param.expected
│   │   │   │   ├── bar_add_param.in.json
│   │   │   │   ├── bar_drop_param.expected
│   │   │   │   ├── bar_drop_param.in.json
│   │   │   │   ├── bar.expected
│   │   │   │   ├── bar.in.json
│   │   │   │   ├── comment.expected
│   │   │   │   ├── comment.in.json
│   │   │   │   ├── enum_case.expected
│   │   │   │   ├── enum_case.in.json
│   │   │   │   ├── foo_arity1.expected
│   │   │   │   ├── foo.in.json
│   │   │   │   ├── foo_remove.expected
│   │   │   │   ├── foo_remove.in.json
│   │   │   │   ├── init.in.json
│   │   │   │   ├── invalid.in.json
│   │   │   │   ├── mismatch.expected
│   │   │   │   ├── mismatch.in.json
│   │   │   │   ├── rename-layer.expected
│   │   │   │   ├── rename-layer.in.json
│   │   │   │   ├── rename-memberwise.expected
│   │   │   │   ├── rename-memberwise.in.json
│   │   │   │   ├── rename-mismatch.expected
│   │   │   │   ├── rename-mismatch.in.json
│   │   │   │   ├── rename-P.expected
│   │   │   │   ├── rename-P.in.json
│   │   │   │   ├── x.expected
│   │   │   │   ├── x.in.json
│   │   │   │   ├── z.expected
│   │   │   │   └── z.in.json
│   │   │   └── syntactic-rename.swift
│   │   ├── RelatedIdents
│   │   │   ├── implicit_vis.swift
│   │   │   ├── Inputs
│   │   │   │   └── implicit-vis
│   │   │   │   ├── a.swift
│   │   │   │   └── b.swift
│   │   │   └── related_idents.swift
│   │   ├── Sema
│   │   │   ├── enum-toraw
│   │   │   │   ├── enum-toraw.swift
│   │   │   │   ├── enum-toraw.swift.response
│   │   │   │   └── Inputs
│   │   │   │   ├── t1.swift
│   │   │   │   └── t2.swift
│   │   │   ├── objc_attr_without_import.swift
│   │   │   ├── placeholders.swift
│   │   │   ├── placeholders.swift.placeholders.response
│   │   │   ├── sema_big_array.swift
│   │   │   ├── sema_big_array.swift.response
│   │   │   ├── sema_config.swift
│   │   │   ├── sema_config.swift.false.response
│   │   │   ├── sema_config.swift.true.response
│   │   │   ├── sema_diag_after_edit-2.swift
│   │   │   ├── sema_diag_after_edit_fixit.swift
│   │   │   ├── sema_diag_after_edit.swift
│   │   │   ├── sema_edits.swift
│   │   │   ├── sema_edits.swift.response
│   │   │   ├── sema_forbid_typecheck.swift
│   │   │   ├── sema_forbid_typecheck.swift.response
│   │   │   ├── sema_lazy_var.swift
│   │   │   ├── sema_lazy_var.swift.response
│   │   │   ├── sema_module.swift
│   │   │   ├── sema_playground.swift
│   │   │   ├── sema_playground.swift.response
│   │   │   ├── sema_protocol_stubs.swift
│   │   │   ├── sema_symlink.swift
│   │   │   ├── sema_symlink.swift.response
│   │   │   ├── sema_unavailable.swift
│   │   │   └── sil_diags.swift
│   │   ├── Session
│   │   │   └── info_after_open.swift
│   │   └── SyntaxMapData
│   │   ├── diags.swift
│   │   ├── diags.swift.response
│   │   ├── Inputs
│   │   │   ├── parse_error.swift
│   │   │   ├── syntaxmap-edit-block-comment.swift
│   │   │   ├── syntaxmap-edit-chained-comment.swift
│   │   │   ├── syntaxmap-edit-del.swift
│   │   │   ├── syntaxmap-edit-disjoint-effect.swift
│   │   │   ├── syntaxmap-edit-multiline-string.swift
│   │   │   ├── syntaxmap-edit-nested-token.swift
│   │   │   ├── syntaxmap-edit-remove.swift
│   │   │   ├── syntaxmap-edit.swift
│   │   │   ├── syntaxmap-multiple-edits.swift
│   │   │   ├── syntaxmap-partial-delete.swift
│   │   │   └── syntaxmap.swift
│   │   ├── syntaxmap-edit-block-comment.swift
│   │   ├── syntaxmap-edit-chained-comment.swift
│   │   ├── syntaxmap-edit-del.swift
│   │   ├── syntaxmap-edit-del.swift.response
│   │   ├── syntaxmap-edit-del.swift.response2
│   │   ├── syntaxmap-edit-disjoint-effect.swift
│   │   ├── syntaxmap-edit-multiline-string.swift
│   │   ├── syntaxmap-edit-nested-token.swift
│   │   ├── syntaxmap-edit-remove.swift
│   │   ├── syntaxmap-edit.swift
│   │   ├── syntaxmap-edit.swift.response
│   │   ├── syntaxmap-multiple-edits.swift
│   │   ├── syntaxmap-object-literals.swift
│   │   ├── syntaxmap-object-literals.swift.response
│   │   ├── syntaxmap-partial-delete.swift
│   │   ├── syntaxmap-pound-keyword.swift
│   │   ├── syntaxmap-pound-keyword.swift.response
│   │   ├── syntaxmap.swift
│   │   └── syntaxmap.swift.response
│   ├── stdlib
│   │   ├── Accelerate.swift
│   │   ├── AllocRounding.swift
│   │   ├── AnyHashableCasts.swift.gyb
│   │   ├── AppKit_Swift3.swift
│   │   ├── AppKit_Swift4.swift
│   │   ├── ArrayBridge.swift.gyb
│   │   ├── ArrayDiagnostics.swift
│   │   ├── ArrayFilter.swift
│   │   ├── AssetsLibrary.swift
│   │   ├── AVFoundation_Swift3.swift
│   │   ├── AVFoundation_Swift4.swift
│   │   ├── Bridgeable.swift
│   │   ├── BridgeIdAsAny.swift.gyb
│   │   ├── BridgeNonVerbatim.swift
│   │   ├── BridgeStorage.swift.gyb
│   │   ├── Builtins.swift
│   │   ├── Casts.swift
│   │   ├── CastTraps.swift.gyb
│   │   ├── Character.swift
│   │   ├── CharacterTraps.swift
│   │   ├── CodableTests.swift
│   │   ├── collection-combinatorics.swift.gyb
│   │   ├── CollectionOfOne.swift
│   │   ├── CommandLine.swift
│   │   ├── DarwinAPI.swift
│   │   ├── DebuggerSupport.swift
│   │   ├── DictionaryLiteral.swift
│   │   ├── DictionaryTraps.swift
│   │   ├── DictionaryUnchecked.swift
│   │   ├── DispatchDeprecationMacOS.swift
│   │   ├── DispatchDeprecationWatchOS.swift
│   │   ├── DispatchRenames.swift
│   │   ├── Dispatch.swift
│   │   ├── DispatchTypes.swift
│   │   ├── DoubleWidth.swift
│   │   ├── ErrorBridgedStatic.swift
│   │   ├── ErrorBridged.swift
│   │   ├── ErrorHandling.swift
│   │   ├── Error.swift
│   │   ├── Filter.swift
│   │   ├── FixedPointTruncation.swift
│   │   ├── FlatMapDeprecation.swift
│   │   ├── FloatConstants.swift
│   │   ├── FloatingPointDiagnostics.swift
│   │   ├── FloatingPointIR.swift
│   │   ├── FloatingPoint.swift.gyb
│   │   ├── Float.swift
│   │   ├── Foundation_NewGenericAPIs.swift
│   │   ├── GameplayKit.swift
│   │   ├── ImplicitlyUnwrappedOptional.swift
│   │   ├── IndexDistanceRemoval.swift
│   │   ├── Inputs
│   │   │   ├── ArrayBridge
│   │   │   │   ├── ArrayBridge.h
│   │   │   │   ├── ArrayBridge.m
│   │   │   │   └── module.map
│   │   │   ├── ArrayTypesAndHelpers.swift
│   │   │   ├── CommandLineStressTest
│   │   │   │   ├── CommandLineStressTest.c
│   │   │   │   ├── CommandLineStressTest.h
│   │   │   │   └── CommandLineStressTest.swift
│   │   │   ├── CommonArrayTests.gyb
│   │   │   ├── CoreDataHelper
│   │   │   │   ├── CoreDataHelper.h
│   │   │   │   └── CoreDataHelper.m
│   │   │   ├── DictionaryKeyValueTypesObjC.swift
│   │   │   ├── DictionaryKeyValueTypes.swift
│   │   │   ├── ErrorBridgedStaticImpl.h
│   │   │   ├── ErrorBridgedStaticImpl.m
│   │   │   ├── flatMap.gyb
│   │   │   ├── FoundationBridge
│   │   │   │   ├── FoundationBridge.h
│   │   │   │   ├── FoundationBridge.m
│   │   │   │   └── module.map
│   │   │   ├── Mirror
│   │   │   │   ├── Mirror.h
│   │   │   │   ├── Mirror.mm
│   │   │   │   └── module.map
│   │   │   ├── NSSlowString
│   │   │   │   ├── module.map
│   │   │   │   ├── NSSlowString.h
│   │   │   │   └── NSSlowString.m
│   │   │   ├── PrintTestTypes.swift
│   │   │   ├── SegmentAlignment.swift
│   │   │   ├── shuffle.jpg
│   │   │   ├── SlurpFastEnumeration
│   │   │   │   ├── module.map
│   │   │   │   ├── SlurpFastEnumeration.h
│   │   │   │   └── SlurpFastEnumeration.m
│   │   │   ├── SwiftNativeNSBase
│   │   │   │   └── SwiftNativeNSBase.m
│   │   │   ├── SwiftObjectNSObject
│   │   │   │   └── SwiftObjectNSObject.m
│   │   │   ├── UIViewControllerAdditions
│   │   │   │   ├── main.View3Controller.nib
│   │   │   │   ├── main.View4.nib
│   │   │   │   ├── _TtC4main15View1Controller.nib
│   │   │   │   ├── _TtC4main15View2.nib
│   │   │   │   ├── View5Controller.nib
│   │   │   │   └── View6.nib
│   │   │   └── VariadicBool
│   │   │   ├── module.map
│   │   │   ├── variadicBool.c
│   │   │   └── variadicBool.h
│   │   ├── InputStream.swift.gyb
│   │   ├── IntegerCompatibility.swift
│   │   ├── integer_conversions.swift
│   │   ├── IntegerDiagnostics.swift
│   │   ├── IntegerRenames3.swift
│   │   ├── IntegerRenames4.swift
│   │   ├── Integers.swift.gyb
│   │   ├── Intents.swift
│   │   ├── IntervalTraps.swift
│   │   ├── KeyPathAppending.swift
│   │   ├── KeyPathImplementation.swift
│   │   ├── KeyPathObjC.swift
│   │   ├── KeyPath.swift
│   │   ├── KVOKeyPaths.swift
│   │   ├── KVO.swift
│   │   ├── LazyCollectionPlus.swift
│   │   ├── LazySlice.swift
│   │   ├── Leak.swift
│   │   ├── ManagedBuffer.swift
│   │   ├── MapKit.swift
│   │   ├── Map.swift
│   │   ├── MathConstants.swift
│   │   ├── MediaPlayer.swift
│   │   ├── MetalKit.swift
│   │   ├── Metal.swift
│   │   ├── Mirror.swift
│   │   ├── MixedTypeArithmeticsDiagnostics3.swift
│   │   ├── MixedTypeArithmeticsDiagnostics4.swift
│   │   ├── mmap.swift
│   │   ├── NewStringAppending.swift
│   │   ├── NewString.swift
│   │   ├── Nil.swift
│   │   ├── NoFoundation.swift
│   │   ├── NSArrayAPI.swift
│   │   ├── NSDictionary.swift
│   │   ├── NSEnumeratorAPI.swift
│   │   ├── NSError.swift
│   │   ├── NSItemProvider.swift
│   │   ├── NSKeyedArchival.swift
│   │   ├── NSObject.swift
│   │   ├── NSSetAPI.swift
│   │   ├── NSSlowString.swift
│   │   ├── NSStringAPI+Substring.swift
│   │   ├── NSStringAPI.swift
│   │   ├── NSUndoManager.swift
│   │   ├── NSValueBridging.swift.gyb
│   │   ├── NumericParsing.swift.gyb
│   │   ├── OptionalBridge.swift
│   │   ├── Optional.swift
│   │   ├── OptionalTraps.swift
│   │   ├── OptionSetTest.swift
│   │   ├── os.swift
│   │   ├── ParameterPassing.swift.gyb
│   │   ├── POSIX.swift
│   │   ├── PrintArray.swift
│   │   ├── PrintBoolean.swift
│   │   ├── PrintClass.swift
│   │   ├── PrintDiagnostics.swift
│   │   ├── PrintDictionary.swift
│   │   ├── PrintFloat.swift
│   │   ├── PrintInteger.swift
│   │   ├── PrintPointer.swift
│   │   ├── PrintSet.swift
│   │   ├── PrintString.swift
│   │   ├── PrintStruct.swift
│   │   ├── Print.swift
│   │   ├── PrintTuple.swift
│   │   ├── QuartzCore.swift
│   │   ├── RangeDiagnostics.swift
│   │   ├── RangeReplaceableFilterCompatibility.swift
│   │   ├── RangeTraps.swift
│   │   ├── Reduce.swift
│   │   ├── ReflectionHashing.swift
│   │   ├── Reflection_jit.swift
│   │   ├── Reflection_objc.swift
│   │   ├── Reflection.swift
│   │   ├── runtime_autorelease_optimization.txt
│   │   ├── RuntimeObjC.swift
│   │   ├── Runtime.swift.gyb
│   │   ├── SceneKit.swift
│   │   ├── SegmentAlignment.c
│   │   ├── Set.swift
│   │   ├── SetTrapsObjC.swift
│   │   ├── SetTraps.swift
│   │   ├── simd_diagnostics.swift
│   │   ├── SIMDParameterPassing.swift.gyb
│   │   ├── simd.swift.gyb
│   │   ├── sort_integers.swift
│   │   ├── StaticString.swift
│   │   ├── Strideable.swift
│   │   ├── StringAPI.swift
│   │   ├── StringCompatibilityDiagnostics3.swift
│   │   ├── StringCompatibilityDiagnostics4.swift
│   │   ├── StringCompatibilityDiagnostics.swift
│   │   ├── StringCompatibility.swift
│   │   ├── StringDescribing.swift
│   │   ├── StringDiagnostics.swift
│   │   ├── StringDiagnostics_without_Foundation.swift
│   │   ├── StringFlatMap.swift
│   │   ├── StringMemoryTest.swift
│   │   ├── StringOrderRelation.swift
│   │   ├── StringReallocation.swift
│   │   ├── StringTraps.swift
│   │   ├── subString.swift
│   │   ├── SwiftObjectNSObject.swift
│   │   ├── TestAffineTransform.swift
│   │   ├── TestCalendar.swift
│   │   ├── TestCharacterSet.swift
│   │   ├── TestData.swift
│   │   ├── TestDateInterval.swift
│   │   ├── TestDate.swift
│   │   ├── TestDecimal.swift
│   │   ├── TestFileManager.swift
│   │   ├── TestHomeKit.swift
│   │   ├── TestIndexPath.swift
│   │   ├── TestIndexSet.swift
│   │   ├── TestJSONEncoder.swift
│   │   ├── TestLocale.swift
│   │   ├── TestMeasurement.swift
│   │   ├── TestNotification.swift
│   │   ├── TestNSNumberBridging.swift
│   │   ├── TestNSRange.swift
│   │   ├── TestPersonNameComponents.swift
│   │   ├── TestPlistEncoder.swift
│   │   ├── TestProgress.swift
│   │   ├── test_runtime_function_counters.swift
│   │   ├── test_runtime_function_counters_with_disabled_assertions.swift
│   │   ├── TestTimeZone.swift
│   │   ├── TestURL.swift
│   │   ├── TestUserInfo.swift
│   │   ├── TestUUID.swift
│   │   ├── tgmath_optimized.swift
│   │   ├── tgmath.swift
│   │   ├── ThreadLocalStorage.swift
│   │   ├── timeout.sh
│   │   ├── Tuple.swift.gyb
│   │   ├── TypeName.swift
│   │   ├── UIKit.swift
│   │   ├── UIViewControllerAdditions.swift
│   │   ├── UnavailableStringAPIs.swift.gyb
│   │   ├── UnicodeMetadata.swift
│   │   ├── UnicodeScalarDiagnostics.swift
│   │   ├── Unicode.swift
│   │   ├── Unmanaged.swift
│   │   ├── UnsafePointerDiagnostics.swift
│   │   ├── UnsafePointer.swift.gyb
│   │   ├── UnsafeRawBufferPointer.swift
│   │   ├── UnsafeRawPointer.swift
│   │   ├── VarArgs.swift
│   │   ├── Vision.swift
│   │   └── WeakMirror.swift
│   ├── stmt
│   │   ├── c_style_for.swift
│   │   ├── errors_nonobjc.swift
│   │   ├── errors_objc.swift
│   │   ├── errors.swift
│   │   ├── foreach.swift
│   │   ├── if_unexpected_else.swift
│   │   ├── if_while_var.swift
│   │   ├── Inputs
│   │   │   └── Foundation-with-NSError.swift
│   │   ├── nonexhaustive_switch_stmt_editor.swift
│   │   ├── statements.swift
│   │   ├── switch_stmt1.swift
│   │   ├── switch_stmt2.swift
│   │   ├── switch_stmt_editor1.swift
│   │   └── switch_stmt_editor2.swift
│   ├── swift-format
│   │   ├── main.swift
│   │   ├── main.swift.indent2.response
│   │   ├── main.swift.indentswitch.response
│   │   ├── main.swift.lines.response
│   │   ├── main.swift.response
│   │   └── main.swift.tabs.response
│   ├── SwiftSyntax
│   │   ├── LazyCaching.swift
│   │   ├── ParseFile.swift
│   │   ├── SyntaxChildren.swift
│   │   └── SyntaxFactory.swift
│   ├── swift_test.py
│   ├── Syntax
│   │   ├── Inputs
│   │   │   ├── serialize_multiple_decls.json
│   │   │   └── serialize_struct_decl.json
│   │   ├── Outputs
│   │   │   └── round_trip_parse_gen.swift.withkinds
│   │   ├── round_trip_function.swift
│   │   ├── round_trip_parse_gen.swift
│   │   ├── round_trip_stdlib.swift
│   │   ├── round_trip_tuple.swift
│   │   ├── serialize_multiple_decls.swift
│   │   └── serialize_struct_decl.swift
│   ├── TBD
│   │   ├── class_objc.swift
│   │   ├── class.swift
│   │   ├── extension.swift
│   │   ├── function.swift
│   │   ├── global.swift
│   │   ├── Inputs
│   │   │   ├── extension_types.swift
│   │   │   └── objc_class_header.h
│   │   ├── main.swift
│   │   ├── protocol.swift
│   │   └── struct.swift
│   ├── type
│   │   ├── array.swift
│   │   ├── dictionary.swift
│   │   ├── function
│   │   │   └── labels.swift
│   │   ├── infer
│   │   │   ├── closures.swift
│   │   │   ├── global_variables.swift
│   │   │   ├── instance_variables.swift
│   │   │   └── local_variables.swift
│   │   ├── metatype
│   │   │   └── metatypes.swift
│   │   ├── nested_types.swift
│   │   ├── protocol_composition.swift
│   │   ├── protocol_types.swift
│   │   ├── self.swift
│   │   ├── subclass_composition_objc.swift
│   │   ├── subclass_composition.swift
│   │   ├── tuple
│   │   │   └── labels.swift
│   │   └── types.swift
│   ├── TypeCoercion
│   │   ├── constructor_return.swift
│   │   ├── constructor_return_type.swift
│   │   ├── integer_literals.swift
│   │   ├── interpolation.swift
│   │   ├── overload_member.swift
│   │   ├── overload_noncall.swift
│   │   ├── overload_parens.swift
│   │   ├── protocols.swift
│   │   ├── return_coercion.swift
│   │   ├── subtyping.swift
│   │   └── unknowable.swift
│   └── Unit
│   ├── lit.cfg
│   └── lit.site.cfg.in
├── tools
│   ├── CMakeLists.txt
│   ├── driver
│   │   ├── api_notes.cpp
│   │   ├── autolink_extract_main.cpp
│   │   ├── CMakeLists.txt
│   │   ├── driver.cpp
│   │   ├── modulewrap_main.cpp
│   │   └── swift_format_main.cpp
│   ├── lldb-moduleimport-test
│   │   ├── CMakeLists.txt
│   │   └── lldb-moduleimport-test.cpp
│   ├── sil-func-extractor
│   │   ├── CMakeLists.txt
│   │   └── SILFunctionExtractor.cpp
│   ├── sil-llvm-gen
│   │   ├── CMakeLists.txt
│   │   └── SILLLVMGen.cpp
│   ├── sil-nm
│   │   ├── CMakeLists.txt
│   │   └── SILNM.cpp
│   ├── sil-opt
│   │   ├── CMakeLists.txt
│   │   └── SILOpt.cpp
│   ├── sil-passpipeline-dumper
│   │   ├── CMakeLists.txt
│   │   └── SILPassPipelineDumper.cpp
│   ├── SourceKit
│   │   ├── bindings
│   │   │   └── python
│   │   │   └── sourcekitd
│   │   │   ├── capi.py
│   │   │   ├── __init__.py
│   │   │   └── request.py
│   │   ├── cmake
│   │   │   ├── FlatFrameworkInfo.plist.in
│   │   │   ├── MacOSXFrameworkInfo.plist.in
│   │   │   ├── modules
│   │   │   │   └── AddSwiftSourceKit.cmake
│   │   │   └── XPCServiceInfo.plist.in
│   │   ├── CMakeLists.txt
│   │   ├── docs
│   │   │   ├── Protocol.md
│   │   │   └── SwiftSupport.txt
│   │   ├── include
│   │   │   └── SourceKit
│   │   │   ├── Config
│   │   │   │   └── config.h.cmake
│   │   │   ├── Core
│   │   │   │   ├── Context.h
│   │   │   │   ├── LangSupport.h
│   │   │   │   ├── LLVM.h
│   │   │   │   ├── NotificationCenter.h
│   │   │   │   └── ProtocolUIDs.def
│   │   │   ├── Support
│   │   │   │   ├── Concurrency.h
│   │   │   │   ├── FuzzyStringMatcher.h
│   │   │   │   ├── ImmutableTextBuffer.h
│   │   │   │   ├── Logging.h
│   │   │   │   ├── Statistic.h
│   │   │   │   ├── ThreadSafeRefCntPtr.h
│   │   │   │   ├── Tracing.h
│   │   │   │   └── UIdent.h
│   │   │   └── SwiftLang
│   │   │   └── Factory.h
│   │   ├── lib
│   │   │   ├── CMakeLists.txt
│   │   │   ├── Core
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   ├── Context.cpp
│   │   │   │   ├── LangSupport.cpp
│   │   │   │   └── NotificationCenter.cpp
│   │   │   ├── Support
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   ├── Concurrency-libdispatch.cpp
│   │   │   │   ├── FuzzyStringMatcher.cpp
│   │   │   │   ├── ImmutableTextBuffer.cpp
│   │   │   │   ├── Logging.cpp
│   │   │   │   ├── ThreadSafeRefCntPtr.cpp
│   │   │   │   ├── Tracing.cpp
│   │   │   │   └── UIDRegistry.cpp
│   │   │   └── SwiftLang
│   │   │   ├── CMakeLists.txt
│   │   │   ├── CodeCompletion.h
│   │   │   ├── CodeCompletionOrganizer.cpp
│   │   │   ├── CodeCompletionOrganizer.h
│   │   │   ├── SwiftASTManager.cpp
│   │   │   ├── SwiftASTManager.h
│   │   │   ├── SwiftCompletion.cpp
│   │   │   ├── SwiftDocSupport.cpp
│   │   │   ├── SwiftEditor.cpp
│   │   │   ├── SwiftEditorDiagConsumer.h
│   │   │   ├── SwiftEditorInterfaceGen.cpp
│   │   │   ├── SwiftIndexing.cpp
│   │   │   ├── SwiftInterfaceGenContext.h
│   │   │   ├── SwiftInvocation.h
│   │   │   ├── SwiftLangSupport.cpp
│   │   │   ├── SwiftLangSupport.h
│   │   │   ├── SwiftSourceDocInfo.cpp
│   │   │   └── SwiftStatistics.def
│   │   ├── README.txt
│   │   └── tools
│   │   ├── CMakeLists.txt
│   │   ├── complete-test
│   │   │   ├── CMakeLists.txt
│   │   │   └── complete-test.cpp
│   │   ├── sourcekitd
│   │   │   ├── bin
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   ├── InProc
│   │   │   │   │   ├── CMakeLists.txt
│   │   │   │   │   ├── module.modulemap
│   │   │   │   │   └── sourcekitdInProc.cpp
│   │   │   │   ├── sourcekitd.exports
│   │   │   │   └── XPC
│   │   │   │   ├── Client
│   │   │   │   │   ├── CMakeLists.txt
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   ├── module.modulemap
│   │   │   │   │   ├── sourcekitd.cpp
│   │   │   │   │   └── tracer.cpp
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   └── Service
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   ├── Info.plist
│   │   │   │   ├── XPCService.cpp
│   │   │   │   └── XpcTracing.cpp
│   │   │   ├── CMakeLists.txt
│   │   │   ├── include
│   │   │   │   └── sourcekitd
│   │   │   │   ├── CodeCompletionResultsArray.h
│   │   │   │   ├── CompactArray.h
│   │   │   │   ├── DocStructureArray.h
│   │   │   │   ├── DocSupportAnnotationArray.h
│   │   │   │   ├── Internal.h
│   │   │   │   ├── Internal-XPC.h
│   │   │   │   ├── Logging.h
│   │   │   │   ├── RequestResponsePrinterBase.h
│   │   │   │   ├── sourcekitd.h
│   │   │   │   ├── TokenAnnotationsArray.h
│   │   │   │   └── XpcTracing.h
│   │   │   └── lib
│   │   │   ├── API
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   ├── CodeCompletionResultsArray.cpp
│   │   │   │   ├── CompactArray.cpp
│   │   │   │   ├── DictionaryKeys.h
│   │   │   │   ├── DocStructureArray.cpp
│   │   │   │   ├── DocSupportAnnotationArray.cpp
│   │   │   │   ├── Requests.cpp
│   │   │   │   ├── sourcekitdAPI-Common.cpp
│   │   │   │   ├── sourcekitdAPI-InProc.cpp
│   │   │   │   ├── sourcekitdAPI-XPC.cpp
│   │   │   │   └── TokenAnnotationsArray.cpp
│   │   │   └── CMakeLists.txt
│   │   ├── sourcekitd-repl
│   │   │   ├── CMakeLists.txt
│   │   │   └── sourcekitd-repl.cpp
│   │   └── sourcekitd-test
│   │   ├── CMakeLists.txt
│   │   ├── Options.td
│   │   ├── sourcekitd-test.cpp
│   │   ├── TestOptions.cpp
│   │   └── TestOptions.h
│   ├── swift-api-digester
│   │   ├── CMakeLists.txt
│   │   └── swift-api-digester.cpp
│   ├── swift-demangle
│   │   ├── CMakeLists.txt
│   │   └── swift-demangle.cpp
│   ├── swift-ide-test
│   │   ├── CMakeLists.txt
│   │   ├── ModuleAPIDiff.cpp
│   │   ├── ModuleAPIDiff.h
│   │   ├── swift-ide-test.cpp
│   │   ├── XMLValidator.cpp
│   │   └── XMLValidator.h
│   ├── swift-llvm-opt
│   │   ├── CMakeLists.txt
│   │   └── LLVMOpt.cpp
│   ├── swift-refactor
│   │   ├── CMakeLists.txt
│   │   └── swift-refactor.cpp
│   ├── swift-reflection-dump
│   │   ├── CMakeLists.txt
│   │   └── swift-reflection-dump.cpp
│   ├── swift-reflection-test
│   │   ├── CMakeLists.txt
│   │   ├── messages.h
│   │   ├── overrides.c
│   │   ├── overrides.h
│   │   └── swift-reflection-test.c
│   ├── swift-remoteast-test
│   │   ├── CMakeLists.txt
│   │   ├── messages.h
│   │   └── swift-remoteast-test.cpp
│   ├── swift-stdlib-tool
│   │   ├── CMakeLists.txt
│   │   └── swift-stdlib-tool.mm
│   ├── SwiftSyntax
│   │   ├── AtomicCache.swift
│   │   ├── CMakeLists.txt
│   │   ├── RawSyntax.swift
│   │   ├── README.md
│   │   ├── SourcePresence.swift
│   │   ├── SwiftcInvocation.swift
│   │   ├── SwiftSyntax.swift
│   │   ├── SyntaxBuilders.swift.gyb
│   │   ├── SyntaxChildren.swift
│   │   ├── SyntaxCollection.swift
│   │   ├── SyntaxData.swift
│   │   ├── SyntaxFactory.swift.gyb
│   │   ├── SyntaxKind.swift.gyb
│   │   ├── SyntaxNodes.swift.gyb
│   │   ├── SyntaxRewriter.swift.gyb
│   │   ├── Syntax.swift
│   │   ├── TokenKind.swift.gyb
│   │   └── Trivia.swift
│   └── swift-syntax-test
│   ├── CMakeLists.txt
│   └── swift-syntax-test.cpp
├── unittests
│   ├── AST
│   │   ├── CMakeLists.txt
│   │   ├── SourceLocTests.cpp
│   │   ├── TestContext.cpp
│   │   ├── TestContext.h
│   │   ├── TypeMatchTests.cpp
│   │   └── VersionRangeLattice.cpp
│   ├── Basic
│   │   ├── BlotMapVectorTest.cpp
│   │   ├── CacheTest.cpp
│   │   ├── ClusteredBitVectorTest.cpp
│   │   ├── CMakeLists.txt
│   │   ├── CygMingOnceF.cpp
│   │   ├── DemangleTest.cpp
│   │   ├── DiverseStackTest.cpp
│   │   ├── EditorPlaceholderTest.cpp
│   │   ├── EncodedSequenceTest.cpp
│   │   ├── FileSystemTest.cpp
│   │   ├── ImmutablePointerSetTest.cpp
│   │   ├── OptionSetTest.cpp
│   │   ├── OwnedStringTest.cpp
│   │   ├── PointerIntEnumTest.cpp
│   │   ├── PrefixMapTest.cpp
│   │   ├── RangeTest.cpp
│   │   ├── SourceManagerTest.cpp
│   │   ├── StringExtrasTest.cpp
│   │   ├── SuccessorMapTest.cpp
│   │   ├── ThreadSafeRefCntPointerTest.cpp
│   │   ├── TransformArrayRefTest.cpp
│   │   ├── TreeScopedHashTableTest.cpp
│   │   ├── UnicodeGraphemeBreakTest.cpp.gyb
│   │   ├── UnicodeTest.cpp
│   │   └── ValueEnumeratorTest.cpp
│   ├── CMakeLists.txt
│   ├── Driver
│   │   ├── CMakeLists.txt
│   │   └── DependencyGraphTests.cpp
│   ├── IDE
│   │   ├── CMakeLists.txt
│   │   ├── CodeCompletionToken.cpp
│   │   └── Placeholders.cpp
│   ├── Parse
│   │   ├── BuildConfigTests.cpp
│   │   ├── CMakeLists.txt
│   │   ├── LexerTests.cpp
│   │   └── TokenizerTests.cpp
│   ├── Reflection
│   │   ├── CMakeLists.txt
│   │   └── TypeRef.cpp
│   ├── runtime
│   │   ├── Array.cpp
│   │   ├── CMakeLists.txt
│   │   ├── Enum.cpp
│   │   ├── Exclusivity.cpp
│   │   ├── LongTests
│   │   │   ├── CMakeLists.txt
│   │   │   └── LongRefcounting.cpp
│   │   ├── Metadata.cpp
│   │   ├── Mutex.cpp
│   │   ├── Refcounting.cpp
│   │   ├── Refcounting.mm
│   │   ├── Stdlib.cpp
│   │   └── weak.mm
│   ├── SourceKit
│   │   ├── CMakeLists.txt
│   │   ├── Support
│   │   │   ├── CMakeLists.txt
│   │   │   ├── FuzzyStringMatcherTest.cpp
│   │   │   └── ImmutableTextBufferTest.cpp
│   │   └── SwiftLang
│   │   ├── CMakeLists.txt
│   │   ├── CursorInfoTest.cpp
│   │   └── EditingTest.cpp
│   ├── SwiftDemangle
│   │   ├── CMakeLists.txt
│   │   └── DemangleTest.cpp
│   └── Syntax
│   ├── CMakeLists.txt
│   ├── DeclSyntaxTests.cpp
│   ├── ExprSyntaxTests.cpp
│   ├── GenericSyntaxTests.cpp
│   ├── RawSyntaxTests.cpp
│   ├── StmtSyntaxTests.cpp
│   ├── SyntaxCollectionTests.cpp
│   ├── ThreadSafeCachingTests.cpp
│   ├── TriviaTests.cpp
│   ├── TypeSyntaxTests.cpp
│   └── UnknownSyntaxTests.cpp
├── utils
│   ├── 80+-check
│   ├── analyze_deps.rb
│   ├── android
│   │   ├── adb
│   │   │   ├── commands.py
│   │   │   └── __init__.py
│   │   ├── adb_clean.py
│   │   ├── adb_push_built_products
│   │   │   ├── __init__.py
│   │   │   └── main.py
│   │   ├── adb_push_built_products.py
│   │   ├── adb_test_runner
│   │   │   ├── __init__.py
│   │   │   └── main.py
│   │   ├── adb_test_runner.py
│   │   ├── build-toolchain
│   │   ├── __init__.py
│   │   └── README.md
│   ├── apply-fixit-edits.py
│   ├── backtrace-check
│   ├── bug_reducer
│   │   ├── bug_reducer
│   │   │   ├── bug_reducer.py
│   │   │   ├── func_bug_reducer.py
│   │   │   ├── __init__.py
│   │   │   ├── list_reducer.py
│   │   │   ├── opt_bug_reducer.py
│   │   │   ├── random_bug_finder.py
│   │   │   ├── subprocess_utils.py
│   │   │   └── swift_tools.py
│   │   ├── README.md
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── test_funcbugreducer.py
│   │   ├── testfuncbugreducer_testbasic.swift
│   │   ├── test_optbugreducer.py
│   │   ├── testoptbugreducer_testbasic.swift
│   │   ├── testoptbugreducer_testreducefunction.swift
│   │   └── testoptbugreducer_testsuffixinneedofprefix.swift
│   ├── build-overlay
│   ├── build-presets.ini
│   ├── build-script
│   ├── build-script-impl
│   ├── build_swift
│   │   ├── argparse
│   │   │   ├── actions.py
│   │   │   ├── __init__.py
│   │   │   ├── parser.py
│   │   │   └── types.py
│   │   ├── defaults.py
│   │   ├── driver_arguments.py
│   │   ├── __init__.py
│   │   ├── README.md
│   │   └── tests
│   │   ├── argparse
│   │   │   ├── __init__.py
│   │   │   ├── test_actions.py
│   │   │   ├── test_parser.py
│   │   │   └── test_types.py
│   │   ├── expected_options.py
│   │   ├── __init__.py
│   │   ├── test_driver_arguments.py
│   │   └── utils.py
│   ├── build-toolchain
│   ├── check-incremental
│   ├── chex.py
│   ├── CMakeLists.txt
│   ├── cmpcodesize
│   │   ├── cmpcodesize
│   │   │   ├── compare.py
│   │   │   ├── __init__.py
│   │   │   └── main.py
│   │   ├── cmpcodesize.py
│   │   ├── setup.py
│   │   └── tests
│   │   ├── __init__.py
│   │   └── test_list_function_sizes.py
│   ├── coverage
│   │   ├── coverage-build-db
│   │   ├── coverage-generate-data
│   │   ├── coverage-query-db
│   │   └── coverage-touch-tests
│   ├── create-filecheck-test.py
│   ├── darwin-installer-scripts
│   │   └── postinstall
│   ├── dev-scripts
│   │   └── split-cmdline
│   ├── dtrace
│   │   ├── runtime.d
│   │   └── runtime_statistics.d
│   ├── error_enum_to_cases.pl
│   ├── find-overlay-dependencies-loop.sh
│   ├── find-overlay-dependencies.sh
│   ├── find-overlay-deps-closure.sh
│   ├── find-unused-diagnostics.sh
│   ├── generate_confusables.py
│   ├── gen-static-stdlib-link-args
│   ├── guard-malloc-swift
│   ├── gyb
│   ├── gyb_benchmark_support.py
│   ├── gyb_foundation_support.py
│   ├── gyb.py
│   ├── gyb_stdlib_support.py
│   ├── gyb_stdlib_unittest_support.py
│   ├── gyb_syntax_support
│   │   ├── AttributeNodes.py
│   │   ├── Child.py
│   │   ├── CommonNodes.py
│   │   ├── DeclNodes.py
│   │   ├── ExprNodes.py
│   │   ├── GenericNodes.py
│   │   ├── __init__.py
│   │   ├── kinds.py
│   │   ├── Node.py
│   │   ├── PatternNodes.py
│   │   ├── StmtNodes.py
│   │   ├── Token.py
│   │   └── TypeNodes.py
│   ├── GYBUnicodeDataUtils.py
│   ├── inferior-swift-mode.el
│   ├── jobstats
│   │   ├── __init__.py
│   │   └── jobstats.py
│   ├── line-directive
│   ├── lsan_leaks_suppression_list.txt
│   ├── optimizer_counters_to_sql.py
│   ├── pass-pipeline
│   │   ├── README.rst
│   │   ├── scripts
│   │   │   ├── pipeline_generator.py
│   │   │   └── pipelines_build_script.py
│   │   └── src
│   │   ├── passes.py
│   │   ├── pass_pipeline_library.py
│   │   └── pass_pipeline.py
│   ├── PathSanitizingFileCheck
│   ├── process-stats-dir.py
│   ├── profdata_merge_simple
│   ├── protocol_graph.py
│   ├── pygments
│   │   ├── README.txt
│   │   └── swift.py
│   ├── python_lint.py
│   ├── recursive-lipo
│   ├── resolve-crashes.py
│   ├── round-trip-syntax-test
│   ├── rth
│   ├── run-test
│   ├── rusage.py
│   ├── scale-test
│   ├── sil-mode.el
│   ├── sil-opt-verify-all-modules.py
│   ├── sourcekit_fuzzer
│   │   └── sourcekit_fuzzer.swift
│   ├── split_file.py
│   ├── static-executable-args.lnk
│   ├── submit-benchmark-results
│   ├── swift-api-dump.py
│   ├── swift-autocomplete.bash
│   ├── swift-bench.py
│   ├── swift_build_support
│   │   ├── __init__.py
│   │   ├── README.md
│   │   ├── swift_build_support
│   │   │   ├── arguments.py
│   │   │   ├── cache_util.py
│   │   │   ├── cmake.py
│   │   │   ├── debug.py
│   │   │   ├── diagnostics.py
│   │   │   ├── host.py
│   │   │   ├── __init__.py
│   │   │   ├── migration.py
│   │   │   ├── products
│   │   │   │   ├── cmark.py
│   │   │   │   ├── foundation.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── libdispatch.py
│   │   │   │   ├── libicu.py
│   │   │   │   ├── llbuild.py
│   │   │   │   ├── lldb.py
│   │   │   │   ├── llvm.py
│   │   │   │   ├── ninja.py
│   │   │   │   ├── product.py
│   │   │   │   ├── swiftpm.py
│   │   │   │   ├── swift.py
│   │   │   │   └── xctest.py
│   │   │   ├── shell.py
│   │   │   ├── SwiftBuildSupport.py
│   │   │   ├── targets.py
│   │   │   ├── tar.py
│   │   │   ├── toolchain.py
│   │   │   ├── which.py
│   │   │   ├── workspace.py
│   │   │   └── xcrun.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── mock-distcc
│   │   │   ├── products
│   │   │   │   ├── __init__.py
│   │   │   │   ├── test_llvm.py
│   │   │   │   ├── test_ninja.py
│   │   │   │   └── test_swift.py
│   │   │   ├── test_arguments.py
│   │   │   ├── test_cache_util.py
│   │   │   ├── test_cmake.py
│   │   │   ├── test_debug.py
│   │   │   ├── test_host.py
│   │   │   ├── test_migration.py
│   │   │   ├── test_shell.py
│   │   │   ├── test_targets.py
│   │   │   ├── test_tar.py
│   │   │   ├── test_toolchain.py
│   │   │   ├── test_which.py
│   │   │   ├── test_workspace.py
│   │   │   └── test_xcrun.py
│   │   └── test_swift_build_support.sh
│   ├── SwiftFloatingPointTypes.py
│   ├── SwiftIntTypes.py
│   ├── swift-mode.el
│   ├── swift-project-settings.el
│   ├── symbolicate-linux-fatal
│   ├── test-clustered-bit-vector
│   │   ├── generator.cpp
│   │   ├── Makefile
│   │   └── test.cpp
│   ├── test-prefix-map
│   │   ├── main.cpp
│   │   └── Makefile
│   ├── test-successor-map
│   │   ├── main.cpp
│   │   └── Makefile
│   ├── toolchain-codesign
│   ├── toolchain-installer
│   ├── type-layout-fuzzer.py
│   ├── UnicodeData
│   │   ├── confusables.txt
│   │   ├── COPYRIGHT.txt
│   │   ├── GraphemeBreakProperty.txt
│   │   └── GraphemeBreakTest.txt
│   ├── update-checkout
│   ├── update-checkout.cmd
│   ├── update-checkout-config.json
│   ├── update_checkout.py
│   ├── viewcfg
│   ├── vim
│   │   ├── CMakeLists.txt
│   │   ├── ftdetect
│   │   │   ├── sil.vim
│   │   │   ├── swiftgyb.vim
│   │   │   └── swift.vim
│   │   ├── ftplugin
│   │   │   ├── swiftgyb.vim
│   │   │   └── swift.vim
│   │   ├── swift-format.py
│   │   └── syntax
│   │   ├── sil.vim
│   │   ├── swiftgyb.vim
│   │   └── swift.vim
│   └── WindowsSDKVFSOverlay.yaml.in
└── validation-test
├── benchmark
│   └── generate-harness.test-sh
├── BuildSystem
│   └── LTO
│   ├── host-libraries-do-have-bitcode.test-sh
│   ├── lto-object-files-only-have-line-tables.test-sh
│   ├── object-files-do-have-bitcode.test-sh
│   └── target-libraries-do-not-have-bitcode.test-sh
├── ClangImporter
│   ├── explicit-system-framework-path.swift
│   ├── Inputs
│   │   ├── explicit-system-framework-path
│   │   │   ├── override
│   │   │   │   ├── Test.framework
│   │   │   │   │   ├── Headers
│   │   │   │   │   │   └── Test.h
│   │   │   │   │   └── Modules
│   │   │   │   │   └── module.modulemap
│   │   │   │   └── TestUser.framework
│   │   │   │   ├── Headers
│   │   │   │   │   └── TestUser.h
│   │   │   │   └── Modules
│   │   │   │   └── module.modulemap
│   │   │   └── sdkroot
│   │   │   └── Library
│   │   │   └── Frameworks
│   │   │   └── Test.framework
│   │   │   ├── Headers
│   │   │   │   └── Test.h
│   │   │   └── Modules
│   │   │   └── module.modulemap
│   │   └── macros-repeatedly-redefined
│   │   ├── A.h
│   │   ├── B.h
│   │   ├── C.h
│   │   ├── D.h
│   │   ├── E.h
│   │   ├── F.h
│   │   └── module.modulemap
│   └── macros-repeatedly-redefined.swift
├── compiler_crashers
│   ├── 28510-size-t-llvm-sys-locale-columnwidth-i-gettext-i-gettext-size.swift
│   ├── 28598-issatisfied-request.swift
│   ├── 28627-unreachable-executed-at-swift-include-swift-ast-exprnodes-def-79.swift
│   ├── 28628-gettype-e-isassignabletype-setting-access-kind-on-non-l-value.swift
│   ├── 28653-child-source-range-not-contained-within-its-parent.swift
│   ├── 28682-swift-lowering-silgenfunction-emitopenexistential.swift
│   ├── 28689-swift-lowering-silgenfunction-emitopenexistential.swift
│   ├── 28739-unreachable-executed-at-swift-lib-ast-type-cpp-229.swift
│   ├── 28757-conformance-getwitness-requirement-nullptr-getdecl-match-witness-deduced-differe.swift
│   ├── 28766-swift-iterativetypechecker-isqualifiedlookupindeclcontextsatisfied-swift-declcon.swift
│   ├── 28778-hasaccessibility-accessibility-not-computed-yet.swift
│   ├── 28779-parent-parent-is-nominaltype-parent-is-boundgenerictype-parent-is-unboundgeneric.swift
│   ├── 28780-hasinterfacetype-no-interface-type-was-set.swift
│   ├── 28782-superclass-superclass-isequal-t-should-have-diagnosed-multiple-superclasses-by-n.swift
│   ├── 28785-membertype-received-null-dependent-member-type.swift
│   ├── 28786-swift-typebase-getcontextsubstitutions-swift-declcontext-const-swift-genericenvi.swift
│   ├── 28797-declbits-beingvalidated-ibv.swift
│   ├── 28798-swift-genericenvironment-queryinterfacetypesubstitutions-operator-swift-substitu.swift
│   ├── 28799-swift-type-subst-swift-substitutionmap-const-swift-substoptions-const.swift
│   ├── 28800-unreachable-executed-at-swift-lib-ast-type-cpp-3247.swift
│   ├── 28801-swift-typebase-getcontextsubstitutions-swift-declcontext-const-swift-genericenvi.swift
│   ├── 28806-swift-silmodule-get-or-create-function.swift
│   ├── 28809-isdigit-ident-pos-first-char-of-sub-string-may-not-be-a-digit.swift
│   ├── 28812-getgenericparams.swift
│   ├── 28814-basety-hasunboundgenerictype.swift
│   ├── 28818-hastype-e-expected-type-to-have-been-set.swift
│   ├── 28823-impl-getgraphindex-typevariables-size-out-of-bounds-index.swift
│   ├── 28826-type-haserror-should-not-be-assigning-a-type-involving-errortype.swift
│   ├── 28828-unreachable-executed-at-swift-lib-ast-type-cpp-3237.swift
│   ├── 28829-replacement-ismaterializable-cannot-substitute-with-a-non-materializable-type.swift
│   ├── 28833-foundintype-isexistentialtype.swift
│   ├── 28834-t-isnull-t-is-inouttype.swift
│   ├── 28836-functy-hasarchetype.swift
│   ├── 28837-swift-protocolcompositiontype-get-swift-astcontext-const-llvm-arrayref-swift-typ.swift
│   ├── 28839-genericsig.swift
│   ├── 28840-swift-typebase-getcanonicaltype.swift
│   ├── 28841-swift-valuedecl-getformalaccessscope-swift-declcontext-const-bool-const.swift
│   ├── 28844-swift-typebase-getcanonicaltype.swift
│   ├── 28845-llvm-optional-swift-type-llvm-function-ref-llvm-optional-swift-type-swift-typeba.swift
│   ├── 28847-type-hasunboundgenerictype.swift
│   ├── 28849-hasval.swift
│   ├── 28850-unreachable-executed-at-swift-lib-sema-typecheckgeneric-cpp-220.swift
│   ├── 28856-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
│   ├── 28859-resolver-unable-to-resolve-type-witness.swift
│   ├── 28860-iscomplete-isinvalid-conformance-already-complete.swift
│   ├── 28861-gpdecl-getdepth-generictypeparamdecl-invaliddepth-parameter-hasnt-been-validated.swift
│   ├── 28862-swift-protocoldecl-getinheritedprotocols-const.swift
│   ├── lit.local.cfg
│   └── README
├── compiler_crashers_2
│   ├── 0121-rdar26498438.swift
│   ├── 0122-rdar27383752.swift
│   ├── 0123-rdar31164540.swift
│   ├── 0127-sr5546.swift
│   └── 0130-sr5013.swift
├── compiler_crashers_2_fixed
│   ├── 0001-rdar19792730.swift
│   ├── 0002-rdar19792768.swift
│   ├── 0003-rdar20564378.swift
│   ├── 0003-rdar20740573.swift
│   ├── 0004-rdar20564605.swift
│   ├── 0006-rdar20588474.swift
│   ├── 0007-rdar20750480.swift
│   ├── 0008-rdar18796397.swift
│   ├── 0009-rdar18996669.swift
│   ├── 0010-rdar20638881.swift
│   ├── 0011-rdar20985062.swift
│   ├── 0011-rdar21042357.swift
│   ├── 0012-rdar20270240.swift
│   ├── 0013-rdar19519590.swift
│   ├── 0014-rdar20508671.swift
│   ├── 0015-rdar16803384.swift
│   ├── 0016-rdar21437203.swift
│   ├── 0017-rdar21087186.swift
│   ├── 0018-rdar21524144.swift
│   ├── 0019-rdar21511651.swift
│   ├── 0020-rdar21598514.swift
│   ├── 0021-rdar21333511.swift
│   ├── 0022-rdar21625478.swift
│   ├── 0023-rdar21679169.swift
│   ├── 0024-rdar21551616.swift
│   ├── 0025-rdar21783334.swift
│   ├── 0026-rdar21382194.swift
│   ├── 0027-rdar21514140.swift
│   ├── 0028-rdar19686707.swift
│   ├── 0029-rdar21389284.swift
│   ├── 0030-rdar19534837.swift
│   ├── 0031-rdar19606899.swift
│   ├── 0032-rdar19919421.swift
│   ├── 0033-rdar21945994.swift
│   ├── 0034-rdar21982453.swift
│   ├── 0035-rdar22003613.swift
│   ├── 0036-rdar23719809.swift
│   ├── 0037-SILWitnessVisitor.swift
│   ├── 0038-lowering-CheckedCastEmitter-emitConditional.swift
│   ├── 0039-typechecker-crash.swift
│   ├── 0040-rdar23899799-broken-bool.swift
│   ├── 0041-walkToDeclPost-crash.swift
│   ├── 0042-rdar21775089.swift
│   ├── 0043-rdar25298116.swift
│   ├── 0044-enum-dot-crash.swift
│   ├── 0045-sr3267.swift
│   ├── 0046-recursive-generic-arg-in-inherited-clause.swift
│   ├── 0047-sr1307.swift
│   ├── 0048-sr2333.swift
│   ├── 0049-sr2611.swift
│   ├── 0050-sr3159.swift
│   ├── 0051-sr3212.swift
│   ├── 0052-sr3478.swift
│   ├── 0053-sr490.swift
│   ├── 0054-sr833.swift
│   ├── 0055-sr3137.swift
│   ├── 0056-sr3326.swift
│   ├── 0057-rdar29587093.swift
│   ├── 0058-rdar29223240.swift
│   ├── 0059-sr3321.swift
│   ├── 0060-sr2702.swift
│   ├── 0061-sr3173.swift
│   ├── 0062-rdar28765265.swift
│   ├── 0063-rdar29782437.swift
│   ├── 0064-rdar27627862.swift
│   ├── 0065-sr3706.swift
│   ├── 0066-sr3687.swift
│   ├── 0066-sr3687-updated.swift
│   ├── 0067-typeof-check-source-ranges.swift
│   ├── 0068-sr3853.swift
│   ├── 0069-sr3657.swift
│   ├── 0070-sr3515.swift
│   ├── 0071-sr3714.swift
│   ├── 0072-sr3895-2.swift
│   ├── 0072-sr3895.swift
│   ├── 0073-sr2796.swift
│   ├── 0074-rdar28544316.swift
│   ├── 0075-rdar30248571.swift
│   ├── 0076-sr3500.swift
│   ├── 0077-sr3884.swift
│   ├── 0078-sr4059.swift
│   ├── 0079-rdar30702721.swift
│   ├── 0080-rdar30442622.swift
│   ├── 0081-rdar30751491.swift
│   ├── 0082-rdar30354669.swift
│   ├── 0083-rdar31163470-1.swift
│   ├── 0083-rdar31163470-2.swift
│   ├── 0084-rdar31093854.swift
│   ├── 0085-rdar31000248.swift
│   ├── 0086-sr4301.swift
│   ├── 0087-sr4016.swift
│   ├── 0088-sr4315.swift
│   ├── 0089-sr4458.swift
│   ├── 0090-emit-implied-witness-table-ref.swift
│   ├── 0090-sr4617.swift
│   ├── 0091-rdar30168645.swift
│   ├── 0092-se-0154.swift
│   ├── 0093-sr-4471.swift
│   ├── 0094-rdar30689883.swift
│   ├── 0095-rdar30154791.swift
│   ├── 0096-sr4272.swift
│   ├── 0097-rdar32077627.swift
│   ├── 0098-rdar30354669.swift
│   ├── 0099-sr4973.swift
│   ├── 0100-sr4295.swift
│   ├── 0101-sr5014.swift
│   ├── 0102-sr4575.swift
│   ├── 0103-sr4743.swift
│   ├── 0104-sr4388.swift
│   ├── 0105-sr1261.swift
│   ├── 0105-sr5050.swift
│   ├── 0106-rdar32700180.swift
│   ├── 0107-rdar32700180.swift
│   ├── 0108-sr4088.swift
│   ├── 0109-sr4737.swift
│   ├── 0110-sr4786.swift
│   ├── 0111-rdar33067102.swift
│   ├── 0112-rdar33135487.swift
│   ├── 0112-rdar33139928.swift
│   ├── 0113-rdar33044867.swift
│   ├── 0114-rdar33189068.swift
│   ├── 0115-sr5601.swift
│   ├── 0116-rdar33365139.swift
│   ├── 0117-rdar33433087.swift
│   ├── 0118-rdar31529413.swift
│   ├── 0119-rdar33613329.swift
│   ├── 0120-rdar34184392.swift
│   ├── 0122-rdar30965000.swift
│   ├── 0124-sr5825.swift
│   ├── 0125-rdar33575781.swift
│   ├── 0126-sr5905.swift
│   ├── 0128-rdar35088384.swift
│   ├── 0129-rdar35019075.swift
│   ├── 0130-rdar35632543.swift
│   ├── 0131-sr6466.swift
│   ├── 0132-rdar35699666.swift
│   ├── 0133-rdar35832679.swift
│   ├── 0134-rdar35947198.swift
│   ├── 0135-rdar26140749.swift
│   ├── 0135-rdar36111009.swift
│   ├── 0136-rdar35082483.swift
│   ├── 0138-rdar36449760.swift
│   ├── 0138-rdar36453271.swift
│   ├── 0140-sr6746.swift
│   ├── 0141-rdar36989792.swift
│   ├── 0142-rdar36549499.swift
│   ├── 0144-sr7072.swift
│   ├── 0145-sr7097.swift
│   ├── Inputs
│   │   ├── 0068-sr3853
│   │   │   ├── BaseLib.h
│   │   │   ├── module.modulemap
│   │   │   └── other.swift
│   │   └── sr5330
│   │   ├── module.modulemap
│   │   └── ObjCPart.h
│   ├── rdar35441779.swift
│   ├── sr5330.swift
│   └── sr-5836.swift
├── compiler_crashers_fixed
│   ├── 00006-swift-mangle-mangler-manglecontext.swift
│   ├── 00007-convenience-init-in-extension.swift
│   ├── 00012-emitdirecttypemetadataref.swift
│   ├── 00017-llvm-foldingset-llvm-attributesetnode-nodeequals.swift
│   ├── 00018-swift-irgen-emitpolymorphicarguments.swift
│   ├── 00020-swift-typechecker-conformstoprotocol.swift
│   ├── 00023-getcallerdefaultarg.swift
│   ├── 00024-emitdirecttypemetadataref.swift
│   ├── 00025-no-stacktrace.swift
│   ├── 00027-void-map-over-sequence.swift
│   ├── 00029-class-with-anyobject-type-constraint.swift
│   ├── 00036-szone-malloc-should-clear.swift
│   ├── 00037-no-stacktrace.script.swift
│   ├── 00039-string-join.script.swift
│   ├── 00040-std-function-func-swift-constraints-solution-computesubstitutions.swift
│   ├── 00043-substdependenttypes.swift
│   ├── 00046-swift-archetypebuilder-potentialarchetype-getnestedtype.timeout.swift
│   ├── 00047-emitdirecttypemetadataref.swift
│   ├── 00049-swift-nominaltypedecl-getmembers.swift
│   ├── 00051-resolvetypedecl.swift
│   ├── 00052-no-stacktrace.swift
│   ├── 00053-std-function-func-swift-type-subst.swift
│   ├── 00056-addminimumprotocols.swift
│   ├── 00057-get-type-of-member-reference.swift
│   ├── 00058-get-self-type-for-container.swift
│   ├── 00059-fold-sequence.swift
│   ├── 00060-adjust-function-type.swift
│   ├── 00062-ioctl.swift
│   ├── 00063-tiny-malloc-from-free-list.swift
│   ├── 00064-bool.swift
│   ├── 00065-cerror.swift
│   ├── 00066-diagnoseunknowntype.swift
│   ├── 00067-szone-malloc-should-clear.swift
│   ├── 00068-foldsequence.swift
│   ├── 00069-swift-typevisitor.swift
│   ├── 00070-getgenericparam.swift
│   ├── 00071-getselftypeforcontainer.swift
│   ├── 00072-llvm-bitstreamcursor-readrecord.swift
│   ├── 00073-llvm-errs.swift
│   ├── 00074-swift-typeloc-iserror.swift
│   ├── 00075-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 00076-llvm-foldingset-swift-constraints-constraintlocator-nodeequals.swift
│   ├── 00077-swift-typechecker-validatedecl.swift
│   ├── 00078-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 00079-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00080-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 00081-resolvetypedecl.swift
│   ├── 00082-std-function-func-containsprotocolself.swift
│   ├── 00083-std-function-func-mapsignaturetype.swift
│   ├── 00084-std-function-func-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 00085-swift-typechecker-typecheckpattern.swift
│   ├── 00086-std-function-func-swift-type-subst.swift
│   ├── 00087-swift-archetypebuilder-resolvearchetype.swift
│   ├── 00088-swift-archetypetype-getnestedtype.swift
│   ├── 00089-swift-archetypetype-setnestedtypes.swift
│   ├── 00090-swift-astcontext-getidentifier.swift
│   ├── 00091-swift-astprinter-printname.swift
│   ├── 00092-swift-availabilityattr-isunavailable.swift
│   ├── 00093-swift-boundgenerictype-get.swift
│   ├── 00094-swift-bracestmt-create.swift
│   ├── 00095-swift-clangimporter-implementation-mergepropinfointoaccessor.swift
│   ├── 00096-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00097-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 00098-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 00099-swift-constraints-constraintgraph-change-undo.swift
│   ├── 00100-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 00101-swift-constraints-constraintsystem-applysolution.swift
│   ├── 00102-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 00103-swift-constraints-constraintsystem-diagnosefailurefromconstraints.swift
│   ├── 00104-swift-constraints-constraintsystem-finalize.swift
│   ├── 00105-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 00106-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00107-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00108-swift-constraints-constraintsystem-lookthroughimplicitlyunwrappedoptionaltype.swift
│   ├── 00109-swift-constraints-constraintsystem-matchfunctiontypes.swift
│   ├── 00110-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 00111-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 00112-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 00113-swift-constraints-constraintsystem-solve.swift
│   ├── 00114-swift-constraints-solution-computesubstitutions.swift
│   ├── 00115-swift-declcontext-lookupqualified.swift
│   ├── 00116-swift-declname-printpretty.swift
│   ├── 00117-swift-declrefexpr-setgenericargs.swift
│   ├── 00118-swift-dependentgenerictyperesolver-resolvegenerictypeparamtype.swift
│   ├── 00119-swift-dependentmembertype-get.swift
│   ├── 00120-swift-derivedconformance-deriveequatable.swift
│   ├── 00121-swift-diagnosticengine-diagnose.swift
│   ├── 00122-swift-typechecker-coercepatterntotype.swift
│   ├── 00123-swift-functiontype-get.swift
│   ├── 00124-swift-genericfunctiontype-get.swift
│   ├── 00125-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 00126-swift-generictypetoarchetyperesolver-resolvegenerictypeparamtype.swift
│   ├── 00127-swift-inflightdiagnostic.swift
│   ├── 00128-swift-lexer-getlocforendoftoken.swift
│   ├── 00129-swift-lexer-lexidentifier.swift
│   ├── 00130-swift-lexer-leximpl.swift
│   ├── 00131-swift-lexer-lexnumber.swift
│   ├── 00132-swift-lexer-lexoperatoridentifier.swift
│   ├── 00133-swift-typechecker-resolvetypeincontext.swift
│   ├── 00134-swift-metatypetype-get.swift
│   ├── 00135-swift-modulefile-getdecl.swift
│   ├── 00136-swift-modulefile-getimportedmodules.swift
│   ├── 00137-swift-modulefile-gettype.swift
│   ├── 00138-swift-modulefile-maybereadpattern.swift
│   ├── 00139-swift-typechecker-resolveidentifiertype.swift
│   ├── 00140-swift-nominaltypedecl-computetype.swift
│   ├── 00141-swift-nominaltypedecl-getextensions.swift
│   ├── 00142-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 00143-swift-parentype-get.swift
│   ├── 00144-swift-parser-consumetoken.swift
│   ├── 00145-swift-parser-parsebraceitems.swift
│   ├── 00146-swift-parser-parseexpridentifier.swift
│   ├── 00147-swift-parser-parseexprstringliteral.swift
│   ├── 00148-swift-parser-parseexprunary.swift
│   ├── 00149-swift-typechecker-callwitness.swift
│   ├── 00150-swift-parser-parseparameterclause.swift
│   ├── 00151-swift-parser-parsetype.swift
│   ├── 00152-swift-parser-parsetypeidentifier.swift
│   ├── 00153-swift-parser-parsetypesimple.swift
│   ├── 00154-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 00155-swift-protocoldecl-requiresclassslow.swift
│   ├── 00156-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 00157-swift-sourcefile-getcache.swift
│   ├── 00158-swift-streamprinter-printtext.swift
│   ├── 00160-swift-substitutedtype-get.swift
│   ├── 00161-swift-tupletype-get.swift
│   ├── 00162-swift-type-transform.swift
│   ├── 00163-swift-type-walk.swift
│   ├── 00164-swift-typebase-getcanonicaltype.swift
│   ├── 00165-swift-typebase-getdesugaredtype.swift
│   ├── 00166-swift-typebase-isequal.swift
│   ├── 00167-swift-typebase-isexistentialtype.swift
│   ├── 00168-swift-typebase-isspecialized.swift
│   ├── 00169-swift-typebase-operator.swift
│   ├── 00170-swift-parser-skipsingle.swift
│   ├── 00171-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 00172-swift-archetypebuilder-inferrequirementswalker-walktotypepost.swift
│   ├── 00173-swift-typealiasdecl-typealiasdecl.swift
│   ├── 00174-swift-scopeinfo-addtoscope.swift
│   ├── 00175-swift-parser-parseexprlist.swift
│   ├── 00176-vtable.swift
│   ├── 00177-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 00178-llvm-foldingset-swift-genericsignature-nodeequals.swift
│   ├── 00179-swift-protocolcompositiontype-build.swift
│   ├── 00180-szone-free-definite-size.swift
│   ├── 00181-swift-parser-parseexprclosure.swift
│   ├── 00182-swift-astcontext-getconformance.swift
│   ├── 00183-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 00184-swift-modulefile-lookupvalue.swift
│   ├── 00185-swift-completegenerictyperesolver-resolvegenerictypeparamtype.swift
│   ├── 00186-swift-genericsignature-profile.swift
│   ├── 00187-swift-lowering-typeconverter-getfunctiontypewithcaptures.swift
│   ├── 00188-swift-removeshadoweddecls.swift
│   ├── 00189-swift-tuplepattern-create.swift
│   ├── 00190-swift-constraints-constraintgraph-unbindtypevariable.swift
│   ├── 00191-swift-astprinter-printtextimpl.swift
│   ├── 00192-swift-astcontext-setconformsto.swift
│   ├── 00193-swift-typebase-gettypevariables.swift
│   ├── 00194-swift-parser-parseexprsequence.swift
│   ├── 00195-swift-namelookup-lookupinmodule.swift
│   ├── 00196-swift-constraints-constraint-create.swift
│   ├── 00197-swift-performstmtdiagnostics.swift
│   ├── 00198-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 00199-swift-optional-swift-diagnostic-operator.swift
│   ├── 00200-swift-parser-parsestmtreturn.swift
│   ├── 00201-swift-parser-parsetoken.swift
│   ├── 00202-swift-parser-parseexprpostfix.swift
│   ├── 00203-swift-type-print.swift
│   ├── 00204-swift-parser-parsedeclprotocol.swift
│   ├── 00205-swift-exprhandle-get.swift
│   ├── 00206-swift-type-subst.swift
│   ├── 00207-swift-parser-parseexprcallsuffix.swift
│   ├── 00208-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 00209-swift-parser-parseclosuresignatureifpresent.swift
│   ├── 00210-swift-constraints-constraintsystem-simplifyconformstoconstraint.swift
│   ├── 00211-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 00212-swift-constraints-solution-simplifytype.swift
│   ├── 00213-swift-typechecker-validatetype.swift
│   ├── 00214-swift-typebase-gettypeofmember.swift
│   ├── 00215-swift-optional-swift-infixoperatordecl.swift
│   ├── 00216-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 00217-swift-associatedtypedecl-associatedtypedecl.swift
│   ├── 00218-swift-parser-parsegenericarguments.swift
│   ├── 00219-swift-module-isstdlibmodule.swift
│   ├── 00220-llvm-foldingsetimpl-findnodeorinsertpos.swift
│   ├── 00221-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 00222-swift-modulefile-modulefile.swift
│   ├── 00223-swift-stringliteralexpr-stringliteralexpr.swift
│   ├── 00224-swift-generictypeparamtype-get.swift
│   ├── 00225-swift-classdecl-recordobjcmember.swift
│   ├── 00227-swift-clangimporter-implementation-getknownobjcmethod.swift
│   ├── 00228-swift-clangimporter-loadextensions.swift
│   ├── 00229-getarchetypesubstitution.random.swift
│   ├── 00230-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 00231-swift-constraints-constraintlocator-profile.swift
│   ├── 00232-swift-lookupresult-filter.swift
│   ├── 00233-swift-typechecker-validategenericfuncsignature.swift
│   ├── 00234-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift
│   ├── 00235-swift-genericparamlist-print.swift
│   ├── 00236-swift-typechecker-typecheckforeachbinding.swift
│   ├── 00237-swift-declrefexpr-setspecialized.swift
│   ├── 00238-llvm-foldingsetnodeid-operator.swift
│   ├── 00239-swiftdeclconverter-importconstructor.swift
│   ├── 00240-argemitter-emitexpanded.swift
│   ├── 00241-swift-lowering-typeconverter-getconstantinfo.swift
│   ├── 00242-swift-lowering-silgenfunction-emitclosurevalue.swift
│   ├── 00244-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00245-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 00246-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 00247-swift-metatypetype-get.swift
│   ├── 00248-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 00249-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 00250-swift-parser-consumestartinggreater.swift
│   ├── 00251-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 00252-swift-astcontext-getidentifier.swift
│   ├── 00253-swift-constraints-constraintsystem-constraintsystem.swift
│   ├── 00254-swift-typechecker-resolvetypeincontext.swift
│   ├── 00255-swift-tuplepattern-createsimple.swift
│   ├── 00256-swift-tupleexpr-create.swift
│   ├── 00257-swift-partialgenerictypetoarchetyperesolver-resolvegenerictypeparamtype.swift
│   ├── 00258-swift-constraints-constraintsystem-resolveoverload.swift
│   ├── 00259-swift-lexer-leximpl.swift
│   ├── 00260-swift-declname-printpretty.random.swift
│   ├── 00261-swift-parser-parseexprpostfix.swift
│   ├── 00262-swift-camel-case-getfirstword.swift
│   ├── 00263-swift-constraints-constraintsystem-opentype.swift
│   ├── 00264-isvalididentifiercontinuationcodepoint.swift
│   ├── 00265-swift-typechecker-validatedecl.swift
│   ├── 00266-swift-parser-parseexprorstmt.swift
│   ├── 00267-swift-parser-parseexprcallsuffix.swift
│   ├── 00268-swift-typechecker-typecheckexpression.swift
│   ├── 00272-llvm-irbuilder-createcall.swift
│   ├── 00273-swift-constraints-constraintgraphnode-getadjacency.swift
│   ├── 00274-swift-typechecker-checkinheritanceclause.swift
│   ├── 00275-swift-parser-parseexprpostfix.swift
│   ├── 00276-llvm-errs.swift
│   ├── 00277-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 00278-getselftypeforcontainer.swift
│   ├── 00279-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00280-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 00281-void.swift
│   ├── 00282-malloc-zone-malloc.swift
│   ├── 00283-swift-typebase-isspecialized.swift
│   ├── 00284-swift-modulefile-maybereadconformance.swift
│   ├── 00285-getcallerdefaultarg.swift
│   ├── 00286-resolvetypedecl.swift
│   ├── 00287-clang-astcontext-getobjcinterfacetype.swift
│   ├── 00288-swift-typebase-getcanonicaltype.swift
│   ├── 00289-getselftypeforcontainer.swift
│   ├── 00290-swift-declcontext-lookupqualified.swift
│   ├── 00291-swift-clangmoduleunit-lookupvalue.swift
│   ├── 00293-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00294-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00295-getselftypeforcontainer.swift
│   ├── 00296-swift-type-walk.swift
│   ├── 00297-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00298-vtable.swift
│   ├── 00299-resolvetypedecl.swift
│   ├── 00300-swift-typebase-operator.swift
│   ├── 00301-swift-declcontext-lookupqualified.swift
│   ├── 00302-resolvetypedecl.swift
│   ├── 00303-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00304-swift-tuplepattern-create.swift
│   ├── 00305-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 00306-std-function-func-mapsignaturetype.swift
│   ├── 00307-addminimumprotocols.swift
│   ├── 00308-llvm-raw-ostream-write.swift
│   ├── 00309-llvm-prettystacktraceentry-prettystacktraceentry.swift
│   ├── 00311-clang-astreader-readtyperecord.swift
│   ├── 00312-swift-genericparamlist-create.swift
│   ├── 00313-swift-typechecker-getprotocol.swift
│   ├── 00314-swift-lowering-typeconverter-getloweredastfunctiontype.swift
│   ├── 00315-swift-genericsignature-get.swift
│   ├── 00316-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 00317-swift-typebase-gettypeofmember.swift
│   ├── 00318-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00319-std-function-func-swift-constraints-solution-computesubstitutions.swift
│   ├── 00320-getselftypeforcontainer.swift
│   ├── 00321-swift-typechecker-callwitness.swift
│   ├── 00323-swift-apply-generic-protocol.swift
│   ├── 00324-swift-shortcircuit-isequal.swift
│   ├── 00327-swift-typechecker-typecheckdecl.swift
│   ├── 00328-swift-parser-parseidentifier.swift
│   ├── 00329-swift-parser-parsedeclfunc.swift
│   ├── 00330-swift-structtype-get.swift
│   ├── 00331-llvm-raw-fd-ostream-write-impl.swift
│   ├── 00332-swift-typechecker-getbridgedtoobjc.swift
│   ├── 00333-swift-objcattr-createunnamedimplicit.swift
│   ├── 00334-swift-astvisitor.swift
│   ├── 00335-llvm-raw-fd-ostream-write-impl.swift
│   ├── 00336-swift-parser-parsetoplevelcodedecldelayed.swift
│   ├── 00337-swift-typechecker-checksubstitutions.swift
│   ├── 00338-llvm-smallptrsetimplbase-smallptrsetimplbase.swift
│   ├── 00339-swift-clangimporter-implementation-mapselectortodeclname.swift
│   ├── 00340-swift-parser-consumetoken.swift
│   ├── 00341-cleanupillformedexpression.swift
│   ├── 00342-getselftypeforcontainer.swift
│   ├── 00343-connectedcomponentsdfs.swift
│   ├── 00344-substituteinputsugarargumenttype.swift
│   ├── 00345-vtable.swift
│   ├── 00346-resolvetypedecl.swift
│   ├── 00347-llvm-smallvectorbase-grow-pod.swift
│   ├── 00348-llvm-densemapbase-llvm-smalldensemap-std-pair-swift-cantype.swift
│   ├── 00349-swift-typechecker-resolveidentifiertype.swift
│   ├── 00350-swift-constraints-constraintsystem-simplify.swift
│   ├── 00351-swift-typechecker-checksubstitutions.swift
│   ├── 00352-swift-archetypebuilder-resolvearchetype.swift
│   ├── 00353-resolvetypedecl.swift
│   ├── 00354-swift-modulefile-maybereadpattern.swift
│   ├── 00355-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00356-swift-parser-parsegenericarguments.swift
│   ├── 00357-swift-type-transform.swift
│   ├── 00358-swift-constraints-constraintsystem-lookthroughimplicitlyunwrappedoptionaltype.swift
│   ├── 00359-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00360-swift-parser-parseexprlist.swift
│   ├── 00361-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 00362-clang-stmt-statisticsenabled.swift
│   ├── 00363-swift-scopeinfo-addtoscope.swift
│   ├── 00364-swift-typechecker-isrepresentableinobjc.swift
│   ├── 00365-getselftypeforcontainer.swift
│   ├── 00366-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00367-llvm-errs.swift
│   ├── 00368-no-stacktrace.swift
│   ├── 00369-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00370-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 00371-swift-archetypetype-setnestedtypes.swift
│   ├── 00372-swift-declcontext-lookupqualified.swift
│   ├── 00373-swift-declcontext-lookupqualified.swift
│   ├── 00374-getselftypeforcontainer.swift
│   ├── 00375-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00376-void.swift
│   ├── 00377-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00378-swift-lexer-lexidentifier.swift
│   ├── 00379-swift-type-transform.swift
│   ├── 00380-swift-lexer-lexidentifier.swift
│   ├── 00381-swift-lexer-lexidentifier.swift
│   ├── 00382-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 00383-no-stacktrace.swift
│   ├── 00384-resolvetypedecl.swift
│   ├── 00385-swift-declcontext-lookupqualified.swift
│   ├── 00386-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00388-swift-availabilityattr-isunavailable.swift
│   ├── 00389-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00390-getselftypeforcontainer.swift
│   ├── 00391-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00392-llvm-prettystacktraceentry-prettystacktraceentry.swift
│   ├── 00393-resolvetypedecl.swift
│   ├── 00394-void.swift
│   ├── 00395-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00396-llvm-raw-fd-ostream-write-impl.random.swift
│   ├── 00397-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00398-no-stacktrace.swift
│   ├── 00399-resolvetypedecl.swift
│   ├── 00400-getselftypeforcontainer.swift
│   ├── 00401-swift-typechecker-checksubstitutions.swift
│   ├── 00402-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00403-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00404-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00405-void.swift
│   ├── 00406-swift-declcontext-lookupqualified.swift
│   ├── 00407-void.swift
│   ├── 00408-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 00409-llvm-raw-fd-ostream-write-impl.swift
│   ├── 00410-getselftypeforcontainer.swift
│   ├── 00411-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00412-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00413-swift-constraints-solution-computesubstitutions.swift
│   ├── 00414-swift-archetypebuilder-resolvearchetype.swift
│   ├── 00415-resolvetypedecl.swift
│   ├── 00416-swift-typechecker-conformstoprotocol.swift
│   ├── 00417-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00418-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00419-llvm-raw-fd-ostream-write-impl.swift
│   ├── 00420-getselftypeforcontainer.swift
│   ├── 00421-resolvetypedecl.swift
│   ├── 00422-void.swift
│   ├── 00423-swift-archetypebuilder-resolvearchetype.swift
│   ├── 00424-no-stacktrace.random.swift
│   ├── 00425-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00426-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00427-void.swift
│   ├── 00428-getcallerdefaultarg.swift
│   ├── 00429-vtable.swift
│   ├── 00430-resolvetypedecl.swift
│   ├── 00431-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00432-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00433-no-stacktrace.swift
│   ├── 00434-swift-type-walk.swift
│   ├── 00435-swift-typebase-getcanonicaltype.swift
│   ├── 00436-resolvetypedecl.swift
│   ├── 00437-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00438-swift-genericsignature-get.swift
│   ├── 00439-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00440-resolvetypedecl.swift
│   ├── 00441-swift-typebase-getcanonicaltype.swift
│   ├── 00442-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00443-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00444-resolvetypedecl.swift
│   ├── 00445-getselftypeforcontainer.swift
│   ├── 00446-resolvetypedecl.swift
│   ├── 00447-swift-typechecker-checksubstitutions.swift
│   ├── 00448-no-stacktrace.swift
│   ├── 00449-swift-typechecker-validatedecl.swift
│   ├── 00450-llvm-foldingsetimpl-findnodeorinsertpos.swift
│   ├── 00451-resolvetypedecl.swift
│   ├── 00452-nanl.random.swift
│   ├── 00453-resolvetypedecl.swift
│   ├── 00454-swift-lexer-lexidentifier.swift
│   ├── 00455-swift-parser-parseexprimpl.swift
│   ├── 00456-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00457-swift-declcontext-lookupqualified.swift
│   ├── 00458-swift-declcontext-lookupqualified.swift
│   ├── 00459-swift-archetypetype-setnestedtypes.swift
│   ├── 00460-bool.swift
│   ├── 00461-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00462-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00463-swift-metatypetype-get.swift
│   ├── 00464-resolvetypedecl.swift
│   ├── 00465-swift-typebase-isequal.swift
│   ├── 00466-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00467-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 00468-swift-parentype-get.swift
│   ├── 00469-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00470-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 00471-resolvetypedecl.swift
│   ├── 00472-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00473-getselftypeforcontainer.swift
│   ├── 00474-swift-typebase-getcanonicaltype.swift
│   ├── 00475-void.swift
│   ├── 00476-swift-typechecker-validatedecl.swift
│   ├── 00477-no-stacktrace.swift
│   ├── 00478-swift-type-walk.swift
│   ├── 00479-no-stacktrace.swift
│   ├── 00480-szone-free-definite-size.swift
│   ├── 00481-getselftypeforcontainer.swift
│   ├── 00482-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00483-resolvetypedecl.swift
│   ├── 00484-llvm-errs.swift
│   ├── 00485-swift-declcontext-lookupqualified.swift
│   ├── 00486-llvm-smallvectorbase-grow-pod.swift
│   ├── 00487-resolvetypedecl.swift
│   ├── 00488-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00489-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 00490-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00491-swift-type-transform.swift
│   ├── 00492-swift-metatypetype-get.swift
│   ├── 00493-swift-type-transform.swift
│   ├── 00494-swift-metatypetype-get.swift
│   ├── 00495-llvm-foldingsetnodeid-operator.swift
│   ├── 00496-getcallerdefaultarg.swift
│   ├── 00497-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00498-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00499-llvm-foldingsetimpl-findnodeorinsertpos.swift
│   ├── 00500-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00501-resolvetypedecl.swift
│   ├── 00502-swift-constraints-constraintsystem-diagnosefailurefromconstraints.swift
│   ├── 00503-swift-typebase-getcanonicaltype.swift
│   ├── 00504-resolvetypedecl.swift
│   ├── 00505-swift-lexer-lexidentifier.swift
│   ├── 00506-swift-boundgenerictype-get.swift
│   ├── 00507-std-basic-string-char.swift
│   ├── 00508-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00509-getselftypeforcontainer.swift
│   ├── 00510-resolvetypedecl.swift
│   ├── 00511-swift-constraints-constraintlocator-profile.swift
│   ├── 00512-getselftypeforcontainer.swift
│   ├── 00513-swift-typebase-getcanonicaltype.swift
│   ├── 00514-no-stacktrace.swift
│   ├── 00515-bool.swift
│   ├── 00516-no-stacktrace.swift
│   ├── 00517-swift-constraints-solution-computesubstitutions.swift
│   ├── 00518-no-stacktrace.swift
│   ├── 00519-void.swift
│   ├── 00520-getselftypeforcontainer.swift
│   ├── 00521-swift-tuplepattern-create.swift
│   ├── 00522-no-stacktrace.swift
│   ├── 00523-swift-typevisitor.swift
│   ├── 00524-std-function-func-swift-type-subst.swift
│   ├── 00525-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 00526-swift-typechecker-validatedecl.swift
│   ├── 00527-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00528-swift-declcontext-lookupqualified.swift
│   ├── 00529-swift-type-transform.swift
│   ├── 00530-swift-metatypetype-get.swift
│   ├── 00531-llvm-foldingsetnodeid-operator.swift
│   ├── 00532-swift-constraints-solution-solution.swift
│   ├── 00533-swift-typebase-getcanonicaltype.swift
│   ├── 00534-swift-typebase-getcanonicaltype.swift
│   ├── 00535-swift-type-transform.swift
│   ├── 00536-vtable.swift
│   ├── 00537-swift-constraints-solution-computesubstitutions.swift
│   ├── 00538-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00539-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00540-getselftypeforcontainer.swift
│   ├── 00541-resolvetypedecl.swift
│   ├── 00542-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00543-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 00544-resolvetypedecl.swift
│   ├── 00545-llvm-prettystacktraceentry-prettystacktraceentry.swift
│   ├── 00546-swift-typebase-getcanonicaltype.swift
│   ├── 00547-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 00548-no-stacktrace.swift
│   ├── 00549-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00550-std-function-func-swift-type-subst.swift
│   ├── 00551-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00552-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00553-resolvetypedecl.swift
│   ├── 00554-resolvetypedecl.swift
│   ├── 00555-swift-optional-swift-diagnostic-operator.swift
│   ├── 00556-resolvetypedecl.swift
│   ├── 00557-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00558-ioctl.swift
│   ├── 00559-void.swift
│   ├── 00560-swift-declcontext-lookupqualified.swift
│   ├── 00561-resolvetypedecl.swift
│   ├── 00562-swift-typechecker-typecheckexpression.swift
│   ├── 00563-cerror.swift
│   ├── 00564-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00565-swift-lexer-getlocforendoftoken.swift
│   ├── 00566-resolvetypedecl.swift
│   ├── 00567-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 00568-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00569-swift-declcontext-lookupqualified.swift
│   ├── 00570-swift-declcontext-lookupqualified.swift
│   ├── 00571-swift-declcontext-lookupqualified.swift
│   ├── 00572-resolvetypedecl.random.swift
│   ├── 00573-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 00574-getselftypeforcontainer.swift
│   ├── 00575-swift-typechecker-checksubstitutions.swift
│   ├── 00576-llvm-errs.swift
│   ├── 00577-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00578-swift-type-walk.swift
│   ├── 00579-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00580-vtable.swift
│   ├── 00581-no-stacktrace.swift
│   ├── 00582-a.swift
│   ├── 00583-swift-funcdecl-setdeserializedsignature.swift
│   ├── 00584-swift-constraints-constraintlocator-profile.swift
│   ├── 00585-getselftypeforcontainer.swift
│   ├── 00586-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00587-swift-pattern-foreachvariable.swift
│   ├── 00588-swift-typebase-getcanonicaltype.swift
│   ├── 00589-swift-diagnosticengine-diagnose.swift
│   ├── 00590-swift-type-walk.swift
│   ├── 00591-swift-typebase-getcanonicaltype.swift
│   ├── 00592-swift-parser-parseexpridentifier.swift
│   ├── 00593-getselftypeforcontainer.swift
│   ├── 00594-getselftypeforcontainer.swift
│   ├── 00595-swift-scopeinfo-addtoscope.swift
│   ├── 00596-swift-modulefile-lookupvalue.swift
│   ├── 00597-llvm-prettystacktraceentry-prettystacktraceentry.swift
│   ├── 00598-clang-sema-lookupname.swift
│   ├── 00599-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 00601-getselftypeforcontainer.swift
│   ├── 00602-swift-modulefile-gettype.swift
│   ├── 00603-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00604-swift-typebase-operator.swift
│   ├── 00605-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00606-swift-typechecker-conformstoprotocol.swift
│   ├── 00607-swift-typebase-getcanonicaltype.swift
│   ├── 00608-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 00609-llvm-prettystacktraceentry-prettystacktraceentry.swift
│   ├── 00610-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00611-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 00612-swift-typechecker-checksubstitutions.swift
│   ├── 00613-connectedcomponentsdfs.swift
│   ├── 00614-getselftypeforcontainer.swift
│   ├── 00615-swift-typebase-getcanonicaltype.swift
│   ├── 00616-swift-parser-parsedecl.swift
│   ├── 00617-swift-modulefile-gettype.swift
│   ├── 00618-swift-parser-parseexprsequence.swift
│   ├── 00619-swift-type-walk.swift
│   ├── 00620-llvm-bitstreamcursor-readabbreviatedfield.swift
│   ├── 00621-swift-type-walk.swift
│   ├── 00622-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00623-validateattributes.swift
│   ├── 00624-swift-constraints-solution-solution.swift
│   ├── 00625-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00626-swift-lexer-lexidentifier.swift
│   ├── 00627-bool.swift
│   ├── 00628-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00629-getselftypeforcontainer.swift
│   ├── 00630-llvm-smalldensemap-swift-constraints-constraint.swift
│   ├── 00631-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00632-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 00633-swift-constraints-solution-computesubstitutions.swift
│   ├── 00634-getselftypeforcontainer.swift
│   ├── 00635-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00636-llvm-twine-str.swift
│   ├── 00637-swift-lexer-getlocforendoftoken.swift
│   ├── 00638-swift-typechecker-typecheckexpressionshallow.swift
│   ├── 00639-void.swift
│   ├── 00640-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00641-swift-constraints-constraintsystem-solve.swift
│   ├── 00642-llvm-errs.swift
│   ├── 00643-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 00644-resolvetypedecl.swift
│   ├── 00645-resolvetypedecl.swift
│   ├── 00646-llvm-raw-fd-ostream-write-impl.swift
│   ├── 00647-std-function-func-swift-type-subst.swift
│   ├── 00648-swift-declcontext-lookupqualified.swift
│   ├── 00649-swift-metatypetype-get.swift
│   ├── 00650-szone-malloc-should-clear.swift
│   ├── 00651-resolvetypedecl.swift
│   ├── 00652-swift-constraints-constraintgraphnode-addconstraint.swift
│   ├── 00653-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 00654-swift-declcontext-lookupqualified.swift
│   ├── 00655-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00656-swift-astcontext-getidentifier.swift
│   ├── 00657-getselftypeforcontainer.swift
│   ├── 00658-swift-constraints-constraint-create.swift
│   ├── 00659-s.swift
│   ├── 00660-swift-modulefile-getdecl.swift
│   ├── 00661-getselftypeforcontainer.swift
│   ├── 00662-swift-typebase-isequal.swift
│   ├── 00663-swift-module-lookupconformance.swift
│   ├── 00664-swift-pattern-operator.swift
│   ├── 00665-swift-streamprinter-printtext.swift
│   ├── 00666-resolvetypedecl.swift
│   ├── 00667-swift-typedecl-getdeclaredtype.swift
│   ├── 00668-swift-typebase-getcanonicaltype.swift
│   ├── 00669-swift-metatypetype-get.swift
│   ├── 00670-getselftypeforcontainer.swift
│   ├── 00671-swift-constraints-solution-computesubstitutions.swift
│   ├── 00672-swift-diagnosticengine-diagnose.swift
│   ├── 00673-getselftypeforcontainer.swift
│   ├── 00674-getselftypeforcontainer.swift
│   ├── 00675-swift-astcontext-getprotocol.swift
│   ├── 00676-std-function-func-swift-type-subst.swift
│   ├── 00677-swift-typebase-isequal.swift
│   ├── 00678-swift-availabilityattr-isunavailable.swift
│   ├── 00679-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 00680-swift-type-walk.swift
│   ├── 00681-swift-declcontext-lookupqualified.swift
│   ├── 00682-swift-type-walk.swift
│   ├── 00683-swift-metatypetype-get.swift
│   ├── 00684-swift-type-walk.swift
│   ├── 00685-getselftypeforcontainer.swift
│   ├── 00686-swift-typebase-getcanonicaltype.swift
│   ├── 00687-swift-modulefile-getdecl.swift
│   ├── 00688-getselftypeforcontainer.swift
│   ├── 00689-b.swift
│   ├── 00690-swift-declname-declname.swift
│   ├── 00691-swift-inflightdiagnostic.swift
│   ├── 00692-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00693-swift-typechecker-validatetype.swift
│   ├── 00694-getselftypeforcontainer.swift
│   ├── 00695-swift-availabilityattr-isunavailable.swift
│   ├── 00696-std-function-func-swift-type-subst.swift
│   ├── 00697-swift-typebase-getcanonicaltype.swift
│   ├── 00698-swift-type-transform.swift
│   ├── 00699-swift-modulefile-lookupvalue.swift
│   ├── 00700-swift-constraints-constraintsystem-matchdeepequalitytypes.swift
│   ├── 00701-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00702-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 00703-swift-sourcemanager-addnewsourcebuffer.swift
│   ├── 00704-swift-type-walk.swift
│   ├── 00705-swift-typechecker-validategenericfuncsignature.swift
│   ├── 00706-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 00707-swift-metatypetype-get.swift
│   ├── 00708-swift-parser-parsetoken.swift
│   ├── 00709-getselftypeforcontainer.swift
│   ├── 00710-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00711-swift-declcontext-lookupqualified.swift
│   ├── 00712-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 00713-swift-declcontext-lookupqualified.swift
│   ├── 00714-void.swift
│   ├── 00715-swift-constraints-constraintsystem-solve.swift
│   ├── 00716-swift-archetypetype-setnestedtypes.swift
│   ├── 00717-swift-diagnosticengine-diagnose.swift
│   ├── 00718-swift-parentype-get.swift
│   ├── 00719-swift-typebase-getcanonicaltype.swift
│   ├── 00720-szone-malloc-should-clear.swift
│   ├── 00721-no-stacktrace.swift
│   ├── 00722-swift-type-walk.swift
│   ├── 00723-getselftypeforcontainer.swift
│   ├── 00724-swift-typechecker-coercepatterntotype.swift
│   ├── 00725-swift-type-walk.swift
│   ├── 00726-swift-typechecker-resolvetypeincontext.swift
│   ├── 00727-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00728-swift-typebase-getcanonicaltype.swift
│   ├── 00729-swift-pattern-foreachvariable.swift
│   ├── 00730-swift-modulefile-maybereadgenericparams.swift
│   ├── 00731-swift-typebase-isequal.swift
│   ├── 00732-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00733-resolvetypedecl.swift
│   ├── 00734-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00735-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00736-swift-type-walk.swift
│   ├── 00737-bool.swift
│   ├── 00738-swift-type-walk.swift
│   ├── 00739-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00740-swift-metatypetype-get.swift
│   ├── 00741-szone-malloc-should-clear.swift
│   ├── 00742-swift-metatypetype-get.swift
│   ├── 00743-resolvetypedecl.swift
│   ├── 00744-swift-constraints-constraintsystem-applysolution.swift
│   ├── 00745-swift-type-transform.swift
│   ├── 00746-vtable.swift
│   ├── 00747-swift-typebase-getcanonicaltype.swift
│   ├── 00748-getmemberforbasetype.swift
│   ├── 00749-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00750-getcallerdefaultarg.swift
│   ├── 00751-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00752-swift-archetypebuilder-resolvearchetype.swift
│   ├── 00753-swift-type-transform.swift
│   ├── 00754-x.swift
│   ├── 00755-swift-genericfunctiontype-get.swift
│   ├── 00756-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00757-x.swift
│   ├── 00758-swift-typechecker-typecheckpattern.swift
│   ├── 00759-resolvetypedecl.swift
│   ├── 00760-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00761-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00762-swift-nominaltypedecl-computetype.swift
│   ├── 00763-swift-type-walk.swift
│   ├── 00764-as.swift
│   ├── 00765-swift-langoptions-gettargetconfigoption.swift
│   ├── 00766-swift-type-walk.swift
│   ├── 00767-swift-constraints-constraintsystem-solve.swift
│   ├── 00768-llvm-bitstreamcursor-readrecord.swift
│   ├── 00769-swift-modulefile-getdecl.swift
│   ├── 00770-swift-astvisitor.swift
│   ├── 00771-x.swift
│   ├── 00772-swift-substitutedtype-get.swift
│   ├── 00773-resolvetypedecl.swift
│   ├── 00774-unowned.swift
│   ├── 00775-resolvetypedecl.swift
│   ├── 00776-no-stacktrace.swift
│   ├── 00777-getselftypeforcontainer.swift
│   ├── 00778-swift-dependentmembertype-get.swift
│   ├── 00779-swift-parser-parsetoken.swift
│   ├── 00780-getselftypeforcontainer.swift
│   ├── 00781-swift-constraints-constraintsystem-diagnosefailurefromconstraints.swift
│   ├── 00782-d.swift
│   ├── 00783-swift-typebase-getcanonicaltype.swift
│   ├── 00784-no-stacktrace.swift
│   ├── 00785-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00786-end.swift
│   ├── 00787-getselftypeforcontainer.swift
│   ├── 00788-t.swift
│   ├── 00789-swift-typebase-isexistentialtype.swift
│   ├── 00790-resolvetypedecl.swift
│   ├── 00791-swift-type-walk.swift
│   ├── 00792-swift-parser-parseexprarray.swift
│   ├── 00793-swift-typebase-getcanonicaltype.swift
│   ├── 00794-swift-typebase-isspecialized.swift
│   ├── 00795-swift-type-transform.swift
│   ├── 00796-getselftypeforcontainer.swift
│   ├── 00797-getselftypeforcontainer.swift
│   ├── 00798-swift-typechecker-coercepatterntotype.swift
│   ├── 00799-e.swift
│   ├── 00800-swift-typebase-isequal.swift
│   ├── 00801-swift-typechecker-checksubstitutions.swift
│   ├── 00802-swift-type-walk.swift
│   ├── 00803-void.swift
│   ├── 00804-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00805-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 00806-swift-modulefile-lookupvalue.swift
│   ├── 00807-swift-archetypebuilder-resolvearchetype.swift
│   ├── 00808-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00809-swift-type-walk.swift
│   ├── 00810-a-cd-x.swift
│   ├── 00811-swift-modulefile-getdecl.swift
│   ├── 00812-swift-modulefile-gettype.swift
│   ├── 00813-swift-tupleexpr-create.swift
│   ├── 00814-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00815-swift-typebase-getcanonicaltype.swift
│   ├── 00816-swift-isplatformactive.swift
│   ├── 00818-c.swift
│   ├── 00819-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 00820-x.swift
│   ├── 00822-getselftypeforcontainer.swift
│   ├── 00824-x.swift
│   ├── 00825-resolvetypedecl.swift
│   ├── 00826-swift-typebase-getcanonicaltype.swift
│   ├── 00827-swift-modulefile-maybereadpattern.swift
│   ├── 00828-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00829-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 00830-void.swift
│   ├── 00831-x.swift
│   ├── 00832-swift-lexer-getlocforendoftoken.swift
│   ├── 00833-clang-declvisitor-base-clang-declvisitor-make-const-ptr.swift
│   ├── 00834-t.swift
│   ├── 00835-no-stacktrace.swift
│   ├── 00836-resolvetypedecl.swift
│   ├── 00837-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00838-no-stacktrace.swift
│   ├── 00839-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00840-swift-constraints-solution-computesubstitutions.swift
│   ├── 00842-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00843-anyobject.swift
│   ├── 00844-no-stacktrace.swift
│   ├── 00845-resolvetypedecl.swift
│   ├── 00846-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 00847-swift-typebase-getcanonicaltype.swift
│   ├── 00848-resolvetypedecl.swift
│   ├── 00849-swift-type-transform.swift
│   ├── 00850-getselftypeforcontainer.swift
│   ├── 00851-std-function-func-swift-type-subst.swift
│   ├── 00852-void.swift
│   ├── 00853-swift-typebase-getcanonicaltype.swift
│   ├── 00854-swift-typechecker-validatedecl.swift
│   ├── 00855-swift-parser-parsetypesimple.swift
│   ├── 00856-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 00857-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 00858-swift-typebase-getcanonicaltype.swift
│   ├── 00859-x.swift
│   ├── 00860-getselftypeforcontainer.swift
│   ├── 00861-swift-type-walk.swift
│   ├── 00862-swift-tupletype-get.swift
│   ├── 00863-getselftypeforcontainer.swift
│   ├── 00864-no-stacktrace.swift
│   ├── 00865-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00866-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 00867-swift-archetypetype-setnestedtypes.swift
│   ├── 00868-x.swift
│   ├── 00870-getselftypeforcontainer.swift
│   ├── 00871-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 00872-swift-parser-parseidentifier.swift
│   ├── 00873-no-stacktrace.swift
│   ├── 00874-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00875-getselftypeforcontainer.swift
│   ├── 00876-x.swift
│   ├── 00877-as.swift
│   ├── 00878-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00879-swift-classtype-get.swift
│   ├── 00880-getselftypeforcontainer.swift
│   ├── 00881-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00882-a.swift
│   ├── 00883-t.swift
│   ├── 00884-getselftypeforcontainer.swift
│   ├── 00885-swift-parser-parseexprpostfix.swift
│   ├── 00886-swift-tuplepattern-create.swift
│   ├── 00887-swift-archetypebuilder-resolvearchetype.swift
│   ├── 00888-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00889-swift-type-walk.swift
│   ├── 00890-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 00891-a.swift
│   ├── 00892-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 00893-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00894-std-function-func-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 00895-swift-tuplepattern-create.swift
│   ├── 00896-void.swift
│   ├── 00897-swift-modulefile-lookupvalue.swift
│   ├── 00898-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00899-swift-typebase-getcanonicaltype.swift
│   ├── 00900-swift-functiontype-get.swift
│   ├── 00901-ab.swift
│   ├── 00902-c.swift
│   ├── 00903-swift-scopeinfo-addtoscope.swift
│   ├── 00904-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 00905-swift-typechecker-checksubstitutions.swift
│   ├── 00906-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00907-c-t.swift
│   ├── 00908-l.swift
│   ├── 00909-a.swift
│   ├── 00910-no-stacktrace.swift
│   ├── 00911-no-stacktrace.swift
│   ├── 00912-a.swift
│   ├── 00913-no-stacktrace.swift
│   ├── 00914-swift-modulefile-getdecl.swift
│   ├── 00915-resolvetypedecl.swift
│   ├── 00916-swift-metatypetype-get.swift
│   ├── 00917-swift-lexer-leximpl.swift
│   ├── 00919-getselftypeforcontainer.swift
│   ├── 00920-swift-typechecker-typecheckexpression.swift
│   ├── 00921-resolvetypedecl.swift
│   ├── 00922-swift-lexer-getlocforendoftoken.swift
│   ├── 00923-swift-typebase-getcanonicaltype.swift
│   ├── 00924-swift-parser-consumetoken.swift
│   ├── 00925-no-stacktrace.swift
│   ├── 00926-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 00927-swift-constraints-solution-computesubstitutions.swift
│   ├── 00928-swift-tupletype-get.swift
│   ├── 00929-swift-tupletype-get.swift
│   ├── 00930-swift-typebase-getcanonicaltype.swift
│   ├── 00931-swift-typebase-getcanonicaltype.swift
│   ├── 00932-swift-metatypetype-get.swift
│   ├── 00933-no-stacktrace.swift
│   ├── 00934-swift-type-walk.swift
│   ├── 00935-swift-constraints-constraintsystem-solve.swift
│   ├── 00936-no-stacktrace.swift
│   ├── 00937-getselftypeforcontainer.swift
│   ├── 00938-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 00939-swift-typechecker-typecheckpattern.swift
│   ├── 00940-swift-typechecker-validatedecl.swift
│   ├── 00941-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 00942-getselftypeforcontainer.swift
│   ├── 00943-swift-diagnosticengine-diagnose.swift
│   ├── 00944-std-function-func-swift-type-subst.swift
│   ├── 00945-swift-lexer-lexstringliteral.swift
│   ├── 00946-swift-type-walk.swift
│   ├── 00947-void.swift
│   ├── 00948-swift-modulefile-readmembers.swift
│   ├── 00949-d.swift
│   ├── 00950-swift-typebase-getcanonicaltype.swift
│   ├── 00951-swift-typebase-getcanonicaltype.swift
│   ├── 00952-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 00953-swift-inflightdiagnostic-highlight.swift
│   ├── 00954-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 00955-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 00956-swift-type-print.swift
│   ├── 00957-void.swift
│   ├── 00958-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00959-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 00960-swift-funcdecl-setdeserializedsignature.swift
│   ├── 00961-bool.swift
│   ├── 00962-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 00963-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00964-resolvetypedecl.swift
│   ├── 00965-swift-availabilityattr-isunavailable.swift
│   ├── 00966-swift-astprinter-printtextimpl.swift
│   ├── 00967-getselftypeforcontainer.swift
│   ├── 00968-swift-typebase-isexistentialtype.swift
│   ├── 00969-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00970-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 00971-swift-parser-parsebraceitems.swift
│   ├── 00972-no-stacktrace.swift
│   ├── 00973-std-function-func-swift-type-subst.swift
│   ├── 00974-resolvetypedecl.swift
│   ├── 00975-no-stacktrace.swift
│   ├── 00976-swift-declcontext-lookupqualified.swift
│   ├── 00977-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 00978-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 00979-getselftypeforcontainer.swift
│   ├── 00980-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 00981-resolvetypedecl.swift
│   ├── 00982-b.swift
│   ├── 00983-a.swift
│   ├── 00984-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 00985-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 00986-swift-unboundgenerictype-get.swift
│   ├── 00987-swift-typechecker-validatedecl.swift
│   ├── 00988-swift-typechecker-typecheckdecl.swift
│   ├── 00989-swift-typechecker-computecaptures.swift
│   ├── 00990-swift-typechecker-checksubstitutions.swift
│   ├── 00991-swift-typebase-isequal.swift
│   ├── 00992-swift-typebase-gettypevariables.swift
│   ├── 00993-swift-typebase-getcanonicaltype.swift
│   ├── 00994-swift-typealiasdecl.swift
│   ├── 00995-swift-tupletype-get.swift
│   ├── 00996-swift-constraints-solution-computesubstitutions.swift
│   ├── 00997-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 00998-bool.swift
│   ├── 00999-swift-parser-skipsingle.swift
│   ├── 01000-swift-parser-parsetypeidentifier.swift
│   ├── 01001-swift-parser-parsedeclimport.swift
│   ├── 01002-swift-parentype-get.swift
│   ├── 01003-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01004-swift-nominaltypedecl-computetype.swift
│   ├── 01005-swift-nominaltype-get.swift
│   ├── 01006-swift-modulefile-resolvecrossreference.swift
│   ├── 01007-swift-modulefile-maybereadpattern.swift
│   ├── 01008-swift-modulefile-maybereadgenericparams.swift
│   ├── 01009-swift-modulefile-getdecl.swift
│   ├── 01010-swift-modulefile-gettype.swift
│   ├── 01011-swift-modulefile-getimportedmodules.swift
│   ├── 01012-swift-modulefile-getdecl.swift
│   ├── 01013-swift-module-lookupconformance.swift
│   ├── 01014-swift-inouttype-get.swift
│   ├── 01015-swift-inflightdiagnostic.swift
│   ├── 01016-swift-genericsignature-get.swift
│   ├── 01017-llvm-foldingset-swift-constraints-constraintlocator-nodeequals.swift
│   ├── 01018-diagnoseunknowntype.swift
│   ├── 01019-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01020-swift-lexer-lexoperatoridentifier.swift
│   ├── 01021-getselftypeforcontainer.swift
│   ├── 01022-swift-genericsignature-get.swift
│   ├── 01023-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01024-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01025-getselftypeforcontainer.swift
│   ├── 01026-swift-type-walk.swift
│   ├── 01027-llvm-foldingset-swift-genericsignature-nodeequals.swift
│   ├── 01028-swift-camel-case-getfirstword.swift
│   ├── 01029-swift-modulefile-maybereadgenericparams.swift
│   ├── 01030-swift-declname-printpretty.swift
│   ├── 01031-getselftypeforcontainer.swift
│   ├── 01032-no-stacktrace.swift
│   ├── 01033-swift-declcontext-lookupqualified.swift
│   ├── 01034-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01035-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 01037-swift-nominaltypedecl-computetype.swift
│   ├── 01038-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 01039-swift-typechecker-conformstoprotocol.swift
│   ├── 01040-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 01041-swift-declcontext-lookupqualified.swift
│   ├── 01042-swift-typebase-getcanonicaltype.swift
│   ├── 01043-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 01044-getselftypeforcontainer.swift
│   ├── 01045-getselftypeforcontainer.swift
│   ├── 01046-swift-constraints-constraintsystem-simplify.swift
│   ├── 01047-no-stacktrace.swift
│   ├── 01048-swift-typebase-getcanonicaltype.swift
│   ├── 01049-swift-constraints-solution-solution.swift
│   ├── 01050-swift-generictypeparamdecl-generictypeparamdecl.swift
│   ├── 01051-swift-declcontext-lookupqualified.swift
│   ├── 01052-swift-genericsignature-get.swift
│   ├── 01053-swift-inouttype-get.swift
│   ├── 01054-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01055-swift-tupletype-get.swift
│   ├── 01056-swift-typechecker-conformstoprotocol.swift
│   ├── 01057-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01058-swift-declcontext-lookupqualified.swift
│   ├── 01059-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 01060-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01061-swift-typebase-gettypeofmember.swift
│   ├── 01062-swift-typechecker-resolvetypeincontext.swift
│   ├── 01063-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 01064-swift-genericsignature-get.swift
│   ├── 01065-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 01066-swift-typebase-getcanonicaltype.swift
│   ├── 01067-resolvetypedecl.swift
│   ├── 01068-swift-modulefile-getdecl.swift
│   ├── 01069-swift-nominaltypedecl-getprotocols.swift
│   ├── 01070-void.swift
│   ├── 01071-swift-modulefile-lookupvalue.swift
│   ├── 01072-swift-typebase-getcanonicaltype.swift
│   ├── 01073-swift-constraints-constraintgraphnode-addconstraint.swift
│   ├── 01074-swift-lexer-getlocforendoftoken.swift
│   ├── 01075-swift-modulefile-lookupvalue.swift
│   ├── 01076-swift-lexer-getlocforendoftoken.swift
│   ├── 01077-swift-declcontext-lookupqualified.swift
│   ├── 01078-void.swift
│   ├── 01079-no-stacktrace.swift
│   ├── 01080-swift-type-transform.swift
│   ├── 01081-getselftypeforcontainer.swift
│   ├── 01082-llvm-foldingsetnodeid-operator.swift
│   ├── 01083-swift-typechecker-typecheckexpression.swift
│   ├── 01084-getselftypeforcontainer.swift
│   ├── 01085-swift-declcontext-lookupqualified.swift
│   ├── 01086-swift-parser-parseexprpostfix.swift
│   ├── 01087-swift-declcontext-lookupqualified.swift
│   ├── 01088-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01089-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 01090-swift-parser-parsebraceitems.swift
│   ├── 01091-getcallerdefaultarg.swift
│   ├── 01092-getselftypeforcontainer.swift
│   ├── 01093-resolvetypedecl.swift
│   ├── 01094-swift-modulefile-getdecl.swift
│   ├── 01095-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01096-swift-typechecker-validatedecl.swift
│   ├── 01097-no-stacktrace.swift
│   ├── 01098-no-stacktrace.swift
│   ├── 01099-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01100-swift-type-walk.swift
│   ├── 01101-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 01102-resolvetypedecl.swift
│   ├── 01103-swift-unboundgenerictype-get.swift
│   ├── 01104-getselftypeforcontainer.swift
│   ├── 01105-void.swift
│   ├── 01106-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 01107-std-function-func-swift-type-subst.swift
│   ├── 01108-swift-constraints-constraintsystem-solve.swift
│   ├── 01109-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01110-swift-archetypetype-getnestedtype.swift
│   ├── 01111-swift-astcontext-setconformsto.swift
│   ├── 01112-getselftypeforcontainer.swift
│   ├── 01113-getselftypeforcontainer.swift
│   ├── 01114-swift-declcontext-lookupqualified.swift
│   ├── 01115-swift-lexer-lexidentifier.swift
│   ├── 01116-swift-typechecker-coercepatterntotype.swift
│   ├── 01117-swift-declcontext-lookupqualified.swift
│   ├── 01118-swift-type-walk.swift
│   ├── 01119-no-stacktrace.swift
│   ├── 01120-clang-codegen-codegenfunction-emitlvalueforfield.swift
│   ├── 01121-swift-derivedconformance-deriveequatable.swift
│   ├── 01122-swift-constraints-constraintsystem-solve.swift
│   ├── 01123-swift-modulefile-lookupvalue.swift
│   ├── 01124-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01125-no-stacktrace.swift
│   ├── 01126-swift-parser-parseexprorstmt.swift
│   ├── 01127-no-stacktrace.swift
│   ├── 01128-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01129-swift-functiontype-get.swift
│   ├── 01130-swift-declcontext-lookupqualified.swift
│   ├── 01131-getselftypeforcontainer.swift
│   ├── 01132-swift-type-walk.swift
│   ├── 01133-swift-clangimporter-loadextensions.swift
│   ├── 01134-getselftypeforcontainer.swift
│   ├── 01135-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 01136-getselftypeforcontainer.swift
│   ├── 01137-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01138-void.swift
│   ├── 01139-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 01140-getselftypeforcontainer.swift
│   ├── 01141-swift-parser-parseexprcallsuffix.swift
│   ├── 01142-std-function-func-swift-type-subst.swift
│   ├── 01143-getselftypeforcontainer.swift
│   ├── 01144-swift-arrayslicetype-get.swift
│   ├── 01145-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 01146-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01147-getselftypeforcontainer.swift
│   ├── 01148-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 01149-llvm-foldingsetnodeid-operator.swift
│   ├── 01150-void.swift
│   ├── 01151-getselftypeforcontainer.swift
│   ├── 01152-swift-derivedconformance-deriveequatable.swift
│   ├── 01153-swift-type-walk.swift
│   ├── 01154-swift-declcontext-lookupqualified.swift
│   ├── 01155-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01156-getselftypeforcontainer.swift
│   ├── 01157-swift-typebase-getcanonicaltype.swift
│   ├── 01158-resolvetypedecl.swift
│   ├── 01159-swift-declcontext-lookupqualified.swift
│   ├── 01160-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 01161-getselftypeforcontainer.swift
│   ├── 01162-swift-tuplepattern-create.swift
│   ├── 01163-swift-declcontext-lookupqualified.swift
│   ├── 01164-no-stacktrace.swift
│   ├── 01165-swift-parser-parsetoken.swift
│   ├── 01166-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01167-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 01168-swift-constraints-solution-solution.swift
│   ├── 01169-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 01170-getselftypeforcontainer.swift
│   ├── 01171-swift-parentype-get.swift
│   ├── 01172-getselftypeforcontainer.swift
│   ├── 01173-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 01174-swift-type-walk.swift
│   ├── 01175-swift-nominaltypedecl-computetype.swift
│   ├── 01176-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 01177-std-function-func-swift-type-subst.swift
│   ├── 01178-resolvetypedecl.swift
│   ├── 01179-swift-declcontext-lookupqualified.swift
│   ├── 01180-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 01181-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 01182-swift-declcontext-lookupqualified.swift
│   ├── 01183-swift-declcontext-lookupqualified.swift
│   ├── 01184-swift-lexer-lexidentifier.swift
│   ├── 01185-swift-parser-parsetypeidentifier.swift
│   ├── 01186-swift-type-walk.swift
│   ├── 01187-swift-type-walk.swift
│   ├── 01188-swift-genericfunctiontype-get.swift
│   ├── 01189-swift-optional-swift-diagnostic-operator.swift
│   ├── 01190-swift-completegenerictyperesolver-resolvegenerictypeparamtype.swift
│   ├── 01191-swift-declcontext-lookupqualified.swift
│   ├── 01192-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01193-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01194-swift-declcontext-lookupqualified.swift
│   ├── 01195-swift-typebase-getcanonicaltype.swift
│   ├── 01196-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01197-swift-typechecker-validatetype.swift
│   ├── 01198-resolvetypedecl.swift
│   ├── 01199-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 01200-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01201-swift-declcontext-lookupqualified.swift
│   ├── 01202-swift-typechecker-validatedecl.swift
│   ├── 01203-swift-typebase-gettypeofmember.swift
│   ├── 01204-swift-parser-parseexprpostfix.swift
│   ├── 01205-llvm-foldingsetnodeid-operator.swift
│   ├── 01206-swift-parser-parseexpridentifier.swift
│   ├── 01207-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01208-swift-modulefile-getdecl.swift
│   ├── 01209-llvm-errs.swift
│   ├── 01210-no-stacktrace.swift
│   ├── 01211-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01212-swift-declname-printpretty.swift
│   ├── 01213-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01214-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 01215-swift-optional-swift-diagnostic-operator.swift
│   ├── 01216-swift-boundgenerictype-get.swift
│   ├── 01217-swift-typechecker-resolveidentifiertype.swift
│   ├── 01218-void.swift
│   ├── 01219-swift-modulefile-gettype.swift
│   ├── 01220-getselftypeforcontainer.swift
│   ├── 01221-swift-typealiasdecl-typealiasdecl.swift
│   ├── 01222-swift-nominaltypedecl-computetype.swift
│   ├── 01223-swift-lexer-leximpl.swift
│   ├── 01224-swift-parser-skipsingle.swift
│   ├── 01225-getselftypeforcontainer.swift
│   ├── 01226-swift-modulefile-gettype.swift
│   ├── 01227-swift-lexer-lexidentifier.swift
│   ├── 01228-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 01229-void.swift
│   ├── 01230-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01231-swift-metatypetype-get.swift
│   ├── 01232-swift-completegenerictyperesolver-resolvegenerictypeparamtype.swift
│   ├── 01233-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01234-swift-parser-parseexprpostfix.swift
│   ├── 01235-bool.swift
│   ├── 01236-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01237-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01238-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01239-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 01240-resolvetypedecl.swift
│   ├── 01241-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 01242-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 01243-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 01244-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01245-swift-typechecker-checksubstitutions.swift
│   ├── 01246-getselftypeforcontainer.swift
│   ├── 01247-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01248-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 01249-getselftypeforcontainer.swift
│   ├── 01250-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01251-getcallerdefaultarg.swift
│   ├── 01252-swift-nominaltypedecl-computetype.swift
│   ├── 01253-swift-tuplepattern-createsimple.swift
│   ├── 01254-swift-constraints-constraintsystem-diagnosefailurefromconstraints.swift
│   ├── 01255-getselftypeforcontainer.swift
│   ├── 01256-swift-typebase-getcanonicaltype.swift
│   ├── 01257-swift-declcontext-lookupqualified.swift
│   ├── 01258-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01259-swift-modulefile-gettype.swift
│   ├── 01260-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01261-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01262-swift-modulefile-maybereadconformance.swift
│   ├── 01263-no-stacktrace.swift
│   ├── 01264-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01265-getcallerdefaultarg.swift
│   ├── 01266-getselftypeforcontainer.swift
│   ├── 01267-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 01268-swift-lexer-lexidentifier.swift
│   ├── 01269-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01270-swift-lexer-lexidentifier.swift
│   ├── 01271-swift-parser-parseexprunary.swift
│   ├── 01272-getselftypeforcontainer.swift
│   ├── 01273-getselftypeforcontainer.swift
│   ├── 01274-resolvetypedecl.swift
│   ├── 01275-swift-diagnosticengine-diagnose.swift
│   ├── 01276-swift-metatypetype-get.swift
│   ├── 01277-diagnoseunknowntype.swift
│   ├── 01278-swift-modulefile-maybereadconformance.swift
│   ├── 01279-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01280-swift-type-walk.swift
│   ├── 01281-swift-lexer-leximpl.swift
│   ├── 01282-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01283-swift-modulefile-getdecl.swift
│   ├── 01284-swift-parser-parseidentifier.swift
│   ├── 01285-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01286-swift-parser-parseexpridentifier.swift
│   ├── 01287-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01288-getselftypeforcontainer.swift
│   ├── 01289-void.swift
│   ├── 01290-no-stacktrace.swift
│   ├── 01291-swift-type-walk.swift
│   ├── 01292-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01293-swift-modulefile-getimportedmodules.swift
│   ├── 01294-getselftypeforcontainer.swift
│   ├── 01295-getselftypeforcontainer.swift
│   ├── 01296-resolvetypedecl.swift
│   ├── 01297-swift-type-walk.swift
│   ├── 01298-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01299-resolvetypedecl.swift
│   ├── 01300-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01301-swift-declcontext-lookupqualified.swift
│   ├── 01302-resolvetypedecl.swift
│   ├── 01303-swift-type-walk.swift
│   ├── 01304-swift-type-walk.swift
│   ├── 01305-getselftypeforcontainer.swift
│   ├── 01306-swift-type-transform.swift
│   ├── 01307-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 01308-std-function-func-swift-type-subst.swift
│   ├── 01309-resolvetypedecl.swift
│   ├── 01310-getselftypeforcontainer.swift
│   ├── 01311-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 01312-getselftypeforcontainer.swift
│   ├── 01313-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01314-getselftypeforcontainer.swift
│   ├── 01315-swift-parser-parsebraceitems.swift
│   ├── 01316-swift-typechecker-validatetype.swift
│   ├── 01317-swift-modulefile-maybereadgenericparams.swift
│   ├── 01318-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 01319-swift-typechecker-checksubstitutions.swift
│   ├── 01320-resolvetypedecl.swift
│   ├── 01321-swift-typebase-getcanonicaltype.swift
│   ├── 01322-swift-functiontype-get.swift
│   ├── 01323-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 01324-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 01325-swift-typebase-isequal.swift
│   ├── 01326-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01327-resolvetypedecl.swift
│   ├── 01328-swift-modulefile-lookupvalue.swift
│   ├── 01329-llvm-bitstreamcursor-readrecord.swift
│   ├── 01330-swift-typebase-getcanonicaltype.swift
│   ├── 01331-swift-modulefile-getimportedmodules.swift
│   ├── 01332-swift-type-walk.swift
│   ├── 01333-swift-abstractstoragedecl-makecomputed.swift
│   ├── 01334-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01335-swift-astvisitor.swift
│   ├── 01336-swift-archetypetype-setnestedtypes.swift
│   ├── 01340-llvm-getelementptrinst-getindexedtype.swift
│   ├── 01341-broken-function-found-compilation-aborted.swift
│   ├── 01342-swift-parser-parsegetsetimpl.swift
│   ├── 01343-swift-type-walk.swift
│   ├── 01344-swift-typechecker-checksubstitutions.swift
│   ├── 01345-swift-typechecker-getdefaulttype.swift
│   ├── 01346-swift-tupletype-get.swift
│   ├── 01347-getselftypeforcontainer.swift
│   ├── 01348-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01349-swift-typebase-operator.swift
│   ├── 01350-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 01351-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 01352-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01353-swift-streamprinter-printtext.swift
│   ├── 01354-getselftypeforcontainer.swift
│   ├── 01355-getselftypeforcontainer.swift
│   ├── 01356-swift-type-transform.swift
│   ├── 01357-swift-lexer-lexidentifier.swift
│   ├── 01358-swift-lexer-leximpl.swift
│   ├── 01359-getselftypeforcontainer.swift
│   ├── 01360-void.swift
│   ├── 01361-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 01362-swift-constraints-constraintgraph-unbindtypevariable.swift
│   ├── 01363-swift-modulefile-maybereadpattern.swift
│   ├── 01364-swift-enumtype-get.swift
│   ├── 01365-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01366-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 01367-swift-modulefile-getdecl.swift
│   ├── 01368-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 01369-swift-modulefile-getdecl.swift
│   ├── 01370-swift-metatypetype-get.swift
│   ├── 01371-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 01372-swift-boundgenerictype-get.swift
│   ├── 01373-swift-valuedecl-getinterfacetype.swift
│   ├── 01374-getselftypeforcontainer.swift
│   ├── 01375-clang-declvisitor-base-clang-declvisitor-make-const-ptr.swift
│   ├── 01376-swift-parser-parsetoken.swift
│   ├── 01377-swift-modulefile-gettype.swift
│   ├── 01378-swift-typechecker-typecheckpattern.swift
│   ├── 01379-swift-parser-parsedeclinit.swift
│   ├── 01380-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01381-bool.swift
│   ├── 01382-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01383-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 01384-swift-declcontext-lookupqualified.swift
│   ├── 01385-swift-typedecl-getdeclaredtype.swift
│   ├── 01386-swift-substitutedtype-get.swift
│   ├── 01387-swift-astcontext-setconformsto.swift
│   ├── 01388-getselftypeforcontainer.swift
│   ├── 01389-swift-type-walk.swift
│   ├── 01390-swift-typebase-gettypevariables.swift
│   ├── 01391-swift-typechecker-callwitness.swift
│   ├── 01392-swift-modulefile-lookupvalue.swift
│   ├── 01393-swift-genericfunctiontype-get.swift
│   ├── 01394-swift-typechecker-typecheckexpression.swift
│   ├── 01395-swift-parser-skipsingle.swift
│   ├── 01396-swift-availabilityattr-isunavailable.swift
│   ├── 01397-swift-availabilityattr-isunavailable.swift
│   ├── 01398-swift-typebase-getcanonicaltype.swift
│   ├── 01399-swift-modulefile-getdecl.swift
│   ├── 01400-swift-inflightdiagnostic.swift
│   ├── 01401-swift-typebase-getdesugaredtype.swift
│   ├── 01402-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01403-swift-modulefile-getdecl.swift
│   ├── 01404-swift-tupletype-get.swift
│   ├── 01405-swift-clangimporter-implementation-finishloadingclangmodule.swift
│   ├── 01406-swift-nominaltypedecl-computetype.swift
│   ├── 01407-swift-declname-printpretty.swift
│   ├── 01408-swift-type-walk.swift
│   ├── 01409-getselftypeforcontainer.swift
│   ├── 01410-swift-constraints-constraintsystem-lookupmember.swift
│   ├── 01411-swift-typebase-getcanonicaltype.swift
│   ├── 01412-swift-constraints-constraintlocator-profile.swift
│   ├── 01413-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 01414-swift-genericparamlist-create.swift
│   ├── 01415-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01416-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 01417-swift-extensiondecl-create.swift
│   ├── 01418-resolvetypedecl.swift
│   ├── 01419-swift-modulefile-maybereadgenericparams.swift
│   ├── 01420-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01421-void.swift
│   ├── 01422-swift-parser-parsestmtreturn.swift
│   ├── 01423-swift-typechecker-checksubstitutions.swift
│   ├── 01424-getselftypeforcontainer.swift
│   ├── 01425-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01426-no-stacktrace.swift
│   ├── 01427-swift-typebase-getcanonicaltype.swift
│   ├── 01428-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01429-swift-typebase-getcanonicaltype.swift
│   ├── 01430-swift-expr-getsourcerange.swift
│   ├── 01431-swift-unboundgenerictype-get.swift
│   ├── 01432-swift-bracestmt-create.swift
│   ├── 01433-swift-constraints-solution-simplifytype.swift
│   ├── 01434-std-function-func-swift-typebase-gettypevariables.swift
│   ├── 01435-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 01436-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01437-swift-astprinter-printtextimpl.swift
│   ├── 01438-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01439-swift-boundgenerictype-get.swift
│   ├── 01440-swift-parser-parsetoken.swift
│   ├── 01441-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 01442-swift-genericfunctiontype-get.swift
│   ├── 01443-swift-lexer-leximpl.swift
│   ├── 01444-getcallerdefaultarg.swift
│   ├── 01445-swift-typebase-getcanonicaltype.swift
│   ├── 01446-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 01447-swift-parentype-get.swift
│   ├── 01448-resolvetypedecl.swift
│   ├── 01449-swift-modulefile-getdecl.swift
│   ├── 01450-swift-modulefile-maybereadgenericparams.swift
│   ├── 01451-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01452-swift-type-walk.swift
│   ├── 01453-swift-constraints-constraintgraph-change-undo.swift
│   ├── 01454-swift-typechecker-checksubstitutions.swift
│   ├── 01455-swift-constraints-solution-computesubstitutions.swift
│   ├── 01456-getselftypeforcontainer.swift
│   ├── 01457-getselftypeforcontainer.swift
│   ├── 01458-swift-modulefile-maybereadpattern.swift
│   ├── 01459-swift-abstractstoragedecl-makecomputed.swift
│   ├── 01460-swift-typebase-getcanonicaltype.swift
│   ├── 01461-getselftypeforcontainer.swift
│   ├── 01462-swift-archetypebuilder-resolvearchetype.swift
│   ├── 01463-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01464-llvm-bitstreamcursor-readabbreviatedfield.swift
│   ├── 01465-swift-nominaltypedecl-computetype.swift
│   ├── 01466-swift-archetypetype-setnestedtypes.swift
│   ├── 01467-swift-inouttype-get.swift
│   ├── 01468-swift-modulefile-getimportedmodules.swift
│   ├── 01469-swift-modulefile-getdecl.swift
│   ├── 01470-swift-modulefile-getdecl.swift
│   ├── 01471-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 01472-swift-modulefile-configurestorage.swift
│   ├── 01473-swift-typebase-gettypevariables.swift
│   ├── 01474-swift-functiontype-get.swift
│   ├── 01475-swift-functiontype-get.swift
│   ├── 01476-swift-lexer-getlocforendoftoken.swift
│   ├── 01477-swift-typebase-getcanonicaltype.swift
│   ├── 01478-swift-boundgenerictype-get.swift
│   ├── 01479-resolvetypedecl.swift
│   ├── 01480-swift-typebase-getcanonicaltype-edited.swift
│   ├── 01480-swift-typebase-getcanonicaltype.swift
│   ├── 01481-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01482-swift-metatypetype-get.swift
│   ├── 01483-swift-typebase-getcanonicaltype.swift
│   ├── 01484-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 01485-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 01487-std-function-func-swift-type-subst.swift
│   ├── 01488-swift-lexer-leximpl.swift
│   ├── 01489-swift-lexer-lexidentifier.swift
│   ├── 01490-resolvetypedecl.swift
│   ├── 01491-llvm-raw-ostream-write.swift
│   ├── 01492-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 01493-swift-constraints-constraintlocator-profile.swift
│   ├── 01495-swift-functiontype-get.swift
│   ├── 01496-swift-nominaltypedecl-getprotocols.swift
│   ├── 01497-swift-bracestmt-create.swift
│   ├── 01498-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01499-swift-typechecker-coercepatterntotype.swift
│   ├── 01501-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 01502-swift-modulefile-gettype.swift
│   ├── 01503-swift-constraints-constraintlocator-profile.swift
│   ├── 01504-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 01505-swift-constraints-constraintsystem-simplifymemberconstraint.swift
│   ├── 01506-swift-typechecker-validategenericfuncsignature.swift
│   ├── 01507-swift-constraints-matchcallarguments.swift
│   ├── 01508-resolvetypedecl.swift
│   ├── 01509-bool-edited.swift
│   ├── 01509-bool.swift
│   ├── 01510-swift-typebase-getcanonicaltype.swift
│   ├── 01512-swift-optional-swift-infixoperatordecl.swift
│   ├── 01513-resolvetypedecl.swift
│   ├── 01514-swift-optional-swift-diagnostic-operator.swift
│   ├── 01515-swift-typebase-getcanonicaltype.swift
│   ├── 01516-swift-type-walk.swift
│   ├── 01517-swift-declname-printpretty.swift
│   ├── 01518-swift-typebase-getdesugaredtype.swift
│   ├── 01519-swift-type-walk.swift
│   ├── 01520-llvm-bitstreamcursor-readrecord.swift
│   ├── 01521-getselftypeforcontainer.swift
│   ├── 01522-swift-typebase-getcanonicaltype.swift
│   ├── 01523-resolvetypedecl.swift
│   ├── 01524-getselftypeforcontainer.swift
│   ├── 01525-swift-astvisitor.swift
│   ├── 01526-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01527-resolvetypedecl.swift
│   ├── 01528-getselftypeforcontainer.swift
│   ├── 01530-swift-declcontext-lookupqualified.swift
│   ├── 01531-resolvetypedecl.swift
│   ├── 01532-swift-type-walk.swift
│   ├── 01533-vtable.swift
│   ├── 01534-bool.swift
│   ├── 01535-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 01536-getselftypeforcontainer.swift
│   ├── 01537-getselftypeforcontainer.swift
│   ├── 01538-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01539-swift-metatypetype-get.swift
│   ├── 01540-swift-constraints-solution-solution.swift
│   ├── 01541-swift-typebase-getcanonicaltype.swift
│   ├── 01542-swift-typebase-getcanonicaltype.swift
│   ├── 01543-bool.swift
│   ├── 01544-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01545-swift-streamprinter-printtext.swift
│   ├── 01546-vtable.swift
│   ├── 01547-swift-modulefile-lookupvalue.swift
│   ├── 01548-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01549-llvm-foldingset-swift-declname-compounddeclname-nodeequals.swift
│   ├── 01550-swift-genericfunctiontype-get.swift
│   ├── 01551-swift-type-walk.swift
│   ├── 01552-swift-constraints-solution-solution.swift
│   ├── 01553-swift-typebase-getcanonicaltype.swift
│   ├── 01554-swift-typealiasdecl-typealiasdecl.swift
│   ├── 01555-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 01556-resolvetypedecl.swift
│   ├── 01557-swift-metatypetype-get.swift
│   ├── 01558-swift-parser-parseexprunary.swift
│   ├── 01559-swift-typebase-getcanonicaltype.swift
│   ├── 01560-vtable.swift
│   ├── 01561-swift-constraints-solution-computesubstitutions.swift
│   ├── 01562-resolvetypedecl.swift
│   ├── 01563-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01564-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01565-std-function-func-swift-type-subst.swift
│   ├── 01566-getselftypeforcontainer.swift
│   ├── 01567-swift-tuplepattern-createsimple.swift
│   ├── 01568-getselftypeforcontainer.swift
│   ├── 01569-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01570-llvm-foldingsetnodeid-operator.swift
│   ├── 01571-swift-type-walk.swift
│   ├── 01572-swift-constraints-solution-solution.swift
│   ├── 01573-resolvetypedecl.swift
│   ├── 01574-swift-typebase-getcanonicaltype.swift
│   ├── 01575-swift-modulefile-lookupvalue.swift
│   ├── 01576-swift-generictypeparamdecl-generictypeparamdecl.swift
│   ├── 01577-getcallerdefaultarg.swift
│   ├── 01578-swift-type-walk.swift
│   ├── 01579-swift-typebase-getcanonicaltype.swift
│   ├── 01580-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01581-swift-pattern-foreachvariable.swift
│   ├── 01582-swift-constraints-solution-computesubstitutions.swift
│   ├── 01583-llvm-prettystacktraceentry-prettystacktraceentry.swift
│   ├── 01584-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01585-swift-type-walk.swift
│   ├── 01586-swift-typechecker-checksubstitutions.swift
│   ├── 01587-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01588-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01589-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 01590-resolvetypedecl.swift
│   ├── 01591-resolvetypedecl.swift
│   ├── 01592-swift-pattern-foreachvariable.swift
│   ├── 01593-swift-typebase-getcanonicaltype.swift
│   ├── 01594-swift-genericfunctiontype-get.swift
│   ├── 01595-swift-modulefile-gettype.swift
│   ├── 01596-llvm-bitstreamcursor-readvbr.swift
│   ├── 01597-swift-structtype-get.swift
│   ├── 01598-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 01599-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01600-swift-availabilityattr-isunavailable.swift
│   ├── 01601-llvm-prettystacktraceentry-prettystacktraceentry.swift
│   ├── 01602-getselftypeforcontainer.swift
│   ├── 01603-swift-typechecker-validatedecl.swift
│   ├── 01604-swift-parser-parseidentifier.swift
│   ├── 01605-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 01606-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01607-swift-type-walk.swift
│   ├── 01608-swift-lexer-getlocforendoftoken.swift
│   ├── 01609-getselftypeforcontainer.swift
│   ├── 01610-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01611-getselftypeforcontainer.swift
│   ├── 01613-swift-typebase-getcanonicaltype.swift
│   ├── 01614-swift-type-walk.swift
│   ├── 01615-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01616-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 01617-swift-scopeinfo-addtoscope.swift
│   ├── 01618-swift-typebase-getcanonicaltype.swift
│   ├── 01619-swift-typebase-getcanonicaltype.swift
│   ├── 01620-resolvetypedecl.swift
│   ├── 01621-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 01622-swift-modulefile-maybereadpattern.swift
│   ├── 01623-getselftypeforcontainer.swift
│   ├── 01624-swift-namelookup-lookupinmodule.swift
│   ├── 01626-swift-constraints-solution-solution.swift
│   ├── 01627-swift-modulefile-gettype.swift
│   ├── 01628-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 01629-getselftypeforcontainer.swift
│   ├── 01630-getselftypeforcontainer.swift
│   ├── 01631-swift-constraints-solution-solution.swift
│   ├── 01632-swift-typechecker-validatedecl.swift
│   ├── 01633-swift-genericfunctiontype-get.swift
│   ├── 01634-swift-typechecker-checksubstitutions.swift
│   ├── 01635-swift-mangle-mangler-mangletype.swift
│   ├── 01636-swift-tupletype-get.swift
│   ├── 01637-getselftypeforcontainer.swift
│   ├── 01638-swift-genericfunctiontype-get.swift
│   ├── 01640-swift-typebase-getcanonicaltype.swift
│   ├── 01641-swift-modulefile-maybereadgenericparams.swift
│   ├── 01642-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01643-swift-typechecker-checksubstitutions.swift
│   ├── 01644-resolvetypedecl.swift
│   ├── 01645-swift-typebase-getdesugaredtype.swift
│   ├── 01647-no-stacktrace.swift
│   ├── 01649-swift-constraints-constraintgraph-change-undo.swift
│   ├── 01650-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01651-getselftypeforcontainer.swift
│   ├── 01653-swift-pattern-foreachvariable.swift
│   ├── 01654-swift-astprinter-printname.swift
│   ├── 01655-getselftypeforcontainer.swift
│   ├── 01656-swift-astcontext-getconformsto.swift
│   ├── 01657-resolvetypedecl.swift
│   ├── 01658-swift-parser-parsetypeidentifier.swift
│   ├── 01659-swift-typebase-getcanonicaltype.swift
│   ├── 01660-swift-parser-parseexprsequence.swift
│   ├── 01661-swift-parser-parsedeclfunc.swift
│   ├── 01662-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 01664-swift-parser-parsetypetuplebody.swift
│   ├── 01665-llvm-foldingset-swift-enumtype-nodeequals.swift
│   ├── 01666-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 01667-swift-parser-parseexprpostfix.swift
│   ├── 01668-swift-type-walk.swift
│   ├── 01669-void.swift
│   ├── 01670-swift-modulefile-maybereadgenericparams.swift
│   ├── 01671-swift-structtype-get.swift
│   ├── 01673-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 01674-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 01675-swift-streamprinter-printtext.swift
│   ├── 01676-swift-parser-parseexprsequence.swift
│   ├── 01677-swift-dependentmembertype-get.swift
│   ├── 01678-swift-type-walk.swift
│   ├── 01679-swift-optional-swift-diagnostic-operator.swift
│   ├── 01681-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 01682-swift-parser-parsedecl.swift
│   ├── 01683-swift-nominaltype-get.swift
│   ├── 01685-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01686-swift-astcontext-setconformsto.swift
│   ├── 01687-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 01688-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 01689-getselftypeforcontainer.swift
│   ├── 01691-clang-astcontext-getrecordtype.swift
│   ├── 01692-swift-typebase-getcanonicaltype.swift
│   ├── 01693-swift-typealiasdecl-typealiasdecl.swift
│   ├── 01694-void.swift
│   ├── 01695-swift-pattern-operator.swift
│   ├── 01696-getselftypeforcontainer.swift
│   ├── 01698-swift-type-walk.swift
│   ├── 01699-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 01700-swift-modulefile-gettype.swift
│   ├── 01701-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01702-swift-type-walk.swift
│   ├── 01703-swift-constraints-constraintlocator-profile.swift
│   ├── 01704-getselftypeforcontainer.swift
│   ├── 01705-vtable.swift
│   ├── 01706-resolvetypedecl.swift
│   ├── 01707-swift-genericsignature-get.swift
│   ├── 01708-swift-type-walk.swift
│   ├── 01709-vtable.swift
│   ├── 01710-swift-typechecker-callwitness.swift
│   ├── 01711-swift-module-lookupvalue.swift
│   ├── 01712-swift-boundgenerictype-get.swift
│   ├── 01713-swift-typebase-getcanonicaltype.swift
│   ├── 01714-swift-typebase-getcanonicaltype.swift
│   ├── 01715-void.swift
│   ├── 01716-swift-type-walk.swift
│   ├── 01717-getcallerdefaultarg.swift
│   ├── 01718-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 01719-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01720-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 01721-getselftypeforcontainer.swift
│   ├── 01722-getselftypeforcontainer.swift
│   ├── 01723-swift-optional-swift-diagnostic-operator.swift
│   ├── 01724-llvm-tinyptrvector-swift-valuedecl-push-back.swift
│   ├── 01725-swift-type-walk.swift
│   ├── 01726-getmemberforbasetype.swift
│   ├── 01728-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 01729-swift-parser-parsetoken.swift
│   ├── 01730-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 01731-swift-dictionarytype-get.swift
│   ├── 01732-swift-parser-parsebraceitemlist.swift
│   ├── 01733-swift-tupletype-get.swift
│   ├── 01734-resolvetypedecl.swift
│   ├── 01735-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01736-void.swift
│   ├── 01737-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 01738-vtable.swift
│   ├── 01739-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 01740-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01741-swift-constraints-constraintsystem-simplifymemberconstraint.swift
│   ├── 01742-swift-arrayslicetype-get.swift
│   ├── 01743-swift-typechecker-checksubstitutions.swift
│   ├── 01745-swift-typebase-getcanonicaltype.swift
│   ├── 01746-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 01747-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 01748-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01749-swift-typebase-getcanonicaltype.swift
│   ├── 01750-swift-modulefile-gettype.swift
│   ├── 01751-swift-type-walk.swift
│   ├── 01752-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 01753-swift-lexer-lexstringliteral.swift
│   ├── 01754-getselftypeforcontainer.swift
│   ├── 01755-swift-streamprinter-printtext.swift
│   ├── 01756-swift-constraints-constraintsystem-matchfunctiontypes.swift
│   ├── 01757-swift-typebase-getcanonicaltype.swift
│   ├── 01758-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01759-bool.swift
│   ├── 01760-swift-typebase-getcanonicaltype.swift
│   ├── 01761-swift-genericfunctiontype-get.swift
│   ├── 01762-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 01763-swift-archetypebuilder-resolvearchetype.swift
│   ├── 01764-swift-astprinter-printtextimpl.swift
│   ├── 01765-swift-inflightdiagnostic-highlight.swift
│   ├── 01766-swift-typechecker-validatedecl.swift
│   ├── 01767-resolvetypedecl.swift
│   ├── 01768-swift-type-walk.swift
│   ├── 01769-getselftypeforcontainer.swift
│   ├── 01770-swift-typechecker-buildarrayinjectionfnref.swift
│   ├── 01771-swift-sourcefile-getcache.swift
│   ├── 01772-void.swift
│   ├── 01773-swift-typebase-getcanonicaltype.swift
│   ├── 01774-getmemberforbasetype.swift
│   ├── 01775-resolvetypedecl.swift
│   ├── 01776-swift-availabilityattr-isunavailable.swift
│   ├── 01777-resolvetypedecl.swift
│   ├── 01778-getselftypeforcontainer.swift
│   ├── 01779-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01780-getselftypeforcontainer.swift
│   ├── 01781-swift-optional-std-pair-swift-api-notes-contextid.swift
│   ├── 01782-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 01783-getselftypeforcontainer.swift
│   ├── 01784-swift-constraints-constraintgraph-lookupnode.swift
│   ├── 01785-swift-scopeinfo-addtoscope.swift
│   ├── 01786-std-function-func-swift-type-subst.swift
│   ├── 01787-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 01788-swift-typebase-getcanonicaltype.swift
│   ├── 01789-swift-generictypeparamtype-get.swift
│   ├── 01790-swift-constraints-constraintgraph-unbindtypevariable.swift
│   ├── 01791-swift-typedecl-getdeclaredtype.swift
│   ├── 01792-swift-genericsignature-get.swift
│   ├── 01793-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01794-swift-astcontext-setconformsto.swift
│   ├── 01795-swift-pattern-foreachvariable.swift
│   ├── 01796-swift-modulefile-getdecl.swift
│   ├── 01797-swift-typebase-getcanonicaltype.swift
│   ├── 01798-swift-typechecker-coercepatterntotype.swift
│   ├── 01799-resolvetypedecl.swift
│   ├── 01800-swift-functiontype-get.swift
│   ├── 01801-swift-typebase-getcanonicaltype.swift
│   ├── 01802-swift-astvisitor.swift
│   ├── 01803-swift-modulefile-getdecl.swift
│   ├── 01804-swift-modulefile-maybereadpattern.swift
│   ├── 01805-swift-type-walk.swift
│   ├── 01806-swift-typechecker-validatedecl.swift
│   ├── 01807-resolvetypedecl.swift
│   ├── 01808-std-function-func-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 01809-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 01810-swift-clangimporter-implementation-finishloadingclangmodule.swift
│   ├── 01811-swift-modulefile-maybereadgenericparams.swift
│   ├── 01812-swift-lexer-getlocforendoftoken.swift
│   ├── 01813-swift-archetypebuilder-resolvearchetype.swift
│   ├── 01814-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 01815-getselftypeforcontainer.swift
│   ├── 01816-swift-type-walk.swift
│   ├── 01817-swift-typebase-getcanonicaltype.swift
│   ├── 01818-swift-typebase-isspecialized.swift
│   ├── 01819-swift-typevisitor.swift
│   ├── 01820-cleanupillformedexpression.swift
│   ├── 01821-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 01822-swift-typebase-isspecialized.swift
│   ├── 01823-llvm-sys-path-append.swift
│   ├── 01824-swift-typebase-getcanonicaltype.swift
│   ├── 01825-swift-module-lookupvalue.swift
│   ├── 01826-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 01827-getselftypeforcontainer.swift
│   ├── 01828-swift-typealiasdecl-typealiasdecl.swift
│   ├── 01829-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 01830-swift-constraints-constraintgraphnode-getadjacency.swift
│   ├── 01831-getselftypeforcontainer.swift
│   ├── 01832-swift-lexer-leximpl.swift
│   ├── 01833-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 01834-getselftypeforcontainer.swift
│   ├── 01835-getselftypeforcontainer.swift
│   ├── 01836-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01837-getselftypeforcontainer.swift
│   ├── 01838-void.swift
│   ├── 01839-swift-modulefile-gettype.swift
│   ├── 01840-getselftypeforcontainer.swift
│   ├── 01841-swift-metatypetype-get.swift
│   ├── 01842-swift-associatedtypedecl-associatedtypedecl.swift
│   ├── 01843-llvm-bitstreamcursor-readrecord.swift
│   ├── 01844-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 01845-swift-typebase-gettypeofmember.swift
│   ├── 01846-swift-parser-parseexprpostfix.swift
│   ├── 01847-std-function-func-swift-type-subst.swift
│   ├── 01848-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 01849-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01850-swift-type-walk.swift
│   ├── 01851-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 01852-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 01853-swift-lexer-lexidentifier.swift
│   ├── 01854-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 01855-swift-pattern-foreachvariable.swift
│   ├── 01856-swift-parser-parsetypesimple.swift
│   ├── 01857-std-function-func-swift-type-subst.swift
│   ├── 01858-llvm-densemap-swift-valuedecl.swift
│   ├── 01859-swift-constraints-solution-solution.swift
│   ├── 01860-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01861-swift-parser-parseexprclosure.swift
│   ├── 01862-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 01863-swift-modulefile-maybereadpattern.swift
│   ├── 01864-swift-valuedecl-settype.swift
│   ├── 01865-swift-typechecker-validatetype.swift
│   ├── 01866-swift-archetypetype-setnestedtypes.swift
│   ├── 01867-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01868-swift-typebase-getcanonicaltype.swift
│   ├── 01870-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 01872-void.swift
│   ├── 01873-swift-pattern-foreachvariable.swift
│   ├── 01874-swift-metatypetype-get.swift
│   ├── 01875-swift-modulefile-gettype.swift
│   ├── 01876-swift-type-walk.swift
│   ├── 01877-swift-typebase-isexistentialtype.swift
│   ├── 01878-resolvetypedecl.swift
│   ├── 01880-swift-typechecker-checksubstitutions.swift
│   ├── 01881-swift-structtype-get.swift
│   ├── 01882-swift-constraints-constraintsystem-simplifyconformstoconstraint.swift
│   ├── 01883-getselftypeforcontainer.swift
│   ├── 01884-swift-typechecker-resolvetypeincontext.swift
│   ├── 01885-swift-constraints-solution-simplifytype.swift
│   ├── 01886-swift-typebase-operator.swift
│   ├── 01887-swift-type-walk.swift
│   ├── 01888-vtable.swift
│   ├── 01889-swift-typebase-getcanonicaltype.swift
│   ├── 01890-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 01892-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01893-resolvetypedecl.swift
│   ├── 01894-swift-type-walk.swift
│   ├── 01895-swift-typechecker-validatedecl.swift
│   ├── 01896-swift-parser-parsedecl.swift
│   ├── 01897-resolvetypedecl.swift
│   ├── 01898-swift-parser-parsefunctionarguments.swift
│   ├── 01899-swift-declcontext-lookupqualified.swift
│   ├── 01900-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01901-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 01902-getselftypeforcontainer.swift
│   ├── 01903-swift-type-walk.swift
│   ├── 01905-swift-optionaltype-get.swift
│   ├── 01906-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 01907-swift-generictypeparamdecl-generictypeparamdecl.swift
│   ├── 01908-std-function-func-mapsignaturetype.swift
│   ├── 01910-swift-modulefile-gettype.swift
│   ├── 01911-swift-archetypetype-setnestedtypes.swift
│   ├── 01912-llvm-foldingsetnodeid-operator.swift
│   ├── 01914-swift-parser-parsetoken.swift
│   ├── 01915-swift-typechecker-getprotocol.swift
│   ├── 01916-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01917-getselftypeforcontainer.swift
│   ├── 01918-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 01919-swift-typebase-getcanonicaltype.swift
│   ├── 01920-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 01921-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 01922-getselftypeforcontainer.swift
│   ├── 01923-swift-lexer-lexstringliteral.swift
│   ├── 01924-swift-typebase-getcanonicaltype.swift
│   ├── 01925-swift-parser-consumetoken.swift
│   ├── 01926-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 01927-swift-type-walk.swift
│   ├── 01928-swift-metatypetype-get.swift
│   ├── 01929-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 01930-void.swift
│   ├── 01931-swift-protocolcompositiontype-build.swift
│   ├── 01932-swift-declname-printpretty.swift
│   ├── 01933-swift-constraints-constraintsystem-solve.swift
│   ├── 01935-swift-genericfunctiontype-get.swift
│   ├── 01936-getselftypeforcontainer.swift
│   ├── 01937-swift-typechecker-validatedecl.swift
│   ├── 01938-swift-parser-skipsingle.swift
│   ├── 01939-swift-functiontype-get.swift
│   ├── 01940-swift-typebase-getcanonicaltype.swift
│   ├── 01941-swift-optionaltype-get.swift
│   ├── 01942-resolvetypedecl.swift
│   ├── 01943-swift-type-walk.swift
│   ├── 01944-swift-type-print.swift
│   ├── 01945-getselftypeforcontainer.swift
│   ├── 01946-resolvetypedecl.swift
│   ├── 01947-resolvetypedecl.swift
│   ├── 01948-swift-metatypetype-get.swift
│   ├── 01949-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 01950-swift-modulefile-lookupvalue.swift
│   ├── 01951-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 01952-swift-functiontype-get.swift
│   ├── 01953-swift-module-lookupconformance.swift
│   ├── 01954-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 01955-std-function-func-swift-type-subst.swift
│   ├── 01957-swift-typechecker-resolvetypeincontext.swift
│   ├── 01958-std-function-func-swift-type-subst.swift
│   ├── 01960-resolvetypedecl.swift
│   ├── 01961-swift-metatypetype-get.swift
│   ├── 01962-swift-genericfunctiontype-get.swift
│   ├── 01963-swift-nominaltypedecl-computetype.swift
│   ├── 01964-resolvetypedecl.swift
│   ├── 01965-swift-constraints-constraintsystem-diagnosefailurefromconstraints.swift
│   ├── 01966-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 01967-swift-type-walk.swift
│   ├── 01968-bool.swift
│   ├── 01969-getmemberforbasetype.swift
│   ├── 01970-void.swift
│   ├── 01971-swift-metatypetype-get.swift
│   ├── 01972-resolvetypedecl.swift
│   ├── 01973-void.swift
│   ├── 01974-swift-declname-declname.swift
│   ├── 01975-getselftypeforcontainer.swift
│   ├── 01976-llvm-yaml-scalartraits-float-input.swift
│   ├── 01977-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 01978-swift-typebase-getcanonicaltype.swift
│   ├── 01979-swift-parser-parseexprclosure.swift
│   ├── 01980-swift-typebase-operator.swift
│   ├── 01981-swift-modulefile-maybereadgenericparams.swift
│   ├── 01982-resolvetypedecl.swift
│   ├── 01983-std-function-func-swift-type-subst.swift
│   ├── 01984-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 01985-swift-parser-parsestmtforeach.swift
│   ├── 01986-swift-parser-parseexprunary.swift
│   ├── 01987-swift-functiontype-get.swift
│   ├── 01988-swift-modulefile-lookupvalue.swift
│   ├── 01989-void.swift
│   ├── 01990-swift-modulefile-lookupvalue.swift
│   ├── 01991-swift-declcontext-lookupqualified.swift
│   ├── 01992-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 01993-swift-typechecker-checksubstitutions.swift
│   ├── 01994-swift-parser-consumetoken.swift
│   ├── 01995-swift-constraints-constraintsystem-solve.swift
│   ├── 01996-swift-parser-parsedeclenumcase.swift
│   ├── 01997-swift-typechecker-checksubstitutions.swift
│   ├── 01998-swift-tupletype-get.swift
│   ├── 01999-swift-lexer-leximpl.swift
│   ├── 02000-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 02001-swift-typebase-getcanonicaltype.swift
│   ├── 02002-resolvetypedecl.swift
│   ├── 02003-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 02004-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 02005-swift-parser-parsedeclvargetset.swift
│   ├── 02006-swift-typebase-getdesugaredtype.swift
│   ├── 02007-swift-type-walk.swift
│   ├── 02008-swift-tupletype-get.swift
│   ├── 02009-swift-type-walk.swift
│   ├── 02010-resolvetypedecl.swift
│   ├── 02011-swift-lexer-lexidentifier.swift
│   ├── 02012-inferdynamic.swift
│   ├── 02013-swift-lexer-leximpl.swift
│   ├── 02014-swift-parser-parsetypesimple.swift
│   ├── 02015-swift-typebase-gettypeofmember.swift
│   ├── 02016-swift-tuplepattern-create.swift
│   ├── 02017-swift-astcontext-getdictionarydecl.swift
│   ├── 02018-swift-declname-printpretty.swift
│   ├── 02019-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 02020-swift-lexer-getlocforendoftoken.swift
│   ├── 02021-std-function-func-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 02022-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 02023-void.swift
│   ├── 02024-getselftypeforcontainer.swift
│   ├── 02025-resolvetypedecl.swift
│   ├── 02026-swift-pattern-foreachvariable.swift
│   ├── 02027-swift-unboundgenerictype-get.swift
│   ├── 02028-swift-constraints-constraintsystem-simplify.swift
│   ├── 02029-resolvetypedecl.swift
│   ├── 02030-std-function-func-swift-type-subst.swift
│   ├── 02031-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 02032-swift-typechecker-resolveidentifiertype.swift
│   ├── 02033-swift-typebase-getcanonicaltype.swift
│   ├── 02034-swift-optional-swift-diagnostic-operator.swift
│   ├── 02035-swift-constraints-constraintsystem-matchdeepequalitytypes.swift
│   ├── 02036-getselftypeforcontainer.swift
│   ├── 02037-swift-type-walk.swift
│   ├── 02038-llvm-bitstreamcursor-readvbr.swift
│   ├── 02039-swift-type-walk.swift
│   ├── 02040-getselftypeforcontainer.swift
│   ├── 02041-swift-typechecker-checksubstitutions.swift
│   ├── 02042-swift-typechecker-validatedecl.swift
│   ├── 02043-std-function-func-swift-constraints-solution-computesubstitutions.swift
│   ├── 02044-swift-typechecker-typecheckpattern.swift
│   ├── 02045-swift-type-walk.swift
│   ├── 02046-swift-pattern-operator.swift
│   ├── 02047-swift-type-walk.swift
│   ├── 02048-swift-enumdecl-issimpleenum.swift
│   ├── 02049-swift-pattern-foreachvariable.swift
│   ├── 02050-swift-type-walk.swift
│   ├── 02051-swift-tupletype-get.swift
│   ├── 02052-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 02053-swift-modulefile-maybereadsubstitution.swift
│   ├── 02054-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 02055-llvm-foldingsetnodeid-operator.swift
│   ├── 02056-swift-type-walk.swift
│   ├── 02057-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 02058-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 02059-resolvetypedecl.swift
│   ├── 02060-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 02061-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 02062-getselftypeforcontainer.swift
│   ├── 02063-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02064-swift-diagnosticengine-diagnose.swift
│   ├── 02065-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 02066-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 02067-getselftypeforcontainer.swift
│   ├── 02068-swift-parser-parsedeclfunc.swift
│   ├── 02069-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02072-swift-functiontype-get.swift
│   ├── 02073-swift-optional-swift-diagnostic-operator.swift
│   ├── 02074-swift-constraints-constraintlocatorbuilder-trysimplifytoexpr.swift
│   ├── 02075-swift-nominaltypedecl-computetype.swift
│   ├── 02076-swift-modulefile-getdecl.swift
│   ├── 02077-swift-typebase-getcanonicaltype.swift
│   ├── 02078-swift-parser-parsedeclinit.swift
│   ├── 02079-swift-module-lookupvalue.swift
│   ├── 02080-swift-type-walk.swift
│   ├── 02081-swift-inouttype-get.swift
│   ├── 02082-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 02084-getselftypeforcontainer.swift
│   ├── 02085-swift-range-swift-nestedgenericparamlistiterator-swift-archetypetype.swift
│   ├── 02086-swift-modulefile-getdecl.swift
│   ├── 02087-swift-generictypeparamdecl-generictypeparamdecl.swift
│   ├── 02088-swift-constraints-constraintsystem-matchfunctiontypes.swift
│   ├── 02089-swift-typechecker-resolvetypeincontext.swift
│   ├── 02090-swift-type-walk.swift
│   ├── 02091-swift-constraints-constraintsystem-finalize.swift
│   ├── 02092-swift-abstractstoragedecl-makecomputed.swift
│   ├── 02093-swift-metatypetype-get.swift
│   ├── 02094-swift-typechecker-resolvetypeincontext.swift
│   ├── 02095-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 02096-swift-functiontype-get.swift
│   ├── 02097-swift-singlerawcomment-singlerawcomment.swift
│   ├── 02098-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 02099-swift-clangimporter-loadmodule.swift
│   ├── 02100-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 02101-getselftypeforcontainer.swift
│   ├── 02102-swift-typebase-getcanonicaltype.swift
│   ├── 02103-swift-typebase-getcanonicaltype.swift
│   ├── 02104-resolvetypedecl.swift
│   ├── 02105-swift-modulefile-getdecl.swift
│   ├── 02106-swift-typebase-getcanonicaltype.swift
│   ├── 02107-swift-functiontype-get.swift
│   ├── 02108-swift-type-transform.swift
│   ├── 02109-swift-constraints-solution-computesubstitutions.swift
│   ├── 02110-swift-modulefile-gettype.swift
│   ├── 02111-swift-declcontext-lookupqualified.swift
│   ├── 02112-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02113-swift-typechecker-resolvetypeincontext.swift
│   ├── 02114-getselftypeforcontainer.swift
│   ├── 02115-vtable.swift
│   ├── 02116-swift-modulefile-maybereadgenericparams.swift
│   ├── 02117-swift-typebase-getcanonicaltype.swift
│   ├── 02118-swift-typechecker-checkinheritanceclause.swift
│   ├── 02119-swift-metatypetype-get.swift
│   ├── 02120-swift-type-walk.swift
│   ├── 02121-getselftypeforcontainer.swift
│   ├── 02122-swift-modulefile-maybereadgenericparams.swift
│   ├── 02123-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 02124-swift-type-transform.swift
│   ├── 02125-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 02126-swift-metatypetype-get.swift
│   ├── 02127-swift-modulefile-maybereadpattern.swift
│   ├── 02128-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02129-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 02130-vtable.swift
│   ├── 02131-swift-parser-parsedeclclass.swift
│   ├── 02132-resolvetypedecl.swift
│   ├── 02133-resolvetypedecl.swift
│   ├── 02134-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 02135-swift-metatypetype-get.swift
│   ├── 02136-swift-lexer-lexidentifier.swift
│   ├── 02137-getselftypeforcontainer.swift
│   ├── 02138-swift-modulefile-maybereadpattern.swift
│   ├── 02139-swift-constraints-constraintgraphnode-addconstraint.swift
│   ├── 02140-getselftypeforcontainer.swift
│   ├── 02141-swift-parser-skipsingle.swift
│   ├── 02142-formatdiagnostictext.swift
│   ├── 02143-swift-structtype-get.swift
│   ├── 02144-swift-parser-parsestmt.swift
│   ├── 02145-swift-typebase-getcanonicaltype.swift
│   ├── 02146-swift-type-transform.swift
│   ├── 02147-swift-diagnosticengine-diagnose.swift
│   ├── 02148-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 02149-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 02150-swift-typechecker-coercepatterntotype.swift
│   ├── 02151-swift-tupletype-get.swift
│   ├── 02153-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 02154-swift-sourcefile-getcache.swift
│   ├── 02155-swift-optional-swift-diagnostic-operator.swift
│   ├── 02156-swift-typebase-getcanonicaltype.swift
│   ├── 02157-swift-nominaltypedecl-computetype.swift
│   ├── 02158-swift-type-walk.swift
│   ├── 02159-swift-typechecker-typecheckexpression.swift
│   ├── 02161-swift-type-walk.swift
│   ├── 02162-swift-type-walk.swift
│   ├── 02163-swift-parser-parseexprlist.swift
│   ├── 02164-swift-typechecker-checksubstitutions.swift
│   ├── 02165-swift-diagnosticengine-diagnose.swift
│   ├── 02166-swift-type-walk.swift
│   ├── 02167-swift-typechecker-validatedecl.swift
│   ├── 02168-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02169-swift-typebase-getcanonicaltype.swift
│   ├── 02170-swift-inouttype-get.swift
│   ├── 02171-swift-tupletype-get.swift
│   ├── 02172-swift-boundgenerictype-get.swift
│   ├── 02173-swift-parser-skipsingle.swift
│   ├── 02174-swift-modulefile-lookupvalue.swift
│   ├── 02175-swift-scopeinfo-addtoscope.swift
│   ├── 02176-swift-typebase-getcanonicaltype.swift
│   ├── 02177-swift-metatypetype-get.swift
│   ├── 02178-swift-lexer-leximpl.swift
│   ├── 02179-llvm-bitstreamcursor-readrecord.swift
│   ├── 02180-getselftypeforcontainer.swift
│   ├── 02181-swift-modulefile-getdecl.swift
│   ├── 02182-swift-streamprinter-printtext.swift
│   ├── 02183-swift-type-walk.swift
│   ├── 02184-getselftypeforcontainer.swift
│   ├── 02185-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 02186-getselftypeforcontainer.swift
│   ├── 02187-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 02188-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 02189-swift-type-walk.swift
│   ├── 02190-getselftypeforcontainer.swift
│   ├── 02191-swift-streamprinter-printtext.swift
│   ├── 02192-swift-scopeinfo-addtoscope.swift
│   ├── 02193-swift-typechecker-resolvetypeincontext.swift
│   ├── 02194-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02195-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02196-swift-optional-swift-diagnostic-operator.swift
│   ├── 02197-resolvetypedecl.swift
│   ├── 02198-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 02199-getselftypeforcontainer.swift
│   ├── 02200-getselftypeforcontainer.swift
│   ├── 02201-std-function-func-swift-type-subst.swift
│   ├── 02202-swift-boundgenerictype-get.swift
│   ├── 02203-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 02204-swift-clangmoduleunit-getadaptermodule.swift
│   ├── 02205-resolvetypedecl.swift
│   ├── 02206-void.swift
│   ├── 02207-swift-nominaltypedecl-getprotocols.swift
│   ├── 02208-swift-modulefile-configurestorage.swift
│   ├── 02209-swift-typebase-operator.swift
│   ├── 02210-swift-typechecker-coercepatterntotype.swift
│   ├── 02211-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 02213-llvm-smallptrsetimplbase-smallptrsetimplbase.swift
│   ├── 02214-swift-inouttype-get.swift
│   ├── 02215-swift-modulefile-gettype.swift
│   ├── 02216-swift-archetypetype-setnestedtypes.swift
│   ├── 02217-swift-bracestmt-create.swift
│   ├── 02218-swift-typebase-getdesugaredtype.swift
│   ├── 02219-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 02220-swift-namelookup-lookupinmodule.swift
│   ├── 02221-swift-type-walk.swift
│   ├── 02222-swift-generictypeparamdecl-generictypeparamdecl.swift
│   ├── 02223-swift-lexer-leximpl.swift
│   ├── 02224-swift-typebase-operator.swift
│   ├── 02225-swift-sourcemanager-getmessage.swift
│   ├── 02226-swift-modulefile-getdecl.swift
│   ├── 02227-swift-type-walk.swift
│   ├── 02228-swift-type-walk.swift
│   ├── 02229-swift-parser-parsedeclextension.swift
│   ├── 02230-std-function-func-mapsignaturetype.swift
│   ├── 02231-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02232-swift-parser-parsedaccessors-record.swift
│   ├── 02234-bool.swift
│   ├── 02235-swift-declname-printpretty.swift
│   ├── 02236-swift-nominaltypedecl-computetype.swift
│   ├── 02237-swift-parser-parsetypecomposition.swift
│   ├── 02238-swift-typechecker-coercepatterntotype.swift
│   ├── 02239-swift-parser-consumetoken.swift
│   ├── 02240-swift-typebase-getcanonicaltype.swift
│   ├── 02241-swift-diagnosticengine-diagnose.swift
│   ├── 02243-swift-boundgenerictype-get.swift
│   ├── 02244-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 02245-swift-typebase-getcanonicaltype.swift
│   ├── 02246-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 02247-swift-constraints-constraintsystem-finalize.swift
│   ├── 02248-swift-typebase-getcanonicaltype.swift
│   ├── 02249-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 02250-swift-parser-parsetoken.swift
│   ├── 02251-swift-lexer-getlocforendoftoken.swift
│   ├── 02252-swift-typechecker-resolveidentifiertype.swift
│   ├── 02253-swift-type-walk.swift
│   ├── 02254-swift-type-walk.swift
│   ├── 02255-swift-genericsignature-get.swift
│   ├── 02256-swift-sourcefile-getcache.swift
│   ├── 02257-swift-any-from-nsmutablearray.swift
│   ├── 02327-swift-clangimporter-lookupvalue.swift
│   ├── 03204-swift-type-transform.swift
│   ├── 03326-swift-archetypetype-setnestedtypes.swift
│   ├── 04450-swift-typebase-getcanonicaltype.swift
│   ├── 04592-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 05045-swift-typebase-getcanonicaltype.swift
│   ├── 05431-swift-declname-printpretty.swift
│   ├── 06207-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 06252-swift-typechecker-conformstoprotocol.swift
│   ├── 06542-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 07285-swift-astprinter-printname.swift
│   ├── 08008-swift-typechecker-typecheckexpression.swift
│   ├── 08893-std-function-func-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 09354-swift-nominaltypedecl-computetype.swift
│   ├── 09385-swift-structtype-get.swift
│   ├── 09650-swift-typebase-getcanonicaltype.swift
│   ├── 09990-std-function-func-swift-type-subst.swift
│   ├── 10023-swift-typebase-getcanonicaltype.swift
│   ├── 10248-swift-streamprinter-printtext.swift
│   ├── 10659-swift-printingdiagnosticconsumer-handlediagnostic.timeout.swift
│   ├── 11093-swift-substitutedtype-get.swift
│   ├── 12748-swift-constraints-constraintsystem-simplify.swift
│   ├── 13000-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 13737-swift-availabilityattr-isunavailable.swift
│   ├── 16694-swift-constraints-constraintsystem-opentype.swift
│   ├── 21655-swift-boundgenerictype-get.swift
│   ├── 21765-vtable.swift
│   ├── 21847-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 21852-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 22250-swift-typevisitor.swift
│   ├── 22253-swift-type-transform.swift
│   ├── 22391-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 22582-swift-clangmoduleunit-getimportedmodules.swift
│   ├── 22725-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 23060-swift-typechecker-validatedecl.swift
│   ├── 23086-swift-typechecker-validatedecl.swift
│   ├── 23445-swift-constraints-constraintgraph-unbindtypevariable.swift
│   ├── 23680-std-function-func-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 23919-swift-astvisitor.swift
│   ├── 23974-swift-declname-printpretty.swift
│   ├── 24232-swift-lexer-leximpl.swift
│   ├── 24245-swift-constraints-constraintsystem-solve.swift
│   ├── 24394-swift-typevariabletype-implementation-getrepresentative.swift
│   ├── 24440-swift-typechecker-coercepatterntotype.swift
│   ├── 24531-swift-metatypetype-get.swift
│   ├── 24558-swift-typebase-gatherallsubstitutions.swift
│   ├── 24624-swift-module-lookupconformance.swift
│   ├── 24645-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 24670-isunknownobjecttype.swift
│   ├── 24680-swift-typechecker-validategenericfuncsignature.swift
│   ├── 24769-std-function-func-swift-type-subst.swift
│   ├── 24797-no-stacktrace.swift
│   ├── 24798-no-stacktrace.swift
│   ├── 24800-swift-constraints-constraintsystem-matchsuperclasstypes.swift
│   ├── 24864-std-function-func-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 24879-getmemberforbasetype.swift
│   ├── 24900-swift-typebase-getmembersubstitutions.swift
│   ├── 24915-swift-typebase-getcanonicaltype.swift
│   ├── 24947-swift-lexer-leximpl.swift
│   ├── 24960-swift-typedecl-getdeclaredinterfacetype.swift
│   ├── 24969-swift-vardecl-emitlettovarnoteifsimple.swift
│   ├── 24987-swift-expr-findexistinginitializercontext.swift
│   ├── 25009-swift-typechecker-resolvetypeincontext.swift
│   ├── 25011-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 25128-swift-type-transform.swift
│   ├── 25152-swift-typechecker-resolvetypeincontext.swift
│   ├── 25154-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 25163-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 25327-swift-metatypetype-get.swift
│   ├── 25329-swift-typebase-getmembersubstitutions.swift
│   ├── 25340-findlocalval-checkpattern.swift
│   ├── 25341-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 25342-swift-sourcemanager-getbytedistance.swift
│   ├── 25343-swift-parser-parsedeclfunc.swift
│   ├── 25344-swift-modulefile-gettype.swift
│   ├── 25345-swift-parser-parsedecl.swift
│   ├── 25346-swift-parser-skipsingle.swift
│   ├── 25347-swift-typechecker-checkinheritanceclause.swift
│   ├── 25348-swift-markasobjc.swift
│   ├── 25349-swift-typechecker-validatedecl.swift
│   ├── 25350-swift-typeloc-iserror.swift
│   ├── 25351-swift-serialization-serializer-writenormalconformance.swift
│   ├── 25352-swift-boundgenerictype-getsubstitutions.swift
│   ├── 25353-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25354-no-stacktrace.swift
│   ├── 25355-swift-typechecker-typecheckpatternbinding.swift
│   ├── 25356-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 25357-swift-parser-parseexprorstmt.swift
│   ├── 25358-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 25359-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 25360-swift-lexer-getlocforendoftoken.swift
│   ├── 25361-swift-funcdecl-setdeserializedsignature.swift
│   ├── 25362-swift-genericparamlist-create.swift
│   ├── 25363-swift-archetypebuilder-addrequirement.swift
│   ├── 25364-swift-parser-parsetoken.swift
│   ├── 25365-no-stacktrace.swift
│   ├── 25366-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 25367-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 25368-swift-genericfunctiontype-get.swift
│   ├── 25369-swift-iterabledeclcontext-getmembers.swift
│   ├── 25370-swift-genericsignature-get.swift
│   ├── 25371-llvm-raw-fd-ostream-write-impl.swift
│   ├── 25372-swift-lexer-leximpl.swift
│   ├── 25373-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25374-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 25375-swift-typebase-isequal.swift
│   ├── 25376-swift-parser-parsedecl.swift
│   ├── 25377-swift-declname-printpretty.swift
│   ├── 25378-swift-constraints-constraintsystem-matchdeepequalitytypes.swift
│   ├── 25379-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 25380-swift-parser-parsedecl.swift
│   ├── 25381-swift-nominaltypedecl-makemembervisible.swift
│   ├── 25382-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 25383-void.swift
│   ├── 25384-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 25385-swift-patternbindingdecl-setpattern.swift
│   ├── 25386-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 25387-swift-typebase-getsuperclass.swift
│   ├── 25388-swift-lexer-lexidentifier.swift
│   ├── 25389-swift-funcdecl-setdeserializedsignature.swift
│   ├── 25390-swift-inflightdiagnostic.swift
│   ├── 25391-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 25392-swift-patternbindingdecl-setpattern.swift
│   ├── 25393-swift-protocolconformance-subst.swift
│   ├── 25394-swift-parser-skipsingle.swift
│   ├── 25395-std-function-func.swift
│   ├── 25396-swift-typechecker-validatetype.swift
│   ├── 25397-swift-astcontext-allocate.swift
│   ├── 25398-swift-serialization-serializer-writenormalconformance.swift
│   ├── 25399-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25401-swift-functiontype-get.swift
│   ├── 25402-swift-archetypebuilder-finalize.swift
│   ├── 25403-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 25404-swift-lexer-leximpl.swift
│   ├── 25405-swift-parser-parsedecl.swift
│   ├── 25406-swift-functiontype-get.swift
│   ├── 25407-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 25408-swift-boundgenerictype-get.swift
│   ├── 25409-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 25410-swift-typechecker-resolvetypeincontext.swift
│   ├── 25411-swift-typechecker-validatedecl.swift
│   ├── 25412-swift-sourcemanager-getbytedistance.swift
│   ├── 25413-llvm-errs.swift
│   ├── 25414-swift-generictypeparamtype-get.swift
│   ├── 25415-swift-astcontext-getimplicitlyunwrappedoptionaldecl.swift
│   ├── 25416-swift-parser-parsedecl.swift
│   ├── 25417-swift-inouttype-get.swift
│   ├── 25418-swift-typechecker-validatetype.swift
│   ├── 25419-swift-archetypebuilder-finalize.swift
│   ├── 25420-swift-expr-walk.swift
│   ├── 25421-swift-conformancelookuptable-getimplicitprotocols.swift
│   ├── 25422-swift-nominaltypedecl-setgenericsignature.swift
│   ├── 25423-swift-inouttype-get.swift
│   ├── 25424-swift-typechecker-computeaccessibility.swift
│   ├── 25425-swift-parser-parsedecl.swift
│   ├── 25426-swift-parser-parsedecl.swift
│   ├── 25427-swift-typechecker-resolveidentifiertype.swift
│   ├── 25428-swift-nominaltypedecl-prepareextensions.swift
│   ├── 25429-swift-typechecker-resolvetypeincontext.swift
│   ├── 25430-swift-dependentmembertype-get.swift
│   ├── 25431-swift-prettystacktracetyperepr-print.swift
│   ├── 25432-abort.swift
│   ├── 25433-swift-archetypebuilder-finalize.swift
│   ├── 25434-swift-typechecker-validatedecl.swift
│   ├── 25435-swift-valuedecl-setinterfacetype.swift
│   ├── 25436-swift-derivedfileunit-lookupvalue.swift
│   ├── 25437-swift-typechecker-resolveidentifiertype.swift
│   ├── 25438-swift-parser-parsedecl.swift
│   ├── 25439-swift-conformancelookuptable-addprotocol.swift
│   ├── 25440-swift-typeloc-iserror.swift
│   ├── 25441-swift-modulefile-gettype.swift
│   ├── 25442-llvm-smdiagnostic-smdiagnostic.swift
│   ├── 25443-swift-parser-parsedecl.swift
│   ├── 25444-swift-archetypebuilder-finalize.swift
│   ├── 25445-swift-type-transform.swift
│   ├── 25446-swift-typeloc-iserror.swift
│   ├── 25447-llvm-tinyptrvector-swift-valuedecl-push-back.swift
│   ├── 25448-swift-archetypebuilder-addrequirement.swift
│   ├── 25449-swift-lexer-leximpl.swift
│   ├── 25450-void.swift
│   ├── 25451-swift-scopeinfo-addtoscope.swift
│   ├── 25452-swift-typechecker-typecheckpattern.swift
│   ├── 25453-swift-inflightdiagnostic.swift
│   ├── 25454-swift-abstractclosureexpr-setparams.swift
│   ├── 25455-swift-typechecker-coercepatterntotype.swift
│   ├── 25456-swift-removeshadoweddecls.swift
│   ├── 25457-std-function-func-swift-type-subst.swift
│   ├── 25458-swift-archetypetype-getnestedtype.swift
│   ├── 25459-swift-declcontext-lookupqualified.swift
│   ├── 25460-swift-expr-walk.swift
│   ├── 25461-no-stacktrace.swift
│   ├── 25462-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25463-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 25464-swift-typechecker-typecheckexpression.swift
│   ├── 25465-swift-namelookup-lookupinmodule.swift
│   ├── 25466-swift-parser-parsebraceitemlist.swift
│   ├── 25467-swift-metatypetype-get.swift
│   ├── 25468-swift-genericsignature-get.swift
│   ├── 25469-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 25470-swift-typechecker-checkdeclarationavailability.swift
│   ├── 25471-swift-iterabledeclcontext-setloader.swift
│   ├── 25472-swift-typechecker-coercepatterntotype.swift
│   ├── 25473-swift-inflightdiagnostic.swift
│   ├── 25474-swift-parser-diagnose.swift
│   ├── 25475-swift-parser-parsedecl.swift
│   ├── 25476-swift-genericfunctiontype-get.swift
│   ├── 25477-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 25478-swift-astcontext-allocate.swift
│   ├── 25479-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25480-swift-typechecker-validatedecl.swift
│   ├── 25481-swift-modulefile-getimportedmodules.swift
│   ├── 25482-void.swift
│   ├── 25483-swift-performexprdiagnostics.swift
│   ├── 25484-swift-modulefile-getdecl.swift
│   ├── 25485-swift-patternbindingdecl-setpattern.swift
│   ├── 25486-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 25487-llvm-bitstreamcursor-read.swift
│   ├── 25488-std-function-func-swift-type-subst.swift
│   ├── 25489-swift-valuedecl-getinterfacetype.swift
│   ├── 25490-swift-streamprinter-printtext.swift
│   ├── 25491-swift-parser-parsebraceitems.swift
│   ├── 25492-swift-astcontext-allocate.swift
│   ├── 25493-swift-sourcemanager-getbytedistance.swift
│   ├── 25494-swift-type-print.swift
│   ├── 25495-void.swift
│   ├── 25496-swift-typechecker-lookupmembertype.swift
│   ├── 25497-llvm-foldingset-swift-constraints-constraintlocator-nodeequals.swift
│   ├── 25498-swift-constraints-constraint-constraint.swift
│   ├── 25499-swift-typechecker-addimplicitconstructors.swift
│   ├── 25500-swift-lexer-lexidentifier.swift
│   ├── 25501-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 25502-swift-typedecl-getdeclaredinterfacetype.swift
│   ├── 25503-swift-namelookup-lookupinmodule.swift
│   ├── 25504-swift-constraints-constraintgraphnode-getadjacency.swift
│   ├── 25505-swift-constraints-constraintsystem-salvage.swift
│   ├── 25506-swift-type-print.swift
│   ├── 25507-void.swift
│   ├── 25508-swift-archetypebuilder-addrequirement.swift
│   ├── 25509-swift-lexer-lexidentifier.swift
│   ├── 25510-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 25511-swift-modulefile-gettype.swift
│   ├── 25512-swift-genericsignature-get.swift
│   ├── 25513-swift-constraints-constraintsystem-simplifyconformstoconstraint.swift
│   ├── 25514-bool.swift
│   ├── 25515-swift-memberlookuptable-addmember.swift
│   ├── 25516-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 25517-swift-typechecker-validatetype.swift
│   ├── 25518-swift-lexer-leximpl.swift
│   ├── 25519-void.swift
│   ├── 25520-swift-typechecker-checkinheritanceclause.swift
│   ├── 25521-swift-ide-printdeclusr.swift
│   ├── 25522-swift-typebase-getsuperclass.swift
│   ├── 25523-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 25524-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 25525-swift-modulefile-getimportedmodules.swift
│   ├── 25526-swift-lexer-lexidentifier.swift
│   ├── 25527-swift-modulefile-getimportedmodules.swift
│   ├── 25528-swift-iterabledeclcontext-getmembers.swift
│   ├── 25529-void.swift
│   ├── 25530-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 25531-swift-abstractclosureexpr-setparams.swift
│   ├── 25532-swift-declname-printpretty.swift
│   ├── 25533-bool.swift
│   ├── 25534-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 25535-swift-astvisitor.swift
│   ├── 25536-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25537-swift-parser-parsegenericparameters.swift
│   ├── 25538-swift-archetypebuilder-finalize.swift
│   ├── 25539-std-function-func-mapsignaturetype.swift
│   ├── 25540-swift-parser-parsedeclstruct.swift
│   ├── 25541-swift-lexer-getlocforendoftoken.swift
│   ├── 25542-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25543-swift-typechecker-typecheckexpression.swift
│   ├── 25544-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 25545-swift-parser-parsestmt.swift
│   ├── 25546-swift-metatypetype-get.swift
│   ├── 25547-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 25548-void.swift
│   ├── 25549-swift-constraints-constraintsystem-gettypeofreference.swift
│   ├── 25550-swift-unboundgenerictype-get.swift
│   ├── 25551-llvm-bitstreamcursor-read.swift
│   ├── 25552-swift-type-walk.swift
│   ├── 25553-swift-performexprdiagnostics.swift
│   ├── 25554-swift-archetypetype-getnestedtype.swift
│   ├── 25555-swift-funcdecl-setdeserializedsignature.swift
│   ├── 25556-swift-modulefile-getcommentfordecl.swift
│   ├── 25557-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 25558-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 25559-swift-lexer-leximpl.swift
│   ├── 25560-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 25561-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 25562-swift-serialization-serializer-writedeclattribute.swift
│   ├── 25563-swift-constraints-constraintsystem-solve.swift
│   ├── 25564-swift-astprinter-printtextimpl.swift
│   ├── 25565-swift-modulefile-loadextensions.swift
│   ├── 25566-swift-typechecker-resolvetypeincontext.swift
│   ├── 25567-swift-lexer-getlocforendoftoken.swift
│   ├── 25568-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 25569-swift-tupletype-get.swift
│   ├── 25570-std-function-func-mapsignaturetype.swift
│   ├── 25571-swift-typechecker-validatedecl.swift
│   ├── 25572-swift-type-print.swift
│   ├── 25573-swift-typechecker-lookupmember.swift
│   ├── 25574-llvm-foldingset-swift-declname-compounddeclname-nodeequals.swift
│   ├── 25575-swift-streamprinter-printtext.swift
│   ├── 25576-swift-serialization-serializer-writeblockinfoblock.swift
│   ├── 25577-swift-markasobjc.swift
│   ├── 25578-swift-parser-parsedeclvar.swift
│   ├── 25579-swift-metatypetype-get.swift
│   ├── 25580-swift-typechecker-addimplicitconstructors.swift
│   ├── 25581-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 25582-swift-typechecker-resolvesuperclass.swift
│   ├── 25583-swift-substitutedtype-get.swift
│   ├── 25584-addnestedrequirements.swift
│   ├── 25585-swift-sourcemanager-extracttext.swift
│   ├── 25586-std-function-func-mapsignaturetype.swift
│   ├── 25587-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 25588-swift-typedecl-getdeclaredinterfacetype.swift
│   ├── 25589-swift-inflightdiagnostic.swift
│   ├── 25590-swift-declcontext-getlocalconformances.swift
│   ├── 25591-std-function-func-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 25592-swift-parser-parsetoken.swift
│   ├── 25593-swift-inouttype-get.swift
│   ├── 25594-swift-dependentmembertype-get.swift
│   ├── 25595-swift-parser-parsegetset.swift
│   ├── 25596-swift-modulefile-getimportedmodules.swift
│   ├── 25597-swift-inflightdiagnostic.swift
│   ├── 25598-swift-genericsignature-get.swift
│   ├── 25599-swift-iterabledeclcontext-getmembers.swift
│   ├── 25600-swift-declname-printpretty.swift
│   ├── 25601-resolveidenttypecomponent.swift
│   ├── 25602-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 25603-swift-sourcemanager-extracttext.swift
│   ├── 25604-swift-funcdecl-funcdecl.swift
│   ├── 25605-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 25606-swift-constraints-solution-solution.swift
│   ├── 25607-swift-parserunit-implementation-implementation.swift
│   ├── 25608-swift-iterabledeclcontext-getmembers.swift
│   ├── 25609-swift-inouttype-get.swift
│   ├── 25610-swift-metatypetype-get.swift
│   ├── 25611-std-function-func-swift-typebase-gettypevariables.swift
│   ├── 25612-swift-patternbindingdecl-create.swift
│   ├── 25613-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 25614-llvm-mutablearrayref-swift-protocoldecl.swift
│   ├── 25615-swift-typechecker-coercepatterntotype.swift
│   ├── 25616-swift-parser-diagnose.swift
│   ├── 25617-swift-typebase-getcanonicaltype.swift
│   ├── 25618-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 25619-swift-typechecker-validatedecl.swift
│   ├── 25620-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 25621-swift-metatypetype-get.swift
│   ├── 25622-swift-inflightdiagnostic.swift
│   ├── 25623-swift-modulefile-gettype.swift
│   ├── 25624-swift-moduledecl-lookupvalue.swift
│   ├── 25625-swift-typechecker-resolveinheritanceclause.swift
│   ├── 25626-swift-nominaltypedecl-prepareextensions.swift
│   ├── 25627-swift-archetypebuilder-addconformancerequirement.swift
│   ├── 25628-swift-genericsignature-get.swift
│   ├── 25629-swift-astcontext-allocate.swift
│   ├── 25630-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 25631-swift-parser-parseexprpostfix.swift
│   ├── 25632-swift-stmt-walk.swift
│   ├── 25633-llvm-smdiagnostic-print.swift
│   ├── 25634-swift-parser-parsetoken.swift
│   ├── 25635-swift-expr-walk.swift
│   ├── 25636-swift-typeloc-iserror.swift
│   ├── 25637-swift-typechecker-lookupmember.swift
│   ├── 25638-swift-modulefile-gettype.swift
│   ├── 25639-swift-valuedecl-settype.swift
│   ├── 25640-swift-modulefile-declcommenttableinfo-readdata.swift
│   ├── 25641-swift-constraints-constraintsystem-computeassigndesttype.swift
│   ├── 25642-swift-metatypetype-get.swift
│   ├── 25643-swift-markasobjc.swift
│   ├── 25644-swift-parser-parsedecl.swift
│   ├── 25645-llvm-bitstreamcursor-read.swift
│   ├── 25646-swift-parser-applyattributetotype.swift
│   ├── 25647-swift-astcontext-setrawcomment.swift
│   ├── 25648-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 25649-firsttarget.swift
│   ├── 25650-checktypedeclavailability.swift
│   ├── 25651-swift-constraints-constraintsystem-addoverloadset.swift
│   ├── 25652-bool.swift
│   ├── 25653-swift-tupletype-get.swift
│   ├── 25654-swift-typechecker-typecheckdecl.swift
│   ├── 25655-void.swift
│   ├── 25656-swift-parser-applyattributetotype.swift
│   ├── 25657-llvm-bitstreamcursor-read.swift
│   ├── 25658-swift-inflightdiagnostic.swift
│   ├── 25659-swift-modulefile-gettype.swift
│   ├── 25660-swift-typechecker-buildrefexpr.swift
│   ├── 25661-swift-parser-parsestmtif.swift
│   ├── 25662-swift-valuedecl-settype.swift
│   ├── 25663-swift-concretedeclref-specializeddeclref-create.swift
│   ├── 25664-swift-typechecker-validatetype.swift
│   ├── 25665-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 25666-swift-constraints-generalfailurediagnosis-diagnosegeneralconversionfailure.swift
│   ├── 25667-swift-genericsignature-genericsignature.swift
│   ├── 25668-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 25669-swift-sourcefile-lookupcache-lookupvalue.swift
│   ├── 25670-swift-conformancelookuptable-addprotocol.swift
│   ├── 25671-swift-tuplepattern-create.swift
│   ├── 25672-swift-astcontext-allocate.swift
│   ├── 25673-swift-boundgenerictype-get.swift
│   ├── 25674-swift-typechecker-validatedecl.swift
│   ├── 25675-swift-typechecker-resolvesuperclass.swift
│   ├── 25676-swift-functiontype-get.swift
│   ├── 25677-swift-genericsignature-profile.swift
│   ├── 25678-llvm-bitstreamcursor-read.swift
│   ├── 25679-swift-declrefexpr-setspecialized.swift
│   ├── 25680-swift-conformancelookuptable-lookupconformances.swift
│   ├── 25681-std-function-func-swift-constraints-constraintgraph-verify.swift
│   ├── 25682-swift-modulefile-gettype.swift
│   ├── 25683-swift-valuedecl-getinterfacetype.swift
│   ├── 25684-swift-typebase-isspecialized.swift
│   ├── 25685-swift-parser-parsedeclenum.swift
│   ├── 25686-swift-parser-parseexprclosure.swift
│   ├── 25687-swift-removeshadoweddecls.swift
│   ├── 25688-swift-lexer-lexidentifier.swift
│   ├── 25689-swift-patternbindingdecl-getpatternentryindexforvardecl.swift
│   ├── 25690-swift-astvisitor.swift
│   ├── 25691-bool.swift
│   ├── 25692-std-function-func-mapsignaturetype.swift
│   ├── 25693-swift-typechecker-validatedecl.swift
│   ├── 25694-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 25695-swift-typechecker-typecheckexpression.swift
│   ├── 25696-llvm-bitstreamcursor-read.swift
│   ├── 25697-swift-parser-parsegetsetimpl.swift
│   ├── 25698-swift-parser-parsedeclinit.swift
│   ├── 25699-swift-sourcefile-getcache.swift
│   ├── 25700-llvm-optional-swift-diagnostic-operator.swift
│   ├── 25701-swift-inflightdiagnostic.swift
│   ├── 25702-swift-lexer-leximpl.swift
│   ├── 25703-void.swift
│   ├── 25704-vtable.swift
│   ├── 25705-swift-typechecker-availablerange.swift
│   ├── 25706-swift-genericsignature-get.swift
│   ├── 25707-swift-inouttype-get.swift
│   ├── 25708-swift-typechecker-resolvetypeincontext.swift
│   ├── 25709-swift-lexer-leximpl.swift
│   ├── 25710-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25711-swift-constraints-constraintsystem-optimizeconstraints.swift
│   ├── 25712-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 25713-swift-dependentmembertype-get.swift
│   ├── 25714-llvm-densemap-swift-identifier.swift
│   ├── 25715-swift-parser-parseexprclosure.swift
│   ├── 25716-swift-modulefile-getdecl.swift
│   ├── 25717-swift-lexer-lexidentifier.swift
│   ├── 25718-swift-genericsignature-genericsignature.swift
│   ├── 25719-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 25720-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 25721-swift-astvisitor.swift
│   ├── 25722-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 25723-swift-typechecker-checkinheritanceclause.swift
│   ├── 25724-swift-valuedecl-getinterfacetype.swift
│   ├── 25725-llvm-bitstreamcursor-read.swift
│   ├── 25726-swift-parser-parsetoken.swift
│   ├── 25727-swift-serialization-serializer-addconformanceref.swift
│   ├── 25728-swift-modulefile-maybereadgenericparams.swift
│   ├── 25729-void.swift
│   ├── 25730-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 25731-firsttarget.swift
│   ├── 25732-std-function-func-mapsignaturetype.swift
│   ├── 25733-swift-constraints-constraintsystem-solve.swift
│   ├── 25734-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 25735-swift-modulefile-readmembers.swift
│   ├── 25736-swift-lexer-lexidentifier.swift
│   ├── 25737-swift-lexer-leximpl.swift
│   ├── 25738-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 25739-swift-typechecker-coercepatterntotype.swift
│   ├── 25740-swift-valuedecl-setinterfacetype.swift
│   ├── 25741-vtable.swift
│   ├── 25742-swift-moduledecl-lookupvalue.swift
│   ├── 25743-swift-genericparamlist-create.swift
│   ├── 25744-swift-sourcefile-lookupcache-lookupvalue.swift
│   ├── 25745-swift-substitutedtype-get.swift
│   ├── 25746-swift-normalprotocolconformance-setwitness.swift
│   ├── 25747-swift-genericsignature-get.swift
│   ├── 25748-swift-patternbindingdecl-hasstorage.swift
│   ├── 25749-swift-astcontext-allocate.swift
│   ├── 25750-swift-lvaluetype-get.swift
│   ├── 25751-swift-expr-findexistinginitializercontext.swift
│   ├── 25752-swift-astcontext-allocate.swift
│   ├── 25753-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 25754-swift-astcontext-getconformance.swift
│   ├── 25755-void.swift
│   ├── 25756-void.swift
│   ├── 25757-bool.swift
│   ├── 25758-swift-sourcemanager-extracttext.swift
│   ├── 25759-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 25760-swift-inouttype-get.swift
│   ├── 25761-swift-typebase-getcanonicaltype.swift
│   ├── 25762-no-stacktrace.swift
│   ├── 25763-std-function-func.swift
│   ├── 25764-swift-archetypebuilder-inferrequirementswalker-walktotypepost.swift
│   ├── 25765-swift-iterabledeclcontext-getmembers.swift
│   ├── 25766-swift-parser-parsedecl.swift
│   ├── 25767-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 25768-swift-parser-parseexprcallsuffix.swift
│   ├── 25769-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 25770-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 25771-swift-metatypetype-get.swift
│   ├── 25772-swift-parser-parsenewdeclattribute.swift
│   ├── 25773-swift-declcontext-isprotocolorprotocolextensioncontext.swift
│   ├── 25774-swift-iterabledeclcontext-getmembers.swift
│   ├── 25775-void.swift
│   ├── 25776-swift-typechecker-validatedecl.swift
│   ├── 25777-swift-modulefile-gettype.swift
│   ├── 25778-swift-type-print.swift
│   ├── 25779-swift-lexer-lexoperatoridentifier.swift
│   ├── 25780-swift-scopeinfo-addtoscope.swift
│   ├── 25781-swift-parser-parseexprcallsuffix.swift
│   ├── 25782-swift-typebase-getcanonicaltype.swift
│   ├── 25783-firsttarget.swift
│   ├── 25784-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25785-swift-modulefile-gettype.swift
│   ├── 25786-void.swift
│   ├── 25787-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 25788-swift-astcontext-implementation-implementation.swift
│   ├── 25789-swift-lexer-leximpl.swift
│   ├── 25790-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 25791-swift-modulefile-getdeclcontext.swift
│   ├── 25792-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 25793-swift-typechecker-checkunsupportedprotocoltype.swift
│   ├── 25794-swift-metatypetype-get.swift
│   ├── 25795-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 25796-swift-removeshadoweddecls.swift
│   ├── 25797-void.swift
│   ├── 25798-firsttarget.swift
│   ├── 25799-swift-typechecker-checkconformance.swift
│   ├── 25800-swift-structtype-get.swift
│   ├── 25801-swift-sourcefile-lookupcache-lookupvalue.swift
│   ├── 25802-extractparameteroutline.swift
│   ├── 25803-swift-constructordecl-setbodyparams.swift
│   ├── 25804-swift-parser-parseexprsequence.swift
│   ├── 25805-swift-genericparamlist-create.swift
│   ├── 25806-swift-derivedfileunit-lookupvalue.swift
│   ├── 25807-swift-lexer-kindofidentifier.swift
│   ├── 25808-swift-typechecker-validategenerictypesignature.swift
│   ├── 25809-swift-sourcemanager-extracttext.swift
│   ├── 25810-swift-astprinter-printtextimpl.swift
│   ├── 25811-swift-lexer-lexidentifier.swift
│   ├── 25812-swift-astcontext-allocate.swift
│   ├── 25813-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 25814-swift-typeloc-iserror.swift
│   ├── 25815-swift-removeshadoweddecls.swift
│   ├── 25816-swift-parser-parsedeclclass.swift
│   ├── 25817-no-stacktrace.swift
│   ├── 25818-swift-modulefile-getdecl.swift
│   ├── 25819-std-function-func-swift-type-subst.swift
│   ├── 25820-swift-decl-getrawcomment.swift
│   ├── 25821-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25822-swift-typechecker-coercepatterntotype.swift
│   ├── 25823-swift-typechecker-coercepatterntotype.swift
│   ├── 25824-swift-modulefile-maybereadgenericparams.swift
│   ├── 25825-swift-typechecker-checkinheritanceclause.swift
│   ├── 25826-swift-modulefile-readmembers.swift
│   ├── 25827-swift-typechecker-resolveinheritanceclause.swift
│   ├── 25828-swift-archetypebuilder-finalize.swift
│   ├── 25829-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 25830-swift-valuedecl-settype.swift
│   ├── 25831-swift-parser-parsedecl.swift
│   ├── 25832-resolveidenttypecomponent.swift
│   ├── 25833-swift-typechecker-validatetype.swift
│   ├── 25834-llvm-smallvectorimpl-swift-decl-insert.swift
│   ├── 25835-swift-genericsignature-profile.swift
│   ├── 25836-resolveidenttypecomponent.swift
│   ├── 25837-swift-parser-parsedeclfunc.swift
│   ├── 25838-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 25839-swift-iterabledeclcontext-getmembers.swift
│   ├── 25840-swift-valuedecl-overwritetype.swift
│   ├── 25841-swift-astcontext-getloadedmodule.swift
│   ├── 25842-swift-diagnosticengine-diagnose.swift
│   ├── 25843-swift-typechecker-validatedecl.swift
│   ├── 25844-void.swift
│   ├── 25845-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 25846-swift-typechecker-checkinheritanceclause.swift
│   ├── 25847-emitsimpleassignment.swift
│   ├── 25848-swift-generictypeparamtype-get.swift
│   ├── 25849-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25850-swift-metatypetype-get.swift
│   ├── 25851-swift-typechecker-resolveidentifiertype.swift
│   ├── 25852-swift-funcdecl-create.swift
│   ├── 25853-swift-typebase-getcanonicaltype.swift
│   ├── 25854-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 25855-swift-lexer-kindofidentifier.swift
│   ├── 25856-swift-typechecker-validategenericfuncsignature.swift
│   ├── 25857-swift-abstractstoragedecl-makecomputed.swift
│   ├── 25858-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 25859-swift-tupletype-get.swift
│   ├── 25860-swift-parser-parsetypeidentifier.swift
│   ├── 25861-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25862-swift-astcontext-allocate.swift
│   ├── 25863-swift-lexer-leximpl.swift
│   ├── 25864-std-function-func-mapsignaturetype.swift
│   ├── 25865-llvm-raw-fd-ostream-write-impl.swift
│   ├── 25866-swift-silbuilder-createdeallocbox.swift
│   ├── 25867-swift-valuedecl-getoverloadsignature.swift
│   ├── 25868-swift-synthesizematerializeforset.swift
│   ├── 25869-swift-typechecker-resolveidentifiertype.swift
│   ├── 25870-swift-sourcemanager-extracttext.swift
│   ├── 25871-swift-constraints-matchcallarguments.swift
│   ├── 25872-swift-modulefile-maybereadforeignerrorconvention.swift
│   ├── 25873-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25874-swift-metatypetype-get.swift
│   ├── 25875-swift-valuedecl-overwritetype.swift
│   ├── 25876-llvm-errs.swift
│   ├── 25877-firsttarget.swift
│   ├── 25878-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 25879-swift-sourcefile-getcache.swift
│   ├── 25880-swift-conformancelookuptable-conformancelookuptable.swift
│   ├── 25881-swift-sourcefile-lookupcache-lookupvalue.swift
│   ├── 25882-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 25883-swift-constraints-simplifylocator.swift
│   ├── 25884-swift-parser-parsedeclvargetset.swift
│   ├── 25885-swift-valuedecl-settype.swift
│   ├── 25886-swift-astcontext-getidentifier.swift
│   ├── 25887-swift-funcdecl-funcdecl.swift
│   ├── 25888-swift-genericfunctiontype-get.swift
│   ├── 25889-swift-inflightdiagnostic.swift
│   ├── 25890-swift-typechecker-checkdeclattributesearly.swift
│   ├── 25891-swift-type-print.swift
│   ├── 25892-llvm-mutablearrayref-swift-protocoldecl.swift
│   ├── 25893-swift-declcontext-lookupqualified.swift
│   ├── 25894-swift-inflightdiagnostic.swift
│   ├── 25895-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 25896-swift-serialization-serializer-writedeclattribute.swift
│   ├── 25897-swift-typebase-getsuperclass.swift
│   ├── 25898-swift-parser-parsedeclinit.swift
│   ├── 25899-swift-tupleexpr-tupleexpr.swift
│   ├── 25900-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 25901-swift-typechecker-resolveidentifiertype.swift
│   ├── 25902-swift-archetypebuilder-finalize.swift
│   ├── 25903-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 25904-swift-parser-parseexprcallsuffix.swift
│   ├── 25905-swift-genericsignature-genericsignature.swift
│   ├── 25906-swift-typechecker-checkdeclarationavailability.swift
│   ├── 25907-swift-parser-skipsingle.swift
│   ├── 25908-swift-constraints-solution-computesubstitutions.swift
│   ├── 25909-swift-constraints-solution-simplifytype.swift
│   ├── 25910-swift-valuedecl.swift
│   ├── 25911-swift-valuedecl-setinterfacetype.swift
│   ├── 25912-firsttarget.swift
│   ├── 25913-swift-valuedecl-settype.swift
│   ├── 25914-swift-typebase-isequal.swift
│   ├── 25915-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 25916-swift-classtype-get.swift
│   ├── 25917-void.swift
│   ├── 25918-swift-parser-parseidentifier.swift
│   ├── 25919-llvm-foldingsetimpl-findnodeorinsertpos.swift
│   ├── 25920-swift-patternbindingdecl-setpattern.swift
│   ├── 25921-swift-valuedecl-getinterfacetype.swift
│   ├── 25922-swift-typechecker-validatedecl.swift
│   ├── 25923-swift-typechecker-typecheckexpression.swift
│   ├── 25924-std-function-func-swift-type-subst.swift
│   ├── 25925-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 25926-swift-parser-isstartofdecl.swift
│   ├── 25927-swift-modulefile-loadextensions.swift
│   ├── 25928-swift-parser-skipsingle.swift
│   ├── 25929-swift-typechecker-validatetype.swift
│   ├── 25930-swift-parser-parsetoken.swift
│   ├── 25931-std-function-func-mapsignaturetype.swift
│   ├── 25932-swift-parser-parsedecl.swift
│   ├── 25933-swift-typechecker-resolveidentifiertype.swift
│   ├── 25934-swift-vardecl-getparentinitializer.swift
│   ├── 25935-swift-metatypetype-get.swift
│   ├── 25936-swift-conformancelookuptable-getimplicitprotocols.swift
│   ├── 25937-swift-valuedecl.swift
│   ├── 25938-swift-typechecker-checkdeclarationavailability.swift
│   ├── 25939-swift-tupleexpr-tupleexpr.swift
│   ├── 25940-swift-parser-parseexprsequence.swift
│   ├── 25941-swift-modulefile-gettype.swift
│   ├── 25942-swift-lexer-kindofidentifier.swift
│   ├── 25943-swift-boundgenerictype-get.swift
│   ├── 25944-swift-parser-parsestmtfor.swift
│   ├── 25945-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 25946-cleanupillformedexpression.swift
│   ├── 25947-llvm-tinyptrvector-swift-valuedecl-push-back.swift
│   ├── 25948-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 25949-std-function-func-mapsignaturetype.swift
│   ├── 25950-swift-markasobjc.swift
│   ├── 25951-swift-modulefile-maybereadforeignerrorconvention.swift
│   ├── 25952-swift-tuplepattern-createsimple.swift
│   ├── 25953-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25954-swift-parser-parseidentifier.swift
│   ├── 25955-swift-tupletype-get.swift
│   ├── 25956-swift-inflightdiagnostic.swift
│   ├── 25957-swift-parser-diagnose.swift
│   ├── 25958-swift-inflightdiagnostic.swift
│   ├── 25959-firsttarget.swift
│   ├── 25960-std-function-func-setboundvarstypeerror.swift
│   ├── 25961-swift-sourcemanager-extracttext.swift
│   ├── 25963-swift-typechecker-validatedecl.swift
│   ├── 25964-swift-typechecker-resolvetypeincontext.swift
│   ├── 25965-firsttarget.swift
│   ├── 25966-llvm-densemap-swift-normalprotocolconformance.swift
│   ├── 25967-swift-typebase-getcanonicaltype.swift
│   ├── 25968-std-function-func-mapsignaturetype.swift
│   ├── 25969-swift-protocoldecl-existentialtypesupportedslow.swift
│   ├── 25970-swift-inflightdiagnostic.swift
│   ├── 25971-swift-inflightdiagnostic.swift
│   ├── 25972-swift-parser-skipsingle.swift
│   ├── 25973-swift-parser-skipsingle.swift
│   ├── 25974-swift-parser-parseexprcallsuffix.swift
│   ├── 25975-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 25976-swift-inflightdiagnostic.swift
│   ├── 25977-swift-parser-parseexprcallsuffix.swift
│   ├── 25978-swift-inflightdiagnostic.swift
│   ├── 25979-swift-constraints-constraintsystem-optimizeconstraints.swift
│   ├── 25980-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 25981-llvm-smallvectorimpl-swift-decl-insert.swift
│   ├── 25982-swift-parser-skipsingle.swift
│   ├── 25983-swift-inflightdiagnostic.swift
│   ├── 25984-swift-lexer-getlocforendoftoken.swift
│   ├── 25985-swift-constructordecl-setbodyparams.swift
│   ├── 25986-swift-constraints-constraintsystem-optimizeconstraints.swift
│   ├── 25987-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 25988-swift-typebase-getcanonicaltype.swift
│   ├── 25989-std-function-func-swift-type-subst.swift
│   ├── 25990-swift-sourcemanager-extracttext.swift
│   ├── 25991-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 25992-swift-typebase-getsuperclass.swift
│   ├── 25993-swift-inflightdiagnostic.swift
│   ├── 25994-swift-typechecker-resolvetypeincontext.swift
│   ├── 25995-swift-modulefile-getcommentfordecl.swift
│   ├── 25996-llvm-bitstreamcursor-read.swift
│   ├── 25997-swift-parser-parsedeclstruct.swift
│   ├── 25998-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 25999-swift-nominaltype-get.swift
│   ├── 26000-swift-typebase-getcanonicaltype.swift
│   ├── 26001-swift-astcontext-astcontext.swift
│   ├── 26002-swift-nominaltype-get.swift
│   ├── 26003-swift-valuedecl-settype.swift
│   ├── 26004-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26005-swift-typechecker-resolvepattern.swift
│   ├── 26006-swift-typechecker-checkdeclarationavailability.swift
│   ├── 26007-swift-constraints-solution-computesubstitutions.swift
│   ├── 26008-swift-modulefile-getdecl.swift
│   ├── 26009-swift-lexer-kindofidentifier.swift
│   ├── 26010-no-stacktrace.swift
│   ├── 26011-swift-typechecker-definedefaultconstructor.swift
│   ├── 26013-swift-parser-parseparameterclause.swift
│   ├── 26014-swift-conformancelookuptable-getallprotocols.swift
│   ├── 26015-llvm-optional-swift-diagnostic-operator.swift
│   ├── 26016-swift-modulefile-getimportedmodules.swift
│   ├── 26017-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26018-swift-parser-skipsingle.swift
│   ├── 26019-swift-compilerinvocation-parseargs.swift
│   ├── 26020-swift-parser-skipsingle.swift
│   ├── 26021-swift-lexer-lexoperatoridentifier.swift
│   ├── 26022-swift-conformancelookuptable-getsatisfiedprotocolrequirementsformember.swift
│   ├── 26023-swift-createimplicitconstructor.swift
│   ├── 26024-std-function-func-mapsignaturetype.swift
│   ├── 26025-swift-lexer-lexidentifier.swift
│   ├── 26026-swift-archetypebuilder-finalize.swift
│   ├── 26027-swift-inflightdiagnostic.swift
│   ├── 26028-swift-parser-skipsingle.swift
│   ├── 26029-std-function-func-swift-type-subst.swift
│   ├── 26030-llvm-bitstreamcursor-read.swift
│   ├── 26031-swift-nominaltypedecl-prepareextensions.swift
│   ├── 26032-swift-typechecker-availablerange.swift
│   ├── 26033-swift-parser-parsetoken.swift
│   ├── 26034-swift-parser-parseexprcallsuffix.swift
│   ├── 26035-swift-sourcemanager-extracttext.swift
│   ├── 26036-bool.swift
│   ├── 26037-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 26038-swift-parser-diagnose.swift
│   ├── 26039-swift-valuedecl-settype.swift
│   ├── 26040-swift-parser-parsetoken.swift
│   ├── 26041-swift-astcontext-getidentifier.swift
│   ├── 26042-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 26043-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 26044-llvm-raw-ostream-write.swift
│   ├── 26045-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26046-swift-constraints-constraintgraph-change-undo.swift
│   ├── 26047-swift-genericsignature-get.swift
│   ├── 26048-swift-genericparamlist-create.swift
│   ├── 26049-swift-modulefile-lookupvalue.swift
│   ├── 26050-swift-parser-parsedeclenumcase.swift
│   ├── 26051-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26052-swift-iterabledeclcontext-getmembers.swift
│   ├── 26053-llvm-bitstreamcursor-read.swift
│   ├── 26054-swift-lexer-leximpl.swift
│   ├── 26055-swift-parser-skipsingle.swift
│   ├── 26056-swift-inflightdiagnostic.swift
│   ├── 26057-swift-valuedecl-settype.swift
│   ├── 26058-swift-lexer-getlocforendoftoken.swift
│   ├── 26059-std-function-func-mapsignaturetype.swift
│   ├── 26060-swift-parser-parsetypeidentifier.swift
│   ├── 26061-swift-removeshadoweddecls.swift
│   ├── 26062-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26063-swift-tuplepattern-createsimple.swift
│   ├── 26064-bool.swift
│   ├── 26065-swift-tuplepattern-create.swift
│   ├── 26066-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 26067-swift-sourcemanager-extracttext.swift
│   ├── 26068-swift-archetypebuilder-addrequirement.swift
│   ├── 26069-swift-archetypebuilder-potentialarchetype-getdependenttype.swift
│   ├── 26070-swift-serialization-serializer-writedecl.swift
│   ├── 26071-swift-valuedecl-settype.swift
│   ├── 26072-swift-lexer-leximpl.swift
│   ├── 26073-finalizegenericparamlist.swift
│   ├── 26074-swift-lexer-lexidentifier.swift
│   ├── 26075-swift-parser-skipsingle.swift
│   ├── 26076-swift-parser-skipsingle.swift
│   ├── 26077-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26078-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 26079-swift-parser-parseexprpostfix.swift
│   ├── 26080-swift-tuplepattern-create.swift
│   ├── 26081-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26082-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26083-std-function-func-swift-type-subst.swift
│   ├── 26084-swift-typebase-getsuperclass.swift
│   ├── 26085-swift-archetypebuilder-resolvearchetype.swift
│   ├── 26086-swift-typebase-getsuperclass.swift
│   ├── 26087-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 26088-swift-arrayslicetype-get.swift
│   ├── 26089-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 26090-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 26092-std-function-func-swift-type-subst.swift
│   ├── 26093-swift-declname-printpretty.swift
│   ├── 26094-swift-typebase-getsuperclass.swift
│   ├── 26095-swift-generictypeparamtype-get.swift
│   ├── 26096-llvm-errs.swift
│   ├── 26097-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26098-swift-funcdecl-setdeserializedsignature.swift
│   ├── 26099-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 26100-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26101-swift-parser-parsenewdeclattribute.swift
│   ├── 26102-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26103-swift-constraints-constraintsystem-solve.swift
│   ├── 26104-swift-vardecl-getparentinitializer.swift
│   ├── 26105-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26106-swift-typebase-getsuperclass.swift
│   ├── 26107-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 26108-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 26109-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 26110-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 26111-swift-modulefile-maybereadpattern.swift
│   ├── 26112-swift-genericsignature-get.swift
│   ├── 26113-swift-archetypebuilder-addgenericsignature.swift
│   ├── 26114-swift-iterabledeclcontext-getmembers.swift
│   ├── 26115-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 26116-swift-parser-parsedecl.swift
│   ├── 26117-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26118-swift-lexer-leximpl.swift
│   ├── 26119-swift-typeloc-iserror.swift
│   ├── 26120-swift-removeshadoweddecls.swift
│   ├── 26121-swift-type-walk.swift
│   ├── 26122-swift-lexer-lexidentifier.swift
│   ├── 26123-swift-metatypetype-get.swift
│   ├── 26124-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 26125-swift-modulefile-lookupvalue.swift
│   ├── 26126-std-function-func-swift-type-subst.swift
│   ├── 26127-swift-modulefile-gettype.swift
│   ├── 26128-swift-typebase-getcanonicaltype.swift
│   ├── 26129-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 26130-swift-tupletype-get.swift
│   ├── 26131-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26132-swift-boundgenerictype-get.swift
│   ├── 26133-llvm-foldingset-swift-constraints-constraintlocator-nodeequals.swift
│   ├── 26134-swift-constraints-constraintsystem-solverstate-solverstate.swift
│   ├── 26136-swift-astcontext-getloadedmodule.swift
│   ├── 26137-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 26138-swift-typebase-getcanonicaltype.swift
│   ├── 26139-swift-abstractclosureexpr-setparams.swift
│   ├── 26140-swift-modulefile-getdecl.swift
│   ├── 26141-swift-lexer-getlocforendoftoken.swift
│   ├── 26142-llvm-raw-ostream-setbuffered.swift
│   ├── 26143-swift-declattribute-canattributeappearondeclkind.swift
│   ├── 26144-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26145-swift-lexer-getlocforendoftoken.swift
│   ├── 26146-swift-genericsignature-genericsignature.swift
│   ├── 26147-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 26148-swift-typebase-getmembersubstitutions.swift
│   ├── 26149-swift-boundgenerictype-get.swift
│   ├── 26150-swift-genericsignature-genericsignature.swift
│   ├── 26151-swift-genericfunctiontype-get.swift
│   ├── 26152-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26153-swift-astprinter-printtextimpl.swift
│   ├── 26154-swift-typebase-getcanonicaltype.swift
│   ├── 26155-swift-constraints-constraintgraph-change-undo.swift
│   ├── 26156-swift-parser-consumeidentifier.swift
│   ├── 26157-resolveidenttypecomponent.swift
│   ├── 26158-swift-parser-parsetypeattribute.swift
│   ├── 26159-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 26160-swift-astcontext-getidentifier.swift
│   ├── 26161-swift-patternbindingdecl-setpattern.swift
│   ├── 26162-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 26163-swift-metatypetype-get.swift
│   ├── 26164-std-function-func-swift-type-subst.swift
│   ├── 26165-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26166-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26167-swift-modulefile-getdecl.swift
│   ├── 26168-swift-modulefile-maybereadpattern.swift
│   ├── 26169-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26170-swift-parser-skipsingle.swift
│   ├── 26171-swift-astcontext-allocate.swift
│   ├── 26172-swift-modulefile-lookupvalue.swift
│   ├── 26173-swift-typechecker-validatedecl.swift
│   ├── 26174-swift-typebase-getcanonicaltype.swift
│   ├── 26175-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 26176-swift-declcontext-isprotocolorprotocolextensioncontext.swift
│   ├── 26177-swift-typechecker-typecheckexpression.swift
│   ├── 26178-swift-modulefile-getdecl.swift
│   ├── 26179-swift-metatypetype-get.swift
│   ├── 26180-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 26181-swift-modulefile-getdecl.swift
│   ├── 26183-swift-constraints-constraintgraphnode-addconstraint.swift
│   ├── 26184-llvm-yaml-input-preflightkey.swift
│   ├── 26185-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 26186-swift-modulefile-gettype.swift
│   ├── 26187-void.swift
│   ├── 26188-swift-typechecker-checkgenericarguments.swift
│   ├── 26189-swift-typebase-getcanonicaltype.swift
│   ├── 26190-swift-iterabledeclcontext-getmembers.swift
│   ├── 26191-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 26192-swift-maybeaddaccessorstovariable.swift
│   ├── 26193-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 26194-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26195-swift-tuplepattern-create.swift
│   ├── 26196-swift-metatypetype-get.swift
│   ├── 26197-load-method-type.swift
│   ├── 26198-swift-inflightdiagnostic.swift
│   ├── 26199-swift-modulefile-lookupvalue.swift
│   ├── 26200-llvm-bitstreamcursor-read.swift
│   ├── 26201-swift-astcontext-allocate.swift
│   ├── 26202-swift-lexer-leximpl.swift
│   ├── 26203-swift-metatypetype-get.swift
│   ├── 26204-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 26205-swift-lexer-leximpl.swift
│   ├── 26206-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 26207-swift-astcontext-allocate.swift
│   ├── 26208-swift-modulefile-getdecl.swift
│   ├── 26209-swift-astcontext-getidentifier.swift
│   ├── 26210-swift-boundgenerictype-get.swift
│   ├── 26211-swift-typechecker-coercepatterntotype.swift
│   ├── 26212-swift-modulefile-getimportedmodules.swift
│   ├── 26213-swift-typechecker-resolvetypeincontext.swift
│   ├── 26214-swift-conformancelookuptable-getconformance.swift
│   ├── 26215-swift-parser-consumeidentifier.swift
│   ├── 26216-swift-parser-parsebraceitems.swift
│   ├── 26217-swift-typebase-gettypevariables.swift
│   ├── 26218-swift-metatypetype-get.swift
│   ├── 26219-swift-astcontext-allocate.swift
│   ├── 26220-swift-metatypetype-get.swift
│   ├── 26221-swift-astcontext-loadextensions.swift
│   ├── 26222-swift-genericfunctiontype-get.swift
│   ├── 26223-swift-typechecker-validatedecl.swift
│   ├── 26224-swift-astcontext-allocate.swift
│   ├── 26225-swift-iterabledeclcontext-getmembers.swift
│   ├── 26226-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 26227-swift-lexer-lexoperatoridentifier.swift
│   ├── 26228-void.swift
│   ├── 26229-swift-astcontext-allocate.swift
│   ├── 26230-swift-modulefile-getdeclcontext.swift
│   ├── 26231-swift-constraints-constraintgraph-change-undo.swift
│   ├── 26232-swift-tuplepattern-create.swift
│   ├── 26233-swift-iterabledeclcontext-getmembers.swift
│   ├── 26234-swift-sourcemanager-extracttext.swift
│   ├── 26235-swift-modulefile-getimportedmodules.swift
│   ├── 26236-swift-astcontext-getloadedmodule.swift
│   ├── 26237-swift-modulefile-maybereadforeignerrorconvention.swift
│   ├── 26238-swift-archetypebuilder-potentialarchetype-isbetterarchetypeanchor.swift
│   ├── 26239-swift-parser-parsedeclvar.swift
│   ├── 26240-swift-astcontext-allocate.swift
│   ├── 26241-swift-genericsignature-genericsignature.swift
│   ├── 26242-swift-typechecker-validatedecl.swift
│   ├── 26243-swift-parser-consumeidentifier.swift
│   ├── 26244-swift-archetypebuilder-finalize.swift
│   ├── 26246-llvm-raw-ostream-setbuffered.swift
│   ├── 26247-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 26248-swift-generictypeparamtype-get.swift
│   ├── 26249-swift-typebase-isspecialized.swift
│   ├── 26250-swift-constraints-constraintsystem-recordopenedtypes.swift
│   ├── 26251-swift-modulefile-gettype.swift
│   ├── 26253-swift-typechecker-validatedecl.swift
│   ├── 26254-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 26255-std-function-func-swift-type-subst.swift
│   ├── 26256-swift-typechecker-validatedecl.swift
│   ├── 26257-swift-functiontype-get.swift
│   ├── 26258-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 26259-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26260-swift-abstractclosureexpr-setparams.swift
│   ├── 26261-swift-parser-skipsingle.swift
│   ├── 26262-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 26263-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26264-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 26265-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 26266-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 26267-swift-astprinter-printtextimpl.swift
│   ├── 26268-swift-lexer-lexidentifier.swift
│   ├── 26269-swift-modulefile-readmembers.swift
│   ├── 26270-swift-genericfunctiontype-get.swift
│   ├── 26271-swift-typechecker-validatedecl.swift
│   ├── 26272-swift-modulefile-gettype.swift
│   ├── 26273-swift-inflightdiagnostic.swift
│   ├── 26274-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 26275-llvm-optional-swift-diagnostic-operator.swift
│   ├── 26276-swift-modulefile-maybereadforeignerrorconvention.swift
│   ├── 26277-swift-typechecker-resolvetypeincontext.swift
│   ├── 26278-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 26279-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26280-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26281-swift-inflightdiagnostic.swift
│   ├── 26282-swift-genericsignature-genericsignature.swift
│   ├── 26283-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 26284-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 26285-swift-parser-consumeidentifier.swift
│   ├── 26286-swift-modulefile-gettype.swift
│   ├── 26287-swift-constraints-constraintsystem-solve.swift
│   ├── 26288-std-function-func-mapsignaturetype.swift
│   ├── 26289-swift-typechecker-typecheckexpression.swift
│   ├── 26290-swift-inouttype-get.swift
│   ├── 26291-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26292-swift-modulefile-getimportedmodules.swift
│   ├── 26293-swift-conformancelookuptable-getconformance.swift
│   ├── 26294-void.swift
│   ├── 26298-llvm-densemapbase.swift
│   ├── 26303-llvm-llvm-unreachable-internal.swift
│   ├── 26305-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26306-llvm-stringmapimpl-lookupbucketfor.swift
│   ├── 26307-swift-parser-isstartofdecl.swift
│   ├── 26308-swift-genericsignature-get.swift
│   ├── 26309-swift-typebase-getimplicitlyunwrappedoptionalobjecttype.swift
│   ├── 26310-swift-parser-parsedecl.swift
│   ├── 26311-swift-parser-parseanyidentifier.swift
│   ├── 26312-swift-typechecker-resolvesuperclass.swift
│   ├── 26313-llvm-densemapbase-llvm-densemap-swift-silbasicblock.swift
│   ├── 26314-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26315-swift-astcontext-allocate.swift
│   ├── 26316-swift-genericparamlist-create.swift
│   ├── 26317-swift-memberlookuptable-addmember.swift
│   ├── 26318-swift-substitutedtype-get.swift
│   ├── 26319-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 26320-swift-modulefile-getimportedmodules.swift
│   ├── 26321-swift-genericparamlist-create.swift
│   ├── 26322-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 26323-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 26324-llvm-raw-ostream-write.swift
│   ├── 26325-swift-patternbindingdecl-setpattern.swift
│   ├── 26326-swift-parser-parseexprpostfix.swift
│   ├── 26327-swift-modulefile-gettype.swift
│   ├── 26328-swift-typechecker-validatedecl.swift
│   ├── 26329-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 26330-firsttarget.swift
│   ├── 26331-swift-parser-skipsingle.swift
│   ├── 26332-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26333-swift-typechecker-validatedecl.swift
│   ├── 26334-swift-arrayslicetype-get.swift
│   ├── 26335-swift-parser-parsedeclenumcase.swift
│   ├── 26336-swift-modulefile-maybereadgenericparams.swift
│   ├── 26337-swift-modulefile-maybereadgenericparams.swift
│   ├── 26338-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26339-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 26340-swift-lexer-getlocforendoftoken.swift
│   ├── 26341-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 26342-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26343-swift-constraints-constraintsystem-simplify.swift
│   ├── 26344-swift-parser-parseexprclosure.swift
│   ├── 26345-swift-constraints-solution-solution.swift
│   ├── 26346-llvm-smallvectorimpl-swift-decl-insert.swift
│   ├── 26347-swift-parser-parsedecl.swift
│   ├── 26348-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 26349-swift-metatypetype-get.swift
│   ├── 26350-swift-lexer-kindofidentifier.swift
│   ├── 26351-swift-modulefile-maybereadpattern.swift
│   ├── 26352-swift-modulefile-getimportedmodules.swift
│   ├── 26353-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 26354-vtable.swift
│   ├── 26355-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 26356-swift-lexer-kindofidentifier.swift
│   ├── 26357-swift-typechecker-validatetype.swift
│   ├── 26358-swift-typechecker-checkinheritanceclause.swift
│   ├── 26359-swift-parser-parsedecl.swift
│   ├── 26360-swift-typechecker-validategenericfuncsignature.swift
│   ├── 26361-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 26362-swift-archetypetype-getnew.swift
│   ├── 26363-llvm-errs.swift
│   ├── 26364-swift-sourcemanager-extracttext.swift
│   ├── 26365-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 26366-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 26367-swift-lexer-kindofidentifier.swift
│   ├── 26368-swift-completegenerictyperesolver-resolvegenerictypeparamtype.swift
│   ├── 26369-swift-substitutedtype-get.swift
│   ├── 26370-swift-typebase-getcanonicaltype.swift
│   ├── 26371-swift-typechecker-validatetype.swift
│   ├── 26372-void.swift
│   ├── 26373-swift-parser-skipsingle.swift
│   ├── 26374-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 26375-vtable.swift
│   ├── 26376-swift-metatypetype-get.swift
│   ├── 26377-swift-astcontext-allocate.swift
│   ├── 26378-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26379-swift-astcontext-getidentifier.swift
│   ├── 26380-swift-boundgenerictype-get.swift
│   ├── 26381-swift-genericsignature-genericsignature.swift
│   ├── 26382-swift-modulefile-gettype.swift
│   ├── 26383-swift-typebase-isspecialized.swift
│   ├── 26384-swift-lexer-getlocforendoftoken.swift
│   ├── 26385-swift-typevariabletype-implementation-assignfixedtype.swift
│   ├── 26386-swift-typevisitor.swift
│   ├── 26387-swift-parser-diagnose.swift
│   ├── 26388-swift-typebase-getcanonicaltype.swift
│   ├── 26389-swift-typechecker-validatedecl.swift
│   ├── 26390-swift-mangle-mangler-mangledeclname.swift
│   ├── 26391-swift-scopeinfo-addtoscope.swift
│   ├── 26392-swift-abstractclosureexpr-setparams.swift
│   ├── 26393-swift-modulefile-gettype.swift
│   ├── 26394-swift-parser-parsedecl.swift
│   ├── 26395-swift-archetypebuilder-potentialarchetype-getarchetypeanchor.swift
│   ├── 26396-swift-inflightdiagnostic.swift
│   ├── 26397-swift-sourcemanager-extracttext.swift
│   ├── 26398-swift-parser-parseexprclosure.swift
│   ├── 26399-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 26400-swift-tupletype-get.swift
│   ├── 26401-swift-typechecker-resolveidentifiertype.swift
│   ├── 26402-swift-scopeinfo-addtoscope.swift
│   ├── 26403-llvm-densemapbase-llvm-smalldensemap-std-pair-llvm-arrayref-std-pair-swift-identifier.swift
│   ├── 26404-swift-parser-parsedecl.swift
│   ├── 26405-swift-typechecker-validatedecl.swift
│   ├── 26406-swift-constraints-constraintgraph-change-undo.swift
│   ├── 26407-llvm-smallvectorbase-grow-pod.swift
│   ├── 26408-swift-iterabledeclcontext-addmember.swift
│   ├── 26409-swift-tuplepattern-createsimple.swift
│   ├── 26410-std-function-func-swift-typechecker-typecheckbinding.swift
│   ├── 26411-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 26412-swift-parser-parseexprclosure.swift
│   ├── 26413-swift-sourcemanager-getbytedistance.swift
│   ├── 26414-swift-genericsignature-genericsignature.swift
│   ├── 26415-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 26416-swift-parser-parsedecl.swift
│   ├── 26417-swift-modulefile-gettype.swift
│   ├── 26418-swift-genericsignature-get.swift
│   ├── 26419-swift-modulefile-gettype.swift
│   ├── 26420-swift-astcontext-getidentifier.swift
│   ├── 26421-swift-generictypeparamtype-get.swift
│   ├── 26422-swift-typevariabletype-implementation-assignfixedtype.swift
│   ├── 26423-llvm-bumpptrallocatorimpl-llvm-mallocallocator.swift
│   ├── 26424-swift-lexer-getlocforendoftoken.swift
│   ├── 26425-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26426-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26427-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 26428-swift-parser-parsegenericwhereclause.swift
│   ├── 26429-getfileaux.swift
│   ├── 26430-swift-expr-walk.swift
│   ├── 26431-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 26432-llvm-foldingsetimpl-findnodeorinsertpos.swift
│   ├── 26433-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26434-swift-typeloc-iserror.swift
│   ├── 26435-swift-arrayexpr-create.swift
│   ├── 26436-swift-lexer-kindofidentifier.swift
│   ├── 26437-swift-typebase-getcanonicaltype.swift
│   ├── 26438-swift-typebase-isequal.swift
│   ├── 26439-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 26440-swift-constraints-constraintsystem-salvage.swift
│   ├── 26441-swift-parser-parseexprcollection.swift
│   ├── 26442-swift-typebase-gatherallsubstitutions.swift
│   ├── 26443-swift-parser-parsedeclvar.swift
│   ├── 26444-swift-genericparamlist-create.swift
│   ├── 26445-swift-scopeinfo-addtoscope.swift
│   ├── 26446-swift-generictypeparamtype-get.swift
│   ├── 26447-swift-parser-diagnose.swift
│   ├── 26448-swift-declcontext-isprotocolorprotocolextensioncontext.swift
│   ├── 26449-swift-parser-parsetoken.swift
│   ├── 26450-swift-constraints-constraintsystem-applysolution.swift
│   ├── 26451-swift-parser-parsedecl.swift
│   ├── 26452-swift-sourcemanager-extracttext.swift
│   ├── 26453-swift-astcontext-getloadedmodule.swift
│   ├── 26454-swift-typebase-isequal.swift
│   ├── 26455-swift-parser-parsedecl.swift
│   ├── 26456-swift-lvaluetype-get.swift
│   ├── 26457-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 26458-swift-constraints-constraintsystem-simplifymemberconstraint.swift
│   ├── 26459-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26460-std-function-func-swift-constraints-solution-simplifytype.swift
│   ├── 26461-void.swift
│   ├── 26462-swift-modulefile-getdecl.swift
│   ├── 26463-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 26464-getfileaux.swift
│   ├── 26465-swift-typebase-gettypevariables.swift
│   ├── 26466-swift-typebase-getcanonicaltype.swift
│   ├── 26467-swift-parser-parsedecl.swift
│   ├── 26468-swift-lexer-leximpl.swift
│   ├── 26469-swift-parser-parseexprpostfix.swift
│   ├── 26470-swift-inflightdiagnostic.swift
│   ├── 26471-swift-iterabledeclcontext-getmembers.swift
│   ├── 26472-swift-typebase-isequal.swift
│   ├── 26473-swift-constraints-constraint-constraint.swift
│   ├── 26474-std-function-func-swift-typechecker-validategenericfuncsignature.swift
│   ├── 26475-llvm-bitstreamcursor-read.swift
│   ├── 26476-swift-astcontext-allocate.swift
│   ├── 26477-swift-modulefile-getdecl.swift
│   ├── 26478-swift-archetypetype-resolvenestedtype.swift
│   ├── 26479-swift-parser-applyattributetotype.swift
│   ├── 26480-swift-typebase-getsuperclass.swift
│   ├── 26481-swift-genericsignature-get.swift
│   ├── 26482-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 26483-swift-archetypebuilder-inferrequirementswalker-walktotypepost.swift
│   ├── 26484-swift-lexer-leximpl.swift
│   ├── 26485-swift-constraints-constraintgraphnode-getadjacency.swift
│   ├── 26486-swift-modulefile-maybereadpattern.swift
│   ├── 26487-swift-astcontext-allocate.swift
│   ├── 26488-swift-expr-walk.swift
│   ├── 26489-swift-parser-parseexpridentifier.swift
│   ├── 26490-swift-conformancelookuptable-resolveconformances.swift
│   ├── 26491-swift-abstractstoragedecl-makecomputed.swift
│   ├── 26492-swift-astcontext-getidentifier.swift
│   ├── 26493-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26494-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 26495-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 26496-swift-parser-skipsingle.swift
│   ├── 26497-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26498-swift-sourcefile-lookupcache-lookupvalue.swift
│   ├── 26499-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 26500-swift-modulefile-getdeclcontext.swift
│   ├── 26501-swift-lexer-leximpl.swift
│   ├── 26502-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26503-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26504-swift-lexer-leximpl.swift
│   ├── 26505-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 26506-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26507-swift-sourcemanager-extracttext.swift
│   ├── 26508-llvm-smallvectorbase-grow-pod.swift
│   ├── 26509-swift-functiontype-get.swift
│   ├── 26510-swift-inflightdiagnostic.swift
│   ├── 26511-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26512-swift-iterabledeclcontext-getmembers.swift
│   ├── 26513-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 26514-swift-parser-skipsingle.swift
│   ├── 26515-swift-metatypetype-get.swift
│   ├── 26516-swift-boundgenerictype-get.swift
│   ├── 26517-swift-type-transform.swift
│   ├── 26518-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 26519-swift-lexer-lexstringliteral.swift
│   ├── 26520-swift-typechecker-checkgenericarguments.swift
│   ├── 26521-swift-modulefile-getdeclcontext.swift
│   ├── 26522-no-stacktrace.swift
│   ├── 26523-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 26524-swift-functiontype-get.swift
│   ├── 26525-swift-modulefile-maybereadgenericparams.swift
│   ├── 26526-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26527-swift-parser-isstartofdecl.swift
│   ├── 26528-swift-modulefile-lookupvalue.swift
│   ├── 26529-swift-typechecker-validatetype.swift
│   ├── 26530-llvm-foldingsetimpl-findnodeorinsertpos.swift
│   ├── 26531-swift-modulefile-maybereadgenericparams.swift
│   ├── 26532-swift-substitutedtype-get.swift
│   ├── 26533-checktypeaccessibility.swift
│   ├── 26534-swift-modulefile-getdecl.swift
│   ├── 26535-swift-typebase-getimplicitlyunwrappedoptionalobjecttype.swift
│   ├── 26536-std-function-func-swift-type-subst.swift
│   ├── 26537-swift-abstractstoragedecl-getobjcgetterselector.swift
│   ├── 26538-swift-parser-parsegetsetimpl.swift
│   ├── 26539-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26540-no-stacktrace.swift
│   ├── 26541-swift-lexer-lexstringliteral.swift
│   ├── 26542-swift-typechecker-validatedecl.swift
│   ├── 26543-swift-parser-parsedecl.swift
│   ├── 26544-swift-sourcefile-lookupcache-lookupvalue.swift
│   ├── 26545-swift-lexer-lexidentifier.swift
│   ├── 26546-swift-parser-skipsingle.swift
│   ├── 26547-swift-sourcefile-lookupcache-lookupvalue.swift
│   ├── 26548-swift-lexer-lexoperatoridentifier.swift
│   ├── 26549-swift-typechecker-resolvetypeincontext.swift
│   ├── 26550-swift-functiontype-get.swift
│   ├── 26551-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26552-swift-parser-parsedecl.swift
│   ├── 26553-swift-parser-parseexprpostfix.swift
│   ├── 26554-swift-metatypetype-get.swift
│   ├── 26555-swift-typechecker-checkgenericarguments.swift
│   ├── 26556-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 26557-swift-expr-walk.swift
│   ├── 26558-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 26559-swift-metatypetype-get.swift
│   ├── 26560-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 26561-swift-sourcemanager-extracttext.swift
│   ├── 26562-swift-metatypetype-get.swift
│   ├── 26563-swift-constraints-constraintgraph-unbindtypevariable.swift
│   ├── 26564-swift-parser-parsedecl.swift
│   ├── 26565-swift-constraints-constraintsystem-salvage.swift
│   ├── 26566-swift-parser-parsedecl.swift
│   ├── 26567-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 26568-swift-typechecker-validatedecl.swift
│   ├── 26569-swift-constraints-constraintsystem-optimizeconstraints.swift
│   ├── 26570-swift-valuedecl-getinterfacetype.swift
│   ├── 26571-swift-constraints-constraintsystem-recordopenedtypes.swift
│   ├── 26572-swift-typechecker-checkinheritanceclause.swift
│   ├── 26573-swift-parser-parseanyidentifier.swift
│   ├── 26574-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26575-llvm-bitstreamcursor-read.swift
│   ├── 26576-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 26577-swift-abstractclosureexpr-setparams.swift
│   ├── 26578-swift-expr-walk.swift
│   ├── 26579-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26580-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 26581-swift-typechecker-checkdeclarationavailability.swift
│   ├── 26582-swift-modulefile-gettype.swift
│   ├── 26583-swift-typechecker-validatedecl.swift
│   ├── 26584-swift-constraints-constraintgraph-change-undo.swift
│   ├── 26585-swift-modulefile-gettype.swift
│   ├── 26586-swift-typechecker-validatedecl.swift
│   ├── 26587-swift-typechecker-computeaccessibility.swift
│   ├── 26588-swift-genericparamlist-create.swift
│   ├── 26589-swift-astcontext-allocate.swift
│   ├── 26590-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 26591-swift-modulefile-getdeclcontext.swift
│   ├── 26592-swift-modulefile-gettype.swift
│   ├── 26593-void.swift
│   ├── 26594-swift-parser-parsetoken.swift
│   ├── 26595-swift-lexer-lexoperatoridentifier.swift
│   ├── 26596-swift-removeshadoweddecls.swift
│   ├── 26597-swift-typebase-isequal.swift
│   ├── 26598-swift-modulefile-getdecl.swift
│   ├── 26599-swift-abstractclosureexpr-setparams.swift
│   ├── 26600-swift-inflightdiagnostic.swift
│   ├── 26601-swift-genericsignature-genericsignature.swift
│   ├── 26602-swift-astcontext-allocate.swift
│   ├── 26603-swift-lexer-kindofidentifier.swift
│   ├── 26604-swift-typechecker-validatedecl.swift
│   ├── 26605-swift-parser-diagnose.swift
│   ├── 26606-swift-genericsignature-get.swift
│   ├── 26607-swift-parser-parsedecl.swift
│   ├── 26608-std-function-func.swift
│   ├── 26609-swift-parser-parsedecl.swift
│   ├── 26610-swift-parser-parsedecl.swift
│   ├── 26611-swift-genericsignature-get.swift
│   ├── 26612-swift-inflightdiagnostic.swift
│   ├── 26613-swift-archetypebuilder-potentialarchetype-addconformance.swift
│   ├── 26614-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 26615-swift-abstractstoragedecl-makecomputed.swift
│   ├── 26616-swift-maybeaddaccessorstovariable.swift
│   ├── 26617-swift-inouttype-get.swift
│   ├── 26618-swift-sourcemanager-extracttext.swift
│   ├── 26619-swift-functiontype-get.swift
│   ├── 26620-swift-tupletype-get.swift
│   ├── 26621-swift-astcontext-allocate.swift
│   ├── 26622-swift-sourcemanager-extracttext.swift
│   ├── 26623-std-function-func-swift-constraints-solution-computesubstitutions.swift
│   ├── 26624-swift-typebase-getcanonicaltype.swift
│   ├── 26625-swift-typechecker-resolveinheritanceclause.swift
│   ├── 26626-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 26627-swift-lexer-lexoperatoridentifier.swift
│   ├── 26628-swift-type-subst.swift
│   ├── 26629-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 26630-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 26631-swift-sourcemanager-getbytedistance.swift
│   ├── 26632-llvm-foldingset-swift-constraints-constraintlocator-nodeequals.swift
│   ├── 26633-swift-constraints-constraintsystem-applysolutionshallow.swift
│   ├── 26634-swift-funcdecl-setdeserializedsignature.swift
│   ├── 26635-swift-modulefile-getdecl.swift
│   ├── 26636-swift-tuplepattern-create.swift
│   ├── 26637-swift-parser-skipsingle.swift
│   ├── 26638-bool.swift
│   ├── 26639-void.swift
│   ├── 26640-swift-functiontype-get.swift
│   ├── 26641-swift-parser-skipsingle.swift
│   ├── 26642-swift-genericsignature-get.swift
│   ├── 26643-resolveidenttypecomponent.swift
│   ├── 26644-swift-typebase-getcanonicaltype.swift
│   ├── 26645-swift-functiontype-get.swift
│   ├── 26646-swift-constraints-constraintgraphnode-addconstraint.swift
│   ├── 26647-swift-parser-skipsingle.swift
│   ├── 26648-swift-lexer-lexidentifier.swift
│   ├── 26649-swift-lexer-leximpl.swift
│   ├── 26650-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26651-swift-genericsignature-get.swift
│   ├── 26652-std-function-func-mapsignaturetype.swift
│   ├── 26653-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26654-swift-markasobjc.swift
│   ├── 26655-vtable.swift
│   ├── 26656-swift-lexer-lexstringliteral.swift
│   ├── 26657-swift-tupletype-get.swift
│   ├── 26658-swift-parser-skipsingle.swift
│   ├── 26659-swift-genericsignature-getcanonicalmanglingsignature.swift
│   ├── 26660-swift-constraints-constraintsystem-solve.swift
│   ├── 26661-swift-typechecker-coercepatterntotype.swift
│   ├── 26662-swift-diagnosticengine-diagnose.swift
│   ├── 26663-swift-parser-parseexprcallsuffix.swift
│   ├── 26664-swift-parser-skipsingle.swift
│   ├── 26665-swift-conformancelookuptable-lookupconformance.swift
│   ├── 26666-swift-lexer-lexoperatoridentifier.swift
│   ├── 26667-swift-iterabledeclcontext-getmembers.swift
│   ├── 26668-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 26669-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26670-swift-modulefile-gettype.swift
│   ├── 26671-swift-typechecker-checkinheritanceclause.swift
│   ├── 26672-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 26673-llvm-triple-getosname.swift
│   ├── 26674-swift-sourcemanager-getbytedistance.swift
│   ├── 26675-llvm-optional-swift-diagnostic-operator.swift
│   ├── 26676-swift-parser-parsetoken.swift
│   ├── 26677-swift-parser-diagnoseredefinition.swift
│   ├── 26678-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26679-vtable.swift
│   ├── 26680-swift-modulefile-getdeclcontext.swift
│   ├── 26681-swift-sourcemanager-getbytedistance.swift
│   ├── 26682-swift-constraints-constraint-constraint.swift
│   ├── 26683-swift-generictypetoarchetyperesolver-resolvegenerictypeparamtype.swift
│   ├── 26684-swift-arrayexpr-create.swift
│   ├── 26685-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26686-swift-substitutedtype-get.swift
│   ├── 26687-bool.swift
│   ├── 26688-swift-parser-parseexprcallsuffix.swift
│   ├── 26689-swift-modulefile-gettype.swift
│   ├── 26690-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 26691-swift-serialization-serializer-writedecl.swift
│   ├── 26692-swift-astcontext-getloadedmodule.swift
│   ├── 26693-swift-parser-skipsingle.swift
│   ├── 26694-void.swift
│   ├── 26695-swift-genericsignature-profile.swift
│   ├── 26696-swift-genericparamlist-create.swift
│   ├── 26697-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 26698-swift-genericsignature-genericsignature.swift
│   ├── 26699-swift-expr-walk.swift
│   ├── 26700-swift-metatypetype-get.swift
│   ├── 26701-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 26702-swift-inflightdiagnostic.swift
│   ├── 26703-swift-modulefile-getdeclcontext.swift
│   ├── 26704-swift-substitutedtype-get.swift
│   ├── 26705-swift-constraints-constraintsystem-finalize.swift
│   ├── 26706-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 26707-swift-moduledecl-lookupconformance.swift
│   ├── 26708-swift-parser-parseversiontuple.swift
│   ├── 26709-swift-parser-parseexprcallsuffix.swift
│   ├── 26710-swift-constraints-constraintsystem-computeassigndesttype.swift
│   ├── 26711-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 26712-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 26713-swift-removeshadoweddecls.swift
│   ├── 26714-swift-parser-parsedeclextension.swift
│   ├── 26715-swift-declname-printpretty.swift
│   ├── 26716-swift-patternbindingdecl-create.swift
│   ├── 26717-swift-typevisitor.swift
│   ├── 26718-swift-parser-parsedeclvar.swift
│   ├── 26719-swift-structtype-get.swift
│   ├── 26720-void.swift
│   ├── 26721-swift-parser-skipsingle.swift
│   ├── 26722-swift-parser-parsedaccessors-record.swift
│   ├── 26723-swift-modulefile-getdecl.swift
│   ├── 26724-clang-declvisitor-base-clang-declvisitor-make-const-ptr.swift
│   ├── 26725-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 26726-swift-inflightdiagnostic.swift
│   ├── 26727-swift-modulefile-getdecl.swift
│   ├── 26728-swift-constraints-constraintlocator-profile.swift
│   ├── 26729-swift-parser-skipsingle.swift
│   ├── 26730-no-stacktrace.swift
│   ├── 26731-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26732-std-function-func-swift-type-subst.swift
│   ├── 26733-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26734-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 26735-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26736-swift-tupletype-get.swift
│   ├── 26737-swift-structtype-get.swift
│   ├── 26738-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 26739-llvm-bitstreamcursor-read.swift
│   ├── 26740-swift-inflightdiagnostic.swift
│   ├── 26741-swift-abstractstoragedecl-makecomputed.swift
│   ├── 26742-swift-nominaltypedecl-prepareextensions.swift
│   ├── 26743-swift-typechecker-checkinheritanceclause.swift
│   ├── 26744-bool.swift
│   ├── 26745-swift-typechecker-addimplicitconstructors.swift
│   ├── 26746-swift-parser-skipsingle.swift
│   ├── 26747-llvm-errs.swift
│   ├── 26748-swift-constraints-constraintsystem-recordfix.swift
│   ├── 26749-swift-constraints-constraintsystem-solve.swift
│   ├── 26750-swift-modulefile-lookupvalue.swift
│   ├── 26751-swift-lexer-kindofidentifier.swift
│   ├── 26752-swift-typeloc-iserror.swift
│   ├── 26753-swift-parser-parsegenericwhereclause.swift
│   ├── 26754-swift-abstractstoragedecl-setinvalidbracesrange.swift
│   ├── 26755-swift-constraints-constraintsystem-solverstate-solverstate.swift
│   ├── 26756-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 26757-swift-typebase-getcanonicaltype.swift
│   ├── 26758-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 26759-swift-parser-skipsingle.swift
│   ├── 26760-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26761-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 26762-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 26763-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26764-swift-parser-parsedeclenumcase.swift
│   ├── 26765-swift-conformancelookuptable-getimplicitprotocols.swift
│   ├── 26766-swift-typebase-getcanonicaltype.swift
│   ├── 26767-swift-modulefile-maybereadgenericparams.swift
│   ├── 26768-std-function-func-mapsignaturetype.swift
│   ├── 26769-swift-tuplepattern-createsimple.swift
│   ├── 26770-swift-protocoltype-get.swift
│   ├── 26771-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26772-swift-sourcemanager-extracttext.swift
│   ├── 26773-swift-diagnosticengine-diagnose.swift
│   ├── 26774-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 26775-swift-lexer-kindofidentifier.swift
│   ├── 26776-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 26777-swift-typechecker-resolveidentifiertype.swift
│   ├── 26778-firsttarget.swift
│   ├── 26779-swift-parser-diagnose.swift
│   ├── 26780-swift-parser-parsestmt.swift
│   ├── 26781-swift-type-subst.swift
│   ├── 26782-swift-genericfunctiontype-partialsubstgenericargs.swift
│   ├── 26783-swift-lexer-kindofidentifier.swift
│   ├── 26784-swift-constraints-constraintsystem-solve.swift
│   ├── 26785-swift-typechecker-addimplicitconstructors.swift
│   ├── 26786-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 26787-swift-declname-printpretty.swift
│   ├── 26788-swift-typebase-getsuperclass.swift
│   ├── 26789-swift-lexer-lexidentifier.swift
│   ├── 26790-swift-type-getstring.swift
│   ├── 26791-swift-typechecker-validatedecl.swift
│   ├── 26792-swift-classtype-get.swift
│   ├── 26793-swift-abstractclosureexpr-setparams.swift
│   ├── 26794-firsttarget.swift
│   ├── 26795-swift-typechecker-validatetype.swift
│   ├── 26796-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26797-swift-generictypeparamtype-get.swift
│   ├── 26798-void.swift
│   ├── 26799-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26800-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 26801-swift-lexer-leximpl.swift
│   ├── 26802-swift-lexer-kindofidentifier.swift
│   ├── 26803-swift-parser-skipsingle.swift
│   ├── 26804-swift-conformancelookuptable-lookupconformance.swift
│   ├── 26805-void.swift
│   ├── 26806-swift-genericparamlist-create.swift
│   ├── 26807-swift-metatypetype-get.swift
│   ├── 26813-generic-enum-tuple-optional-payload.swift
│   ├── 26816-checkenumrawvalues.swift
│   ├── 26817-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26818-swift-typechecker-coercepatterntotype.swift
│   ├── 26819-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26820-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 26821-swift-declcontext-getlocalconformances.swift
│   ├── 26822-swift-modulefile-getdecl.swift
│   ├── 26823-swift-typebase-getmembersubstitutions.swift
│   ├── 26824-swift-modulefile-getimportedmodules.swift
│   ├── 26825-std-function-func-mapsignaturetype.swift
│   ├── 26826-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 26827-swift-typebase-getcanonicaltype.swift
│   ├── 26828-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 26829-swift-declcontext-getlocalconformances.swift
│   ├── 26830-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26831-llvm-densemapbase-llvm-smalldensemap-swift-typevariabletype.swift
│   ├── 26832-swift-typechecker-conformstoprotocol.swift
│   ├── 26833-llvm-mapvector-swift-declcontext.swift
│   ├── 26834-swift-constraints-constraintsystem-generateconstraints.swift
│   ├── 26835-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 26836-swift-conformancelookuptable-lookupconformances.swift
│   ├── 26837-swift-abstractfunctiondecl-getobjcselector.swift
│   ├── 26838-swift-patternbindingdecl-setpattern.swift
│   ├── 26839-swift-declcontext-lookupqualified.swift
│   ├── 26840-swift-typechecker-validatedecl.swift
│   ├── 26841-std-function-func-swift-type-subst.swift
│   ├── 26842-swift-streamprinter-printtext.swift
│   ├── 26843-std-function-func-mapsignaturetype.swift
│   ├── 26844-swift-typechecker-isdeclavailable.swift
│   ├── 26845-swift-substitutedtype-get.swift
│   ├── 26846-formatdiagnostictext.swift
│   ├── 26847-swift-valuedecl-getoverloadsignature.swift
│   ├── 26848-swift-metatypetype-get.swift
│   ├── 26849-swift-constraints-constraintsystem-generateconstraints.swift
│   ├── 26850-swift-existentialmetatypetype-get.swift
│   ├── 26851-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26852-swift-modulefile-lookupvalue.swift
│   ├── 26853-std-function-func-swift-type-subst.swift
│   ├── 26854-swift-constraints-constraintsystem-matchdeepequalitytypes.swift
│   ├── 26855-swift-nominaltypedecl-prepareextensions.swift
│   ├── 26856-swift-constraints-constraintsystem-solverec.swift
│   ├── 26857-swift-typechecker-validatedecl.swift
│   ├── 26858-swift-streamprinter-printtext.swift
│   ├── 26859-swift-classdecl-classdecl.swift
│   ├── 26860-swift-typebase-gatherallsubstitutions.swift
│   ├── 26861-swift-typechecker-resolveidentifiertype.swift
│   ├── 26862-swift-typechecker-resolvepattern.swift
│   ├── 26863-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 26864-std-function-func-swift-type-subst.swift
│   ├── 26865-swift-conformancelookuptable-getimplicitprotocols.swift
│   ├── 26866-swift-nominaltypedecl-getmembers.swift
│   ├── 26867-std-function-func-swift-type-subst.swift
│   ├── 26868-std-function-func-swift-type-subst.swift
│   ├── 26869-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26870-swift-mangle-mangler-mangleidentifier.swift
│   ├── 26871-swift-typechecker-computeaccessibility.swift
│   ├── 26872-std-function-func.swift
│   ├── 26873-void.swift
│   ├── 26874-swift-nominaltypedecl-getmembers.swift
│   ├── 26875-swift-typechecker-checkunsupportedprotocoltype.swift
│   ├── 26876-swift-inflightdiagnostic.swift
│   ├── 26877-swift-constraints-constraint-create.swift
│   ├── 26878-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 26879-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 26880-swift-astvisitor.random.swift
│   ├── 26881-std-function-func-swift-type-subst.swift
│   ├── 26882-swift-typechecker-definedefaultconstructor.swift
│   ├── 26883-swift-modulefile-readmembers.swift
│   ├── 26884-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26885-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 26886-swift-stmt-walk.swift
│   ├── 26887-swift-generictypeparamtype-get.swift
│   ├── 26888-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 26889-swift-tupletype-get.swift
│   ├── 26890-swift-typechecker-isdeclavailable.swift
│   ├── 26891-vtable.swift
│   ├── 26892-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26893-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 26894-swift-lexer-kindofidentifier.swift
│   ├── 26895-swift-lexer-lexidentifier.swift
│   ├── 26896-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 26897-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26898-swift-abstractclosureexpr-setparams.swift
│   ├── 26899-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26900-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26901-swift-typechecker-coercepatterntotype.swift
│   ├── 26902-swift-typechecker-resolvetypeincontext.swift
│   ├── 26903-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 26904-swift-typechecker-definedefaultconstructor.swift
│   ├── 26905-swift-type-transform.swift
│   ├── 26906-swift-declcontext-isclassorclassextensioncontext.swift
│   ├── 26907-swift-lexer-leximpl.swift
│   ├── 26908-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 26909-swift-constraints-constraintsystem-solverec.swift
│   ├── 26910-swift-type-transform.swift
│   ├── 26911-swift-modulefile-getimportedmodules.swift
│   ├── 26912-swift-patternbindingdecl-setpattern.swift
│   ├── 26913-swift-markasobjc.swift
│   ├── 26914-void.swift
│   ├── 26915-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 26916-swift-typechecker-definedefaultconstructor.swift
│   ├── 26917-swift-nominaltype-get.swift
│   ├── 26918-swift-constraints-constraintlocator-profile.swift
│   ├── 26919-swift-type-walk.swift
│   ├── 26920-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 26921-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 26922-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 26923-swift-typechecker-typecheckexpression.swift
│   ├── 26924-mapsignaturefunctiontype.swift
│   ├── 26925-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 26926-swift-typechecker-checkinheritanceclause.swift
│   ├── 26927-swift-modulefile-maybereadgenericparams.swift
│   ├── 26928-swift-typebase-isequal.swift
│   ├── 26929-swift-modulefile-maybereadpattern.swift
│   ├── 26930-swift-constraints-constraintgraph-change-undo.swift
│   ├── 26931-swift-modulefile-lookupvalue.swift
│   ├── 26932-swift-typebase-isequal.swift
│   ├── 26933-swift-typechecker-coercepatterntotype.swift
│   ├── 26934-swift-lexer-leximpl.swift
│   ├── 26935-swift-patternbindingdecl-setpattern.swift
│   ├── 26936-std-function-func-mapsignaturetype.swift
│   ├── 26937-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 26938-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 26939-swift-patternbindingdecl-setpattern.swift
│   ├── 26940-swift-conformancelookuptable-getconformance.swift
│   ├── 26941-swift-typechecker-checkinheritanceclause.swift
│   ├── 26942-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 26943-swift-typebase-getsuperclass.swift
│   ├── 26944-swift-astprinter-printtextimpl.swift
│   ├── 26945-swift-typebase-getmembersubstitutions.swift
│   ├── 26946-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 26947-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 26948-swift-nominaltypedecl-getmembers.swift
│   ├── 26949-swift-typeloc-iserror.swift
│   ├── 26950-swift-constraints-constraintsystem-solve.swift
│   ├── 26951-swift-modulefile-resolvecrossreference.swift
│   ├── 26952-swift-lexer-lexidentifier.swift
│   ├── 26953-std-function-func-mapsignaturetype.swift
│   ├── 26954-swift-functiontype-get.swift
│   ├── 26955-swift-boundgenerictype-get.swift
│   ├── 26956-swift-constructordecl-constructordecl.swift
│   ├── 26957-swift-functiontype-get.swift
│   ├── 26958-swift-typebase-isequal.swift
│   ├── 26959-std-function-func-swift-type-subst.swift
│   ├── 26960-void.swift
│   ├── 26961-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 26962-swift-typechecker-validategenericfuncsignature.swift
│   ├── 26963-checkenumrawvalues.swift
│   ├── 26964-swift-type-transform.swift
│   ├── 26965-swift-functiontype-get.swift
│   ├── 26966-swift-parentype-get.swift
│   ├── 26967-swift-typechecker-validatedecl.swift
│   ├── 26968-swift-typechecker-isdeclavailable.swift
│   ├── 26969-swift-modulefile-lookupvalue.swift
│   ├── 26970-swift-abstractstoragedecl-makeaddressedwithobservers.swift
│   ├── 26971-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 26972-swift-type-transform.swift
│   ├── 26973-swift-boundgenerictype-get.swift
│   ├── 26974-swift-typechecker-checkinheritanceclause.swift
│   ├── 26975-swift-constraints-solution-solution.swift
│   ├── 26976-swift-constraints-constraintsystem-opentype.swift
│   ├── 26977-checkenumrawvalues.swift
│   ├── 26978-swift-typebase-getcanonicaltype.swift
│   ├── 26979-std-function-func-swift-type-subst.swift
│   ├── 26980-swift-conformancelookuptable-lookupconformance.swift
│   ├── 26981-swift-typechecker-validatedecl.swift
│   ├── 26982-swift-nominaltypedecl-getmembers.swift
│   ├── 26983-swift-archetypebuilder-potentialarchetype-isbetterarchetypeanchor.swift
│   ├── 26984-swift-dependentmembertype-get.swift
│   ├── 26985-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 26986-swift-modulefile-maybereadforeignerrorconvention.swift
│   ├── 26987-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 26988-swift-modulefile-getimportedmodules.swift
│   ├── 26989-swift-typechecker-definedefaultconstructor.swift
│   ├── 26990-swift-importdecl-findbestimportkind.swift
│   ├── 26991-swift-abstractclosureexpr-setparams.swift
│   ├── 26992-swift-archetypetype-getnew.swift
│   ├── 26993-swift-valuedecl-settype.swift
│   ├── 26994-swift-nominaltypedecl-prepareextensions.swift
│   ├── 26995-swift-typebase-isequal.swift
│   ├── 26996-swift-classtype-get.swift
│   ├── 26997-swift-stmt-walk.swift
│   ├── 26998-std-function-func-setboundvarstypeerror.swift
│   ├── 26999-swift-genericsignature-profile.swift
│   ├── 27000-swift-typebase-gettypevariables.swift
│   ├── 27001-swift-constraints-solution-solution.swift
│   ├── 27002-swift-pattern-clone.swift
│   ├── 27003-swift-typebase-getcanonicaltype.swift
│   ├── 27004-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 27005-vtable.swift
│   ├── 27006-formatdiagnostictext.swift
│   ├── 27007-swift-type-transform.swift
│   ├── 27008-llvm-optional-swift-diagnostic-operator.swift
│   ├── 27009-swift-abstractclosureexpr-setparams.swift
│   ├── 27010-swift-patternbindingdecl-setpattern.swift
│   ├── 27011-swift-typechecker-validatetype.swift
│   ├── 27012-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 27013-mapsignaturefunctiontype.swift
│   ├── 27014-swift-modulefile-loadextensions.swift
│   ├── 27015-swift-typechecker-validatedecl.swift
│   ├── 27016-swift-constraints-constraintsystem-solverec.swift
│   ├── 27017-swift-archetypebuilder-potentialarchetype-getarchetypeanchor.swift
│   ├── 27018-swift-conformancelookuptable-getallprotocols.swift
│   ├── 27019-swift-genericfunctiontype-get.swift
│   ├── 27020-llvm-foldingset-swift-tupletype-getnodeprofile.swift
│   ├── 27021-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 27022-swift-classtype-get.swift
│   ├── 27023-swift-typechecker-validatedecl.swift
│   ├── 27024-swift-constraints-solution-simplifytype.swift
│   ├── 27025-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 27026-void.swift
│   ├── 27027-swift-namelookup-lookupinmodule.swift
│   ├── 27028-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 27029-swift-typebase-isemptyexistentialcomposition.swift
│   ├── 27030-std-function-func-swift-type-subst.swift
│   ├── 27031-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 27032-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 27033-swift-mangle-mangler-mangleidentifier.swift
│   ├── 27034-swift-typechecker-validatedecl.swift
│   ├── 27035-swift-constraints-constraintgraph-unbindtypevariable.swift
│   ├── 27036-swift-astvisitor.swift
│   ├── 27037-swift-nominaltype-get.swift
│   ├── 27038-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 27039-swift-typechecker-validatedecl.swift
│   ├── 27040-swift-clangimporter-loadextensions.swift
│   ├── 27041-swift-type-walk.swift
│   ├── 27042-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 27043-swift-typechecker-typecheckexpressionshallow.swift
│   ├── 27044-swift-functiontype-get.swift
│   ├── 27045-swift-lexer-diagnose.swift
│   ├── 27046-swift-declcontext-getlocalconformances.swift
│   ├── 27047-swift-inflightdiagnostic.swift
│   ├── 27048-swift-modulefile-getimportedmodules.swift
│   ├── 27049-swift-markasobjc.swift
│   ├── 27050-swift-typechecker-coercepatterntotype.swift
│   ├── 27051-swift-constraints-constraint-create.swift
│   ├── 27052-swift-moduledecl-lookupconformance.swift
│   ├── 27053-swift-typechecker-checkdeclarationavailability.swift
│   ├── 27054-void.swift
│   ├── 27055-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 27056-swift-classtype-get.swift
│   ├── 27057-addminimumprotocols.swift
│   ├── 27058-llvm-optional-swift-diagnostic-operator.swift
│   ├── 27059-swift-optionaltype-get.swift
│   ├── 27060-swift-inflightdiagnostic.swift
│   ├── 27061-swift-archetypebuilder-getallarchetypes.swift
│   ├── 27062-std-function-func-swift-type-subst.swift
│   ├── 27063-swift-conformancelookuptable-lookupconformances.swift
│   ├── 27064-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27065-swift-typechecker-typecheckclosurebody.swift
│   ├── 27066-swift-constraints-constraintsystem-applysolution.swift
│   ├── 27067-swift-valuedecl-settype.swift
│   ├── 27068-swift-conformancelookuptable-conformancelookuptable.swift
│   ├── 27069-swift-tupletype-get.swift
│   ├── 27070-no-stacktrace.swift
│   ├── 27071-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 27072-swift-createimplicitconstructor.swift
│   ├── 27073-swift-constraints-constraint-create.swift
│   ├── 27074-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 27075-swift-type-transform.swift
│   ├── 27076-swift-declcontext-getlocalconformances.swift
│   ├── 27077-swift-modulefile-gettype.swift
│   ├── 27078-swift-abstractclosureexpr-setparams.swift
│   ├── 27079-swift-clangmoduleunit-lookupvalue.swift
│   ├── 27080-swift-typechecker-typecheckpattern.swift
│   ├── 27081-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 27082-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 27083-swift-typechecker-coercepatterntotype.swift
│   ├── 27084-swift-abstractclosureexpr-setparams.swift
│   ├── 27085-swift-protocoldecl-existentialconformstoselfslow.swift
│   ├── 27086-llvm-bitstreamcursor-read.swift
│   ├── 27087-swift-declcontext-getlocalconformances.swift
│   ├── 27088-swift-modulefile-gettype.swift
│   ├── 27089-swift-typebase-getcanonicaltype.swift
│   ├── 27090-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 27091-swift-typechecker-validatedecl.swift
│   ├── 27092-swift-typeloc-iserror.swift
│   ├── 27093-swift-constraints-constraintsystem-solve.swift
│   ├── 27094-resolveidenttypecomponent.swift
│   ├── 27095-swift-nominaltypedecl-getmembers.swift
│   ├── 27096-void.swift
│   ├── 27097-swift-constraints-constraintgraph-change-undo.swift
│   ├── 27098-swift-type-transform.swift
│   ├── 27099-swift-decl-walk.swift
│   ├── 27100-swift-genericsignature-getcanonical.swift
│   ├── 27101-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 27102-void.swift
│   ├── 27103-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 27104-swift-modulefile-lookupvalue.swift
│   ├── 27105-swift-typebase-gettypevariables.swift
│   ├── 27106-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 27107-swift-typeloc-iserror.swift
│   ├── 27108-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27109-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 27110-swift-patternbindingdecl-setpattern.swift
│   ├── 27111-swift-valuedecl-getoverloadsignature.swift
│   ├── 27112-swift-typechecker-validatedecl.swift
│   ├── 27113-swift-nominaltypedecl-getmembers.swift
│   ├── 27114-swift-valuedecl-settype.swift
│   ├── 27115-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27116-swift-constraints-constraintgraph-unbindtypevariable.swift
│   ├── 27117-swift-clangimporter-implementation-importdeclimpl.swift
│   ├── 27118-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 27119-void.swift
│   ├── 27120-llvm-foldingset-swift-constraints-constraintlocator-nodeequals.swift
│   ├── 27121-vtable.swift
│   ├── 27122-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 27123-swift-valuedecl-getoverloadsignature.swift
│   ├── 27124-swift-modulefile-lookupvalue.swift
│   ├── 27125-swift-typechecker-coercepatterntotype.swift
│   ├── 27126-swift-constraints-solution-solution.swift
│   ├── 27127-swift-constraints-constraintgraph-change-undo.swift
│   ├── 27128-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 27129-swift-typebase-getcanonicaltype.swift
│   ├── 27130-swift-typechecker-validatetype.swift
│   ├── 27131-isvalidoverload.swift
│   ├── 27132-swift-availabilityinference-applyinferredavailableattrs.swift
│   ├── 27133-swift-genericparamlist-getasgenericsignatureelements.swift
│   ├── 27134-swift-structtype-get.swift
│   ├── 27135-swift-patternbindingdecl-setpattern.swift
│   ├── 27136-swift-constructordecl-setbodyparams.swift
│   ├── 27137-swift-typechecker-coercepatterntotype.swift
│   ├── 27138-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 27139-swift-type-subst.swift
│   ├── 27140-swift-metatypetype-get.swift
│   ├── 27141-swift-inflightdiagnostic.swift
│   ├── 27142-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 27143-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27144-swift-typebase-getsuperclass.swift
│   ├── 27145-swift-archetypebuilder-addgenericsignature.swift
│   ├── 27146-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 27147-swift-boundgenerictype-get.swift
│   ├── 27148-swift-typechecker-validatedecl.swift
│   ├── 27149-swift-typeloc-iserror.swift
│   ├── 27150-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 27151-swift-expr-walk.swift
│   ├── 27152-swift-lexer-getlocforendoftoken.swift
│   ├── 27153-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27154-swift-modulefile-getdecl.swift
│   ├── 27155-swift-attributebase-operator.swift
│   ├── 27156-swift-typechecker-applygenericarguments.swift
│   ├── 27157-swift-type-transform.swift
│   ├── 27158-swift-inflightdiagnostic.swift
│   ├── 27159-swift-protocoldecl-existentialconformstoselfslow.swift
│   ├── 27160-swift-classtype-get.swift
│   ├── 27161-swift-typechecker-typecheckpattern.swift
│   ├── 27162-swift-type-transform.swift
│   ├── 27163-swift-abstractclosureexpr-setparams.swift
│   ├── 27164-swift-parser-parsetypeidentifier.swift
│   ├── 27165-swift-typechecker-checkunsupportedprotocoltype.swift
│   ├── 27166-swift-typebase-isspecialized.swift
│   ├── 27167-swift-valuedecl-overwritetype.swift
│   ├── 27168-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 27169-swift-typechecker-validategenericfuncsignature.swift
│   ├── 27170-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 27171-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 27172-swift-typebase-isemptyexistentialcomposition.swift
│   ├── 27173-swift-namelookup-findlocalval-visitbracestmt.swift
│   ├── 27174-swift-valuedecl-getoverloadsignature.swift
│   ├── 27175-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 27176-swift-streamprinter-printtext.swift
│   ├── 27177-swift-funcdecl-setdeserializedsignature.swift
│   ├── 27178-vtable.swift
│   ├── 27179-swift-modulefile-gettype.swift
│   ├── 27180-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27181-swift-patternbindingdecl-setpattern.swift
│   ├── 27182-swift-lexer-leximpl.swift
│   ├── 27183-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 27184-swift-lexer-getlocforendoftoken.swift
│   ├── 27185-swift-astcontext-getbridgedtoobjc.swift
│   ├── 27186-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 27187-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 27188-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 27189-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 27190-swift-typechecker-checkunsupportedprotocoltype.swift
│   ├── 27191-swift-metatypetype-get.swift
│   ├── 27192-swift-dependentmembertype-get.swift
│   ├── 27193-swift-typeloc-iserror.swift
│   ├── 27194-swift-pattern-foreachvariable.swift
│   ├── 27195-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 27196-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 27197-std-function-func-swift-type-subst.swift
│   ├── 27198-swift-substitutedtype-get.swift
│   ├── 27199-swift-conformancelookuptable-lookupconformances.swift
│   ├── 27200-swift-abstractclosureexpr-setparams.swift
│   ├── 27201-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 27202-swift-parser-consumetoken.swift
│   ├── 27203-swift-typeloc-iserror.swift
│   ├── 27204-swift-expr-getloc.swift
│   ├── 27205-swift-nominaltypedecl-getmembers.swift
│   ├── 27206-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 27207-swift-stmt-walk.swift
│   ├── 27208-swift-archetypebuilder-potentialarchetype-isbetterarchetypeanchor.swift
│   ├── 27209-swift-type-transform.swift
│   ├── 27210-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 27211-llvm-foldingsetnodeid-operator.swift
│   ├── 27212-swift-removeshadoweddecls.swift
│   ├── 27213-llvm-foldingset-swift-structtype-nodeequals.swift
│   ├── 27214-checkenumrawvalues.swift
│   ├── 27215-llvm-smallvectorimpl-swift-protocolconformance-operator.swift
│   ├── 27216-swift-typebase-getcanonicaltype.swift
│   ├── 27217-swift-funcdecl-setdeserializedsignature.swift
│   ├── 27218-swift-vardecl-getparentpattern.swift
│   ├── 27219-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27220-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 27221-swift-typechecker-lookupunqualified.swift
│   ├── 27222-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 27223-swift-typechecker-checkinheritanceclause.swift
│   ├── 27224-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 27225-swift-polymorphicfunctiontype-get.swift
│   ├── 27226-swift-lexer-leximpl.swift
│   ├── 27227-swift-constraints-constraintsystem-lookthroughimplicitlyunwrappedoptionaltype.swift
│   ├── 27228-swift-conformancelookuptable-addprotocol.swift
│   ├── 27229-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 27230-swift-declcontext-lookupqualified.swift
│   ├── 27231-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27232-swift-funcdecl-isunaryoperator.swift
│   ├── 27233-swift-modulefile-loadextensions.swift
│   ├── 27234-swift-protocoldecl-existentialtypesupportedslow.swift
│   ├── 27235-swift-lexer-getlocforendoftoken.swift
│   ├── 27236-swift-typechecker-typecheckbinding.swift
│   ├── 27237-swift-metatypetype-get.swift
│   ├── 27238-swift-typechecker-validatedecl.swift
│   ├── 27239-swift-typechecker-definedefaultconstructor.swift
│   ├── 27240-no-stacktrace.swift
│   ├── 27241-swift-constraints-constraintsystem-recordopenedtypes.swift
│   ├── 27242-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 27243-swift-typebase-gettypevariables.swift
│   ├── 27244-swift-lexer-lexoperatoridentifier.swift
│   ├── 27245-swift-archetypebuilder-addconformancerequirement.swift
│   ├── 27246-swift-genericsignature-get.swift
│   ├── 27247-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 27248-swift-conformancelookuptable-lookupconformance.swift
│   ├── 27249-std-function-func.swift
│   ├── 27250-swift-nominaltype-get.swift
│   ├── 27251-swift-nominaltype-get.swift
│   ├── 27252-swift-moduledecl-lookupconformance.swift
│   ├── 27253-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 27254-swift-functiontype-get.swift
│   ├── 27255-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 27256-swift-constraints-constraintlocator-profile.swift
│   ├── 27257-swift-lexer-kindofidentifier.swift
│   ├── 27258-swift-abstractclosureexpr-setparams.swift
│   ├── 27259-std-function-func-swift-type-subst.swift
│   ├── 27260-swift-constraints-constraintlocator-profile.swift
│   ├── 27261-swift-modulefile-getcommentfordecl.swift
│   ├── 27262-swift-modulefile-getdecl.swift
│   ├── 27263-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 27264-swift-modulefile-maybereadgenericparams.swift
│   ├── 27265-resolveidenttypecomponent.swift
│   ├── 27266-swift-constraints-constraintsystem-solverec.swift
│   ├── 27267-swift-genericparamlist-create.swift
│   ├── 27268-swift-astcontext-getsubstitutions.swift
│   ├── 27269-void.swift
│   ├── 27270-swift-astcontext-loadextensions.swift
│   ├── 27271-swift-typechecker-validatedecl.swift
│   ├── 27272-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 27273-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 27274-swift-functiontype-get.swift
│   ├── 27275-swift-genericfunctiontype-get.swift
│   ├── 27276-swift-constraints-constraintsystem-simplifyconformstoconstraint.swift
│   ├── 27277-swift-stmt-walk.swift
│   ├── 27278-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 27279-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27280-swift-type-transform.swift
│   ├── 27281-swift-constraints-simplifylocator.swift
│   ├── 27282-swift-boundgenerictype-get.swift
│   ├── 27283-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27284-swift-associatedtypedecl-associatedtypedecl.swift
│   ├── 27285-swift-typechecker-resolvetypeincontext.swift
│   ├── 27286-swift-extensiondecl-getmembers.swift
│   ├── 27287-swift-inflightdiagnostic.swift
│   ├── 27288-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 27289-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 27290-vtable.swift
│   ├── 27291-swift-modulefile-getdeclcontext.swift
│   ├── 27292-swift-abstractclosureexpr-setparams.swift
│   ├── 27293-swift-metatypetype-get.swift
│   ├── 27294-swift-existentialmetatypetype-get.swift
│   ├── 27295-swift-structtype-get.swift
│   ├── 27296-swift-astcontext-getstringdecl.swift
│   ├── 27297-llvm-bitstreamcursor-readrecord.swift
│   ├── 27298-swift-modulefile-gettype.swift
│   ├── 27299-swift-enumtype-get.swift
│   ├── 27300-swift-unboundgenerictype-get.swift
│   ├── 27301-swift-type-walk.swift
│   ├── 27302-swift-conformancelookuptable-conformancelookuptable.swift
│   ├── 27303-swift-typechecker-substituteinputsugartypeforresult.swift
│   ├── 27304-swift-patternbindingdecl-setpattern.swift
│   ├── 27305-swift-markasobjc.swift
│   ├── 27306-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27307-swift-modulefile-gettype.swift
│   ├── 27308-swift-inflightdiagnostic.swift
│   ├── 27309-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 27310-swift-modulefile-gettype.swift
│   ├── 27311-swift-typechecker-typecheckexpression.swift
│   ├── 27312-swift-substitutedtype-get.swift
│   ├── 27313-swift-genericfunctiontype-get.swift
│   ├── 27314-swift-markasobjc.swift
│   ├── 27315-swift-tupletype-get.swift
│   ├── 27316-swift-constraints-constraintsystem-solverscope-solverscope.swift
│   ├── 27317-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 27318-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 27319-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27320-swift-boundgenerictype-get.swift
│   ├── 27321-swift-createimplicitconstructor.swift
│   ├── 27322-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 27323-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 27324-swift-constraints-constraintsystem-finalize.swift
│   ├── 27325-swift-maybeaddaccessorstovariable.swift
│   ├── 27326-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27327-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 27328-swift-moduledecl-lookupvalue.swift
│   ├── 27329-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 27330-swift-conformancelookuptable-lookupconformance.swift
│   ├── 27331-swift-patternbindingdecl-setpattern.swift
│   ├── 27332-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27333-swift-constraints-constraintsystem-solve.swift
│   ├── 27334-swift-archetypebuilder-potentialarchetype-getarchetypeanchor.swift
│   ├── 27335-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 27336-swift-existentialmetatypetype-get.swift
│   ├── 27337-swift-valuedecl-overwritetype.swift
│   ├── 27338-swift-inflightdiagnostic.swift
│   ├── 27339-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 27340-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27341-swift-conformancelookuptable-getallprotocols.swift
│   ├── 27342-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 27343-llvm-smallvectorimpl-swift-protocolconformance-operator.swift
│   ├── 27344-swift-inflightdiagnostic.swift
│   ├── 27345-swift-modulefile-maybereadpattern.swift
│   ├── 27346-swift-markasobjc.swift
│   ├── 27347-swift-inflightdiagnostic.swift
│   ├── 27348-swift-constraints-constraintsystem-solve.swift
│   ├── 27349-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 27350-swift-metatypetype-get.swift
│   ├── 27351-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 27352-swift-astprinter-printtextimpl.swift
│   ├── 27353-void.swift
│   ├── 27354-swift-typebase-getmembersubstitutions.swift
│   ├── 27355-swift-typebase-getcanonicaltype.swift
│   ├── 27356-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 27357-swift-constraints-constraintsystem-lookupmember.swift
│   ├── 27358-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 27359-swift-valuedecl-settype.swift
│   ├── 27360-swift-modulefile-gettype.swift
│   ├── 27361-llvm-foldingset-swift-constraints-constraintlocator-nodeequals.swift
│   ├── 27362-swift-stmt-walk.swift
│   ├── 27363-swift-type-transform.swift
│   ├── 27364-swift-typechecker-conformstoprotocol.swift
│   ├── 27365-swift-modulefile-getcommentfordecl.swift
│   ├── 27366-swift-type-transform.swift
│   ├── 27367-swift-boundgenerictype-getsubstitutions.swift
│   ├── 27368-swift-modulefile-lookupvalue.swift
│   ├── 27369-swift-type-transform.swift
│   ├── 27370-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 27371-std-function-func-swift-type-subst.swift
│   ├── 27372-void.swift
│   ├── 27373-swift-conformancelookuptable-lookupconformances.swift
│   ├── 27374-swift-structtype-get.swift
│   ├── 27375-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 27376-swift-abstractstoragedecl-getobjcgetterselector.swift
│   ├── 27377-swift-typechecker-isdeclavailable.swift
│   ├── 27378-swift-modulefile-maybereadpattern.swift
│   ├── 27379-swift-constraints-constraintgraphnode-getadjacency.swift
│   ├── 27380-swift-lexer-kindofidentifier.swift
│   ├── 27381-std-function-func-mapsignaturetype.swift
│   ├── 27382-void.swift
│   ├── 27383-swift-declcontext-lookupqualified.swift
│   ├── 27385-swift-modulefile-getdecl.swift
│   ├── 27386-swift-cantype-isobjcexistentialtypeimpl.swift
│   ├── 27387-swift-structtype-get.swift
│   ├── 27388-swift-metatypetype-get.swift
│   ├── 27389-swift-typeexpr-typeexpr.swift
│   ├── 27390-swift-typechecker-computeaccessibility.swift
│   ├── 27391-swift-typechecker-checkinheritanceclause.swift
│   ├── 27392-swift-constraints-constraintsystem-finalize.swift
│   ├── 27393-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 27394-swift-type-transform.swift
│   ├── 27395-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 27396-swift-typebase-getimplicitlyunwrappedoptionalobjecttype.swift
│   ├── 27397-swift-patternbindingdecl-setpattern.swift
│   ├── 27398-swift-declcontext-getlocalconformances.swift
│   ├── 27399-swift-constraints-constraintsystem-getfixedtyperecursive.swift
│   ├── 27400-swift-protocolconformance-getinheritedconformance.swift
│   ├── 27401-void.swift
│   ├── 27402-std-function-func-checkaccessibility.swift
│   ├── 27403-swift-typechecker-resolveinheritanceclause.swift
│   ├── 27404-swift-constraints-constraintlocator-profile.swift
│   ├── 27405-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 27406-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 27407-swift-constraints-simplifylocator.swift
│   ├── 27408-swift-removeshadoweddecls.swift
│   ├── 27409-llvm-foldingset-swift-enumtype-nodeequals.swift
│   ├── 27410-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 27411-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27412-swift-typechecker-validatedecl.swift
│   ├── 27413-swift-modulefile-getimportedmodules.swift
│   ├── 27414-llvm-errs.swift
│   ├── 27415-swift-namelookup-lookupinmodule.swift
│   ├── 27416-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 27417-swift-constraints-constraintsystem-simplifyconformstoconstraint.swift
│   ├── 27418-swift-typechecker-lookupmember.swift
│   ├── 27419-swift-boundgenerictype-get.swift
│   ├── 27420-llvm-optional-swift-diagnostic-operator.swift
│   ├── 27421-formatdiagnostictext.swift
│   ├── 27422-swift-lexer-leximpl.swift
│   ├── 27423-swift-constraints-constraintsystem-finalize.swift
│   ├── 27424-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 27425-swift-substitutedtype-get.swift
│   ├── 27426-swift-typechecker-validatedecl.swift
│   ├── 27427-swift-protocolcompositiontyperepr-create.swift
│   ├── 27428-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 27429-swift-typechecker-typecheckexpressionshallow.swift
│   ├── 27430-swift-boundgenerictype-getsubstitutions.swift
│   ├── 27431-swift-constraints-constraintsystem-finalize.swift
│   ├── 27432-swift-typechecker-validatetype.swift
│   ├── 27433-std-function-func-swift-parser-parsenominaldeclmembers.swift
│   ├── 27434-swift-parser-diagnose.swift
│   ├── 27435-swift-constraints-solution-solution.swift
│   ├── 27436-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27437-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 27438-swift-typechecker-checkinheritanceclause.swift
│   ├── 27439-swift-funcdecl-setdeserializedsignature.swift
│   ├── 27440-void.swift
│   ├── 27441-swift-metatypetype-get.swift
│   ├── 27442-swift-parser-parseexprclosure.swift
│   ├── 27443-matchwitness.swift
│   ├── 27444-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 27445-swift-type-subst.swift
│   ├── 27446-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27447-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 27448-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 27449-swift-constraints-constraintsystem-solverec.swift
│   ├── 27450-bool.swift
│   ├── 27451-swift-parser-parsedeclstruct.swift
│   ├── 27452-swift-nominaltypedecl-computetype.swift
│   ├── 27453-diagnoseredundantaccessors.swift
│   ├── 27454-swift-parser-parsetoken.swift
│   ├── 27455-swift-modulefile-loadextensions.swift
│   ├── 27456-swift-abstractclosureexpr-setparams.swift
│   ├── 27457-llvm-tinyptrvector-swift-valuedecl-push-back.swift
│   ├── 27458-swift-constraints-constraintsystem-solve.swift
│   ├── 27459-swift-genericsignature-get.swift
│   ├── 27460-swift-protocoltype-compareprotocols.swift
│   ├── 27461-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 27462-swift-modulefile-lookupvalue.swift
│   ├── 27463-swift-parser-parseexprpostfix.swift
│   ├── 27464-swift-typebase-isequal.swift
│   ├── 27465-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 27466-swift-lexer-lexidentifier.swift
│   ├── 27467-vtable.swift
│   ├── 27468-swift-funcdecl-isunaryoperator.swift
│   ├── 27469-swift-patternbindingdecl-create.swift
│   ├── 27470-swift-constraints-constraintsystem-solverec.swift
│   ├── 27471-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 27472-swift-decl-walk.swift
│   ├── 27473-swift-inflightdiagnostic.swift
│   ├── 27474-swift-typechecker-checkdeclarationavailability.swift
│   ├── 27475-swift-typebase-getcanonicaltype.swift
│   ├── 27476-swift-modulefile-maybereadforeignerrorconvention.swift
│   ├── 27477-swift-archetypebuilder-potentialarchetype-getarchetypeanchor.swift
│   ├── 27478-llvm-errs.swift
│   ├── 27479-swift-type-subst.swift
│   ├── 27480-void.swift
│   ├── 27481-swift-conformancelookuptable-resolveconformances.swift
│   ├── 27482-swift-parser-parseexprpostfix.swift
│   ├── 27483-swift-namelookup-findlocalval-visitbracestmt.swift
│   ├── 27484-swift-typebase-isspecialized.swift
│   ├── 27485-swift-bracestmt-create.swift
│   ├── 27486-swift-constraints-constraintsystem-findbestsolution.swift
│   ├── 27487-swift-sourcemanager-addnewsourcebuffer.swift
│   ├── 27488-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 27489-swift-typechecker-checkgenericarguments.swift
│   ├── 27490-swift-inflightdiagnostic.swift
│   ├── 27491-swift-modulefile-maybereadgenericparams.swift
│   ├── 27492-swift-inouttype-get.swift
│   ├── 27493-swift-parser-consumetoken.swift
│   ├── 27494-swift-conformancelookuptable-lookupconformance.swift
│   ├── 27495-swift-typechecker-addimplicitconstructors.swift
│   ├── 27496-swift-modulefile-declcommenttableinfo-readdata.swift
│   ├── 27497-swift-decl-walk.swift
│   ├── 27498-swift-typechecker-typecheckpatternbinding.swift
│   ├── 27499-llvm-bitstreamcursor-read.swift
│   ├── 27500-swift-constructordecl-constructordecl.swift
│   ├── 27501-swift-namelookup-lookupinmodule.swift
│   ├── 27502-swift-typebase-getdesugaredtype.swift
│   ├── 27503-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 27504-swift-typebase-getmembersubstitutions.swift
│   ├── 27505-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 27506-swift-modulefile-gettype.swift
│   ├── 27507-swift-modulefile-lookupvalue.swift
│   ├── 27508-swift-typebase-getdesugaredtype.swift
│   ├── 27509-swift-inflightdiagnostic.swift
│   ├── 27510-swift-boundgenerictype-get.swift
│   ├── 27511-swift-constraints-constraintsystem-performmemberlookup.swift
│   ├── 27512-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift
│   ├── 27513-swift-typeloc-iserror.swift
│   ├── 27514-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 27515-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 27516-swift-nominaltypedecl-classifyasoptionaltype.swift
│   ├── 27517-swift-valuedecl-overwritetype.swift
│   ├── 27518-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift
│   ├── 27519-swift-pattern-buildforwardingrefexpr.swift
│   ├── 27520-swift-typechecker-substituteinputsugartypeforresult.swift
│   ├── 27521-swift-parser-parseexprpostfix.swift
│   ├── 27522-swift-typechecker-validatedecl.swift
│   ├── 27523-swift-lexer-leximpl.swift
│   ├── 27524-swift-type-subst.swift
│   ├── 27525-swift-constraints-constraintsystem-matchtupletypes.swift
│   ├── 27526-swift-structtype-get.swift
│   ├── 27527-swift-nominaltypedecl-getmembers.swift
│   ├── 27528-swift-constraints-constraintsystem-solve.swift
│   ├── 27529-swift-typechecker-gettypeofrvalue.swift
│   ├── 27530-resolveidenttypecomponent.swift
│   ├── 27531-swift-typechecker-coercepatterntotype.swift
│   ├── 27532-swift-constraints-constraintsystem-matchdeepequalitytypes.swift
│   ├── 27533-swift-ide-printdeclusr.swift
│   ├── 27534-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 27535-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 27536-swift-namelookup-findlocalval-visitbracestmt.swift
│   ├── 27537-swift-clangimporter-implementation-finishpendingactions.swift
│   ├── 27538-swift-typebase-getanyoptionalobjecttype.swift
│   ├── 27539-swift-parser-parsetoken.swift
│   ├── 27540-swift-type-walk.swift
│   ├── 27541-swift-modulefile-maybereadgenericparams.swift
│   ├── 27542-swift-genericfunctiontype-get.swift
│   ├── 27543-swift-typechecker-checkgenericarguments.swift
│   ├── 27544-bool.swift
│   ├── 27545-swift-nominaltypedecl-classifyasoptionaltype.swift
│   ├── 27546-swift-clangimporter-lookupvalue.swift
│   ├── 27547-swift-constraints-constraintsystem-getalternativeliteraltypes.swift
│   ├── 27548-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 27549-swift-namelookup-findlocalval-visitbracestmt.swift
│   ├── 27550-swift-moduledecl-lookupconformance.swift
│   ├── 27551-swift-protocoldecl-existentialtypesupportedslow.swift
│   ├── 27552-swift-constraints-constraintsystem-solverstate-solverstate.swift
│   ├── 27553-swift-conformancelookuptable-getconformingcontext.swift
│   ├── 27554-swift-modulefile-gettype.swift
│   ├── 27555-swift-constraints-constraintgraph-lookupnode.swift
│   ├── 27556-swift-genericfunctiontype-get.swift
│   ├── 27557-swift-parser-parseidentifier.swift
│   ├── 27558-swift-parser-parsetypeidentifier.swift
│   ├── 27559-swift-modulefile-maybereadforeignerrorconvention.swift
│   ├── 27560-swift-typechecker-addimplicitconstructors.swift
│   ├── 27561-swift-functiontype-get.swift
│   ├── 27562-swift-genericsignature-get.swift
│   ├── 27563-swift-funcdecl-isunaryoperator.swift
│   ├── 27564-swift-constraints-constraintsystem-matchfunctiontypes.swift
│   ├── 27565-swift-typechecker-checkinheritanceclause.swift
│   ├── 27566-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 27567-swift-constraints-constraintsystem-addoverloadset.swift
│   ├── 27568-swift-polymorphicfunctiontype-get.swift
│   ├── 27569-swift-typechecker-validatedecl.swift
│   ├── 27570-checkenumrawvalues.swift
│   ├── 27571-swift-inflightdiagnostic.swift
│   ├── 27572-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 27573-swift-modulefile-maybereadpattern.swift
│   ├── 27574-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 27575-swift-type-subst.swift
│   ├── 27576-swift-markasobjc.swift
│   ├── 27577-swift-funcdecl-setdeserializedsignature.swift
│   ├── 27578-void.swift
│   ├── 27579-vtable.swift
│   ├── 27580-swift-typebase-getmembersubstitutions.swift
│   ├── 27581-swift-modulefile-maybereadgenericparams.swift
│   ├── 27582-swift-valuedecl-settype.swift
│   ├── 27583-swift-functiontype-get.swift
│   ├── 27584-swift-typechecker-isdeclavailable.swift
│   ├── 27585-swift-astcontext-loadextensions.swift
│   ├── 27586-swift-parser-consumetoken.swift
│   ├── 27587-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 27588-swift-constraints-constraintsystem-simplifyconstraint.swift
│   ├── 27589-swift-typechecker-validatedecl.swift
│   ├── 27590-swift-generictypeparamtype-get.swift
│   ├── 27591-swift-modulefile-gettype.swift
│   ├── 27592-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 27593-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 27594-swift-getbuiltinvaluedecl.swift
│   ├── 27595-swift-parser-parsedeclvar.swift
│   ├── 27596-llvm-foldingset-swift-enumtype-nodeequals.swift
│   ├── 27597-swift-modulefile-maybereadpattern.swift
│   ├── 27598-swift-typechecker-coercepatterntotype.swift
│   ├── 27599-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 27600-swift-constraints-constraintsystem-recordopenedtypes.swift
│   ├── 27601-swift-inflightdiagnostic.swift
│   ├── 27602-swift-inflightdiagnostic.swift
│   ├── 27603-swift-typechecker-validatedecl.swift
│   ├── 27604-swift-valuedecl-getoverloadsignature.swift
│   ├── 27605-swift-parser-parsedeclprotocol.swift
│   ├── 27606-swift-astcontext-addedexternaldecl.swift
│   ├── 27607-swift-constraints-constraintsystem-matchfunctiontypes.swift
│   ├── 27608-llvm-errs.swift
│   ├── 27609-std-function-func-checkaccessibility.swift
│   ├── 27610-swift-conformancelookuptable-lookupconformances.swift
│   ├── 27611-swift-parser-parsegetsetimpl.swift
│   ├── 27612-swift-typechecker-checkunsupportedprotocoltype.swift
│   ├── 27613-swift-patternbindingdecl-hasstorage.swift
│   ├── 27614-swift-typebase-getcanonicaltype.swift
│   ├── 27615-swift-nominaltypedecl-prepareextensions.swift
│   ├── 27616-swift-nominaltypedecl-getmembers.swift
│   ├── 27617-swift-markasobjc.swift
│   ├── 27618-swift-modulefile-getimportedmodules.swift
│   ├── 27619-swift-modulefile-getdecl.swift
│   ├── 27620-swift-genericsignature-genericsignature.swift
│   ├── 27621-swift-getbuiltinvaluedecl.swift
│   ├── 27622-swift-typebase-isemptyexistentialcomposition.swift
│   ├── 27623-swift-boundgenerictype-get.swift
│   ├── 27624-swift-typebase-isequal.swift
│   ├── 27625-swift-typechecker-typecheckpattern.swift
│   ├── 27626-llvm-smdiagnostic-smdiagnostic.swift
│   ├── 27627-swift-typechecker-checkdeclarationavailability.swift
│   ├── 27628-swift-abstractclosureexpr-setparams.swift
│   ├── 27629-swift-associatedtypedecl-associatedtypedecl.swift
│   ├── 27630-swift-scopeinfo-addtoscope.swift
│   ├── 27631-swift-nominaltypedecl-getmembers.swift
│   ├── 27632-swift-typechecker-typecheckdecl.swift
│   ├── 27633-swift-inflightdiagnostic.swift
│   ├── 27634-swift-lexer-kindofidentifier.swift
│   ├── 27635-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 27636-swift-typechecker-resolvetypeincontext.swift
│   ├── 27637-swift-typechecker-checkunsupportedprotocoltype.swift
│   ├── 27638-swift-structtype-get.swift
│   ├── 27639-swift-enumtype-get.swift
│   ├── 27640-swift-functiontype-get.swift
│   ├── 27641-swift-parser-parseexprpostfix.swift
│   ├── 27642-swift-inflightdiagnostic.swift
│   ├── 27643-swift-valuedecl-settype.swift
│   ├── 27644-llvm-optional-swift-diagnostic-operator.swift
│   ├── 27645-swift-typechecker-lookupunqualified.swift
│   ├── 27646-swift-markasobjc.swift
│   ├── 27647-swift-tuplepattern-createsimple.swift
│   ├── 27648-llvm-smallvectorimpl-swift-decl-insert.swift
│   ├── 27649-swift-constraints-constraintsystem-finalize.swift
│   ├── 27650-swift-metatypetype-get.swift
│   ├── 27651-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 27652-swift-typechecker-checkdeclattributes.swift
│   ├── 27653-swift-archetypebuilder-getallarchetypes.swift
│   ├── 27654-swift-streamprinter-printtext.swift
│   ├── 27655-swift-constraints-solution-solution.swift
│   ├── 27656-swift-abstractfunctiondecl-getobjcselector.swift
│   ├── 27657-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 27658-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 27659-swift-parser-parsedeclclass.swift
│   ├── 27660-no-stacktrace.swift
│   ├── 27661-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27662-swift-valuedecl-settype.swift
│   ├── 27663-swift-nominaltypedecl-prepareextensions.swift
│   ├── 27664-swift-nominaltypedecl-prepareextensions.swift
│   ├── 27665-swift-conformancelookuptable-getallprotocols.swift
│   ├── 27666-swift-modulefile-loadextensions.swift
│   ├── 27667-swift-modulefile-getdecl.swift
│   ├── 27668-swift-boundgenerictype-get.swift
│   ├── 27669-swift-parser-skipsingle.swift
│   ├── 27670-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 27671-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 27672-swift-dependentmembertype-get.swift
│   ├── 27673-swift-parser-parseidentifier.swift
│   ├── 27674-swift-extensiondecl-getmembers.swift
│   ├── 27675-vtable.swift
│   ├── 27676-swift-moduledecl-lookupvalue.swift
│   ├── 27677-std-function-func-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27678-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27679-swift-constraints-constraintsystem-solverstate-solverstate.swift
│   ├── 27680-swift-structtype-get.swift
│   ├── 27681-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 27682-swift-removeshadoweddecls.swift
│   ├── 27683-swift-tuplepattern-create.swift
│   ├── 27684-swift-constraints-constraintsystem-getalternativeliteraltypes.swift
│   ├── 27685-swift-pattern-foreachvariable.swift
│   ├── 27686-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27687-swift-classtype-get.swift
│   ├── 27688-swift-vardecl-isanonclosureparam.swift
│   ├── 27689-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 27690-swift-typechecker-substituteinputsugartypeforresult.swift
│   ├── 27691-void.swift
│   ├── 27692-swift-constraints-simplifylocator.swift
│   ├── 27693-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 27694-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 27695-swift-constraints-constraintsystem-performmemberlookup.swift
│   ├── 27696-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 27697-std-function-func-setboundvarstypeerror.swift
│   ├── 27698-swift-parser-parseexprimpl.swift
│   ├── 27699-swift-typebase-isemptyexistentialcomposition.swift
│   ├── 27700-swift-modulefile-loadallmembers.swift
│   ├── 27701-swift-getllvmintrinsicid.swift
│   ├── 27702-swift-conformancelookuptable-resolveconformances.swift
│   ├── 27703-swift-astprinter-printtextimpl.swift
│   ├── 27704-swift-modulefile-declcommenttableinfo-readdata.swift
│   ├── 27705-swift-lexer-getlocforendoftoken.swift
│   ├── 27706-swift-availabilityinference-applyinferredavailableattrs.swift
│   ├── 27707-swift-typebase-getcanonicaltype.swift
│   ├── 27708-swift-constraints-solution-solution.swift
│   ├── 27709-swift-removeshadoweddecls.swift
│   ├── 27710-swift-lexer-getlocforendoftoken.swift
│   ├── 27711-swift-declcontext-getlocalconformances.swift
│   ├── 27712-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 27713-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 27714-llvm-optional-swift-diagnostic-operator.swift
│   ├── 27715-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 27716-swift-lexer-getlocforendoftoken.swift
│   ├── 27717-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 27718-swift-parser-parseidentifier.swift
│   ├── 27719-std-function-func-swift-type-subst.swift
│   ├── 27720-swift-valuedecl-overwritetype.swift
│   ├── 27721-swift-typebase-getcanonicaltype.swift
│   ├── 27722-swift-removeshadoweddecls.swift
│   ├── 27723-swift-constraints-constraint-createbindoverload.swift
│   ├── 27724-swift-constraints-constraintgraph-change-undo.swift
│   ├── 27725-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27726-swift-modulefile-declcommenttableinfo-readdata.swift
│   ├── 27727-swift-abstractclosureexpr-setparams.swift
│   ├── 27728-swift-modulefile-loadextensions.swift
│   ├── 27729-swift-typechecker-coercepatterntotype.swift
│   ├── 27730-swift-modulefile-resolvecrossreference.swift
│   ├── 27731-swift-removeshadoweddecls.swift
│   ├── 27732-swift-valuedecl-getinterfacetype.swift
│   ├── 27733-swift-constraints-constraintsystem-constraintsystem.swift
│   ├── 27734-swift-typechecker-coercepatterntotype.swift
│   ├── 27735-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 27736-void.swift
│   ├── 27737-swift-parentype-get.swift
│   ├── 27738-swift-inflightdiagnostic.swift
│   ├── 27739-swift-conformancelookuptable-resolveconformances.swift
│   ├── 27740-swift-modulefile-getdeclcontext.swift
│   ├── 27741-swift-structtype-get.swift
│   ├── 27742-matchwitness.swift
│   ├── 27743-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 27744-swift-astprinter-printtextimpl.swift
│   ├── 27745-swift-modulefile-getdecl.swift
│   ├── 27746-void.swift
│   ├── 27747-swift-typebase-getcanonicaltype.swift
│   ├── 27748-swift-conformancelookuptable-getimplicitprotocols.swift
│   ├── 27749-swift-archetypetype-getnew.swift
│   ├── 27750-swift-metatypetype-get.swift
│   ├── 27751-swift-functiontype-get.swift
│   ├── 27752-swift-parser-parsebraceitems.swift
│   ├── 27753-std-function-func-setboundvarstypeerror.swift
│   ├── 27754-swift-typechecker-resolvetypeincontext.swift
│   ├── 27755-swift-typechecker-validatedecl.swift
│   ├── 27756-swift-modulefile-gettype.swift
│   ├── 27757-swift-parser-parsebraceitems.swift
│   ├── 27758-std-function-func-swift-type-subst.swift
│   ├── 27759-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 27760-swift-inflightdiagnostic.swift
│   ├── 27761-swift-archetypebuilder-addgenericsignature.swift
│   ├── 27762-swift-typechecker-validategenericfuncsignature.swift
│   ├── 27763-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 27764-swift-constraints-simplifylocator.swift
│   ├── 27765-swift-typechecker-typecheckpatternbinding.swift
│   ├── 27766-swift-constraints-solution-solution.swift
│   ├── 27767-swift-constructordecl-constructordecl.swift
│   ├── 27768-swift-typechecker-lookupunqualified.swift
│   ├── 27769-swift-patternbindingdecl-create.swift
│   ├── 27770-swift-typechecker-resolvetypeincontext.swift
│   ├── 27771-swift-typebase-isequal.swift
│   ├── 27772-swift-modulefile-loadextensions.swift
│   ├── 27773-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 27774-filtervalues.swift
│   ├── 27775-swift-typechecker-typecheckpattern.swift
│   ├── 27776-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 27777-swift-clangimporter-loadextensions.swift
│   ├── 27778-swift-astcontext-getbridgedtoobjc.swift
│   ├── 27779-swift-abstractstoragedecl-getobjcgetterselector.swift
│   ├── 27780-swift-conformancelookuptable-lookupconformances.swift
│   ├── 27781-swift-typechecker-resolvetypeincontext.swift
│   ├── 27782-swift-genericsignature-profile.swift
│   ├── 27783-swift-genericparamlist-deriveallarchetypes.swift
│   ├── 27784-swift-printingdiagnosticconsumer-handlediagnostic.swift
│   ├── 27785-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 27786-swift-inflightdiagnostic.swift
│   ├── 27787-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 27788-swift-constraints-solution-solution.swift
│   ├── 27789-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 27790-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 27791-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27792-swift-funcdecl-setdeserializedsignature.swift
│   ├── 27793-swift-typechecker-checkdeclattributes.swift
│   ├── 27794-swift-constraints-constraintlocator-profile.swift
│   ├── 27795-swift-typebase-isequal.swift
│   ├── 27796-swift-modulefile-maybereadforeignerrorconvention.swift
│   ├── 27797-swift-typechecker-typecheckbinding.swift
│   ├── 27798-swift-typechecker-overapproximateosversionsatlocation.swift
│   ├── 27799-swift-modulefile-getimportedmodules.swift
│   ├── 27800-swift-protocoltype-canonicalizeprotocols.swift
│   ├── 27801-swift-clangimporter-lookupvalue.swift
│   ├── 27802-swift-constraints-constraintsystem-finalize.swift
│   ├── 27803-swift-typechecker-validatedecl.swift
│   ├── 27804-swift-constraints-constraintsystem-applysolution.swift
│   ├── 27805-swift-markasobjc.swift
│   ├── 27806-swift-declcontext-lookupqualified.swift
│   ├── 27807-swift-scopeinfo-addtoscope.swift
│   ├── 27808-swift-constructordecl-constructordecl.swift
│   ├── 27809-void.swift
│   ├── 27810-swift-sourcefile-getcache.swift
│   ├── 27811-swift-constraints-solution-computesubstitutions.swift
│   ├── 27812-swift-archetypebuilder-addgenericsignature.swift
│   ├── 27813-no-stacktrace.swift
│   ├── 27814-swift-parser-parseexprclosure.swift
│   ├── 27815-swift-archetypetype-getnew.swift
│   ├── 27821-swift-typechecker-definedefaultconstructor.swift
│   ├── 27822-swift-modulefile-loadextensions.swift
│   ├── 27823-swift-parser-parsetoken.swift
│   ├── 27824-swift-modulefile-maybereadgenericparams.swift
│   ├── 27825-swift-functiontype-get.swift
│   ├── 27826-swift-lexer-lexstringliteral.swift
│   ├── 27827-swift-constraints-simplifylocator.swift
│   ├── 27828-swift-conformancelookuptable-getallprotocols.swift
│   ├── 27829-swift-typechecker-lookupmembertype.swift
│   ├── 27830-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27831-swift-bracestmt-create.swift
│   ├── 27832-swift-typechecker-resolvetypeincontext.swift
│   ├── 27833-swift-conformancelookuptable-lookupconformances.swift
│   ├── 27834-swift-constraints-constraintgraphscope-constraintgraphscope.swift
│   ├── 27835-llvm-tinyptrvector-swift-valuedecl-push-back.swift
│   ├── 27836-llvm-foldingset-swift-constraints-constraintlocator-nodeequals.swift
│   ├── 27837-swift-inflightdiagnostic.swift
│   ├── 27838-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27839-swift-archetypebuilder-potentialarchetype-addconformance.swift
│   ├── 27841-swift-parser-createbindingfrompattern.swift
│   ├── 27842-swift-conformancelookuptable-addprotocol.swift
│   ├── 27843-llvm-foldingset-swift-classtype-nodeequals.swift
│   ├── 27844-swift-typechecker-getinterfacetypefrominternaltype.swift
│   ├── 27845-swift-typebase-isequal.swift
│   ├── 27846-llvm-smallvectorimpl-swift-protocolconformance-operator.swift
│   ├── 27848-swift-tupletype-get.swift
│   ├── 27849-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 27851-swift-structtype-get.swift
│   ├── 27852-swift-valuedecl-getoverloadsignature.swift
│   ├── 27853-swift-constraints-constraintsystem-addconstraint.swift
│   ├── 27854-swift-clangimporter-loadextensions.swift
│   ├── 27855-swift-nominaltype-get.swift
│   ├── 27856-swift-constraints-constraintlocator-profile.swift
│   ├── 27857-vtable.swift
│   ├── 27858-swift-inouttype-get.swift
│   ├── 27859-swift-constraints-constraintsystem-simplifyconformstoconstraint.swift
│   ├── 27861-swift-tuplepattern-createsimple.swift
│   ├── 27862-swift-type-walk.swift
│   ├── 27863-swift-serializedmoduleloader-loadextensions.swift
│   ├── 27865-swift-conformancelookuptable-getimplicitprotocols.swift
│   ├── 27866-swift-typebase-getoptionalobjecttype.swift
│   ├── 27867-swift-typerepr-getsourcerange.swift
│   ├── 27868-swift-typechecker-getdefaulttype.swift
│   ├── 27869-swift-nominaltypedecl-computeinterfacetype.swift
│   ├── 27870-swift-constraints-constraintsystem-optimizeconstraints.swift
│   ├── 27871-swift-typechecker-typecheckpatternbinding.swift
│   ├── 27872-swift-metatypetype-get.swift
│   ├── 27873-void.swift
│   ├── 27874-swift-enumtype-get.swift
│   ├── 27876-filtervalues.swift
│   ├── 27877-swift-constructordecl-setbodyparams.swift
│   ├── 27878-swift-expr-walk.swift
│   ├── 27879-swift-polymorphicfunctiontype-get.swift
│   ├── 27880-swift-nominaltypedecl-preparelookuptable.swift
│   ├── 27881-swift-declcontext-getlocalconformances.swift
│   ├── 27882-swift-clangmoduleunit-lookupvalue.swift
│   ├── 27883-swift-archetypebuilder-addconformancerequirement.swift
│   ├── 27884-swift-typechecker-callwitness.swift
│   ├── 27885-bool.swift
│   ├── 27887-swift-protocolcompositiontyperepr-create.swift
│   ├── 27888-swift-typechecker-resolveinheritanceclause.swift
│   ├── 27889-void.swift
│   ├── 27890-swift-typechecker-validategenerictypesignature.swift
│   ├── 27891-swift-typechecker-resolvesuperclass.swift
│   ├── 27892-swift-extensiondecl-getmembers.swift
│   ├── 27893-swift-archetypebuilder-potentialarchetype-getarchetypeanchor.swift
│   ├── 27894-swift-parser-parsedecl.swift
│   ├── 27895-swift-sourcefile-getcache.swift
│   ├── 27896-swift-modulefile-configurestorage.swift
│   ├── 27897-swift-typeloc-iserror.swift
│   ├── 27898-void.swift
│   ├── 27899-swift-unboundgenerictype-get.swift
│   ├── 27900-swift-constraints-constraintsystem-assignfixedtype.swift
│   ├── 27902-llvm-foldingset-swift-boundgenerictype-nodeequals.swift
│   ├── 27903-swift-genericfunctiontype-get.swift
│   ├── 27904-swift-funcdecl-isdeferbody.swift
│   ├── 27905-swift-constraints-constraintgraph-change-undo.swift
│   ├── 27906-swift-valuedecl.swift
│   ├── 27907-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 27908-llvm-smallvectorimpl-swift-diagnosticargument-operator.swift
│   ├── 27909-llvm-densemapbase-llvm-densemap-swift-identifier.swift
│   ├── 27910-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 27911-swift-declcontext-getdeclaredtypeincontext.swift
│   ├── 27912-swift-classtype-get.swift
│   ├── 27913-swift-typechecker-checkgenericarguments.swift
│   ├── 27915-swift-typechecker-checkomitneedlesswords.swift
│   ├── 27916-swift-sourcemanager-getmessage.swift
│   ├── 27917-swift-printdecldescription.swift
│   ├── 27918-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 27919-swift-stmt-walk.swift
│   ├── 27920-void.swift
│   ├── 27921-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 27922-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 27923-swift-modulefile-gettype.swift
│   ├── 27924-swift-typechecker-typecheckexpression.swift
│   ├── 27925-swift-modulefile-loadextensions.swift
│   ├── 27926-swift-clangmoduleunit-lookupvalue.swift
│   ├── 27927-swift-modulefile-maybereadpattern.swift
│   ├── 27928-swift-typechecker-validatedecl.swift
│   ├── 27929-swift-clangimporter-lookupvalue.swift
│   ├── 27930-swift-clangimporter-implementation-importattributes.swift
│   ├── 27931-swift-constraints-constraintsystem-salvage.swift
│   ├── 27932-swift-constraints-constraintsystem-generateconstraints.swift
│   ├── 27933-swift-constraints-constraintsystem-simplifytype.swift
│   ├── 27934-swift-genericsignature-getcanonical.swift
│   ├── 27935-swift-moduledecl-lookupconformance.swift
│   ├── 27936-swift-structtype-get.swift
│   ├── 27937-swift-substitutedtype-get.swift
│   ├── 27938-swift-arrayexpr-create.swift
│   ├── 27939-vtable.swift
│   ├── 27940-swift-typechecker-resolvesuperclass.swift
│   ├── 27941-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 27942-resolveidenttypecomponent.swift
│   ├── 27943-swift-astcontext-getinheritedconformance.swift
│   ├── 27944-swift-astvisitor.swift
│   ├── 27945-swift-conformancelookuptable-resolveconformances.swift
│   ├── 27946-swift-archetypebuilder-potentialarchetype-isbetterarchetypeanchor.swift
│   ├── 27947-swift-parser-parsebraceitems.swift
│   ├── 27948-swift-constraints-constraintsystem-performmemberlookup.swift
│   ├── 27949-swift-genericparamlist-create.swift
│   ├── 27950-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 27951-swift-astcontext-getspecializedconformance.swift
│   ├── 27953-swift-modulefile-getcommentfordecl.swift
│   ├── 27955-swift-declattribute-print.swift
│   ├── 27956-swift-expr-walk.swift
│   ├── 27957-swift-inflightdiagnostic-fixitremove.swift
│   ├── 27958-swift-typechecker-isdeclavailable.swift
│   ├── 27959-swift-conformancelookuptable-conformancelookuptable.swift
│   ├── 27960-swift-constraints-constraintsystem-opentype.swift
│   ├── 27961-swift-inflightdiagnostic.swift
│   ├── 27962-swift-rebindselfinconstructorexpr-getcalledconstructor.swift
│   ├── 27963-swift-typechecker-checkunsupportedprotocoltype.swift
│   ├── 27964-swift-conformancelookuptable-compareprotocolconformances.swift
│   ├── 27965-llvm-foldingset-swift-tupletype-nodeequals.swift
│   ├── 27966-swift-dependentmembertype-get.swift
│   ├── 27967-swift-valuedecl-getoverloadsignature.swift
│   ├── 27969-void.swift
│   ├── 27970-swift-typechecker-typecheckbinding.swift
│   ├── 27971-swift-constraints-constraintsystem-applysolution.swift
│   ├── 27972-swift-maybeaddaccessorstovariable.swift
│   ├── 27973-swift-typechecker-substituteinputsugartypeforresult.swift
│   ├── 27974-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 27975-swift-genericsignature-get.swift
│   ├── 27976-swift-mangle-mangler-mangletype.swift
│   ├── 27977-swift-substitutedtype-get.swift
│   ├── 27978-swift-typechecker-solveforexpression.swift
│   ├── 27979-swift-conformancelookuptable-lookupconformances.swift
│   ├── 27980-matchcallarguments.swift
│   ├── 27981-std-function-func.swift
│   ├── 27982-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 27984-llvm-densemapbase-llvm-densemap-swift-declname.swift
│   ├── 27986-swift-abstractfunctiondecl-setgenericparams.swift
│   ├── 27988-swift-inflightdiagnostic-fixitreplacechars.swift
│   ├── 27989-swift-typechecker-lookupmember.swift
│   ├── 27990-swift-constraints-constraintsystem-computeassigndesttype.swift
│   ├── 27991-void.swift
│   ├── 27992-swift-createimplicitconstructor.swift
│   ├── 27993-swift-parser-parsedeclfunc.swift
│   ├── 27995-swift-constraints-constraintsystem-simplifyconstructionconstraint.swift
│   ├── 27996-llvm-ondiskchainedhashtable-swift-modulefile-decltableinfo-find.swift
│   ├── 27997-swift-typechecker-computeaccessibility.swift
│   ├── 27998-swift-parser-consumetoken.swift
│   ├── 27999-swift-constraints-solution-solution.swift
│   ├── 28000-swift-astcontext-getimplicitlyunwrappedoptionaldecl.swift
│   ├── 28001-swift-parser-parsetypesimple.swift
│   ├── 28002-swift-parser-parsebraceitems.swift
│   ├── 28003-swift-constraints-constraintsystem-recordfix.swift
│   ├── 28004-swift-parser-parseexprsequence.swift
│   ├── 28005-swift-constraints-constraintgraphnode-getadjacency.swift
│   ├── 28006-swift-typechecker-resolveidentifiertype.swift
│   ├── 28007-swift-scopeinfo-addtoscope.swift
│   ├── 28008-swift-builtinunit-lookupcache-lookupvalue.swift
│   ├── 28009-swift-parser-parsedeclenum.swift
│   ├── 28010-swift-typechecker-typecheckdecl.swift
│   ├── 28011-swift-typebase-getcanonicaltype.swift
│   ├── 28012-swift-inflightdiagnostic.swift
│   ├── 28013-std-function-func-swift-archetypebuilder-visitinherited.swift
│   ├── 28014-swift-decl-walk.swift
│   ├── 28015-swift-constraints-constraintgraph-computeconnectedcomponents.swift
│   ├── 28016-swift-typebase-getcanonicaltype.swift
│   ├── 28017-swift-protocoldecl-existentialtypesupportedslow.swift
│   ├── 28018-swift-valuedecl-overwritetype.swift
│   ├── 28019-swift-typechecker-checkdeclarationavailability.swift
│   ├── 28020-llvm-smallvectorimpl-swift-decl-insert.swift
│   ├── 28021-swift-decl-getrawcomment.swift
│   ├── 28022-swift-typechecker-diagnoseexplicitunavailability.swift
│   ├── 28023-swift-typechecker-diagnoseexplicitunavailability.swift
│   ├── 28024-swift-constraints-constraintlocatorbuilder-trysimplifytoexpr.swift
│   ├── 28025-swift-markasobjc.swift
│   ├── 28026-swift-protocolcompositiontype-build.swift
│   ├── 28027-swift-typebase-getmembersubstitutions.swift
│   ├── 28028-swift-astcontext-diagnoseunintendedobjcmethodoverrides.swift
│   ├── 28029-swift-constraints-constraintsystem-performmemberlookup.swift
│   ├── 28031-swift-clangimporter-lookupvalue.swift
│   ├── 28032-swift-typechecker-computecaptures.swift
│   ├── 28033-swift-configureconstructortype.swift
│   ├── 28034-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 28035-swift-archetypebuilder-getallarchetypes.swift
│   ├── 28037-swift-inflightdiagnostic.swift
│   ├── 28038-swift-parser-parsetype.swift
│   ├── 28039-swift-constraints-solution-computesubstitutions.swift
│   ├── 28040-swift-genericparamlist-addnestedarchetypes.swift
│   ├── 28041-swift-typechecker-lookupunqualified.swift
│   ├── 28042-void.swift
│   ├── 28044-swift-completegenerictyperesolver-resolvegenerictypeparamtype.swift
│   ├── 28045-swift-typechecker-typecheckpatternbinding.swift
│   ├── 28046-swift-typechecker-substituteinputsugartypeforresult.swift
│   ├── 28047-swift-constraints-constraintsystem-recordfix.swift
│   ├── 28048-swift-astcontext-getspecializedconformance.swift
│   ├── 28050-swift-abstractfunctiondecl-setgenericparams.swift
│   ├── 28051-swift-parser-parseexprimpl.swift
│   ├── 28052-swift-moduledecl-lookupvalue.swift
│   ├── 28053-swift-parser-parsedeclvar.swift
│   ├── 28054-ldstninstinfo.swift
│   ├── 28055-swift-parser-parsegetsetimpl.swift
│   ├── 28056-swift-valuedecl-settype.swift
│   ├── 28057-swift-modulefile-declcommenttableinfo-readdata.swift
│   ├── 28058-swift-lexer-leximpl.swift
│   ├── 28059-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 28060-std-function-func.swift
│   ├── 28061-swift-nominaltypedecl-getdeclaredtypeincontext.swift
│   ├── 28062-swift-classdecl-checkobjcancestry.swift
│   ├── 28064-swift-stmtconditionelement-walk.swift
│   ├── 28065-swift-constraints-constraintsystem-mergeequivalenceclasses.swift
│   ├── 28066-swift-parentype-get.swift
│   ├── 28067-no-stacktrace.swift
│   ├── 28068-swift-declcontext-getlocalconformances.swift
│   ├── 28069-swift-nominaltypedecl-classifyasoptionaltype.swift
│   ├── 28070-swift-lexer-diagnose.swift
│   ├── 28071-swift-clangimporter-implementation-importdeclandcacheimpl.swift
│   ├── 28072-swift-typechecker-buildrefexpr.swift
│   ├── 28073-swift-parser-parsestmt.swift
│   ├── 28074-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 28075-swift-lexer-lexstringliteral.swift
│   ├── 28076-llvm-foldingset-swift-tupletype-getnodeprofile.swift
│   ├── 28077-swift-parser-parsedeclsubscript.swift
│   ├── 28078-swift-archetypebuilder-inferrequirementswalker-walktotypepost.swift
│   ├── 28079-swift-lexer-leximpl.swift
│   ├── 28080-swift-parser-diagnose.swift
│   ├── 28081-swift-inflightdiagnostic.swift
│   ├── 28082-bool.swift
│   ├── 28083-swift-enumtype-get.swift
│   ├── 28084-swift-modulefile-loadallmembers.swift
│   ├── 28085-swift-constraints-constraintsystem-simplifyrestrictedconstraint.swift
│   ├── 28086-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 28087-swift-genericsignature-profile.swift
│   ├── 28088-swift-nominaltypedecl-markinvalidgenericsignature.swift
│   ├── 28089-extractsimplefield.swift
│   ├── 28090-bool.swift
│   ├── 28091-swift-diagnosticengine-flushactivediagnostic.swift
│   ├── 28092-swift-parser-parseexpridentifier.swift
│   ├── 28093-swift-archetypetype-getnew.swift
│   ├── 28094-swift-parser-parsetypedpattern.swift
│   ├── 28095-swift-parser-parsedeclstruct.swift
│   ├── 28096-swift-parser-parsedecl.swift
│   ├── 28097-swift-astprinter-printname.swift
│   ├── 28098-swift-constraints-constraintsystem-performmemberlookup.swift
│   ├── 28099-swift-conformancelookuptable-updatelookuptable.swift
│   ├── 28100-swift-tupletype-get.swift
│   ├── 28101-swift-constraints-constraint-create.swift
│   ├── 28102-swift-parser-parseidentifier.swift
│   ├── 28103-swift-parser-parsetoken.swift
│   ├── 28104-void.swift
│   ├── 28105-swift-constraints-constraintsystem-simplifymemberconstraint.swift
│   ├── 28106-swift-astcontext-setrawcomment.swift
│   ├── 28107-swift-typechecker-checkconformance.swift
│   ├── 28108-swift-genericsignature-genericsignature.swift
│   ├── 28109-swift-constraints-constraintgraph-removeconstraint.swift
│   ├── 28110-swift-typechecker-resolvetypeincontext.swift
│   ├── 28111-swift-modulefile-readnormalconformance.swift
│   ├── 28112-no-stacktrace.swift
│   ├── 28113-swift-constraints-constraintgraph-gatherconstraints.swift
│   ├── 28114-swift-tuplepattern-create.swift
│   ├── 28115-swift-patternbindingdecl-create.swift
│   ├── 28116-swift-parser-skipsingle.swift
│   ├── 28117-resolveidenttypecomponent.swift
│   ├── 28118-resolveidenttypecomponent.swift
│   ├── 28119-void.swift
│   ├── 28120-swift-unqualifiedlookup-unqualifiedlookup.swift
│   ├── 28121-swift-typechecker-coercepatterntotype.swift
│   ├── 28122-swift-inflightdiagnostic.swift
│   ├── 28123-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 28124-swift-typevisitor.swift
│   ├── 28125-swift-constraints-constraint-createbindoverload.swift
│   ├── 28126-swift-getbuiltinvaluedecl.swift
│   ├── 28127-swift-typebase-getmembersubstitutions.swift
│   ├── 28128-swift-parser-parseidentifier.swift
│   ├── 28129-no-stacktrace.swift
│   ├── 28130-swift-constraints-constraintsystem-solverscope-solverscope.swift
│   ├── 28131-void.swift
│   ├── 28132-swift-namelookup-findlocalval-visitifstmt.swift
│   ├── 28133-swift-parser-parsedeclenum.swift
│   ├── 28134-swift-typebase-getmembersubstitutions.swift
│   ├── 28135-swift-parser-parseexprlist.swift
│   ├── 28136-swift-valuedecl-getinterfacetype.swift
│   ├── 28137-swift-identtyperepr-create.swift
│   ├── 28138-swift-constraints-constraintsystem-addoverloadset.swift
│   ├── 28139-swift-classdecl-findoverridingdecl.swift
│   ├── 28140-swift-typedecl-getdeclaredinterfacetype.swift
│   ├── 28141-swift-typechecker-addimplicitconstructors.swift
│   ├── 28142-swift-constraints-constraintsystem-simplifymemberconstraint.swift
│   ├── 28143-llvm-foldingset-swift-structtype-computenodehash.swift
│   ├── 28144-swift-typechecker-substituteinputsugartypeforresult.swift
│   ├── 28145-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 28146-swift-clangimporter-implementation-importdeclandcacheimpl.swift
│   ├── 28147-swift-mangle-mangler-mangledefaultargumententity.swift
│   ├── 28148-swift-constraints-constraintsystem-getconstraintlocator.swift
│   ├── 28149-addcurriedselftype.swift
│   ├── 28150-swift-astcontext-loadextensions.swift
│   ├── 28151-swift-constraints-constraintsystem-simplifymemberconstraint.swift
│   ├── 28152-swift-conformancelookuptable-lookupconformance.swift
│   ├── 28153-swift-normalprotocolconformance-setwitness.swift
│   ├── 28154-swift-genericsignature-get.swift
│   ├── 28155-swift-typechecker-validategenericfuncsignature.swift
│   ├── 28156-swift-typechecker-lookupunqualified.swift
│   ├── 28157-swift-constraints-constraintsystem-solverstate-solverstate.swift
│   ├── 28158-swift-parser-diagnose.swift
│   ├── 28159-swift-clangimporter-lookupvalue.swift
│   ├── 28160-swift-inflightdiagnostic.swift
│   ├── 28161-swift-constraints-constraintsystem-solvesingle.swift
│   ├── 28162-swift-astcontext-addedexternaldecl.swift
│   ├── 28163-swift-astcontext-getoptionaldecl.swift
│   ├── 28164-swift-typebase-getdesugaredtype.swift
│   ├── 28165-swift-archetypetype-getnestedtype.swift
│   ├── 28166-swift-parser-parsedecl.swift
│   ├── 28167-swift-generictypeparamtype-get.swift
│   ├── 28168-bool.swift
│   ├── 28169-swift-parser-parsestmtreturn.swift
│   ├── 28171-swift-partialgenerictypetoarchetyperesolver-resolvegenerictypeparamtype.swift
│   ├── 28172-swift-parser-parsedeclstruct.swift
│   ├── 28173-swift-typebase-isspecialized.swift
│   ├── 28174-swift-constraints-constraintsystem-simplify.swift
│   ├── 28175-swift-parser-parsedeclextension.swift
│   ├── 28176-swift-parser-parsegenericparameters.swift
│   ├── 28177-swift-constraints-solution-coercetotype.swift
│   ├── 28178-swift-astcontext-getprotocol.swift
│   ├── 28179-void.swift
│   ├── 28180-rawrepresentable-extension-with-initializer.swift
│   ├── 28182-anonymous-namespace-favorcalloverloads.swift
│   ├── 28183-swift-typebase-isequal.swift
│   ├── 28184-swift-constraints-constraintsystem-gettypeofmemberreference.swift
│   ├── 28185-llvm-foldingset-swift-genericfunctiontype-nodeequals.swift
│   ├── 28186-swift-silwitnessvisitor-visitprotocoldecl.swift
│   ├── 28187-llvm-foldingset-swift-constraints-constraintlocator.swift
│   ├── 28189-swift-valuedecl-settype.swift
│   ├── 28191-swift-typebase-getcanonicaltype.swift
│   ├── 28192-swift-genericfunctiontype-get.swift
│   ├── 28193-swift-typechecker-lookupmembertype.swift
│   ├── 28194-swift-abstractstoragedecl-isgettermutating.swift
│   ├── 28195-swift-constraints-constraintsystem-resolveoverload.swift
│   ├── 28196-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 28197-swift-typebase-getdesugaredtype.swift
│   ├── 28198-swift-typerepr-walk.swift
│   ├── 28199-swift-constraints-constraintsystem-performmemberlookup.swift
│   ├── 28200-swift-typebase-getdesugaredtype.swift
│   ├── 28201-swift-typechecker-resolvetypewitness.swift
│   ├── 28202-swift-typechecker-applygenericarguments.swift
│   ├── 28203-swift-typebase-getdesugaredtype.swift
│   ├── 28205-swift-typechecker-checkgenericarguments.swift
│   ├── 28206-swift-typechecker-validatedecl.swift
│   ├── 28207-swift-dependentgenerictyperesolver-resolveselfassociatedtype.swift
│   ├── 28209-swift-protocoldecl-requiresclassslow.swift
│   ├── 28212-swift-typechecker-resolvetypeincontext.swift
│   ├── 28213-swift-expr-walk.swift
│   ├── 28216-swift-expr-propagatelvalueaccesskind.swift
│   ├── 28217-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 28218-swift-valuedecl-settype.swift
│   ├── 28219-swift-lvaluetype-get.swift
│   ├── 28220-swift-lvaluetype-get.swift
│   ├── 28221-swift-typebase-getmembersubstitutions.swift
│   ├── 28223-swift-type-transform.swift
│   ├── 28224-swift-genericfunctiontype-get.swift
│   ├── 28225-swift-typechecker-checkconformance.swift
│   ├── 28227-swift-typechecker-gettypeofrvalue.swift
│   ├── 28229-swift-valuedecl-getinterfacetype.swift
│   ├── 28231-swift-constraints-constraintsystem-solvesimplified.swift
│   ├── 28232-swift-typechecker-typecheckfunctionbodyuntil.swift
│   ├── 28233-swift-typebase-getmembersubstitutions.swift
│   ├── 28235-swift-archetypebuilder-addsametyperequirementtoconcrete.swift
│   ├── 28236-swift-typebase-getmembersubstitutions.swift
│   ├── 28237-swift-archetypebuilder-addgenericparameter.swift
│   ├── 28239-swift-declcontext-lookupqualified.swift
│   ├── 28240-swift-archetypebuilder-addrequirement.swift
│   ├── 28241-swift-valuedecl-isaccessiblefrom.swift
│   ├── 28242-swift-constraints-constraintsystem-simplify.swift
│   ├── 28243-swift-typebase-getcanonicaltype.swift
│   ├── 28244-swift-valuedecl-isinstancemember.swift
│   ├── 28245-swift-dependentgenerictyperesolver-resolveselfassociatedtype.swift
│   ├── 28246-swift-expr-propagatelvalueaccesskind.swift
│   ├── 28247-swift-constraints-constraintsystem-solverscope-solverscope.swift
│   ├── 28248-swift-dynamicselftype-get.swift
│   ├── 28249-swift-typechecker-validategenericfuncsignature.swift
│   ├── 28250-swift-typechecker-typecheckdecl.swift
│   ├── 28251-swift-typechecker-addimplicitconstructors.swift
│   ├── 28253-swift-constraints-constraintsystem-matchdeepequalitytypes.swift
│   ├── 28254-swift-enumelementdecl-getargumentinterfacetype.swift
│   ├── 28258-swift-specializedprotocolconformance-gettypewitnesssubstanddecl.swift
│   ├── 28259-swift-typechecker-validatedecl.swift
│   ├── 28260-swift-constraints-constraintgraphnode-getmembertype.swift
│   ├── 28261-swift-iterativetypechecker-satisfy.swift
│   ├── 28262-swift-typechecker-applyunboundgenericarguments.swift
│   ├── 28263-swift-typechecker-validatedecl.swift
│   ├── 28264-swift-valuedecl-getinterfacetype.swift
│   ├── 28265-swift-expr-walk.swift
│   ├── 28266-swift-moduledecl-lookupprefixoperator.swift
│   ├── 28267-swift-typechecker-checkconformance.swift
│   ├── 28268-swift-type-transform.swift
│   ├── 28269-swift-expr-walk.swift
│   ├── 28270-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 28271-swift-archetypebuilder-getallarchetypes.swift
│   ├── 28272-swift-expr-walk.swift
│   ├── 28274-swift-valuedecl-isinstancemember.swift
│   ├── 28275-swift-typebase-getsuperclass.swift
│   ├── 28276-swift-typechecker-computedefaultaccessibility.swift
│   ├── 28277-swift-archetypebuilder-getgenericsignature.swift
│   ├── 28278-swift-archetypebuilder-getgenericsignature.swift
│   ├── 28279-swift-archetypebuilder-potentialarchetype-getnestedtype.swift
│   ├── 28280-swift-typechecker-resolveidentifiertype.swift
│   ├── 28281-swift-typechecker-resolvewitness.swift
│   ├── 28282-swift-constraints-solution-coercetotype.swift
│   ├── 28283-swift-archetypebuilder-finalize.swift
│   ├── 28284-swift-cantype-isreferencetypeimpl.swift
│   ├── 28285-swift-typechecker-typecheckpattern.swift
│   ├── 28286-swift-typechecker-applyunboundgenericarguments.swift
│   ├── 28287-swift-type-transform.swift
│   ├── 28288-swift-genericparamlist-getsubstitutionmap.swift
│   ├── 28289-swift-type-transform.swift
│   ├── 28290-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 28291-swift-constraints-constraintsystem-comparesolutions.swift
│   ├── 28292-swift-valuedecl-settype.swift
│   ├── 28293-irgensilfunction-visitfullapplysite.swift
│   ├── 28294-swift-archetypebuilder-addsuperclassrequirement.swift
│   ├── 28295-swift-namelookup-lookupvisibledeclsinmodule.swift
│   ├── 28296-swift-genericsignature-getsubstitutionmap.swift
│   ├── 28297-swift-lookupvisibledecls.swift
│   ├── 28298-swift-namealiastype-getsinglydesugaredtype.swift
│   ├── 28299-swift-lookupvisibledecls.swift
│   ├── 28300-swift-type-transform.swift
│   ├── 28301-swift-constraints-constraintsystem-simplifyconstructionconstraint.swift
│   ├── 28302-swift-paramdecl-createunboundself.swift
│   ├── 28306-swift-lookupvisibledecls.swift
│   ├── 28309-swift-typechecker-addimplicitconstructors.swift
│   ├── 28315-swift-declcontext-iscascadingcontextforlookup.swift
│   ├── 28316-swift-typechecker-checkgenericparamlist.swift
│   ├── 28318-swift-constraints-constraintgraphnode-getmembertype.swift
│   ├── 28319-swift-typechecker-checkconformance.swift
│   ├── 28320-swift-archetypebuilder-enumeraterequirements.swift
│   ├── 28321-swift-constraints-constraintsystem-resolveoverload.swift
│   ├── 28322-swift-typechecker-resolvetypeincontext.swift
│   ├── 28323-swift-typebase-getstring.swift
│   ├── 28324-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 28325-swift-typebase-getcanonicaltype.swift
│   ├── 28326-swift-typebase-getmembersubstitutions.swift
│   ├── 28327-swift-expr-walk.swift
│   ├── 28328-swift-typebase-getdesugaredtype.swift
│   ├── 28329-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 28330-swift-genericparamlist-getsubstitutionmap.swift
│   ├── 28331-swift-createdesignatedinitoverride.swift
│   ├── 28332-swift-archetypebuilder-getgenericsignature.swift
│   ├── 28333-swift-typedecl-getdeclaredtype.swift
│   ├── 28334-swift-typechecker-resolvetypewitness.swift
│   ├── 28335-swift-type-print.swift
│   ├── 28336-swift-archetypebuilder-addrequirement.swift
│   ├── 28337-swift-typebase-getcanonicaltype.swift
│   ├── 28338-swift-genericsignature-getsubstitutionmap.swift
│   ├── 28339-swift-typechecker-addimplicitconstructors.swift
│   ├── 28340-swift-type-getstring.swift
│   ├── 28341-swift-typechecker-typecheckdecl.swift
│   ├── 28342-getpointerelementtype-is-not-storagetype.swift
│   ├── 28343-swift-genericfunctiontype-get.swift
│   ├── 28344-swift-type-transform.swift
│   ├── 28345-swift-iterativetypechecker-processtypechecksuperclass.swift
│   ├── 28346-swift-typebase-getdesugaredtype.swift
│   ├── 28347-swift-typechecker-checkinheritanceclause.swift
│   ├── 28348-swift-typechecker-validatedecl.swift
│   ├── 28349-swift-typebase-gatherallsubstitutions.swift
│   ├── 28350-swift-typechecker-performtypocorrection.swift
│   ├── 28351-swift-functiontype-get.swift
│   ├── 28352-swift-typechecker-configureinterfacetype.swift
│   ├── 28353-swift-removeoverriddendecls.swift
│   ├── 28354-swift-conformancelookuptable-lookupconformances.swift
│   ├── 28355-swift-genericsignature-getsubstitutionmap.swift
│   ├── 28356-swift-typechecker-resolvetypewitness.swift
│   ├── 28357-swift-iterativetypechecker-processtypechecksuperclass.swift
│   ├── 28358-swift-typechecker-validatedecl.swift
│   ├── 28359-swift-constraints-constraintsystem-addtypevariableconstraintstoworklist.swift
│   ├── 28360-swift-archetypebuilder-maptypeoutofcontext.swift
│   ├── 28361-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 28362-swift-constraints-constraintgraphnode-getadjacency.swift
│   ├── 28363-swift-expr-walk.swift
│   ├── 28364-swift-typechecker-addimplicitconstructors.swift
│   ├── 28365-swift-constraints-constraintgraphnode-getmembertype.swift
│   ├── 28366-swift-archetypebuilder-finalize.swift
│   ├── 28367-swift-declcontext-isgenericcontext.swift
│   ├── 28368-swift-expr-propagatelvalueaccesskind.swift
│   ├── 28369-swift-decl-walk.swift
│   ├── 28370-swift-decomposeparamtype.swift
│   ├── 28371-swift-genericparamlist-getsubstitutionmap.swift
│   ├── 28372-swift-printoptions-setarchetypeanddynamicselftransform.swift
│   ├── 28373-swift-printoptions-setarchetypeselftransform.swift
│   ├── 28374-swift-typechecker-resolvewitness.swift
│   ├── 28375-swift-typechecker-lookupmembertype.swift
│   ├── 28376-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 28377-swift-expr-walk.swift
│   ├── 28378-swift-typechecker-resolvewitness.swift
│   ├── 28379-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 28380-swift-type-transform.swift
│   ├── 28381-swift-archetypebuilder-addrequirement.swift
│   ├── 28382-swift-archetypebuilder-maptypeoutofcontext.swift
│   ├── 28383-swift-constraints-constraintgraphnode-getmembertype.swift
│   ├── 28385-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 28386-swift-typebase-getdesugaredtype.swift
│   ├── 28387-swift-typebase-gatherallsubstitutions.swift
│   ├── 28388-swift-typebase-getcanonicaltype.swift
│   ├── 28389-swift-lookupvisibledecls.swift
│   ├── 28390-swift-expr-walk.swift
│   ├── 28391-swift-typechecker-validatedecl.swift
│   ├── 28392-swift-dependentgenerictyperesolver-resolveselfassociatedtype.swift
│   ├── 28393-swift-type-transform.swift
│   ├── 28394-swift-typechecker-checkconformance.swift
│   ├── 28395-swift-expr-propagatelvalueaccesskind.swift
│   ├── 28396-swift-lowering-silgenfunction-emitclosurevalue.swift
│   ├── 28397-getselftypeforcontainer.swift
│   ├── 28398-swift-archetypebuilder-getgenericsignature.swift
│   ├── 28399-getpointerelementtype-is-not-storagetype.swift
│   ├── 28400-swift-nominaltypedecl-prepareextensions.swift
│   ├── 28401-swift-boundgenerictype-get.swift
│   ├── 28402-swift-typebase-getcanonicaltype.swift
│   ├── 28403-swift-genericsignature-getsubstitutionmap.swift
│   ├── 28405-swift-constraints-constraintsystem-resolveoverload.swift
│   ├── 28406-swift-decomposeparamtype.swift
│   ├── 28407-swift-genericsignature-getsubstitutionmap.swift
│   ├── 28408-swift-typechecker-checkinheritanceclause.swift
│   ├── 28409-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 28410-swift-typechecker-typecheckdecl.swift
│   ├── 28411-swift-typechecker-resolveidentifiertype.swift
│   ├── 28412-swift-sourcefile-lookupcache-lookupclassmembers.swift
│   ├── 28413-swift-typebase-getcanonicaltype.swift
│   ├── 28414-swift-typechecker-resolvewitness.swift
│   ├── 28415-swift-iterativetypechecker-processtypechecksuperclass.swift
│   ├── 28416-swift-typechecker-resolveidentifiertype.swift
│   ├── 28417-swift-genericsignature-getsubstitutions.swift
│   ├── 28418-swift-typechecker-validatedecl.swift
│   ├── 28419-swift-silmodule-constructsil.swift
│   ├── 28420-swift-lowering-emitconditionalcheckedcast.swift
│   ├── 28421-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 28422-swift-genericfunctiontype-get.swift
│   ├── 28423-swift-typechecker-validatedecl.swift
│   ├── 28424-swift-valuedecl-getformalaccessscope.swift
│   ├── 28425-swift-constraints-solution-convertbooleantypetobuiltini.swift
│   ├── 28426-swift-expr-walk.swift
│   ├── 28427-swift-lexer-lexstringliteral.swift
│   ├── 28428-swift-typebase-gatherallsubstitutions.swift
│   ├── 28429-swift-decl-print.swift
│   ├── 28430-swift-lexer-lexoperatoridentifier.swift
│   ├── 28431-swift-lexer-lexoperatoridentifier.swift
│   ├── 28432-swift-typechecker-validatedecl.swift
│   ├── 28433-swift-typechecker-typecheckdecl.swift
│   ├── 28434-swift-type-transform.swift
│   ├── 28435-swift-genericenvironment-maptypeintocontext.swift
│   ├── 28436-swift-typechecker-typecheckdecl.swift
│   ├── 28437-swift-typechecker-validatedecl.swift
│   ├── 28438-swift-typebase-getcanonicaltype.swift
│   ├── 28439-swift-type-transform.swift
│   ├── 28440-swift-typechecker-resolveidentifiertype.swift
│   ├── 28441-swift-typerepr-walk.swift
│   ├── 28442-swift-typebase-getrvaluetype.swift
│   ├── 28444-resolver-unable-to-resolve-type-witness-failed.swift
│   ├── 28445-gp-getouterparameters-proto-getdeclcontext-getgenericparamsofcontext-failed.swift
│   ├── 28446-activediagnostic-already-have-an-active-diagnostic-failed.swift
│   ├── 28447-result-case-not-implemented-failed.swift
│   ├── 28448-dist-nested-type-should-have-matched-associated-type-failed.swift
│   ├── 28449-impl-getgraphindex-typevariables-size-out-of-bounds-index-failed.swift
│   ├── 28450-underlyingty-gettype-isnull-getting-invalid-underlying-type-failed.swift
│   ├── 28451-boundgeneric-getgenericargs-size-genericsig-getinnermostgenericparams-size-failed.swift
│   ├── 28452-this-genericenv-already-have-generic-context-failed.swift
│   ├── 28453-found-interfacetoarchetypemap-end-missing-generic-parameter-failed.swift
│   ├── 28454-hasval-failed.swift
│   ├── 28455-type-hastypeparameter-type-haserror-not-fully-substituted-failed.swift
│   ├── 28456-unreachable-executed-at-swift-lib-ast-module-cpp-614.swift
│   ├── 28457-unreachable-executed-at-swift-include-swift-ast-cantypevisitor-h-41.swift
│   ├── 28458-resultreplacement-istypeparameter-cant-be-dependent.swift
│   ├── 28459-child-source-range-not-contained-within-its-parent-guard-stmt.swift
│   ├── 28460-child-source-range-not-contained-within-its-parent-guard-stmt.swift
│   ├── 28461-child-source-range-not-contained-within-its-parent-if-stmt.swift
│   ├── 28462-segfault-0xcdc361-0xd051ef-0xcdc361-0xd051ef.swift
│   ├── 28463-child-source-range-not-contained-within-its-parent-guard-stmt.swift
│   ├── 28464-child-source-range-not-contained-within-its-parent-guard-stmt.swift
│   ├── 28465-child-source-range-not-contained-within-its-parent-guard-stmt.swift
│   ├── 28466-segfault-0xc27624-0xc2741f-0xc25bb5-0xbcdbbb.swift
│   ├── 28467-child-source-range-not-contained-within-its-parent-guard-stmt.swift
│   ├── 28468-segfault-0xd09050-0xd08dfd-0xbe9d76-0xbeb154.swift
│   ├── 28469-segfault-0x4674de-0x464be6.swift
│   ├── 28470-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28471-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28472-swift-modulefile-getdecl-llvm-pointerembeddedint-unsigned-int-31-llvm-optional-s.swift
│   ├── 28473-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
│   ├── 28474-unreachable-executed-at-swift-lib-ast-type-cpp-1325.swift
│   ├── 28475-swift-typechecker-validatedecl-swift-valuedecl-bool.swift
│   ├── 28476-anonymous-namespace-verifier-walktodeclpost-swift-decl.swift
│   ├── 28477-anonymous-namespace-declchecker-visitconstructordecl-swift-constructordecl.swift
│   ├── 28478-swift-typebase-getdesugaredtype.swift
│   ├── 28479-unreachable-executed-at-swift-include-swift-ast-typevisitor-h-39.swift
│   ├── 28480-unreachable-executed-at-swift-lib-sema-csdiag-cpp-6261.swift
│   ├── 28481-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28482-hasaccessibility-accessibility-not-computed-yet.swift
│   ├── 28483-unreachable-executed-at-swift-lib-ast-type-cpp-1117.swift
│   ├── 28484-isa-x-val-cast-ty-argument-of-incompatible-type.swift
│   ├── 28485-swift-dependentmembertype-getname-const.swift
│   ├── 28486-this-genericenv-already-have-generic-context.swift
│   ├── 28487-parent-parent-is-nominaltype-parent-is-boundgenerictype-parent-is-unboundgeneric.swift
│   ├── 28488-conforms-replacement-haserror-isopenedanyobject-replacement-replacement-is-gener.swift
│   ├── 28489-this-genericenv-already-have-generic-context.swift
│   ├── 28490-result-case-not-implemented.swift
│   ├── 28491-result-case-not-implemented.swift
│   ├── 28492-isa-abstractfunctiondecl-dc-isa-fileunit-dc-unknown-declcontext.swift
│   ├── 28493-resolveidenttypecomponent-swift-typechecker-swift-declcontext-llvm-arrayref-swif.swift
│   ├── 28494-conforms-type-does-not-conform-to-protocol.swift
│   ├── 28495-ed-getdeclcontext-ismodulescopecontext-non-top-level-extensions-make-private-fil.swift
│   ├── 28496-args-size-fnref-getnumargumentsforfullapply-partial-application-was-throwing.swift
│   ├── 28497-unreachable-executed-at-swift-lib-ast-type-cpp-294.swift
│   ├── 28498-anonymous-namespace-verifier-walktostmtpost-swift-stmt.swift
│   ├── 28499-start-isvalid-end-isvalid-start-and-end-should-either-both-be-valid-or-both-be-i.swift
│   ├── 28500-unreachable-executed-at-swift-lib-sema-typecheckdecl-cpp-1687.swift
│   ├── 28501-haderror-m-is-sourcefile-m-get-sourcefile-aststage-sourcefile-typechecked-overlo.swift
│   ├── 28502-tok-isnot-tok-eof-lexing-past-eof.swift
│   ├── 28503-iscomplete-missing-inherited-mapping-in-conformance.swift
│   ├── 28504-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28505-failed-call-arguments-did-not-match-up.swift
│   ├── 28506-swift-iterativetypechecker-issatisfied-swift-typecheckrequest.swift
│   ├── 28507-swift-typerepr-getsourcerange-const.swift
│   ├── 28508-unreachable-executed-at-swift-lib-sema-csgen-cpp-2656.swift
│   ├── 28509-allowoverwrite-e-haslvalueaccesskind-l-value-access-kind-has-already-been-set.swift
│   ├── 28511-swift-astvisitor-anonymous-namespace-attributechecker-void-void-void-void-void-v.swift
│   ├── 28512-anonymous-namespace-traversal-visit-swift-typerepr.swift
│   ├── 28513-swift-modulefile-getdecl-llvm-pointerembeddedint-unsigned-int-31-llvm-optional-s.swift
│   ├── 28514-assign-isfolded-already-folded-assign-expr-in-sequence.swift
│   ├── 28515-getmutableaddressor.swift
│   ├── 28516-child-source-range-not-contained-within-its-parent-guard-stmt.swift
│   ├── 28517-getstoragekind-stored-storagekind-already-set.swift
│   ├── 28518-anonymous-namespace-verifier-walktoexprpost-swift-expr.swift
│   ├── 28519-conformance-must-conform-to-literal-protocol.swift
│   ├── 28520-args-size-fnref-getnumargumentsforfullapply-partial-application-was-throwing.swift
│   ├── 28521-hastype-declaration-has-no-type-set-yet.swift
│   ├── 28522-anonymous-namespace-verifier-walktostmtpost-swift-stmt.swift
│   ├── 28523-child-source-range-not-contained-within-its-parent-sequence-expr-type-null.swift
│   ├── 28524-swift-iterativetypechecker-issatisfied-swift-typecheckrequest.swift
│   ├── 28525-tok-isany-tok-identifier-tok-kw-self-tok-kw-self-tok-kw-throws.swift
│   ├── 28526-objectty-is-lvaluetype-objectty-is-inouttype-cannot-have-inout-or-lvalue-wrapped.swift
│   ├── 28527-e-gettype-isassignabletype-setting-access-kind-on-non-l-value.swift
│   ├── 28528-replacement-ismaterializable-cannot-substitute-with-a-non-materializable-type.swift
│   ├── 28529-arrow-isfolded-already-folded-expr-in-sequence.swift
│   ├── 28530-dc-closure-getparent-decl-context-isnt-correct.swift
│   ├── 28531-swift-modulefile-getdecl-llvm-pointerembeddedint-unsigned-int-31-llvm-optional-s.swift
│   ├── 28532-unreachable-executed-at-swift-lib-ast-type-cpp-174.swift
│   ├── 28533-swift-unqualifiedlookup-unqualifiedlookup-swift-declname-swift-declcontext-swift.swift
│   ├── 28534-swift-unqualifiedlookup-unqualifiedlookup-swift-declname-swift-declcontext-swift.swift
│   ├── 28535-unreachable-executed-at-swift-lib-parse-parsedecl-cpp-610.swift
│   ├── 28536-swift-namelookup-lookupinmodule-swift-moduledecl-llvm-arrayref-std-pair-swift-id.swift
│   ├── 28537-result-case-not-implemented.swift
│   ├── 28538-swift-removeshadoweddecls-llvm-smallvectorimpl-swift-valuedecl-swift-moduledecl-.swift
│   ├── 28539-swift-unqualifiedlookup-unqualifiedlookup-swift-declname-swift-declcontext-swift.swift
│   ├── 28540-swift-namelookup-findlocalval-visitguardstmt-swift-guardstmt.swift
│   ├── 28541-anonymous-namespace-verifier-walktodeclpost-swift-decl.swift
│   ├── 28542-swift-genericsignature-getsubstitutionmap-llvm-arrayref-swift-substitution-swift.swift
│   ├── 28543-unreachable-executed-at-swift-include-swift-ast-typevisitor-h-39.swift
│   ├── 28544-swift-type-transform-llvm-function-ref-swift-type-swift-type-const.swift
│   ├── 28545-swift-archetypebuilder-potentialarchetype-gettype-swift-archetypebuilder.swift
│   ├── 28546-anonymous-namespace-verifier-walktodeclpost-swift-decl.swift
│   ├── 28547-env-dependent-type-in-non-generic-context.swift
│   ├── 28548-cantype-hastypeparameter-already-have-an-interface-type.swift
│   ├── 28549-swift-typebase-getdesugaredtype.swift
│   ├── 28550-unreachable-executed-at-swift-include-swift-ast-typevisitor-h-39.swift
│   ├── 28551-anonymous-namespace-verifier-walktostmtpost-swift-stmt.swift
│   ├── 28552-as-isfolded-already-folded-as-expr-in-sequence.swift
│   ├── 28553-resolver-unable-to-resolve-type-witness.swift
│   ├── 28554-reftype-hastypeparameter-cannot-have-a-dependent-type-here.swift
│   ├── 28555-unreachable-executed-at-swift-lib-ast-type-cpp-1318.swift
│   ├── 28556-val-isa-used-on-a-null-pointer.swift
│   ├── 28557-swift-astvisitor-anonymous-namespace-printtyperepr-void-void-void-void-void-void.swift
│   ├── 28558-known-typewitnesses-end-didnt-resolve-witness.swift
│   ├── 28559-result-case-not-implemented.swift
│   ├── 28560-unreachable-executed-at-swift-lib-ast-type-cpp-1104.swift
│   ├── 28561-input-hastypevariable-output-hastypevariable.swift
│   ├── 28562-swift-typebase-getcanonicaltype.swift
│   ├── 28563-swift-modulefile-lookupvalue-swift-declname-llvm-smallvectorimpl-swift-valuedecl.swift
│   ├── 28564-swift-nominaltypedecl-getdeclaredtype-const.swift
│   ├── 28565-swift-constraints-constraintsystem-removeinactiveconstraint-swift-constraints-co.swift
│   ├── 28566-env-dependent-type-in-non-generic-context.swift
│   ├── 28567-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28568-result-case-not-implemented.swift
│   ├── 28569-swift-declcontext-getastypeortypeextensioncontext-const.swift
│   ├── 28570-labelinfo-tryloc-isvalid-unlabeled-directives-should-be-handled-earlier.swift
│   ├── 28571-hasinterfacetype-no-interface-type-was-set.swift
│   ├── 28572-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28573-type-hasarchetype-archetype-in-interface-type.swift
│   ├── 28574-iscomplete-isinvalid-resolver-did-not-resolve-requirement.swift
│   ├── 28575-unreachable-executed-at-swift-lib-sema-csapply-cpp-5647.swift
│   ├── 28576-anonymous-namespace-findcapturedvars-checktype-swift-type-swift-sourceloc.swift
│   ├── 28577-isa-x-val-cast-ty-argument-of-incompatible-type.swift
│   ├── 28578-result-case-not-implemented.swift
│   ├── 28579-unreachable-executed-at-swift-lib-sema-csdiag-cpp-5054.swift
│   ├── 28580-hastype-e-expected-type-to-have-been-set.swift
│   ├── 28581-anonymous-namespace-findcapturedvars-checktype-swift-type-swift-sourceloc.swift
│   ├── 28582-result-case-not-implemented.swift
│   ├── 28583-unreachable-executed-at-swift-lib-ast-type-cpp-1098.swift
│   ├── 28584-loc-isvalid.swift
│   ├── 28585-anonymous-namespace-verifier-walktostmtpost-swift-stmt.swift
│   ├── 28586-objectty-is-lvaluetype-objectty-is-inouttype-cannot-have-inout-or-lvalue-wrapped.swift
│   ├── 28587-child-source-range-not-contained-within-its-parent-sequence-expr-type-null.swift
│   ├── 28588-unreachable-executed-at-swift-lib-sema-csapply-cpp-5770.swift
│   ├── 28589-swift-type-transform-llvm-function-ref-swift-type-swift-type-const.swift
│   ├── 28590-exprtypes-e-isequal-e-gettype-expected-type-in-map-to-be-the-same-type-in-expres.swift
│   ├── 28591-swift-constraints-constraintsystem-solvesimplified-llvm-smallvectorimpl-swift-co.swift
│   ├── 28592-objectty-is-lvaluetype-objectty-is-inouttype-cannot-have-inout-or-lvalue-wrapped.swift
│   ├── 28593-unreachable-executed-at-swift-lib-ast-type-cpp-3771.swift
│   ├── 28594-anonymous-namespace-verifier-verifychecked-swift-vardecl.swift
│   ├── 28595-typeincontext-isnull-no-contextual-type-set-yet.swift
│   ├── 28596-unreachable-executed-at-swift-lib-sema-csapply-cpp-5466.swift
│   ├── 28597-first-char-of-sub-string-may-not-be-a-digit.swift
│   ├── 28599-false-should-have-found-context-by-now.swift
│   ├── 28600-isinsilmode-sil-should-only-be-a-keyword-in-sil-mode.swift
│   ├── 28601-getkind-exprkind-binary-isa-tupleexpr-e-binaryexprs-must-have-a-tupleexpr-as-the.swift
│   ├── 28602-c1-size-c2-size.swift
│   ├── 28603-argumentlabels-size-1.swift
│   ├── 28604-isinheritedprotocolsvalid.swift
│   ├── 28605-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28606-swift-typebase-getcanonicaltype.swift
│   ├── 28607-hasinterfacetype-no-interface-type-was-set.swift
│   ├── 28608-swift-typebase-getcanonicaltype.swift
│   ├── 28609-unreachable-executed-at-swift-lib-sema-csapply-cpp-5859.swift
│   ├── 28610-elements-size-1-even-number-of-elements-in-sequence.swift
│   ├── 28611-isa-x-val-cast-ty-argument-of-incompatible-type.swift
│   ├── 28612-val-isa-used-on-a-null-pointer.swift
│   ├── 28613-matchcanfail-failed-call-arguments-did-not-match-up.swift
│   ├── 28614-args-size-fnref-getnumargumentsforfullapply-partial-application-was-throwing.swift
│   ├── 28615-swift-constraints-constraintgraph-bindtypevariable-swift-typevariabletype-swift.swift
│   ├── 28616-swift-parser-parseexprsequence-swift-diag-bool-bool.swift
│   ├── 28617-child-source-range-not-contained-within-its-parent-guard-stmt.swift
│   ├── 28618-unreachable-executed-at-swift-include-swift-ast-exprnodes-def-78.swift
│   ├── 28619-basety-islvaluetype-basety-is-anymetatypetype.swift
│   ├── 28620-type-mayhavemembers.swift
│   ├── 28621-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
│   ├── 28622-vd-getdeclcontext-ismodulescopecontext.swift
│   ├── 28623-swift-tupletype-get-llvm-arrayref-swift-tupletypeelt-swift-astcontext-const.swift
│   ├── 28624-swift-type-transform-llvm-function-ref-swift-type-swift-type-const.swift
│   ├── 28625-destoptionals-size-destextraoptionals-srcoptionals-size.swift
│   ├── 28626-objectty-is-lvaluetype-objectty-is-inouttype-cannot-have-inout-or-lvalue-wrapped.swift
│   ├── 28629-type-hastypeparameter-already-have-an-interface-type.swift
│   ├── 28630-anonymous-namespace-verifier-walktostmtpost-swift-stmt.swift
│   ├── 28631-unreachable-executed-at-swift-lib-ast-type-cpp-1130.swift
│   ├── 28632-unreachable-executed-at-swift-lib-ast-type-cpp-1130.swift
│   ├── 28633-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
│   ├── 28634-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28635-swift-tupletype-get-llvm-arrayref-swift-tupletypeelt-swift-astcontext-const.swift
│   ├── 28636-base-base-hastypeparameter.swift
│   ├── 28637-swift-tupletype-get-llvm-arrayref-swift-tupletypeelt-swift-astcontext-const.swift
│   ├── 28638-anonymous-namespace-verifier-checksametype-swift-type-swift-type-char-const.swift
│   ├── 28639-unreachable-executed-at-swift-lib-ast-type-cpp-1337.swift
│   ├── 28640-swift-tupletype-get-llvm-arrayref-swift-tupletypeelt-swift-astcontext-const.swift
│   ├── 28641-result-case-not-implemented.swift
│   ├── 28642-swift-optionaltype-get-swift-type.swift
│   ├── 28643-swift-tupletype-get-llvm-arrayref-swift-tupletypeelt-swift-astcontext-const.swift
│   ├── 28644-swift-functiontype-get-swift-type-swift-type-swift-anyfunctiontype-extinfo-const.swift
│   ├── 28645-swift-type-transform-llvm-function-ref-swift-type-swift-type-const.swift
│   ├── 28646-swift-lvaluetype-get-swift-type.swift
│   ├── 28647-unreachable-executed-at-swift-include-swift-ast-typevisitor-h-39.swift
│   ├── 28648-modifierarguments-empty-foundpipe-index-beyond-bounds-in-select-modifier.swift
│   ├── 28649-unreachable-executed-at-swift-lib-ast-type-cpp-1344.swift
│   ├── 28650-unreachable-executed-at-swift-lib-sema-typecheckstmt-cpp-1031.swift
│   ├── 28651-swift-cleanupillformedexpressionraii-doit-swift-expr-swift-astcontext-cleanupill.swift
│   ├── 28652-anonymous-namespace-verifier-verifychecked-swift-type-llvm-smallptrset-swift-arc.swift
│   ├── 28654-hastype-e-expected-type-to-have-been-set.swift
│   ├── 28655-base-base-hastypeparameter.swift
│   ├── 28656-unreachable-executed-at-swift-lib-ast-type-cpp-1137.swift
│   ├── 28657-unreachable-executed-at-swift-lib-ast-type-cpp-1344.swift
│   ├── 28658-result-case-not-implemented.swift
│   ├── 28659-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
│   ├── 28660-false-encountered-error-in-diagnostic-text.swift
│   ├── 28661-swift-typebase-getcanonicaltype.swift
│   ├── 28662-isa-x-val-cast-ty-argument-of-incompatible-type.swift
│   ├── 28663-impl-getgraphindex-typevariables-size-out-of-bounds-index.swift
│   ├── 28664-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
│   ├── 28665-result-case-not-implemented.swift
│   ├── 28666-conformingreplacementtype-is-substitutabletype-conformingreplacementtype-is-depe.swift
│   ├── 28667-result-case-not-implemented.swift
│   ├── 28668-activediagnostic-already-have-an-active-diagnostic.swift
│   ├── 28669-basety-islvaluetype-basety-is-anymetatypetype.swift
│   ├── 28670-reftype-hastypeparameter-cannot-have-a-dependent-type-here.swift
│   ├── 28671-index-this-size-invalid-index.swift
│   ├── 28672-result-case-not-implemented.swift
│   ├── 28673-swift-typebase-getcanonicaltype.swift
│   ├── 28674-unreachable-executed-at-swift-lib-sema-csapply-cpp-5856.swift
│   ├── 28675-swift-typebase-getdesugaredtype.swift
│   ├── 28676-anonymous-namespace-findcapturedvars-checktype-swift-type-swift-sourceloc.swift
│   ├── 28676-currentconstraintsolverarena-no-constraint-solver-active.swift
│   ├── 28677-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
│   ├── 28678-result-case-not-implemented.swift
│   ├── 28679-swift-typebase-getcanonicaltype.swift
│   ├── 28680-swift-typebase-getdesugaredtype.swift
│   ├── 28681-swift-typebase-getcanonicaltype.swift
│   ├── 28683-result-case-not-implemented.swift
│   ├── 28684-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
│   ├── 28685-unreachable-executed-at-swift-lib-ast-type-cpp-1344.swift
│   ├── 28686-swift-typebase-getcanonicaltype.swift
│   ├── 28687-unreachable-executed-at-swift-lib-ast-type-cpp-1349.swift
│   ├── 28688-unreachable-executed-at-swift-lib-ast-type-cpp-1349.swift
│   ├── 28690-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
│   ├── 28691-result-case-not-implemented.swift
│   ├── 28692-unreachable-executed-at-swift-lib-ast-type-cpp-1349.swift
│   ├── 28693-swift-genericenvironment-queryinterfacetypesubstitutions-operator-swift-substitu.swift
│   ├── 28694-result-case-not-implemented.swift
│   ├── 28695-unreachable-executed-at-swift-lib-ast-type-cpp-1351.swift
│   ├── 28696-swift-typebase-getcanonicaltype.swift
│   ├── 28697-anonymous-namespace-findcapturedvars-checktype-swift-type-swift-sourceloc.swift
│   ├── 28698-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
│   ├── 28699-swift-typebase-getcanonicaltype.swift
│   ├── 28700-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
│   ├── 28701-false-should-have-found-context-by-now.swift
│   ├── 28702-swift-typebase-getcanonicaltype.swift
│   ├── 28703-swift-typebase-getdesugaredtype.swift
│   ├── 28704-swift-newmangling-astmangler-appendcontext-swift-declcontext-const.swift
│   ├── 28705-swift-typebase-getcanonicaltype.swift
│   ├── 28706-conformance-failed-to-find-pas-conformance-to-known-protocol.swift
│   ├── 28707-false-encountered-error-in-diagnostic-text.swift
│   ├── 28709-unreachable-executed-at-swift-lib-ast-type-cpp-1005.swift
│   ├── 28710-swift-typebase-getdesugaredtype.swift
│   ├── 28711-anonymous-namespace-findcapturedvars-checktype-swift-type-swift-sourceloc.swift
│   ├── 28712-swift-typebase-getcanonicaltype.swift
│   ├── 28713-swift-typebase-getdesugaredtype.swift
│   ├── 28714-result-case-not-implemented.swift
│   ├── 28715-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
│   ├── 28716-unreachable-executed-at-swift-lib-ast-type-cpp-1215.swift
│   ├── 28717-result-case-not-implemented.swift
│   ├── 28718-swift-typebase-getcanonicaltype.swift
│   ├── 28719-currentconstraintsolverarena-no-constraint-solver-active.swift
│   ├── 28720-swift-typebase-getcanonicaltype.swift
│   ├── 28721-unreachable-executed-at-swift-lib-ast-astmangler-cpp-451.swift
│   ├── 28722-swift-genericsignaturebuilder-resolvearchetype-swift-type.swift
│   ├── 28723-unreachable-executed-at-swift-lib-sema-csdiag-cpp-4012.swift
│   ├── 28725-gpdecl-getdepth-generictypeparamdecl-invaliddepth-parameter-hasnt-been-validated.swift
│   ├── 28726-nominaltypedecl-hasfixedlayout.swift
│   ├── 28727-objectty-haserror-cannot-have-errortype-wrapped-inside-lvaluetype.swift
│   ├── 28728-d-isbeingvalidated-d-hasvalidsignature.swift
│   ├── 28729-archetype-bad-generic-context-nesting.swift
│   ├── 28730-unreachable-executed-at-swift-lib-ast-astcontext-cpp-1229.swift
│   ├── 28731-genericenv-nullptr-too-much-circularity.swift
│   ├── 28732-type-hasarchetype-not-fully-substituted.swift
│   ├── 28733-parent-parent-is-nominaltype-parent-is-boundgenerictype-parent-is-unboundgeneric.swift
│   ├── 28734-conformingreplacementtype-is-substitutabletype-conformingreplacementtype-is-depe.swift
│   ├── 28735-reftype-hastypeparameter-cannot-have-a-dependent-type-here.swift
│   ├── 28736-anonymous-namespacesilverifier-require.swift
│   ├── 28737-genericenv-nullptr-too-much-circularity.swift
│   ├── 28738-impl-genericparams-empty-key-depth-impl-genericparams-back-getdepth-key-index-im.swift
│   ├── 28740-unreachable-executed-at-swift-lib-ast-astcontext-cpp-1324.swift
│   ├── 28741-anonymous-namespace-verifier-walktodeclpost-swift-decl.swift
│   ├── 28742-swift-type-subst-llvm-function-ref-swift-type-swift-substitutabletype-llvm-funct.swift
│   ├── 28743-swift-typechecker-substmembertypewithbase-swift-moduledecl-swift-typedecl-swift-.swift
│   ├── 28744-swift-genericenvironment-maptypeoutofcontext-swift-genericenvironment-swift-type.swift
│   ├── 28745-ty-getnominalorboundgenericnominal-ty-is-dynamicselftype-ty-isexistentialtype-ty.swift
│   ├── 28746-second-missing-second-type.swift
│   ├── 28748-genericenv-nullptr-too-much-circularity.swift
│   ├── 28749-reftype-hastypeparameter-cannot-have-a-dependent-type-here.swift
│   ├── 28750-false-should-have-found-context-by-now.swift
│   ├── 28751-membertype-missing-type-witness.swift
│   ├── 28752-hasinterfacetype-no-interface-type-was-set.swift
│   ├── 28753-conforms-equivclass-conformsto-end.swift
│   ├── 28754-value-openexistentials-end-didnt-see-this-ove-in-a-containing-openexistentialexp.swift
│   ├── 28755-getkind-requirementkind-layout.swift
│   ├── 28756-isobjc-cannot-get-root-type-of-objc-keypath.swift
│   ├── 28758-swift-genericsignaturebuilder-resolvesuperconformance-swift-genericsignaturebuil.swift
│   ├── 28759-activediagnostic-already-have-an-active-diagnostic.swift
│   ├── 28760-dist-0-nested-type-should-have-matched-associated-type.swift
│   ├── 28761-allowoverwrite-e-haslvalueaccesskind-l-value-access-kind-has-already-been-set.swift
│   ├── 28762-valuetype-hasunboundgenerictype-valuetype-hastypeparameter.swift
│   ├── 28763-swift-typebase-getcanonicaltype.swift
│   ├── 28764-swift-protocolconformanceref-llvm-function-ref-swift-protocolconformanceref-swif.swift
│   ├── 28765-inprotocol-isrequirementsignaturecomputed-missing-signature.swift
│   ├── 28767-ty-getnominalorboundgenericnominal-ty-is-dynamicselftype-ty-isexistentialtype-ty.swift
│   ├── 28768-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.swift
│   ├── 28769-conformance-gettypewitness-assoctype-nullptr-isequal-type-conflicting-type-witne.swift
│   ├── 28770-selfty-isequal-proto-getselfinterfacetype.swift
│   ├── 28771-unreachable-executed-at-swift-include-swift-ast-cantypevisitor-h-41.swift
│   ├── 28772-loc-isvalid-diagnosing-attribute-with-invalid-location.swift
│   ├── 28773-unreachable-executed-at-swift-lib-sema-cssimplify-cpp-4808.swift
│   ├── 28774-swift-genericenvironment-queryinterfacetypesubstitutions-operator-swift-substitu.swift
│   ├── 28775-gpdecl-getdepth-generictypeparamdecl-invaliddepth-parameter-hasnt-been-validated.swift
│   ├── 28776-type-should-have-type-checked-inheritance-clause-by-now.swift
│   ├── 28777-swift-typebase-getcanonicaltype.swift
│   ├── 28783-hasconformanceinsignature-inprotocol-getrequirementsignature-subjecttype-conform.swift
│   ├── 28784-genericsigorenv-isnull-getgenericsignature-getcanonicalsignature-genericenv-getg.swift
│   ├── 28788-conformance-isconcrete-concrete-isexistentialtype.swift
│   ├── 28789-swift-genericsignaturebuilder-addrequirement-swift-requirementrepr-const-swift-g.swift
│   ├── 28790-conformance-getwitness-requirement-nullptr-getdecl-already-have-a-non-optional-w.swift
│   ├── 28791-formprotocolrelativetype-swift-protocoldecl-swift-genericsignaturebuilder-potent.swift
│   ├── 28792-conforms-equivclass-conformsto-end.swift
│   ├── 28793-nestedpabyname-didnt-find-the-associated-type-we-wanted.swift
│   ├── 28794-swift-type-transformrec-llvm-function-ref-llvm-optional-swift-type-swift-typebas.swift
│   ├── 28795-inprotocol-isrequirementsignaturecomputed-missing-signature.swift
│   ├── 28796-result-second.swift
│   ├── 28802-constrainttype-missing-constraint-type.swift
│   ├── 28803-swift-typebase-getdesugaredtype.swift
│   ├── 28804-second.swift
│   ├── 28807-parentequiv-conformsto-count-proto-0-no-conformance-requirement.swift
│   ├── 28808-hasval.swift
│   ├── 28810-swift-unqualifiedlookup-unqualifiedlookup-swift-declname-swift-declcontext-swift.swift
│   ├── 28811-gpdecl-getdepth-generictypeparamdecl-invaliddepth-parameter-hasnt-been-validated.swift
│   ├── 28813-swift-genericsignature-enumeratepairedrequirements-llvm-function-ref-bool-swift-.swift
│   ├── 28815-formprotocolrelativetype-swift-protocoldecl-swift-genericsignaturebuilder-potent.swift
│   ├── 28816-unreachable-executed-at-swift-lib-sema-typecheckgeneric-cpp-214.swift
│   ├── 28817-swift-typebase-getdesugaredtype.swift
│   ├── 28819-formextensioninterfacetype-swift-type-swift-genericparamlist.swift
│   ├── 28820-fl-isinout-caller-did-not-set-flags-correctly.swift
│   ├── 28821-isa-protocoldecl-nominal-cannot-be-a-protocol.swift
│   ├── 28822-formprotocolrelativetype-swift-protocoldecl-swift-genericsignaturebuilder-potent.swift
│   ├── 28824-hasval.swift
│   ├── 28825-isa-classdecl-nominaldecl-expected-a-class-here.swift
│   ├── 28827-type-ismaterializable-argument-to-setmustbematerializablerecursive-may-not-be-in.swift
│   ├── 28830-formextensioninterfacetype-swift-type-swift-genericparamlist.swift
│   ├── 28831-type-ismaterializable-argument-to-setmustbematerializablerecursive-may-not-be-in.swift
│   ├── 28832-superclass-superclass-hasarchetype-superclass-must-be-interface-type.swift
│   ├── 28835-type-hastypeparameter-already-have-an-interface-type.swift
│   ├── 28838-gpdecl-getdepth-generictypeparamdecl-invaliddepth-parameter-hasnt-been-validated.swift
│   ├── 28842-hasval.swift
│   ├── 28843-startofcontrol-tok-getloc.swift
│   ├── 28846-swift-typebase-getdesugaredtype.swift
│   ├── 28848-iscanonicaltypeincontext-result-builder.swift
│   ├── 28851-hasconformanceinsignature-inprotocol-getrequirementsignature-subjecttype-conform.swift
│   ├── 28852-swift-genericsignaturebuilder-addrequirement-swift-requirementrepr-const-swift-g.swift
│   ├── 28853-result-second.swift
│   ├── 28854-known-typewitnesses-end-didnt-resolve-witness.swift
│   ├── 28855-swift-genericsignaturebuilder-addrequirement-swift-requirementrepr-const-swift-g.swift
│   ├── 28857-nestedpabyname-didnt-find-the-associated-type-we-wanted.swift
│   ├── 28858-val-isa-used-on-a-null-pointer.swift
│   ├── 28863-t-is-archetypetype-t-isexistentialtype-expected-a-class-archetype-or-existential.swift
│   ├── 28864-bool-typesig-bool-extensionsig-unexpected-generic-ness-mismatch-on-conformance.swift
│   └── 28866-unreachable-executed-at-swift-include-swift-ast-cantypevisitor-h-41.swift
├── compiler_scale
│   ├── bind_extension_decl.gyb
│   ├── callee_analysis_invalidation.gyb
│   ├── class_members.gyb
│   ├── enum_members.gyb
│   ├── protocol_members.gyb
│   ├── scale_neighbouring_getset.gyb
│   └── struct_members.gyb
├── Driver
│   ├── Dependencies
│   │   ├── Inputs
│   │   │   └── rdar25405605
│   │   │   ├── helper-1.swift
│   │   │   ├── helper-2.swift
│   │   │   ├── helper-3.swift
│   │   │   └── output.json
│   │   └── rdar25405605.swift
│   └── many-inputs.swift
├── Evolution
│   ├── Inputs
│   │   ├── class_add_override.swift
│   │   ├── class_add_property.swift
│   │   ├── class_add_virtual_method.swift
│   │   ├── class_change_size.swift
│   │   ├── class_change_stored_to_computed.swift
│   │   ├── class_remove_property.swift
│   │   ├── enum_add_cases.swift
│   │   ├── enum_change_size.swift
│   │   ├── function_change_transparent_body.swift
│   │   ├── global_change_size.swift
│   │   ├── global_stored_to_computed.swift
│   │   ├── protocol_add_requirements.swift
│   │   ├── struct_add_property.swift
│   │   ├── struct_change_size.swift
│   │   ├── struct_change_stored_to_computed.swift
│   │   ├── struct_fixed_layout_add_conformance.swift
│   │   ├── struct_fixed_layout_remove_conformance.swift
│   │   ├── struct_remove_property.swift
│   │   ├── struct_resilient_add_conformance.swift
│   │   ├── struct_resilient_remove_conformance.swift
│   │   ├── struct_static_stored_to_computed.swift
│   │   ├── superclass_methods.swift
│   │   └── superclass_properties.swift
│   ├── README.md
│   ├── test_class_add_override.swift
│   ├── test_class_add_property.swift
│   ├── test_class_add_virtual_method.swift
│   ├── test_class_change_size.swift
│   ├── test_class_change_stored_to_computed.swift
│   ├── test_class_remove_property.swift
│   ├── test_enum_add_cases.swift
│   ├── test_enum_change_size.swift
│   ├── test_function_change_transparent_body.swift
│   ├── test_global_change_size.swift
│   ├── test_global_stored_to_computed.swift
│   ├── test_protocol_add_requirements.swift
│   ├── test_struct_add_property.swift
│   ├── test_struct_change_size.swift
│   ├── test_struct_change_stored_to_computed.swift
│   ├── test_struct_fixed_layout_add_conformance.swift
│   ├── test_struct_fixed_layout_remove_conformance.swift
│   ├── test_struct_remove_property.swift
│   ├── test_struct_resilient_add_conformance.swift
│   ├── test_struct_resilient_remove_conformance.swift
│   ├── test_struct_static_stored_to_computed.swift
│   ├── test_superclass_methods.swift
│   └── test_superclass_properties.swift
├── execution
│   ├── crashers_fixed
│   │   └── rdar33767511.swift
│   ├── dsohandle-multi-module.swift
│   ├── Inputs
│   │   ├── custom-modules
│   │   │   ├── foo.h
│   │   │   └── module.modulemap
│   │   ├── dsohandle-first.swift
│   │   └── dsohandle-second.swift
│   ├── interpret-with-dependencies-linux.swift
│   ├── interpret-with-dependencies.swift
│   └── testability.swift
├── IDE
│   ├── complete_from_cocoa_2.swift
│   ├── complete_from_cocoa.swift
│   ├── complete_repl_from_cocoa.swift
│   ├── crashers
│   │   └── 032-swift-expr-propagatelvalueaccesskind.swift
│   ├── crashers_2
│   │   ├── 0015-pound-if-without-endif.swift
│   │   └── 0016-operator-unresolved-dot.swift
│   ├── crashers_2_fixed
│   │   ├── 0001-complete-typeloc-in-generic-signature.swift
│   │   ├── 0002-complete-unbound-generic-type.swift
│   │   ├── 0003-complete-default-argument-closure.swift
│   │   ├── 0004-unmapped-dependent-type.swift
│   │   ├── 0005-should-have-found-non-type-context-by-now.swift
│   │   ├── 0006-crazy-associated-types.swift
│   │   ├── 0007-archetype-not-in-context.swift
│   │   ├── 0008-must-conform-to-literal-protocol.swift
│   │   ├── 0009-protocol-extension-self-assign.swift
│   │   ├── 0010-reference-to-self-in-extension-init.swift
│   │   ├── 0011-complete-protocol-with-initializer.swift
│   │   ├── 0012-protocol-where-clause.swift
│   │   ├── 0013-unmapped-dependent-type-2.swift
│   │   ├── 0014-sr4560.swift
│   │   └── 0017-editorplacehoder-at-eof.swift
│   └── crashers_fixed
│   ├── 001-swift-ide-removecodecompletiontokens.swift
│   ├── 002-swift-diagnosticengine-emitdiagnostic.swift
│   ├── 003-swift-typebase-getcanonicaltype.swift
│   ├── 004-swift-typebase-getmembersubstitutions.swift
│   ├── 005-swift-typechecker-gettypeofexpressionwithoutapplying.swift
│   ├── 006-swift-declcontext-getprotocolself.swift
│   ├── 007-swift-configureimplicitself.swift
│   ├── 008-swift-typechecker-typecheckfunctionbodyuntil.swift
│   ├── 009-swift-performdelayedparsing.swift
│   ├── 010-swift-archetypebuilder-addrequirement.swift
│   ├── 011-swift-lookupvisibledecls.swift
│   ├── 012-swift-mangle-mangler-manglecontext.swift
│   ├── 013-swift-constraints-constraintgraph-addconstraint.swift
│   ├── 014-swift-parser-parsedeclvar.swift
│   ├── 015-swift-typechecker-lookupunqualified.swift
│   ├── 016-swift-mangle-mangler-mangleidentifier.swift
│   ├── 017-swift-expr-walk.swift
│   ├── 018-swift-type-transform.swift
│   ├── 019-swift-vardecl-emitlettovarnoteifsimple.swift
│   ├── 020-swift-typechecker-validategenericfuncsignature.swift
│   ├── 021-swift-typechecker-resolveidentifiertype.swift
│   ├── 022-swift-typechecker-applygenericarguments.swift
│   ├── 023-swift-archetypebuilder-addgenericparameter.swift
│   ├── 024-swift-archetypebuilder-potentialarchetype-getrepresentative.swift
│   ├── 025-swift-mangle-mangler-bindgenericparameters.swift
│   ├── 026-swift-mangle-mangler-mangletype.swift
│   ├── 027-swift-typebase-getdesugaredtype.swift
│   ├── 028-swift-typechecker-validategenericsignature.swift
│   ├── 029-swift-decl-walk.swift
│   ├── 030-swift-mangle-mangler-mangledecltype.swift
│   ├── 031-swift-mangle-mangler-manglenominaltype.swift
│   ├── 033-swift-identifier-isoperatorslow.swift
│   ├── 034-swift-specializedprotocolconformance-gettypewitnesssubstanddecl.swift
│   ├── 035-swift-typechecker-validatedecl.swift
│   ├── 036-swift-constraints-constraintsystem-matchdeepequalitytypes.swift
│   ├── 037-swift-typechecker-resolvetypeincontext.swift
│   ├── 038-swift-mangle-mangler-getdecltypeformangling.swift
│   ├── 039-swift-typechecker-checkconformance.swift
│   ├── 040-swift-typechecker-typecheckconstructorbodyuntil.swift
│   ├── 041-swift-archetypebuilder-getgenericsignature.swift
│   ├── 042-swift-typechecker-checkgenericarguments.swift
│   ├── 043-swift-boundgenerictype-getsubstitutions.swift
│   ├── 044-swift-dependentgenerictyperesolver-resolveselfassociatedtype.swift
│   ├── 045-swift-protocoldecl-requiresclassslow.swift
│   ├── 046-swift-typechecker-typecheckdecl.swift
│   ├── 047-swift-typechecker-typechecktoplevelcodedecl.swift
│   ├── 048-swift-completegenerictyperesolver-resolvedependentmembertype.swift
│   ├── 049-swift-typechecker-resolvewitness.swift
│   ├── 050-swift-constraints-constraintsystem-matchtypes.swift
│   ├── 051-swift-mangle-mangler-mangleassociatedtypename.swift
│   ├── 052-swift-mangle-mangler-manglegenericsignatureparts.swift
│   ├── 053-swift-typebase-getsuperclass.swift
│   ├── 054-swift-moduledecl-forallvisiblemodules.swift
│   ├── 055-swift-valuedecl-getoverloadsignature.swift
│   ├── 056-swift-archetypebuilder-getallarchetypes.swift
│   ├── 057-swift-valuedecl-settype.swift
│   ├── 058-swift-constraints-constraintsystem-diagnosefailureforexpr.swift
│   ├── 059-swift-iterativetypechecker-processinheritedprotocols.swift
│   ├── 060-swift-constructordecl-getresulttype.swift
│   ├── 061-swift-constraints-solution-coercetotype.swift
│   ├── 062-swift-constraints-solution-computesubstitutions.swift
│   ├── 063-swift-generictypeparamtype-get.swift
│   ├── 064-swift-genericfunctiontype-get.swift
│   ├── 066-swift-conformancelookuptable-expandimpliedconformances.swift
│   ├── 067-swift-constraints-constraintsystem-resolveoverload.swift
│   ├── 068-swift-typechecker-resolvetypewitness.swift
│   ├── 069-swift-typechecker-typecheckparameterlist.swift
│   ├── 070-swift-archetypebuilder-maptypeintocontext.swift
│   ├── 071-swift-printoptions-setarchetypetransform.swift
│   ├── 072-swift-constraints-constraintsystem-opengeneric.swift
│   ├── 073-swift-archetypebuilder-enumeraterequirements.swift
│   ├── 074-swift-valuedecl-geteffectiveaccess.swift
│   ├── 075-swift-printoptions-setarchetypeselftransform.swift
│   ├── 076-swift-typechecker-checkinheritanceclause.swift
│   ├── 077-swift-archetypebuilder-potentialarchetype-gettype.swift
│   ├── 078-swift-iterativetypechecker-processtypechecksuperclass.swift
│   ├── 079-swift-archetypebuilder-maptypeoutofcontext.swift
│   ├── 080-swift-valuedecl-getinterfacetype.swift
│   ├── 081-swift-genericsignature-getsubstitutionmap.swift
│   ├── 082-swift-typebase-gatherallsubstitutions.swift
│   ├── 083-swift-declcontext-getgenericparamsofcontext.swift
│   ├── 084-swift-parser-consumedecl.swift
│   ├── 085-swift-persistentparserstate-delaytoplevel.swift
│   ├── 086-swift-printoptions-setarchetypeanddynamicselftransform.swift
│   ├── 087-swift-declcontext-getparentmodule.swift
│   ├── 088-swift-typechecker-performtypocorrection.swift
│   ├── 089-swift-namealiastype-getsinglydesugaredtype.swift
│   ├── 090-swift-iterativetypechecker-satisfy.swift
│   ├── 091-swift-typechecker-computedefaultaccessibility.swift
│   ├── 092-swift-genericenvironment-genericenvironment.swift
│   ├── 093-swift-valuedecl-getformalaccessscope.swift
│   ├── 094-swift-typechecker-lookupmembertype.swift
│   ├── 095-swift-declcontext-getresilienceexpansion.swift
│   ├── 096-swift-genericsignature-getarchetypebuilder.swift
│   ├── 097-swift-archetypebuilder-addgenericsignature.swift
│   ├── 098-swift-declcontext-lookupqualified.swift
│   ├── 099-swift-genericenvironment-maptypeintocontext.swift
│   ├── 100-swift-mangle-mangler-mangledeclname.swift
│   ├── 101-swift-decl-print.swift
│   ├── 102-swift-typechecker-gettypeofrvalue.swift
│   ├── 103-swift-constraints-solution-resolvelocatortodecl.swift
│   ├── 104-swift-gettypeofcompletioncontextexpr.swift
│   ├── 105-swift-derivedconformance-deriverawrepresentable.swift
│   ├── 106-swift-moduledecl-lookupconformance.swift
│   ├── 107-swift-typechecker-typecheckabstractfunctionbodyuntil.swift
│   ├── 108-swift-typechecker-typecheckcompletionsequence.swift
│   ├── 109-swift-constraints-constraintgraph-change-addedtypevariable.swift
│   ├── assign-anyobject.swift
│   ├── extension-protocol-composition.swift
│   └── subexpr-literal-in-sequence-expr.swift
├── lit.cfg
├── lit.site.cfg.in
├── Python
│   ├── benchmark-scripts.test-sh
│   ├── bug-reducer.test-sh
│   ├── build_swift.swift
│   ├── cmpcodesize.swift
│   ├── gyb.swift
│   ├── line-directive.swift
│   ├── python-lint.swift
│   └── swift_build_support.swift
├── radar
│   └── r17963339.swift
├── Reflection
│   ├── existentials.swift
│   ├── functions_objc.swift
│   ├── functions.swift
│   ├── inherits_NSObject.swift
│   ├── inherits_ObjCClasses.swift
│   ├── inherits_Swift.swift
│   ├── Inputs
│   │   └── ObjCClasses
│   │   ├── module.map
│   │   ├── ObjCClasses.h
│   │   └── ObjCClasses.m
│   ├── reflect_Array.swift
│   ├── reflect_Bool.swift
│   ├── reflect_Character.swift
│   ├── reflect_Dictionary.swift
│   ├── reflect_Double.swift
│   ├── reflect_empty_class.swift
│   ├── reflect_existential.swift
│   ├── reflect_Float.swift
│   ├── reflect_Int16.swift
│   ├── reflect_Int32.swift
│   ├── reflect_Int64.swift
│   ├── reflect_Int8.swift
│   ├── reflect_Int.swift
│   ├── reflect_multiple_types.swift
│   ├── reflect_NSArray.swift
│   ├── reflect_NSNumber.swift
│   ├── reflect_NSSet.swift
│   ├── reflect_NSString.swift
│   ├── reflect_Set.swift
│   ├── reflect_String.swift
│   ├── reflect_UInt16.swift
│   ├── reflect_UInt32.swift
│   ├── reflect_UInt64.swift
│   ├── reflect_UInt8.swift
│   └── reflect_UInt.swift
├── Sema
│   ├── explicit_coercions.swift
│   ├── interpolation_placeholders.swift
│   ├── OverridesAndOverloads.swift
│   ├── protocol_typo_correction.swift
│   ├── rdar32204609.swift
│   ├── rdar34333874.swift
│   ├── type_checker_crashers_fixed
│   │   ├── rdar19343997.swift
│   │   ├── rdar20771765.swift
│   │   ├── rdar27017206.swift
│   │   ├── rdar27148148.swift
│   │   ├── rdar27249691.swift
│   │   ├── rdar27261929.swift
│   │   ├── rdar27329076.swift
│   │   ├── rdar27464577.swift
│   │   ├── rdar27575060.swift
│   │   ├── rdar27787341.swift
│   │   ├── rdar27815848.swift
│   │   ├── rdar27830834.swift
│   │   ├── rdar27879334.swift
│   │   ├── rdar28023899.swift
│   │   ├── rdar28048391.swift
│   │   ├── rdar28145033.swift
│   │   ├── rdar28221883.swift
│   │   ├── rdar28235248.swift
│   │   ├── rdar28317710.swift
│   │   ├── rdar28619118.swift
│   │   ├── rdar29075927.swift
│   │   ├── sr1512.swift
│   │   ├── sr1902.swift
│   │   └── sr2635.swift
│   └── type_checker_perf
│   ├── fast
│   │   ├── rdar17024694.swift
│   │   ├── rdar17077404.swift
│   │   ├── rdar18360240.swift.gyb
│   │   ├── rdar18724501.swift.gyb
│   │   ├── rdar19029974.swift
│   │   ├── rdar19738292.swift.gyb
│   │   ├── rdar19777895.swift.gyb
│   │   ├── rdar19915443.swift.gyb
│   │   ├── rdar20875936.swift
│   │   ├── rdar21070413.swift.gyb
│   │   ├── rdar21328584.swift.gyb
│   │   ├── rdar21374729.swift
│   │   ├── rdar21398466.swift
│   │   ├── rdar21720888.swift.gyb
│   │   ├── rdar22022980.swift
│   │   ├── rdar22249571.swift
│   │   ├── rdar22282851.swift
│   │   ├── rdar22466245.swift
│   │   ├── rdar22532650.swift.gyb
│   │   ├── rdar22626740.swift.gyb
│   │   ├── rdar22810685.swift.gyb
│   │   ├── rdar22836718.swift.gyb
│   │   ├── rdar23327871.swift.gyb
│   │   ├── rdar25866240.swift.gyb
│   │   ├── rdar26939465.swift.gyb
│   │   ├── rdar28018866.swift
│   │   ├── rdar29025667.swift.gyb
│   │   ├── rdar30213053.swift.gyb
│   │   ├── rdar30389602.swift.gyb
│   │   ├── rdar31563957.swift.gyb
│   │   ├── rdar32999041.swift.gyb
│   │   ├── rdar33292740.swift.gyb
│   │   ├── rdar33806601.swift
│   │   └── rdar36838495.swift
│   └── slow
│   ├── array_of_tuples.swift.gyb
│   ├── nil_coalescing.swift.gyb
│   ├── rdar17170728.swift
│   ├── rdar18699199.swift.gyb
│   ├── rdar18800950.swift
│   ├── rdar19181998.swift.gyb
│   ├── rdar19368383.swift
│   ├── rdar19394804.swift.gyb
│   ├── rdar19612086.swift
│   ├── rdar19737632.swift
│   ├── rdar19836070.swift
│   ├── rdar20233198.swift.gyb
│   ├── rdar20818064.swift.gyb
│   ├── rdar20859567.swift
│   ├── rdar20959612.swift.gyb
│   ├── rdar21198787.swift.gyb
│   ├── rdar21930551.swift.gyb
│   ├── rdar22079400.swift
│   ├── rdar22770433.swift
│   ├── rdar22877285.swift
│   ├── rdar22949523.swift
│   ├── rdar23224583.swift
│   ├── rdar23429943.swift
│   ├── rdar23620262.swift
│   ├── rdar23682605.swift
│   ├── rdar23861629.swift
│   ├── rdar24543332.swift.gyb
│   ├── rdar26564101.swift
│   ├── rdar27585838.swift.gyb
│   ├── rdar30596744_1.swift.gyb
│   ├── rdar30596744_2.swift.gyb
│   ├── rdar30606089.swift.gyb
│   ├── rdar30631148.swift
│   ├── rdar30729643.swift.gyb
│   ├── rdar31439825.swift
│   ├── rdar31742586.swift
│   ├── rdar32034560.swift
│   ├── rdar32998180.swift
│   ├── rdar33289839.swift.gyb
│   ├── rdar33476240.swift
│   ├── rdar33688063.swift
│   ├── rdar33935430.swift
│   └── rdar35213699.swift
├── Serialization
│   ├── conformance-removed.swift
│   ├── Foundation-determinism.swift
│   ├── Foundation-determinism-wmo.swift
│   ├── Inputs
│   │   ├── conformance-removed
│   │   │   ├── module.modulemap
│   │   │   ├── ObjCLib.h
│   │   │   └── SwiftLib.swift
│   │   ├── rdar29694978.h
│   │   ├── serialization_loops.h
│   │   ├── serialization_loops_helper2.swift
│   │   ├── serialization_loops_helper.swift
│   │   ├── SR3915-other.swift
│   │   └── SR5191-other.swift
│   ├── rdar29694978.swift
│   ├── serialization_loops.swift
│   ├── SR3915.swift
│   └── SR5191.swift
├── SIL
│   ├── crashers
│   │   ├── 001-swift-parser-parsesilvtable.sil
│   │   ├── 002-swift-performnamebinding.sil
│   │   ├── 009-swift-parser-parsedeclsil.sil
│   │   ├── 013-swift-parser-parsesilglobal.sil
│   │   ├── 015-swift-parser-parsesilwitnesstable.sil
│   │   ├── 026-swift-parser-parsesildefaultwitnesstable.sil
│   │   ├── 029-swift-parser-parsesilscope.sil
│   │   ├── 031-swift-typechecker-configureinterfacetype.sil
│   │   ├── 042-swift-parser-parsetoplevel.sil
│   │   └── 044-swift-parser-parsesilcoveragemap.sil
│   ├── crashers_fixed
│   │   ├── 003-swift-parser-parsetypesimple.sil
│   │   ├── 004-swift-expr-getsourcerange.sil
│   │   ├── 005-swift-silfunction-verify.sil
│   │   ├── 006-swift-syntaxsugartype-getimplementationtype.sil
│   │   ├── 007-swift-abstractstoragedecl-makecomputed.sil
│   │   ├── 008-swift-genericparamlist-getasgenericsignatureelements.sil
│   │   ├── 010-swift-typechecker-addimplicitconstructors.sil
│   │   ├── 011-swift-typechecker-validatetype.sil
│   │   ├── 012-swift-dependentgenerictyperesolver-resolveselfassociatedtype.sil
│   │   ├── 014-swift-sildeclref-sildeclref.sil
│   │   ├── 016-swift-typechecker-typecheckfunctionbodyuntil.sil
│   │   ├── 017-swift-decl-walk.sil
│   │   ├── 018-swift-valuedecl-getinterfacetype.sil
│   │   ├── 019-swift-parser-parseexprpostfix.sil
│   │   ├── 020-swift-moduledecl-lookupconformance.sil
│   │   ├── 021-swift-typechecker-typecheckdecl.sil
│   │   ├── 023-swift-parser-parseexpridentifier.sil
│   │   ├── 024-swift-expr-walk.sil
│   │   ├── 025-swift-typechecker-resolvetype.sil
│   │   ├── 027-swift-nominaltypedecl-getdeclaredtype.sil
│   │   ├── 028-swift-genericsignature-getcanonicalsignature.sil
│   │   ├── 030-swift-typechecker-checkdeclattributes.sil
│   │   ├── 032-swift-iterativetypechecker-satisfy.sil
│   │   ├── 033-swift-constraints-constraintsystem-diagnosefailureforexpr.sil
│   │   ├── 034-swift-expr-propagatelvalueaccesskind.sil
│   │   ├── 035-swift-typebase-getcanonicaltype.sil
│   │   ├── 036-swift-cantype-isreferencetypeimpl.sil
│   │   ├── 037-swift-sourcefile-lookupcache-lookupclassmembers.sil
│   │   ├── 038-swift-archetypebuilder-enumeraterequirements.sil
│   │   ├── 039-swift-iterativetypechecker-processresolvetypedecl.sil
│   │   ├── 041-swift-typebase-getdesugaredtype.sil
│   │   ├── 043-swift-derivedconformance-deriverawrepresentable.sil
│   │   ├── 045-swift-parser-parseidentifier.sil
│   │   └── 046-swift-parser-parsetypesimpleorcomposition.sil
│   ├── parse_stdlib.sil
│   └── verify_all_overlays.sil
├── stdlib
│   ├── Algorithm.swift
│   ├── AnyHashableDiagnostics.swift
│   ├── AnyHashable.swift.gyb
│   ├── Array
│   │   ├── Array_MutableRandomAccessCollectionRef.swift
│   │   ├── Array_MutableRandomAccessCollectionVal.swift
│   │   ├── Array_RangeReplaceableRandomAccessCollectionRef.swift
│   │   ├── Array_RangeReplaceableRandomAccessCollectionVal.swift
│   │   ├── ArraySlice_MutableRandomAccessCollectionRef.swift
│   │   ├── ArraySlice_MutableRandomAccessCollectionVal.swift
│   │   ├── ArraySlice_RangeReplaceableRandomAccessCollectionRef.swift
│   │   ├── ArraySlice_RangeReplaceableRandomAccessCollectionVal.swift
│   │   ├── ArraySliceWithNonZeroStartIndex_MutableRandomAccessCollectionRef.swift
│   │   ├── ArraySliceWithNonZeroStartIndex_MutableRandomAccessCollectionVal.swift
│   │   ├── ArraySliceWithNonZeroStartIndex_RangeReplaceableRandomAccessCollectionRef.swift
│   │   ├── ArraySliceWithNonZeroStartIndex_RangeReplaceableRandomAccessCollectionVal.swift
│   │   ├── ContiguousArray_MutableRandomAccessCollectionRef.swift
│   │   ├── ContiguousArray_MutableRandomAccessCollectionVal.swift
│   │   ├── ContiguousArray_RangeReplaceableRandomAccessCollectionRef.swift
│   │   ├── ContiguousArray_RangeReplaceableRandomAccessCollectionVal.swift
│   │   └── Inputs
│   │   └── ArrayConformanceTests.swift.gyb
│   ├── ArrayBridging.swift
│   ├── ArrayNew.swift.gyb
│   ├── ArraySlice.swift.gyb
│   ├── Arrays.swift.gyb
│   ├── Array.swift.gyb
│   ├── ArrayTrapsObjC.swift.gyb
│   ├── ArrayTraps.swift.gyb
│   ├── AssertDiagnosticsSIL.swift
│   ├── Assert.swift
│   ├── AtomicInt.swift
│   ├── AtomicsDiagnostics.swift
│   ├── BoolDiagnostics_Dataflow.swift
│   ├── BoolDiagnostics.swift
│   ├── Bool.swift
│   ├── Collection
│   │   ├── DefaultedBidirectionalCollectionOfRef.swift
│   │   ├── DefaultedBidirectionalCollection.swift
│   │   ├── DefaultedCollectionOfRef.swift
│   │   ├── DefaultedCollection.swift
│   │   ├── DefaultedMutableBidirectionalCollectionOfRef.swift
│   │   ├── DefaultedMutableBidirectionalCollection.swift
│   │   ├── DefaultedMutableCollectionOfRef.swift
│   │   ├── DefaultedMutableCollection.swift
│   │   ├── DefaultedMutableRandomAccessCollectionOfRef.swift
│   │   ├── DefaultedMutableRandomAccessCollection.swift
│   │   ├── DefaultedMutableRangeReplaceableBidirectionalCollectionOfRef.swift
│   │   ├── DefaultedMutableRangeReplaceableBidirectionalCollection.swift
│   │   ├── DefaultedMutableRangeReplaceableCollectionOfRef.swift
│   │   ├── DefaultedMutableRangeReplaceableCollection.swift
│   │   ├── DefaultedMutableRangeReplaceableRandomAccessCollectionOfRef.swift
│   │   ├── DefaultedMutableRangeReplaceableRandomAccessCollection.swift
│   │   ├── DefaultedRandomAccessCollectionOfRef.swift
│   │   ├── DefaultedRandomAccessCollection.swift
│   │   ├── DefaultedRangeReplaceableBidirectionalCollectionOfRef.swift
│   │   ├── DefaultedRangeReplaceableBidirectionalCollection.swift
│   │   ├── DefaultedRangeReplaceableCollectionOfRef.swift
│   │   ├── DefaultedRangeReplaceableCollection.swift
│   │   ├── DefaultedRangeReplaceableRandomAccessCollectionOfRef.swift
│   │   ├── DefaultedRangeReplaceableRandomAccessCollection.swift
│   │   ├── Inputs
│   │   │   ├── LazyMapTemplate.swift.gyb
│   │   │   └── Template.swift.gyb
│   │   ├── LazyFilterCollection.swift.gyb
│   │   ├── LazyMapBidirectionalCollection.swift
│   │   ├── LazyMapCollection.swift
│   │   ├── LazyMapRandomAccessCollection.swift
│   │   ├── LazyMapSequence.swift
│   │   ├── MinimalBidirectionalCollectionOfRef.swift
│   │   ├── MinimalBidirectionalCollection.swift
│   │   ├── MinimalCollectionOfRef.swift
│   │   ├── MinimalCollection.swift
│   │   ├── MinimalMutableBidirectionalCollectionOfRef.swift
│   │   ├── MinimalMutableBidirectionalCollection.swift
│   │   ├── MinimalMutableCollectionOfRef.swift
│   │   ├── MinimalMutableCollection.swift
│   │   ├── MinimalMutableRandomAccessCollectionOfRef.swift
│   │   ├── MinimalMutableRandomAccessCollection.swift
│   │   ├── MinimalMutableRangeReplaceableBidirectionalCollectionOfRef.swift
│   │   ├── MinimalMutableRangeReplaceableBidirectionalCollection.swift
│   │   ├── MinimalMutableRangeReplaceableCollectionOfRef.swift
│   │   ├── MinimalMutableRangeReplaceableCollection.swift
│   │   ├── MinimalMutableRangeReplaceableRandomAccessCollectionOfRef.swift
│   │   ├── MinimalMutableRangeReplaceableRandomAccessCollection.swift
│   │   ├── MinimalRandomAccessCollectionOfRef.swift
│   │   ├── MinimalRandomAccessCollection.swift
│   │   ├── MinimalRangeReplaceableBidirectionalCollectionOfRef.swift
│   │   ├── MinimalRangeReplaceableBidirectionalCollection.swift
│   │   ├── MinimalRangeReplaceableCollectionOfRef.swift
│   │   ├── MinimalRangeReplaceableCollection.swift
│   │   ├── MinimalRangeReplaceableRandomAccessCollectionOfRef.swift
│   │   └── MinimalRangeReplaceableRandomAccessCollection.swift
│   ├── CollectionCasts.swift.gyb
│   ├── CollectionCompatibility.swift
│   ├── CollectionDiagnostics.swift
│   ├── CollectionOld.swift
│   ├── CollectionType.swift.gyb
│   ├── ComplexOperators.swift
│   ├── Concatenate.swift
│   ├── ContiguousArray.swift.gyb
│   ├── CoreAudio.swift
│   ├── CoreData.swift
│   ├── CoreGraphics-execute.swift
│   ├── CoreGraphics-verifyOnly.swift
│   ├── CoreMediaOverlay.swift
│   ├── CoreMedia.swift
│   ├── CryptoTokenKitTests.swift
│   ├── CUUID.swift
│   ├── Data.swift
│   ├── DictionaryAnyHashableExtensions.swift
│   ├── DictionaryBridging.swift
│   ├── Dictionary.swift
│   ├── DictionaryTrapsObjC.swift
│   ├── ErrorProtocol.swift
│   ├── ExistentialCollection.swift.gyb
│   ├── FixedPointArithmeticTraps.swift.gyb
│   ├── FixedPointConversion.swift.gyb
│   ├── FixedPointDiagnostics.swift.gyb
│   ├── FixedPoint.swift.gyb
│   ├── FloatingPointConversion.swift.gyb
│   ├── GameplayKit.swift
│   ├── Generator.swift
│   ├── Glibc.swift
│   ├── HashableIndices.swift
│   ├── HashedCollectionFilter3.swift
│   ├── HashedCollectionFilter4.swift
│   ├── HashingAvalanche.swift
│   ├── HashingPrototype.swift
│   ├── Hashing.swift
│   ├── Index.swift.gyb
│   ├── Inputs
│   ├── InvalidStrideable.swift
│   ├── IOKitOverlay.swift
│   ├── Join.swift.gyb
│   ├── Lazy.swift.gyb
│   ├── MicroStdlib
│   │   ├── Inputs
│   │   │   ├── main.swift
│   │   │   ├── RuntimeStubs.c
│   │   │   └── Swift.swift
│   │   └── MicroStdlib.swift
│   ├── ModelIO.swift
│   ├── NewArray.swift.gyb
│   ├── NSDecimalNumberBridging.swift.gyb
│   ├── NSStringBridging.swift.gyb
│   ├── NumericDiagnostics.swift.gyb
│   ├── ObjectiveC.swift
│   ├── ObjectiveC_without_Foundation.swift
│   ├── OpenCLSDKOverlay.swift
│   ├── OptionSet.swift
│   ├── PhotosTests.swift
│   ├── POSIXErrorCode.swift
│   ├── Prototypes
│   │   └── PersistentVector.swift.gyb
│   ├── RangeReplaceable.swift.gyb
│   ├── Range.swift.gyb
│   ├── SafariServices.swift
│   ├── SceneKit.swift
│   ├── SequenceType.swift.gyb
│   ├── SequenceWrapperTest.swift
│   ├── SetAlgebra.swift
│   ├── SetAnyHashableExtensions.swift
│   ├── Set.swift
│   ├── SipHash.swift
│   ├── Slice
│   │   ├── BidirectionalSlice_Of_DefaultedBidirectionalCollection_FullWidth.swift
│   │   ├── BidirectionalSlice_Of_DefaultedBidirectionalCollection_WithPrefixAndSuffix.swift
│   │   ├── BidirectionalSlice_Of_DefaultedBidirectionalCollection_WithPrefix.swift
│   │   ├── BidirectionalSlice_Of_DefaultedBidirectionalCollection_WithSuffix.swift
│   │   ├── BidirectionalSlice_Of_MinimalBidirectionalCollection_FullWidth.swift
│   │   ├── BidirectionalSlice_Of_MinimalBidirectionalCollection_WithPrefixAndSuffix.swift
│   │   ├── BidirectionalSlice_Of_MinimalBidirectionalCollection_WithPrefix.swift
│   │   ├── BidirectionalSlice_Of_MinimalBidirectionalCollection_WithSuffix.swift
│   │   ├── Inputs
│   │   │   └── Template.swift.gyb
│   │   ├── MutableBidirectionalSlice_Of_DefaultedMutableBidirectionalCollection_FullWidth.swift
│   │   ├── MutableBidirectionalSlice_Of_DefaultedMutableBidirectionalCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableBidirectionalSlice_Of_DefaultedMutableBidirectionalCollection_WithPrefix.swift
│   │   ├── MutableBidirectionalSlice_Of_DefaultedMutableBidirectionalCollection_WithSuffix.swift
│   │   ├── MutableBidirectionalSlice_Of_MinimalMutableBidirectionalCollection_FullWidth.swift
│   │   ├── MutableBidirectionalSlice_Of_MinimalMutableBidirectionalCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableBidirectionalSlice_Of_MinimalMutableBidirectionalCollection_WithPrefix.swift
│   │   ├── MutableBidirectionalSlice_Of_MinimalMutableBidirectionalCollection_WithSuffix.swift
│   │   ├── MutableRandomAccessSlice_Of_DefaultedMutableRandomAccessCollection_FullWidth.swift
│   │   ├── MutableRandomAccessSlice_Of_DefaultedMutableRandomAccessCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableRandomAccessSlice_Of_DefaultedMutableRandomAccessCollection_WithPrefix.swift
│   │   ├── MutableRandomAccessSlice_Of_DefaultedMutableRandomAccessCollection_WithSuffix.swift
│   │   ├── MutableRandomAccessSlice_Of_MinimalMutableRandomAccessCollection_FullWidth.swift
│   │   ├── MutableRandomAccessSlice_Of_MinimalMutableRandomAccessCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableRandomAccessSlice_Of_MinimalMutableRandomAccessCollection_WithPrefix.swift
│   │   ├── MutableRandomAccessSlice_Of_MinimalMutableRandomAccessCollection_WithSuffix.swift
│   │   ├── MutableRangeReplaceableBidirectionalSlice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_FullWidth.swift
│   │   ├── MutableRangeReplaceableBidirectionalSlice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableRangeReplaceableBidirectionalSlice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithPrefix.swift
│   │   ├── MutableRangeReplaceableBidirectionalSlice_Of_DefaultedMutableRangeReplaceableBidirectionalCollection_WithSuffix.swift
│   │   ├── MutableRangeReplaceableBidirectionalSlice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_FullWidth.swift
│   │   ├── MutableRangeReplaceableBidirectionalSlice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableRangeReplaceableBidirectionalSlice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithPrefix.swift
│   │   ├── MutableRangeReplaceableBidirectionalSlice_Of_MinimalMutableRangeReplaceableBidirectionalCollection_WithSuffix.swift
│   │   ├── MutableRangeReplaceableRandomAccessSlice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_FullWidth.swift
│   │   ├── MutableRangeReplaceableRandomAccessSlice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableRangeReplaceableRandomAccessSlice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithPrefix.swift
│   │   ├── MutableRangeReplaceableRandomAccessSlice_Of_DefaultedMutableRangeReplaceableRandomAccessCollection_WithSuffix.swift
│   │   ├── MutableRangeReplaceableRandomAccessSlice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_FullWidth.swift
│   │   ├── MutableRangeReplaceableRandomAccessSlice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableRangeReplaceableRandomAccessSlice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithPrefix.swift
│   │   ├── MutableRangeReplaceableRandomAccessSlice_Of_MinimalMutableRangeReplaceableRandomAccessCollection_WithSuffix.swift
│   │   ├── MutableRangeReplaceableSlice_Of_DefaultedMutableRangeReplaceableCollection_FullWidth.swift
│   │   ├── MutableRangeReplaceableSlice_Of_DefaultedMutableRangeReplaceableCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableRangeReplaceableSlice_Of_DefaultedMutableRangeReplaceableCollection_WithPrefix.swift
│   │   ├── MutableRangeReplaceableSlice_Of_DefaultedMutableRangeReplaceableCollection_WithSuffix.swift
│   │   ├── MutableRangeReplaceableSlice_Of_MinimalMutableRangeReplaceableCollection_FullWidth.swift
│   │   ├── MutableRangeReplaceableSlice_Of_MinimalMutableRangeReplaceableCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableRangeReplaceableSlice_Of_MinimalMutableRangeReplaceableCollection_WithPrefix.swift
│   │   ├── MutableRangeReplaceableSlice_Of_MinimalMutableRangeReplaceableCollection_WithSuffix.swift
│   │   ├── MutableSlice_Of_DefaultedMutableCollection_FullWidth.swift
│   │   ├── MutableSlice_Of_DefaultedMutableCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableSlice_Of_DefaultedMutableCollection_WithPrefix.swift
│   │   ├── MutableSlice_Of_DefaultedMutableCollection_WithSuffix.swift
│   │   ├── MutableSlice_Of_MinimalMutableCollection_FullWidth.swift
│   │   ├── MutableSlice_Of_MinimalMutableCollection_WithPrefixAndSuffix.swift
│   │   ├── MutableSlice_Of_MinimalMutableCollection_WithPrefix.swift
│   │   ├── MutableSlice_Of_MinimalMutableCollection_WithSuffix.swift
│   │   ├── RandomAccessSlice_Of_DefaultedRandomAccessCollection_FullWidth.swift
│   │   ├── RandomAccessSlice_Of_DefaultedRandomAccessCollection_WithPrefixAndSuffix.swift
│   │   ├── RandomAccessSlice_Of_DefaultedRandomAccessCollection_WithPrefix.swift
│   │   ├── RandomAccessSlice_Of_DefaultedRandomAccessCollection_WithSuffix.swift
│   │   ├── RandomAccessSlice_Of_MinimalRandomAccessCollection_FullWidth.swift
│   │   ├── RandomAccessSlice_Of_MinimalRandomAccessCollection_WithPrefixAndSuffix.swift
│   │   ├── RandomAccessSlice_Of_MinimalRandomAccessCollection_WithPrefix.swift
│   │   ├── RandomAccessSlice_Of_MinimalRandomAccessCollection_WithSuffix.swift
│   │   ├── RangeReplaceableBidirectionalSlice_Of_DefaultedRangeReplaceableBidirectionalCollection_FullWidth.swift
│   │   ├── RangeReplaceableBidirectionalSlice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift
│   │   ├── RangeReplaceableBidirectionalSlice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithPrefix.swift
│   │   ├── RangeReplaceableBidirectionalSlice_Of_DefaultedRangeReplaceableBidirectionalCollection_WithSuffix.swift
│   │   ├── RangeReplaceableBidirectionalSlice_Of_MinimalRangeReplaceableBidirectionalCollection_FullWidth.swift
│   │   ├── RangeReplaceableBidirectionalSlice_Of_MinimalRangeReplaceableBidirectionalCollection_WithPrefixAndSuffix.swift
│   │   ├── RangeReplaceableBidirectionalSlice_Of_MinimalRangeReplaceableBidirectionalCollection_WithPrefix.swift
│   │   ├── RangeReplaceableBidirectionalSlice_Of_MinimalRangeReplaceableBidirectionalCollection_WithSuffix.swift
│   │   ├── RangeReplaceableRandomAccessSlice_Of_DefaultedRangeReplaceableRandomAccessCollection_FullWidth.swift
│   │   ├── RangeReplaceableRandomAccessSlice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift
│   │   ├── RangeReplaceableRandomAccessSlice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithPrefix.swift
│   │   ├── RangeReplaceableRandomAccessSlice_Of_DefaultedRangeReplaceableRandomAccessCollection_WithSuffix.swift
│   │   ├── RangeReplaceableRandomAccessSlice_Of_MinimalRangeReplaceableRandomAccessCollection_FullWidth.swift
│   │   ├── RangeReplaceableRandomAccessSlice_Of_MinimalRangeReplaceableRandomAccessCollection_WithPrefixAndSuffix.swift
│   │   ├── RangeReplaceableRandomAccessSlice_Of_MinimalRangeReplaceableRandomAccessCollection_WithPrefix.swift
│   │   ├── RangeReplaceableRandomAccessSlice_Of_MinimalRangeReplaceableRandomAccessCollection_WithSuffix.swift
│   │   ├── RangeReplaceableSlice_Of_DefaultedRangeReplaceableCollection_FullWidth.swift
│   │   ├── RangeReplaceableSlice_Of_DefaultedRangeReplaceableCollection_WithPrefixAndSuffix.swift
│   │   ├── RangeReplaceableSlice_Of_DefaultedRangeReplaceableCollection_WithPrefix.swift
│   │   ├── RangeReplaceableSlice_Of_DefaultedRangeReplaceableCollection_WithSuffix.swift
│   │   ├── RangeReplaceableSlice_Of_MinimalRangeReplaceableCollection_FullWidth.swift
│   │   ├── RangeReplaceableSlice_Of_MinimalRangeReplaceableCollection_WithPrefixAndSuffix.swift
│   │   ├── RangeReplaceableSlice_Of_MinimalRangeReplaceableCollection_WithPrefix.swift
│   │   ├── RangeReplaceableSlice_Of_MinimalRangeReplaceableCollection_WithSuffix.swift
│   │   ├── Slice_Of_DefaultedCollection_FullWidth.swift
│   │   ├── Slice_Of_DefaultedCollection_WithPrefixAndSuffix.swift
│   │   ├── Slice_Of_DefaultedCollection_WithPrefix.swift
│   │   ├── Slice_Of_DefaultedCollection_WithSuffix.swift
│   │   ├── Slice_Of_MinimalCollection_FullWidth.swift
│   │   ├── Slice_Of_MinimalCollection_WithPrefixAndSuffix.swift
│   │   ├── Slice_Of_MinimalCollection_WithPrefix.swift
│   │   └── Slice_Of_MinimalCollection_WithSuffix.swift
│   ├── Slice.swift.gyb
│   ├── Sort.swift.gyb
│   ├── SpriteKit.swift
│   ├── Stride.swift
│   ├── StringHashableComparable.swift.gyb
│   ├── StringLowercasedUppercased.swift
│   ├── StringSlicesConcurrentAppend.swift
│   ├── String.swift
│   ├── StringViews.swift
│   ├── SwiftNativeNSBase.swift
│   ├── UnfoldSequence.swift
│   ├── UnicodeLongTest.swift
│   ├── Unicode.swift.gyb
│   ├── UnicodeTrieGenerator.gyb
│   ├── UnicodeUTFEncoders.swift
│   ├── UnsafeBitMap.swift
│   ├── UnsafeBufferPointer.swift.gyb
│   ├── ValidationNSNumberBridging.swift
│   ├── WatchKit.swift
│   └── XCTest.swift
├── StdlibUnittest
│   ├── Android.swift
│   ├── Assertions.swift.gyb
│   ├── CheckEquatable.swift.gyb
│   ├── ChildProcessShutdown
│   │   ├── FailIfChildCrashesDuringShutdown.swift
│   │   ├── FailIfChildExitsDuringShutdown.swift
│   │   └── PassIfChildCrashedDuringTestExecution.swift
│   ├── CommandLine.swift
│   ├── Common.swift
│   ├── CrashingTests.swift
│   ├── Cygwin.swift
│   ├── Failure.swift
│   ├── Filter.swift
│   ├── ForgotToRunTests.swift
│   ├── FoundationExtras.swift
│   ├── FreeBSD.swift
│   ├── IOSSimulator.swift
│   ├── IOS.swift
│   ├── Linux.swift
│   ├── Misc.swift
│   ├── NSException.swift
│   ├── PS4.swift
│   ├── RaceTest.swift
│   ├── RunAllTestsCalledTwice.swift
│   ├── RunNoTests.swift
│   ├── SequencesCollections.swift.gyb
│   ├── StaticAssertions.swift
│   └── Stdin.swift
└── test-runner
├── AbortIsFailure.swift
└── NonZeroExitCodeIsFailure.swift

951 directories, 14409 files

标签:

实例下载地址

swift-提供了在Windows下编译和运行Swift语言程序的支持(cygwinmsvcmingw)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警