| Website | https://swifttoolkit.dev |
| GitHub | https://github.com/SwiftToolkit |
| Website | https://swifttoolkit.dev |
| GitHub | https://github.com/SwiftToolkit |
From Flash animations in Brazil to iOS infrastructure at Spotify, in Sweden. Meet @rockbruno the iOS developer behind SwiftRocks.com.
Tune in to hear more about Bazel, the SE-290 proposal, reverse engineering and more!
Another fun Let's Build post is up!
This time, we're rebuilding, with last week's Terminal Utilities, the famous Matrix Code effect for the Terminal: ⚡ Digital Rain ⚡
We've added a new section to the last article, Terminal Utilities Package, thanks to reader feedback by @kattouf observing interruption signals and Terminal size changes.
https://SwiftToolkit.dev/posts/terminal-utilities#bonus-additions-from-reader-feedback
Have you ever wondered how CLI apps can have animations?
Discover the techniques behind them - accessing window size, deleting characters, hiding and showing the cursor - to make more engaging tools!
🔈🎙️ Our “Swift on Raspberry Pi” post was featured in the latest episode of the @SwiftPackageIndex podcast! Check it out https://castro.fm/episode/Pad8Kv
Thanks @daveverwer and @finestructure for the shout out 🙏🏻
Join us as we chat about the Swift team joining Bluesky and Mastodon, data race safety numbers on Swift Package Index Package pages, Swift on Raspberry Pi, and of course our usual package picks!NewsSwiftlang: Social media expansion to Mastodon and BlueskyBluesky accountMastodon accountLeverage by Matt MassicotteIssue: Ready for Swift 6 false positivesIssue: False positives reported in Sema.NumSwift6Errors via -stats-output-dirhttps://swifttoolkit.dev/posts/r-pi by Natan Rolnik, assisted by Jess…
Did you know that CLI tools can add interaction with the readLine() method?
In this post, we show to use it, and with a bonus: building a property wrapper that can encapsulate the logic and store the returned input.
As a follow up of this previous post, we wrote about how to test command line tools, focused on those that run system commands - both with a regular approach, and also using Mockable, a brilliant Swift macro by Kolos Foltányi.
Check it out!