Swiftbuild system doesn't support the build --enable-parseable-module-interfaces
flag
#8337
Open
1 task done
Labels
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?swift build
,swift test
,swift package
etc.Description
This flag triggers the native build system to produce
.swiftinterface
files. However, it doesn't do that with theswiftbuild
build system.Expected behavior
It is expected that the swiftbuild build system should be able to support this flag and produce the parsable interface files like the native build system.
Actual behavior
The build doesn't produce any interface files. See the test case for the details of the expected interface files.
Steps to reproduce
To reproduce on macOS with #8333
Swift Package Manager version/commit hash
main
Swift & OS version (output of
swift --version ; uname -a
)Apple Swift version 6.0.3 (swift-6.0.3-RELEASE)
Target: arm64-apple-macosx15.0
The text was updated successfully, but these errors were encountered: