Post #3725556
2026-07-10 18:40 UTC
Ran across a genuine Swift compiler crash today (and confirmed with Xcode 27's version of Swift, too), which is pretty rare in my experience.
Hopefully it's actually a real crash and not me being stupid. lol
https://github.com/swiftlang/swift/issues/90582
Replies (3)
-
@joe@f.duriansoftware.com 2026-07-10 21:23
@bigzaphod@mastodon.social every crash is a real crash. thanks for the report!
-
@bigzaphod@mastodon.social 2026-07-10 18:59
I guess finding a compiler bug is my punishment for attempting to use typed throws in Swift. 😛
-
@mattiem@mastodon.social 2026-07-10 21:11
@bigzaphod@mastodon.social i think it really is getting better, but when it comes to typed throws, problems abound…