Introduction to SwiftSyntax

SwiftSyntax provides the foundation for tools that inspect, manipulate, and transform Swift source code.

Tutorial Table of Contents.tutorial

SwiftSyntax By Example

Explore the SwiftSyntax API by building a tool that sorts imports in a Swift file.

  • SwiftSyntax By Example

    In this tutorial you’ll explore the SwiftSyntax API by writing a tool that formats and sorts the import statements in a Swift file.

    Read More