-
### Describe the bug
Building all tests results in an error on linux platforms.
If you reduce the amount of tests to ~200 of a random subset, then both building tests completes successfully.
Ru…
epau updated
8 months ago
-
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…
-
### Description
Failure first reported here: https://ci.swift.org/job/swift-main-source-compat-suite-debug/854/console
### Reproduction
Error:
```swift
/Users/ec2-user/jenkins/workspace/swift-mai…
xymus updated
3 months ago
-
**Description**
The code below crashes:
```swift
func testCrash() throws {
let text = "{}"
let data = Data(text.utf8)
let decoder = JSONDecoder()
let decoded = try decoder.decod…
-
https://github.com/stadiamaps/ferrostar/blob/b8d925a991e04d529f275a36e1162441da07ef4a/apple/Sources/FerrostarCore/FerrostarCore.swift#L349
Xcode 16 gives this warning for this line in FerrostarCore…
-
I would like to upgrade my project to swift 5.0 and update it to the latest firebase SDK (6.9.0 - September 23, 2019). I was wondering when you plan on updating thanks.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Description
One of the tests in the attached repository reliably crashes at runtime. This seems to be related to `DiscardingTaskGroup` as switching to `TaskGroup` doesn't crash.
### Reproduction…
-
### Description
While trying to use the C++ interoperability feature with a complex C++ library (FastDDS), the attached swift package constantly crashes the Swift compiler.
### Reproduction
Just …
-
| | |
|------------------|-----------------|
|Previous ID | SR-14338 |
|Radar | rdar://problem/75327826 |
|Original Repo…