Building with the flag --build-tests
fails if there is at least one product
whose type
is static
#5048
Labels
bug
Something isn't working
Describe the bug
I don't know this is a bug, but
swift build --build-tests --triple wasm32-unknown-wasi
fails if there is at least oneproduct
whosetype
isstatic
.Steps To Reproduce
The modified part of
Package.swift
:Expected behavior
.build/debug/wasm-static-testPackageTests.wasm
is built normally.Screenshots
Environment (please fill out the following information)
Additional context
The
ar
command said that there was no such file or directory as/Users/kebo/wasm-static-test/.build/wasm32-unknown-wasi/debug/wasm-static-test-static.product/Objects.LinkFileList
, but it appears to exist.The text was updated successfully, but these errors were encountered: