swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
754 stars 54 forks source link

Unable to Run Unit Tests #1108

Closed leogdion closed 2 weeks ago

leogdion commented 1 month ago

Describe the bug Opening a library-only Package - starting unit tests fails: https://github.com/brightdigit/IPSWDownloads/tree/v1.0.0-beta.5-devcontainer

To Reproduce Steps to reproduce the behavior:

  1. Open in VS Code
  2. Open in Dev Container
  3. Run Tests
  4. Error produced - See Movie Attached

Expected behavior A clear and concise description of what you expected to happen.

Environment

https://github.com/user-attachments/assets/a64a57cd-1384-4ebf-9583-681e73952825

plemarquand commented 1 month ago

Thanks for the report. Could you try and run the tests again and then attach the results of > Swift: Capture VS Code Diagnostic Bundle. You can use Capture Minimal Diagnostics.

leogdion commented 2 weeks ago

I haven't run into this again. Feel free to close it.