error: unable to open dependencies file #76289
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Description
Hello,
I'm not sure if this related to swift or spm but by using the latest beta 6 of Xcode 16 with swift 5 produces the following error:
error: unable to open dependencies file (/Users/user/Library/Developer/Xcode/DerivedData/MyProject-cgglnsxtnpiyjcazixtikurdbcqd/Build/Intermediates.noindex/MyProject.build/Debug-iphonesimulator/MyProject.build/Objects-normal/arm64/MyProject-master-emit-module.d) (in target 'MyProject' from project 'MyProject')
By switching compilation mode to whole module instead of incremental project builds correctly.
Reproduction
error: unable to open dependencies file (/Users/user/Library/Developer/Xcode/DerivedData/MyProject-cgglnsxtnpiyjcazixtikurdbcqd/Build/Intermediates.noindex/MyProject.build/Debug-iphonesimulator/MyProject.build/Objects-normal/arm64/MyProject-master-emit-module.d) (in target 'MyProject' from project 'MyProject')
Expected behavior
Project should be with incremental compilation mode.
Environment
swift-driver version: 1.115 Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
Target: arm64-apple-macosx14.0
Additional information
No response
The text was updated successfully, but these errors were encountered: