-
While working on https://github.com/apple/swift-openapi-generator/issues/637, I noticed `ISO8601FormatStyle` formattes dates with fractional seconds incorreclty. The fractional seconds field is off by…
-
Both ci.swift.org's Fedora 39 and my Fedora 40 systems are experiencing the same issue with lldb's `TestSwiftConsumeOperatorAsync.py`. The test fails with the following error message:
Details
…
-
# Converting closure-based code into async/await in Swift • Andy Ibanez
[https://www.andyibanez.com/posts/converting-closure-based-code-into-async-await-in-swift/](https://www.andyibanez.com/posts/…
-
Currently, we are using simple recursive call for coroutine lowering in CoroSplit LLVM pass. However, it limits number of suspension chains due to the limitation of number of call frames.
In theor…
-
### Your current environment
```text
The output of `python collect_env.py`
```
![image](https://github.com/user-attachments/assets/ccdaeb85-4bc1-4f9c-b197-2973397a74f3)
### 🐛 Describe the bug
…
-
Xcode 14.1, swift-driver version: 1.62.15 Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
```
dynamic
public func runCommander() async {
printf("1")
}
@_dynamicRep…
-
### Description
I've run into a several cases with compiler that in some of them to my understanding shouldn't produce an error while it does, and one of them should, while it doesn't.
### Reproduct…
-
### Description
From this discussion: https://forums.swift.org/t/task-executor-preference-and-deterministic-scheduling/72448
### Reproduction
```swift
final class MainExecutor: TaskExecutor …
-
Currently writing controllers in Vapor requires manually getting values from Request and implementing the `boot(routes:)` function . The handler functions are in the body of the Controller while the p…
-
### Describe the bug
I'm new to Swift so I'm aware that it might be something on my end. Nevertheless, I will try my luck and report it as bug.
I have a very simple setup where I make an attempt …