We offer complete relocation support with Visa sponsorship to Berlin, Germany. https://iosdevjobs.com/jobs/m-a3978d05-04bf-47a5-8337-3e4734942646 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs

We offer complete relocation support with Visa sponsorship to Berlin, Germany. https://iosdevjobs.com/jobs/m-a3978d05-04bf-47a5-8337-3e4734942646 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
I got tired of manually updating my CV across different formats, especially PDF.
So I built CVBuilder, a Swift package that keeps everything in code—typed, versioned, and exportable as Markdown, HTML (via Ignite), or plain text.
Here's more info about it:
https://aleahim.com/cvbuilder/
And a GitHub repo:
https://github.com/mihaelamj/cvbuilder
Solving One Million Sudoku Puzzles per hour https://lobste.rs/s/dgp9xf #games #swift
https://www.miakoring.de/blog/sudoku
Answer from Perplexity:
To fix this issue, replace unsupported types with alternatives that SwiftData can handle:
For Duration: Use TimeInterval instead, as it is supported by SwiftData.
For Color.Resolved: Avoid using it directly in your models. Instead, store color-related data in a format like RGB values or another supported type.
This ensures compatibility with SwiftData's encoding requirements.
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.
Going back and forth between released and pre-release #swift compilers made me realize just how small but impactful an improvement this is to my workflow.
CookUnity is hiring Engineering Manager, Growth
#kotlin #swift #typescript #react #android #ios #aws #mysql #postgresql #engineeringmanager
Buenos Aires, Argentina
Full-time
CookUnity
Job details https://jobsfordevelopers.com/jobs/engineering-manager-growth-at-cookunity-com-dec-19-2024-4107a2?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Once again I have stumbled onto something I don’t understand.
In the entry point for my app I set a NavigationContext in the environment, and when I run the app and navigate between views, at some random point, it throws the error in the second image, and the debugger indicates it is on the “struct FooApp: App {“ line.
What is going on? Help!
In the subviews I am accessing the context from the env like so: “@ Environment(NavigationContext.self) var context”.
Hmmm… setting
set_source_files_properties(Sourcefile.mm PROPERTIES COMPILE_FLAGS "-fobjc-arc")
for each file seems to fix the issue, though now I’m getting a link error on Swift. Anyway, on to the next error, I guess.
OK, I'm trying to build some mixed C++, ObjC and Swift code with CMake (CLion).
Since the Xcode generator doesn’t seem to work with Swift anymore, I switched over to Ninja, and now all ObjC files are built without ARC.
How do I tell CMake with Ninja to build ObjC(++) files with ARC, but not Swift files??
Well ain't this a spooky feeling. First time ever. Bracing myself for my first rejection I'm assuming it's some sort of rite of passage.
The purpose in picking Russian Agricultural Bank was to see if Trump would firstly engage with the idea and then whether he could bring the European Union on board, said two people close to the Kremlin.
It can be difficult to find a clear, concise explanation of how method dispatch works in Swift, when calls are resolved statically or dynamically, and what that means for performance.
I wrote a post summarizing my learnings, with key cases and examples: https://nilcoalescing.com/blog/MethodDispatchMechanismsInSwift/
Je recherche des testeurs pour ma première application iOS. Elle bloque 11,5 millions de numéros de téléphone liés au démarchage, à la publicité et au spam, basés sur le plan de numérotation de l'ARCEP.
L'application est open source !
Si vous souhaitez tester l'application : https://testflight.apple.com/join/CFCjF6d2
macOS App Development: The SwiftUI Way by Grace Huang is on sale on Leanpub! Its suggested price is $29.00; get it for $9.50 with this coupon: https://leanpub.com/sh/OAYTTh3I #Swift
The German government is not aware of any planned changes to European Union #sanctions against #Russia, a spokesperson said on Wednesday, commenting on Moscow's demand that Russian banks be readmitted to the #SWIFT international messaging system.
Bingo! This was what I was looking for:
https://mastodon.social/@__mbh__/114208176193786278
By changing the `TimingSession.duration` to a `Duration` (much better alignment of name and type as well), I can now declaratively format the duration like so:
`Text(timingSession.duration, format: .time(pattern: .hourMinuteSecond(padHourToLength: 2)))`