posts

FindRelief - Project Log 2

Update number 2 on FindRelief.

What I accomplished since Log 1

Here’s a couple posts on social media I made while struggling building the app.

Post by @heyjaywilson

View on Threads

Post by @heyjaywilson

View on Threads

Post by @heyjaywilson

View on Threads

May 13, 2026 swiftcore dataswift concurrency
Stop Using @MainActor as a Threading Fix for Core Data async/await
Using `@MainActor` to silence Core Data concurrency errors keeps service-layer work on the main thread. Learn how `newBackgroundContext()` and `context.perform` create a safer async/await pattern.
Nov 9, 2025 swiftswift testing
How to run Swift Tests Serially across files
Here's how I am running Swift Tests serially. Note, this is using Swift Testing.
Oct 16, 2025 ship-a-tonswiftcamp notes
Camp Notes's First Paywall Experiment
Starting my first paywalll experiment for Camp Notes.