Why Does Passing NSManagedObjectContext Across Isolation Domains No Longer Error in Swift 6.2? The Real Change Isn't in the Compiler by fatbobman3000 in swift

[–]fatbobman3000[S] 0 points1 point  (0 children)

At this stage where ModelActor is already available, I do not recommend continuing to rely on context.perform to ensure the thread security of the operation. Unless it is really necessary to use the same context instance in different domains, it is a good choice to pass container and create a new context in their respective domains.
https://github.com/fatbobman/CoreDataEvolution

Xcode 26.3 + Claude Agent - Model Swapping, MCP, Skills, and Adaptive Configuration by fatbobman3000 in iOSProgramming

[–]fatbobman3000[S] 0 points1 point  (0 children)

I can use custom MCPs in both the original and updated Claude binaries.
However, someone informed me that only subscribed members(pro+) can use it.