|
Improving Swift code for scalability
|
|
35
|
3740
|
August 5, 2024
|
|
How to do type check only?
|
|
14
|
394
|
August 6, 2024
|
|
Is it possible to use a value binding with a where clause in a switch case statement?
|
|
3
|
156
|
August 6, 2024
|
|
How to write f <T> (_ u: @escaping () async throws -> T ...)
|
|
3
|
123
|
August 6, 2024
|
|
Is there any "real" difference between `@MainActor @Sendable () -> ()` and `@MainActor () -> ()`
|
|
9
|
714
|
August 5, 2024
|
|
Reading and decompressing a bunch of floats from a FileDescriptor, minimizing copies
|
|
19
|
405
|
August 5, 2024
|
|
Swift concurrency "first" function
|
|
4
|
292
|
August 5, 2024
|
|
Value Pack Expansion and Single Element Tuples
|
|
4
|
110
|
August 5, 2024
|
|
New “mentioned in” section in reference docs
|
|
1
|
129
|
August 4, 2024
|
|
Swift 6: Understanding Behavior of Local Static Variables in Concurrency
|
|
6
|
123
|
August 4, 2024
|
|
Comparing closures
|
|
12
|
635
|
August 4, 2024
|
|
Synchronous (non-isolated) reads of an actor’s stored property
|
|
8
|
267
|
August 4, 2024
|
|
Converting function value of type '@MainActor () -> ()' to '() -> Void' loses global actor 'MainActor'
|
|
11
|
8081
|
August 4, 2024
|
|
[Enum] Allow to init/assign a case with another case of the same enum (for aliases)
|
|
16
|
1877
|
August 4, 2024
|
|
Difference between Structure() and Structure.init()
|
|
2
|
165
|
August 3, 2024
|
|
Get Folder's Number of Elements
|
|
13
|
8899
|
August 3, 2024
|
|
Is it safe to use Range obtained via range(of: options:) as a parameter for index(before:)?
|
|
1
|
92
|
August 2, 2024
|
|
Where to go for highest quality opinionated swift formatting tool (that works well with xcode)
|
|
10
|
7037
|
August 2, 2024
|
|
Help! "Value of type 'Session' has no member 'session'"
|
|
0
|
59
|
August 2, 2024
|
|
A huge Swift file of literals .. cruelty to compilers
|
|
4
|
305
|
August 2, 2024
|
|
How thread unsafe is lazy var?
|
|
9
|
345
|
August 2, 2024
|
|
Struct and enum accessors take a large amount of stack space
|
|
15
|
2789
|
August 1, 2024
|
|
Dynamic cast to protocol conformance across module (not retroactive conformance)
|
|
2
|
87
|
August 1, 2024
|
|
Can't get c++ library to use the correct compiler
|
|
2
|
87
|
August 1, 2024
|
|
Swift 6 Key path compiler bug or human misunderstanding?
|
|
6
|
170
|
August 1, 2024
|
|
Suspension guarantees when isolation does not change
|
|
12
|
195
|
August 1, 2024
|
|
AsyncSequence / Stream version of PassthroughSubject or CurrentValueSubject?
|
|
18
|
8500
|
August 1, 2024
|
|
Error: Actor-isolated property 'X' can not be mutated from global actor 'Y'
|
|
8
|
121
|
August 1, 2024
|
|
Debugging Predicate Construction in SwiftData: Type Mismatch Issues
|
|
1
|
48
|
July 31, 2024
|
|
SwiftPM for executable binary file, can't find any resource after `swift build`
|
|
9
|
2718
|
July 31, 2024
|