The Resurgence of Classes in Swift: Why We Need virtual, abstract, and protected
|
|
18
|
2345
|
December 20, 2024
|
Some thoughts on typed `rethrows`
|
|
2
|
385
|
December 16, 2024
|
Improved C macro support
|
|
5
|
381
|
December 15, 2024
|
Recovering from crashes / Isolating crashes in concurrent contexts
|
|
0
|
139
|
December 11, 2024
|
In SE-0314, AsyncStream, why does the unfolding function present backpressure?
|
|
0
|
248
|
December 7, 2024
|
Marking computed property types as `sending`
|
|
0
|
167
|
December 7, 2024
|
Historical relationship to Rust?
|
|
11
|
1805
|
November 20, 2024
|
Downgrade "upcoming feature is already enabled" error to a warning
|
|
5
|
556
|
November 28, 2024
|
Unrestricting explicit declarations of function generics
|
|
21
|
708
|
November 22, 2024
|
String.UTF8View conformance to DataProtocol
|
|
3
|
366
|
November 18, 2024
|
Swift Regex: lookbehind
|
|
23
|
6542
|
November 5, 2024
|
Would SwiftUI app code benefit from adding Python-style comprehensions to Swift?
|
|
7
|
597
|
November 3, 2024
|
More intuitive syntax for "if case"
|
|
3
|
390
|
November 2, 2024
|
"unable to type-check this expression in a resonable time"
|
|
3
|
266
|
November 1, 2024
|
Unsolicited Feedback on Modern Swift
|
|
7
|
1020
|
October 31, 2024
|
Every class @Observable
|
|
26
|
1395
|
October 30, 2024
|
Spelling empty parameter packs as just type identifier
|
|
2
|
187
|
October 25, 2024
|
[Discussion] Fetch Regex Named Captures Dynamically?
|
|
8
|
1644
|
October 25, 2024
|
A New Approach to Testing in Swift
|
|
118
|
40158
|
October 24, 2024
|
Any reason why `@discardableResult` can’t be applied to subscript function?
|
|
7
|
371
|
October 24, 2024
|
Testing fatalError and friends
|
|
74
|
9715
|
October 21, 2024
|
Access Slice element with slice index
|
|
2
|
216
|
October 19, 2024
|
Feedback on package access level
|
|
9
|
625
|
October 17, 2024
|
Enum Case Key Paths: An Update
|
|
3
|
2487
|
October 16, 2024
|
Execute Task using Serial Executor
|
|
11
|
926
|
October 16, 2024
|
"Macro expansion cannot introduce extension"?
|
|
12
|
4214
|
October 14, 2024
|
SendableKeyPath?
|
|
6
|
2946
|
October 10, 2024
|
Adding a LinkedList type to the Standard Library
|
|
24
|
8616
|
October 5, 2024
|
Automatically conform public structs to Sendable for non-resilient libraries
|
|
10
|
538
|
October 4, 2024
|
#file vs #fileID in Swift 6
|
|
3
|
848
|
September 24, 2024
|