Want colorful code blocks in your SwiftUI markdown? Discover syntax highlighting with SwiftSyntax - probably the last thing you'd expect from the framework, but it showcases how flexible it is.

🔗: https://artemnovichkov.com/blog/highlighting-code-blocks-in-markdown-with-swiftsyntax by Artem Novichkov

#SwiftUI #SwiftSyntax #iOSDev

Tracking token usage in Foundation Models

Measuring instructions, prompts, and transcripts against the context window

Artem Novichkov

The @request macro is back! 🎉

I wrote this code almost two years ago. It needs some refactoring due to #SwiftSyntax's major update but still works fine.

The macro overrides default isolation, triggering a compiler error about non-isolation. Need a fix. 💻
#BuildInPublic #Swift

Here's a recording of our May meetup with these presentations:
• Mike Katz on Demystifying SwiftSyntax: Unraveling the Magic of Abstract Syntax Trees (ASTs)
• Mani Ramezan on Enhancing Swift Development through Modularization and Automation

https://www.youtube.com/watch?v=E5J_9M3EQVY

#iosdev #swift #swiftsyntax #Modularization

iOSoho: Demystifying SwiftSyntax && Enhancing Swift Development through Modularization

YouTube

Макросы — напишут код за вас, но есть нюанс…

Привет! Меня зовут Настя Ищенко, я — iOS-разработчик в KTS . Эта статья поможет узнать, что такое макросы и как они работают, а также понять, стоит ли добавлять их в свой проект.

https://habr.com/ru/companies/kts/articles/826418/

#макросы #iOS #iosразработка #SwiftSyntax #ActorMacro #WWDC #пользоа #тестирование

Макросы — напишут код за вас, но есть нюанс…

Привет! Меня зовут Настя Ищенко, я — iOS-разработчик в KTS . Эта статья поможет узнать, что такое макросы и как они работают, а также понять, стоит ли добавлять их в свой проект. Оглавление Коротко...

Хабр

@helge I recently started contributing to #SwiftSyntax a little bit, and I really needed to see some real-life examples of how folks use it in the wild, and see their pains. I was wondering if the way it's versioned is fine with folks, and if changing the API lands well.

Welp. I needed that link. Thank you for posting it. 👀

had a lot of fun at work today building some static analysis using #SwiftSyntax and the @tuist project automation helpers