From c0f193b23abf3a78d105349ecacdd0a73eb53a2d Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 9 Dec 2024 14:28:55 +0000 Subject: [PATCH] DNM: diagnosing CI issues --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bc24ee59..7dfa1a381 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Swift Compiler Driver Swift's compiler driver is a program that coordinates the compilation of Swift source code into various compiled results: executables, libraries, object files, Swift modules and interfaces, etc. It is the program one invokes from the command line to build Swift code (i.e., `swift` or `swiftc`) and is often invoked on the developer's behalf by a build system such as the [Swift Package Manager (SwiftPM)](https://github.com/swiftlang/swift-package-manager) or Xcode's build system.