How to use the new FormatStyle to format an Int to hex?
|
|
5
|
7778
|
August 17, 2021
|
How to use Foundation's new FormatStyle to output spell out number?
|
|
4
|
2075
|
March 8, 2022
|
Idiomatic way to work with substrings?
|
|
3
|
581
|
March 8, 2022
|
How can I use Dispatch barrier correctly for network call
|
|
3
|
2468
|
March 7, 2022
|
How to get all the emoji scalars? Why there is no `Character.isEmoji`?
|
|
14
|
5058
|
March 7, 2022
|
Why Date.ComponentsFormatStyle has no `.attributed` to format to `AttributedString` like every other `FormatStyle` like `Date.FormatStyle` or `IntegerFormatStyle`? Also it's missing `zeroFormattingBehavior` the old `DateComponentsFormatter` has
|
|
0
|
514
|
March 7, 2022
|
XCFramework dependency conflict
|
|
3
|
1435
|
March 7, 2022
|
typeMismatch(Swift.Array<Any>, Swift.DecodingError.Context(codingPath: [], debugDescription: “Expected to decode Array<Any> but found a dictionary instead.”, underlyingError: nil))
|
|
1
|
3386
|
March 7, 2022
|
Does forEach Run Asynchronously?
|
|
2
|
914
|
March 7, 2022
|
Inconsistent didSet behavior when a value is wrapped by a property wrapper
|
|
2
|
1530
|
March 7, 2022
|
Concurrent main.swift?
|
|
2
|
941
|
March 7, 2022
|
Unstable-version Error of Swift Package Manager
|
|
8
|
2767
|
March 7, 2022
|
Index of substring in string?
|
|
3
|
10635
|
March 6, 2022
|
Unable to clone the swift repository from GitHub
|
|
4
|
1959
|
March 6, 2022
|
How to encapsulate functionality with protocols?
|
|
3
|
598
|
March 6, 2022
|
AnyHashable and implicit type conversions
|
|
3
|
3000
|
March 6, 2022
|
Slow workspace initialization and manifest loading from a GUI app
|
|
3
|
540
|
March 5, 2022
|
Checking whether a metatype is hashable
|
|
2
|
713
|
March 5, 2022
|
Behavior of existentials vs. concrete erased types
|
|
1
|
1159
|
March 5, 2022
|
Which reference in a cycle should be weak/unowned?
|
|
5
|
400
|
March 4, 2022
|
Is there an efficient way to swap 2 nibbles of a UInt64?
|
|
16
|
1406
|
March 4, 2022
|
What happens if a Task is not canceled?
|
|
6
|
7553
|
March 4, 2022
|
How do I setup a Swift Package with Swift and Objective-C code to have just one module import statement for the user of the package?
|
|
6
|
5271
|
March 4, 2022
|
Linking to C libraries
|
|
5
|
2761
|
March 3, 2022
|
Is 0309 in the beta of Swift 5.5 / Xcode 13?
|
|
21
|
2646
|
March 3, 2022
|
One object providing dynamicMemberLookup for a multiple other objects — possible?
|
|
3
|
769
|
March 3, 2022
|
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
|