We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7265d81 commit 2c4fda5Copy full SHA for 2c4fda5
lib/ASTGen/Package.swift
@@ -1,5 +1,12 @@
1
// swift-tools-version: 5.6
2
3
+// The CMake build system is the only one that's able to produce a working
4
+// compiler. This Package.swift makes it easier to build and work with the
5
+// swiftASTGen library within IDEs, but it's mainly there for editing---it
6
+// won't create something that can be meaningfully executed. Most things with
7
+// the new Swift parser are better implemented/tested within or on top of the
8
+// swift-syntax package.
9
+
10
import PackageDescription
11
12
let package = Package(
0 commit comments