Updating a "safe" variable from async context
|
|
0
|
1728
|
March 3, 2022
|
How to split an `AttributedString` produced by `.number.precision(.fractionLength(2)).attributed` into the whole and fraction parts?
|
|
1
|
812
|
March 3, 2022
|
Where clause on init, and opaque types?
|
|
6
|
1186
|
March 3, 2022
|
How to change a static func that takes no param to a static var (`static func reversed<Subject>()` to ` static var reversed`?
|
|
1
|
425
|
March 2, 2022
|
Protocol adoption in extensions and member type upcasting
|
|
0
|
401
|
March 2, 2022
|
Swift Package to .xcframework
|
|
0
|
375
|
March 2, 2022
|
Adding @preconcurrency to sdtlib types
|
|
2
|
730
|
March 2, 2022
|
Is there a way to check if a Task is still running or has completed?
|
|
3
|
8560
|
March 2, 2022
|
Actor protocols?
|
|
7
|
6502
|
March 2, 2022
|
Is this additional type requirement needed?
|
|
3
|
922
|
March 2, 2022
|
Incremental migration to Structured Concurrency
|
|
26
|
7886
|
March 1, 2022
|
Stack promotion of reference types
|
|
1
|
1824
|
March 1, 2022
|
Writing user.defaults slow?
|
|
11
|
5618
|
March 1, 2022
|
The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
|
|
6
|
2498
|
March 1, 2022
|
How to Read Data from Text File iOS 15
|
|
1
|
3551
|
March 1, 2022
|
How to solve generic problem: taking any BinaryFloatingPoint convert to NSNumber?
|
|
0
|
562
|
February 28, 2022
|
How to manage lots of dynamic background work with async await (example code looking for improvement)
|
|
0
|
597
|
February 28, 2022
|
Why does the computer require a return statement?
|
|
2
|
450
|
February 28, 2022
|
Running demo step bring missing header file problem. Need to include new include path to resolve
|
|
1
|
469
|
February 28, 2022
|
Hey guys
|
|
9
|
1667
|
February 28, 2022
|
Gsoc 2022
|
|
7
|
1579
|
February 28, 2022
|
Understanding Results and Tasks, how to return from a Result?
|
|
3
|
3612
|
February 27, 2022
|
Extend type that conforms to protocol where associated type is *not* some type
|
|
1
|
423
|
February 27, 2022
|
Understanding computed properties
|
|
6
|
2201
|
February 26, 2022
|
iOS Modularization
|
|
4
|
1956
|
February 26, 2022
|
Capture of 'self' with non-sendable closure
|
|
6
|
9711
|
February 26, 2022
|
Missed optimization in ReversedCollection?
|
|
3
|
1101
|
July 14, 2021
|
Why does CollectionDifference<ChangeElement>.Change.remove need an element?
|
|
2
|
1178
|
February 25, 2022
|
Compiler warning: "Case is already handled by previous patterns; consider removing it"
|
|
6
|
1933
|
February 25, 2022
|
Linking to a Carthage xcframework from a Swift Package
|
|
1
|
921
|
February 25, 2022
|