| GitHub | https://www.github.com/tprezioso |
| GitHub | https://www.github.com/tprezioso |
I hate having to clean my project, delete derived data, and then reset the packages cache in Xcode. So I made a little menu bar app that does it for you with one keyboard shortcut. Still a little buggy but I have been using it and enjoying it. #iosdev

Clean your Derived Data, Clean build folder, Reset Packages Cache, and resolve package version from your menu bar with global keyboard shortcuts - Tprezioso/XcodeClean
Curious about what a modern alternative to SwiftData looks like?
• Works everywhere (SwiftUI, UIKit, AppKit, ...)
• Value types instead of reference types
• Full access to SQL
• iCloud sync and sharing
• Type-safe & schema-safe tools
Well…
https://www.pointfree.co/collections/tours/tour-of-sqlitedata
[SQLiteData] is our alternative to SwiftData. It's built on top of the battle-tested SQLite database, gives you full access to everything SQL has to offer, allows you to embrace all of Swift's most powerful domain modeling tools, such as structs and enums, and even allows you to sync your user's data across all of their devices and share records with other iCloud users for collaboration. Join us for a tour of the library where we build a moderately complex app from scratch to show off many of the library's features. [SQLiteData]: https://github.com/pointfreeco/sqlite-data
We are happy to announce the release of Swift 6.2.2. Install Swift Toolchain Install via Swiftly swiftly install 6.2.2 or swiftly install latest Download toolchain directly from Install Swift | Swift.org Docker images are available on hub.docker.com/_/swift Release Note swiftlang/swift: [Observation] Add threading fatal error handler. by al45tair · Pull Request #85278 · swiftlang/swift · GitHub swiftlang/llvm-project: 🍒 [lldb][windows] print an error if python.dll is not in the DLL se...