Heeeelp!
What does the following error mean, and how do I fix it? It happens, when I call `modelContext.save()` in a SwiftUI view.
"SwiftData/ModelCoders.swift:105: Fatal error: Composite Coder only supports Keyed Container”
Edit: Solved! It appears SwiftData does not support Duration properties in models. Changing it to a TimeInterval instead fixes it.
Tuist significantly enhances the management and optimization of Xcode projects and workflows. Vijay Tholpadi discussed his experience with it at Carousell in this talk: https://www.youtube.com/watch?v=HybqYfIpIqc #Swift #DevX
Help!!!
Does anyone know how to address ITMS-90048: This bundle is invalid - Your archive contains paths that are not allowed: [._Symbols]
My is being rejected from AppStore Connect since Xcode 16.3, and now even switching back to 16.2 or older branches it will give me the same issue.
Not sure what this is exactly…
Any guidance is greatly appreciated
#Xcode #Swift #Apple #iOSDev
I don't suppose anyone out there has a well-maintained (Server Side) #Swift SDK for #Sentry (and I don't mean the official `sentry-cocoa`, but something actually modern that I can use with #Hummingbird on Linux—not just xOS apps)?
I found `swift-sentry` but it seems it hasn't been touched in a few years.
Would love to plug something in instead of having to write something new…
/cc @markstory ?
Slow tests can hinder your team’s productivity. In this blog post, we explore tools to improve the turnaround time of your test suites: https://tuist.dev/blog/2025/03/25/tests.
Did you know that you can run tests selectively in your Xcode projects with no changes? Just install Tuist, and prefix your “xcodebuild” command: “tuist xcodebuild”
https://docs.tuist.dev/en/guides/develop/selective-testing/xcodebuild
#Swift #Testing
From @jtr's lovely post:
"Journalley blows this mental challenge away. It invites me to take notes and just notes. It’s the opposite of a chore. “Go ahead,” it winks at me, “spill the beans. Snap some pictures. We’ll work on the details later.” Suddenly, I’m free to let my mind go."
Harnessing the Power of AI with LangTools: A Swift Framework for Language Models
LangTools is revolutionizing the way developers interact with Large Language Models (LLMs) by providing a unified interface and extensible agent system. This innovative Swift framework supports multip...
The testing attachments proposal has been accepted (with modifications)! To be attached to some upcoming swift version! https://forums.swift.org/t/accepted-with-modifications-st-0009-attachments/79193
No real negative feedback, either. I guess people quickly became attached to the idea.
There were some disagreements about naming in the review, but I’m glad that we resolved that amicably. I’d really hate it if we were too attached to an idea to come to an agreement.
Ed Sheeran reveals favorite moment with Taylor Swift #shorts https://www.inbella.com/992117/ed-sheeran-reveals-favorite-moment-with-taylor-swift-shorts/ #Celeb #CelebNews #Celebrities #Celebrity #CelebrityGossip #CelebrityNews #Celebs #EdSheeran #EdSheeranRedTour #Entertainment #EntertainmentNews #Fashion #Gossip #Nashville #News #PageSix #PageSixStyle #PageSixTv #pagesix #PopCulture #RedTour #Sheeran #Swift #SWIFTIES #TaylorSwift #TaylorSwiftAndEdSheeranRedTour #TaylorSwiftRedTour #Tennessee
Arthrex is looking for an iOS Software Engineer 1 to join the team. You'll work on innovative mobile apps that support healthcare professionals. Tackle interesting challenges while enhancing tools that help surgeons treat their patients better. https://iosdevjobs.com/jobs/m-1b1424dc-9ddd-426e-97f9-07323ba9931e #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
Advanced build insights from your Xcode projects are coming to Tuist. Understanding your builds over time and across branches is the first step towards optimizations:
https://docs.tuist.dev/en/guides/develop/insights
More progress on my Symbol Browser App.
I am having a memory leak issue on Mac app to work on but otherwise MVP
#Swift #SwiftUI #BuildInPublic
JSON Pointer, JSON Path, JSON Patch, JSON Merge Patch, JSON Schema in this package. How did I miss it. It looks like a Swiss knife of JSON processing in #Swift
Figured out how to call Rust functions from within Swift. Small steps to cooler things.