swift-format

Formatting technology for Swift source code (by swiftlang)

Swift-format Alternatives

Similar projects and alternatives to swift-format

  1. rust

    Empowering everyone to build reliable and efficient software.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. go

    The Go programming language

  4. swift

    The Swift Programming Language

  5. Vapor

    64 swift-format VS Vapor

    πŸ’§ A server-side Swift HTTP web framework.

  6. SwiftLint

    A tool to enforce Swift style and conventions.

  7. Tuist

    A virtual platform team for mobile devs who ship

  8. Insanity

    Meta-programming for Swift, stop writing boilerplate code.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. vscode-swift

    Visual Studio Code Extension for Swift

  11. cli

    The CLI for PlanetScale Database (by planetscale)

  12. feather

    Feather is a modern Swift-based content management system powered by Vapor 4. (by FeatherCMS)

  13. union

    Union (by ivangoremykin)

  14. Perfect

    1 swift-format VS Perfect

    Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)

  15. fluent

    1 swift-format VS fluent

    Vapor ORM (queries, models, and relations) for NoSQL and SQL databases (by vapor)

  16. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better swift-format alternative or higher similarity.

swift-format discussion

Log in or Post with

swift-format reviews and mentions

Posts with mentions or reviews of swift-format. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-22.
  • Just looking for advice on formatting code for clarity - [SwiftUI Shape]
    2 projects | /r/swift | 22 Feb 2023
    I actually don't see anything worth changing. It looks good to me. I think the most important thing is just to maintain the constructive attitude you already have about future-you dealing with the code, because only future-you will really know where you could have done better. One personal-preference thing I carried over from working on Go code is to look for a tool like gofmt [1,2] for Swift. I've been using swift-format [3] for about 2 years and haven't been dissatisfied enough to reach for something more fully featured like SwiftLint [4]. I didn't like the idea at first of delegating most formatting control over to a tool designed with someone else's subjective idea of formatting. But my feeling afterward was that it was freeing: it was no longer (completely) my job/burden/responsibility. An "assistant" would clean up the formatting of my code every time I saved the file. That's a nightmare if you can't configure the tool as much as you need, but if you're lucky and find a configuration you can live with, it lets you focus more on naming and other conventions that aren't so easily automated (yet). [1] https://go.dev/blog/gofmt [2] https://twitter.com/bitfield/status/953395343353315329 [3] https://github.com/apple/swift-format [4] https://github.com/realm/SwiftLint
  • Adding Union to Swift with Metaprogramming
    4 projects | dev.to | 2 Feb 2023
    if you want your code to be formatted with a specific set of rules in mind, you can forward the generated code to a formatting utility, e.g. swift-format
  • Swift-Format
    1 project | news.ycombinator.com | 19 Dec 2022
  • Getting Started with Swift on Server
    10 projects | dev.to | 3 Dec 2021
    VERSION=0.50500.0 # replace this with the version you need git clone https://github.com/apple/swift-format.git cd swift-format git checkout "tags/$VERSION" swift build -c release ln -s /usr/local/bin/swift-format .build/release/swift-format
  • Why the hate on Xcode?
    2 projects | /r/swift | 17 Nov 2021
    Apple literally provides a version that you can integrate into Xcode should you wish to.
  • What are you guys using for code formatting these days?
    1 project | /r/swift | 26 Aug 2021
    swift-format works across different platforms and does a pretty good job with minimal configuration fuss.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 22 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic swift-format repo stats
6
2,701
9.1
1 day ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Swift is
the 15th most popular programming language
based on number of references?