#swift6 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #swift6, aggregated by home.social.
-
🚀 Swift 6.3: The latest magic trick in the never-ending quest to make tech jargon sound exciting! 🎩✨ Now with "More flexible C interope" — because who doesn't love a good half-finished word in a release note? 🙄🔧
https://www.swift.org/blog/swift-6.3-released/ #Swift6.3 #TechJargon #Excitement #CInterop #ReleaseNotes #HackerNews #ngated -
Swift Playgrounds: Erstes Update seit Mai 2024 veröffentlicht
Apple hat Swift Playgrounds 4.6 für Mac und iPad veröffentlicht – das erste Update seit Mai 2024. Die neue Version erfordert mindestens macOS Sonoma 14 oder iOS/iPadOS 17 und beendet die Unte
https://www.apfeltalk.de/magazin/news/swift-playgrounds-erstes-update-seit-mai-2024-veroeffentlicht/
#News #Tellerrand #Apple #Coding #EntwicklerTools #IOS17 #iPad #Mac #MacOSSonoma #ProgrammierenLernen #Swift6 #SwiftPlaygrounds #Xcode16 -
Would any #swift dev out there know if it's intentional that #xcode16 constantly re-indexes the swift-syntax package if you have a dependency on it in your Project?
In my case I'm using ManagedModels which has macros and depends on swift-syntax and every time I edit any of my source files XCode jumps into a 20+ seconds "Indexing" frenzy for swift-syntax and it's products to the extend of making code completion useless because it just doesn't pop-up and bogging down previews to a crawl.
#swiftLang #swift6 #xcodeHelp #apple #iosDev #boostAppreciated
-
@polpielladev Good overview!
There is so much good stuff in #SwiftTesting :
Grouping and sub-grouping tests by suites, parameterized tests, adding traits like bug tracker links (!!) for context, disabling tests temporarily with ‘withKnownIssue’, …
But my favorite feature is the check for specific error types and cases. This in combination with typed throws in #Swift6 🤯