Welcome to another issue of Weekly Resources where I will be compiling all the articles that I have read, the videos I have watched, and the articles I have written alongside any other thoughts and ideas each week, released on Fridays.
I also launched a series on my blog called SwiftUI Modifiers Deep Dive, releasing an article every Wednesday about a new SwiftUI Modifier, be sure to check it out!
Articles Read
Swift Testing support for SnapshotTesting
PointFree
If you are already using Swift SnapshotTesting by the awesome team at PointFree, you can already start using Swift Testing as of 1.17.0!
Xcode Test Plans
Use Your Loaf
This is an older post, but lots of great information here about test plans and how to configure them.
Build and style a chart with the new Swift Charts framework
Nil Coalescing
Just overall really great read through here if you are doing any work with Swift charts.
Combine charts to create stunning designs with Swift Charts
Danijela Vrzan
This one is handy too for combining styles and designs.
Articles Written
Getting Started with Swift Testing
Swift Testing is pretty easy to get set up, and in this article I go through the basics of just how to write really simple tests using Swift Testing in Xcode 16.0+
SwiftUI Modifiers Deep Dive: foregroundStyle
Another modifier deep dive here where I go through how foregroundStyle
can be a handy tool when utilizing Hierarchical styles.
Thoughts
Migrating from XCTest to Swift Testing
Really straightforward here on migrating to Swift Testing, it made me want to explore writing about Swift Testing so I may write a few more blog posts on that subject in the coming weeks.
Implementing parameterized tests
Same here, just really interesting deep dive topics in Swift Testing.