@ctietze @finestructure actually that doesn't work either... I tried disambiguating by using Swift.String($0) but that doesn't work either....
The suggestion .map { String($0) } does compile on mac though...
@ctietze @finestructure actually that doesn't work either... I tried disambiguating by using Swift.String($0) but that doesn't work either....
The suggestion .map { String($0) } does compile on mac though...
Swift and SwiftUI Devs, listen up!
Every Wednesday I drop a free newsletter packed with: Swift/SwiftUI tips
YouTube sneak peeks
Creator insights
Newsletter #6 is live — sign up for direct delivery
stewartlynch.kit.com
#SwiftLang #SwiftUI #iOSDev
It was a pleasure to join #tryswift this year again :-) All videos are already published (wow!). Check check out my session about #java interop, my colleague Si's on OpenAPI, or any of the other great talks over here: https://www.youtube.com/@trySwiftConference/videos #swiftlang
For macOS logging I'm trying to use the recommended bundle ID as the OSLog subsystem, so I use the following code snippet. But it seems like I might as well hardcode the subsystem since bundleIdentifier might be nil. Is there a better way to get the bundle ID (or PRODUCT_NAME) in code?
extension Logger {
static let subsystem = Bundle.main.bundleIdentifier ?? "org.foo.MyApp"
}
Forgot to mention this the other day, but the @abi proposal is in review! I think the approximately ten people who will use this feature will be very happy with it. #SwiftLang https://forums.swift.org/t/se-0476-controlling-the-abi-of-a-function-initializer-property-or-subscript/79233
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
@swiftui @swift Hey everyone
I recently published a complete SwiftUI tutorial series on YouTube where we build a Pinterest clone from the ground up — totally free! (41 videos, 14 hours) Full playlist: https://www.youtube.com/playlist?list=PLZLIINdhhNse8KR4s_xFuMCXUxkZHMKYw #swiftui #swift #iosdev #swiftlang #ios18 #ios
Join us for Swift Server Side Meetup #04 – April 28th, 2025!
Infrastructure as Swift by Andrew Barba + Serverless Swift with Hummingbird & DynamoDB by Natan Rolnik
10am PT / 18h London / 19h Paris
https://www.youtube.com/watch?v=Kis9rrtsnwM
Does anyone know why this code compiles on Mac but not on Fedora Linux? It appears String.init is ambiguous on Linux (the second one found in _FoundationCollections... @swiftlang
For a language that calls itself "Swift" error
"Cannot assign value of type 'Int32' to type 'Int'"
because Int is 64-bit does not sound swift at all. Requiring to explicitly cast Float to Double could be somewhat justified, but with for widening integer? Why?
Tired of bloated SwiftUI views?
Learn to craft killer custom ViewModifiers that clean up your code & level up your UI game.
You’ll walk away with 3 you’ll want to use right away. https://youtu.be/XU7wdjPCXLw
#SwiftUI #iOSDev #SwiftLang
Begin a career with one of the world’s largest virtual companies where you have flexibility and space to grow, just as we have been able to thanks to our team. Use the latest tools and technology to produce your best work and enjoy remuneration that’s reflective of your skills and experience. https://iosdevjobs.com/jobs/m-d1059bef-4536-4bbc-94d4-aa50e01d9f29 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
#Wren says it's small, because it uses less than 4k semicolons. They could make it even more compact by porting it to #SwiftLang! https://wren.io
No error message has ever captured how I sometimes feel about strict concurrency checking as my new friend here. You and me both, buddy 0_0
@gvwilson Here is my #SwiftLang (/C) version, in case anyone needs it: https://github.com/Lighter-swift/Lighter/blob/ebeafe26b6dfbf289fe0953f5f38202b62a89776/Sources/Lighter/Database/SQLDatabaseTesting.swift#L39
iOS Dev Weekly – Issue 707 is out! Happy Friday everyone!
@swiftui @swift Exciting News! Just dropped Part 40 of my "Let's Build Pinterest clone Using SwiftUI and “firebase” playlist!
Dive deeper into Swift development as we take our app to the next level.
Check it out now and let's code together!
https://www.youtube.com/watch?v=vHbIkIA-mkw #swift #swiftui #swiftlang #iosdev #ios18 #iOS
Just pinned a #SwiftLang package's dependency to a version •without• macros (i.e. skipping SwiftSyntax) and the CI release build went from 5 minutes to 16 seconds
If you’re trying to test JSON decoding in a Swift Playground, it crashes the playground’s LLDB RPC server in Xcode 16.3 every time. Works fine in Xcode 16.2 I wasted a lot of time yesterday on this, but now I’m installing 16.2
Forum post and feedback links here: https://developer.apple.com/forums/thread/778850
@swiftui @swift Exciting News! Just dropped Part 39 of my "Let's Build Pinterest clone Using SwiftUI and “firebase” playlist!
Dive deeper into Swift development as we take our app to the next level.
Check it out now and let's code together!
https://www.youtube.com/watch?v=5ZR5KS0lTw8 #swift #swiftui #swiftlang #iosdev #ios18 #iOS