Describe the bug
See reproducer project https://github.com/doozMen/swift-snapshot-xcodebuild
To Reproduce
The reproducer project has description in readme.md. But in short
- make an inline snaphot test using swift testing
- set recording to
.all or parameter record: true
- run
swift test
note: nothing happens
- run `xcodebuild -scheme <#package#> test -destination "platform=macOS" -quiet
note: test is updated
Expected behavior
Both inline and file tests should update, but they do not
Environment
- swift-snapshot-testing version 1.17.6
- Xcode 16.1
- Swift 6.0.2
- OS: macOS 15