
🧪 Swift Package Test

   Scheme: spm
   Configuration: debug
   Platform: Swift Package
   Derived Data: ~/Library/Developer/XcodeBuildMCP/workspaces/XcodeBuildMCP-<HASH>/DerivedData
Running tests (1 completed, 1 failure, 0 skipped)
Running tests (2 completed, 1 failure, 0 skipped)
Running tests (3 completed, 1 failure, 0 skipped)
Running tests (4 completed, 1 failure, 0 skipped)
Running tests (5 completed, 1 failure, 0 skipped)
Running tests (6 completed, 1 failure, 0 skipped)
Running tests (7 completed, 2 failures, 0 skipped)

CalculatorAppTests
  ✗ testCalculatorServiceFailure:
      - XCTAssertEqual failed: ("0") is not equal to ("999") - This test should fail - display should be 0, not 999
        example_projects/spm/Tests/TestLibTests/SimpleTests.swift:49

(Unknown Suite)
  ✗ test:
      - Expectation failed: Bool(false)
Test failed
        SimpleTests.swift:57

❌ <FAIL_COUNT> tests failed, <PASS_COUNT> passed, <SKIP_COUNT> skipped (⏱️ <DURATION>)
  └ Files:
     └ Build Logs: ~/Library/Developer/XcodeBuildMCP/workspaces/XcodeBuildMCP-<HASH>/logs/swift_package_test_<TIMESTAMP>_pid<PID>.log
