GitSwifty's Avatar

GitSwifty

@gitswifty.bsky.social

iOS developer and Swift enthusiast, author of CodableWrappers https://github.com/GottaGetSwifty/CodableWrappers

37 Followers  |  27 Following  |  140 Posts  |  Joined: 19.01.2025  |  2.2125

Latest posts by gitswifty.bsky.social on Bluesky

Post image

CICD is so fun ๐Ÿซ  #swiftlang #github #githubactions #cicd #programming #cicdhell

14.07.2025 19:01 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Huhโ€ฆthe iOS 26 simulator seems to work with older versions of Xcode ๐Ÿค”๐Ÿค” #swiftlang #wwdc #iosdeveloper

12.06.2025 20:34 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Gartner hype cycle - Wikipedia

Everytime I hear another AI company saying we โ€œwonโ€™t have to code anymoreโ€ Iโ€™m reminded of the Hype Cycle. I wonder how many years LLMs have until they fall into the Trough of Disillusionment en.m.wikipedia.org/wiki/Gartner... #programming #AI #llm #swiftlang

23.05.2025 19:52 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Sure, but outside of the most trivial tasks the only time being saved is the actual writing of the code. You still have to fully test and review the code. Actually even MORE so because LLM generation tends toward middling and being outdated

23.05.2025 19:17 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Are you saying AI will allow developers to build things 10x faster? Because likeโ€ฆin most actual developer jobs coding is only like 10% of the time it takes to build a feature anyway ๐Ÿคฃ

23.05.2025 17:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Checking what bundle is being used would definitely by my recommendation. You wonโ€™t be able to use the default methods in your app to access the assets in your packageโ€™s bundle. Can get a bit weird ๐Ÿ˜ฌ

23.05.2025 17:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

If static URLs work thatโ€™s probably the easiest thing. Could even put them in another fit repo if you really donโ€™t want to run a server ๐Ÿ˜…

22.05.2025 04:04 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

My company currently uses it for iOS/Android native

14.05.2025 05:28 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Anythingโ€™s possible, but things would have to change a lot for Apple to make development tools for other platforms

04.05.2025 23:34 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I kinda doubt that will happen any time soon, at least not official supported from Apple. Someone could duplicate the API if they want I suppose? But I doubt the end result will be all that similar

04.05.2025 23:26 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

If you can use the latest APIs MOST things are possible, and hopefully even more in the betas after WWDC in June. Good luck!

04.05.2025 23:21 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Itโ€™s 2025, chances are you donโ€™t have a unique app idea. Donโ€™t over think it, make something simple or make something you just want to make/use!

04.05.2025 06:53 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Itโ€™s for people who want to use PHP. Just like KMP is for people who want to use Kotlin and RN is for people who want to use JS ๐Ÿคทโ€โ™‚๏ธ

03.05.2025 22:20 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

What it wraps is an implementation detail. Most of SwiftUI started as using UIKit components under the hood, and many have changed things over time

02.05.2025 18:10 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Because thatโ€™s whatโ€™s modern. In a few years youโ€™d regret building it in UIKit

02.05.2025 17:46 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Best skyline in the country!

02.05.2025 03:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Is there any way to nicely animate UINavigationBar changes? (Showing, hiding, changing color?) it seems like itโ€™s always clunky, especially when navigating between screens ๐Ÿ˜ญ๐Ÿ˜ญ #iosdeveloper #swiftlang #uikit #swiftui #uinavigationbar

30.04.2025 21:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Xcode has the one built in, but copilotโ€™s better IME

28.04.2025 01:29 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I havenโ€™t seen anything that feels modernโ€ฆI wonder if this is actually a good time to build something new with the latest concurrency support ๐Ÿค”

27.04.2025 14:08 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Whoa I hadnโ€™t heard of this either! pkl-lang.org cool to see something come out of Apple that works with other languages/editors from day 1

27.04.2025 13:59 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

UIKitโ€™s lineage goes back to OSX and even NEXT so of course itโ€™s more stable. SwiftUI is being built for the future unlikely to catch up to UIKit for another ~5 years. Thats why itโ€™s not deprecated. We can/should still use it

27.04.2025 13:42 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Hmโ€ฆI wonder how hard it would be to change ๐Ÿค”

25.04.2025 11:49 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
swift/stdlib/public/core/Array.swift at main ยท swiftlang/swift The Swift Programming Language. Contribute to swiftlang/swift development by creating an account on GitHub.

I feel like the only place Iโ€™ve seen that is when Xcode stubs methodsโ€ฆSwift doesnโ€™t even do it in Swift ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ github.com/swiftlang/sw...

25.04.2025 11:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

You can have them generated, yes. What you canโ€™t do is know whether you have the legal right to use it. What you CAN know is itโ€™s not IP you own ๐Ÿ˜ฌ

25.04.2025 04:21 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Method KeyPaths might be coming to #swiftlang?!?! This will make filter/map with KeyPaths ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ github.com/swiftlang/sw...

25.04.2025 03:04 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Itโ€™s good other than when it isnโ€™t ๐Ÿ˜…. Though itโ€™s nice thereโ€™s at least some kind of autocomplete when the compiler version isnโ€™t working. Which isโ€ฆoften ๐Ÿคฃ

20.04.2025 17:01 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Ah I see! I suppose the Swiftโ€™s version of that is Collectionโ€™s map, reduce, filter, etc.

19.04.2025 16:57 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Do you have an example?

19.04.2025 05:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

The latest is pretty decent, but lot of us have to work 3 versions behind ๐Ÿ˜ฌ๐Ÿ˜ญ

17.04.2025 14:15 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Swift has the best enums โค๏ธโค๏ธ

17.04.2025 14:08 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@gitswifty is following 19 prominent accounts