vsarunas

Results 10 issues of vsarunas

### Description Trying out to build existing code that works on Swift 5.10 with highly Swift 6 toolchain 2024-04-30 ### Reproduction There is a rather very similar crash https://github.com/apple/swift/issues/72805 ```swift...

bug
concurrency
compiler
SILGen
crash
regression
triage needed
swift 6.0

### **Description** Using the repo as Swift Package Manager repo and the latest tag got pulled in and unfortunately does not build. ``` ➜ plcrashreporter git:(1.11.2) swift build Building for...

support

A single node broker fails on: ``` TASK [redpanda.cluster.redpanda_broker : Establish whether restart required] ********************************************************************************************************************************************************************************************************** task path: /Users/sarunas/.ansible/collections/ansible_collections/redpanda/cluster/roles/redpanda_broker/tasks/start-redpanda.yml:264 ok: [10.13.13.13] => { "ansible_facts": { "restart_required": true }, "changed": false }...

question

### Description Swift 6 (swift-6.0-DEVELOPMENT-SNAPSHOT-2024-08-21) fails to build in release, debug and Swift 5.10 work fine. With `-sil-verify-all` the function shown is: ``` 3. While evaluating request ExecuteSILPipelineRequest(Run pipelines {...

bug
crash
triage needed

Leaving new version of swiftly causes a hang went run via `ansible`: ``` FAILED! => {"changed": true, "cmd": "SWIFTLY_HOME_DIR=/usr/local/share SWIFTLY_BIN_DIR=/usr/local/bin /usr/local/bin/swiftly install 6.0.0 --no-verify", "delta": "0:04:40.989830", "end": "2024-09-25 09:04:35.952845", "msg":...

Starting seeing failure to create a commit; ``` ==> Running command '/home/runner/work/_actions/codecov/codecov-action/543c3d42fc76502218ecdadc04e65dbd2640a67a/dist/codecov create-commit' /home/runner/work/_actions/codecov/codecov-action/543c3d42fc76502218ecdadc04e65dbd2640a67a/dist/codecov create-commit --git-service github -C cf1550587f8d3bf95d2a48d4f109b55fd672dd9b -Z info - 2024-10-01 14:42:21,163 -- ci service found: github-actions Traceback...

bug
Area: Report Upload

``` ==> linux OS detected https://cli.codecov.io/0.7.4/linux/codecov.SHA256SUM Received SHA256SUM NoSuchKeyThe specified key does not exist.No such object: codecov-cli/listing/0.7.4/linux/codecov.SHA256SUM Received SHA256SUM signature NoSuchKeyThe specified key does not exist.No such object: codecov-cli/listing/0.7.4/linux/codecov.SHA256SUM.sig gpg:...

#### Overview of the Issue Experiencing that Consul on macOS Sequoia is actually not working completely since it is not able to establish a connection: ``` 2024-09-17T09:04:48.507+0100 [WARN] agent: (LAN)...

Update example Package.swift for dependencies that the command builds on Swift 6 using: ``` swift run -c release --package-path ./BuildTools xcbeautify ```

Running into a problem if there is a high rate of logging that the logger is unable to keep up and what is written on disk can lag behind several...