Filter
Exclude
Time range
-
Near
why does SwiftSyntax suck so much
1
40
Your UI shouldn't be importing your data layer. SolidLikeARock is a tiny Swift linter (built on SwiftSyntax) that enforces your architecture boundaries in CI, cross a layer you shouldn't and the build fails. github.com/nenadvulic/solid-…
2
1
47
215,744
これ系の難しさはパッケージ定義の書き方とか、SwiftSyntaxのAPIがわかりにくいとか、visitorを書くのがめんどくさい、とかなのでAIでポンの恩恵がデカい
1
4
646
Swift macros have been executed upon with such incompetence, from the SwiftSyntax source coupling (fixed years later) to issues like this still finding a way to fuck you.
Good luck if you try to use Xcode cache and your project uses Swift macros. The hash of every Swift task becomes unstable cause they hash the macro binary #fun
6
2,655
May 1
ソースコードからA/Bテスト等のフラグを自動でクリーンアップできるツールをSwiftSyntaxで作った github.com/kntkymt/swift-cle…
3
4
37
4,094
Created interactive graph viewer for @pointfreeco's TCA architecture and budget linter. It walks into your reducers with SwiftSyntax • the parent → child reducer tree • every reducer's state fields, actions, Dependency • Shared storage coupling It also warns you about potential issues and highlights risky reducers for you, which will likely break auto completion soon.
1
1
3
163
Apr 16
初参加 最近SwiftSyntaxとかさわれていないので刺激を受けたい
Apr 16
わいわいswiftc #45 オフライン @ KTC に参加を申し込みました! iosdiscord.connpass.com/even… #わいわいswiftc
4
262
Regexではなく、SwiftSyntaxでRuleを書いてlintできるtool。SwiftLintで表現しきれないRegexでのカスタムルールを、Agent Skillsで簡単に作成できるようにした。 独自のLinterを作ろう。 github.com/Ryu0118/swift-ast…
2
16
1,208
Can you guess the output of the following code? It's not super readable, but there are better ways of generating code using SwiftSyntax. avanderlee.com/swift/swiftsy… #swiftlang #iosdev
1
1
5
2,190
In his article, @iosartem shows how to use SwiftSyntax to parse Swift source code and generate syntax-highlighted Markdown by annotating tokens with styles: enabling richly formatted code in static sites, blogs, and documentation. artemnovichkov.com/blog/high…
1
5
64
Syntax highlighting for Swift in Markdown is harder than it looks. I explain how to do it with SwiftSyntax, AttributedString, and CommonMark — including edge cases and workarounds. artemnovichkov.com/blog/high… #Swift #Markdown #iOSDev #SwiftSyntax
4
526
#iOSdev tool alert! 🚨 SyntaxKit by @leogdion is a Swift package that allows developers to build Swift code using result builders. SyntaxKit provides a declarative way to generate Swift code structures using SwiftSyntax. github.com/brightdigit/Synta…
3
419
Thanks! Honestly not sure yet - it's pretty rough around the edges right now. Using SwiftSyntax to parse everything, but there are SO many SwiftUI patterns I'm not handling yet. Would you actually use something like this? Trying to figure out if I should polish it or keep it as a teaching tool for my channel.
1
3
71
The code behind this is a mess right now 😂 Using SwiftSyntax to parse, but tracking @State through view hierarchies gets complex fast. Still useful for understanding your own architecture patterns though.
6
614
これちょっと気にしてて、真面目にするならSwiftSyntaxでちゃんと、文法上無視できる空白だけ削る必要があると思ってた
21 Sep 2025
なるほど〜〜〜 文字列中でも空白文字を数えないのは今回見つかった穴みたいな物なので次は塞がれそう? (予選の段階で簡単なハックができることは判明したけどレギュレーションは敢えて変えなかった) 文字列使う問題で大体使えちゃいそう
1
3
1,604
18 Sep 2025
Now that Swift 6.2 is officially out, and the corresponding SwiftSyntax 602, it's a good time to update your libraries to support the widest range of SwiftSyntax. This helps alleviate dependency resolution problems when depending on multiple libraries! pointfree.co/blog/posts/116-…
8
57
4,230
15 Sep 2025
📦解決 SwiftSyntax 編譯超慢的問題 ethanhuang13.plus/prebuilt-s… 我過去對於推廣使用 Point-Free 的許多套件有所保留,因為使用 Swift Macros 來簡化語法,連帶依賴的 SwiftSyntax 會浪費大量的編譯時間。我甚至為了這個問題而換電腦。幸好自從 Xcode 16.4 以後獲得解決了!
1
6
1,542