Francois Dabonot (Frankois)
06/07/2025, 7:47 AMVampire
06/07/2025, 10:01 AMFrancois Dabonot (Frankois)
06/07/2025, 10:04 AMFrancois Dabonot (Frankois)
06/07/2025, 10:05 AMFrancois Dabonot (Frankois)
06/07/2025, 10:07 AMVampire
06/07/2025, 6:58 PMFrancois Dabonot (Frankois)
06/08/2025, 7:30 AMBut still, how would creating a symlink help?In case of swift compilation error, the build error output targets the copied files inside the swift package working directory, which is located inside the build folder. So, when the user selects the error, it will be the wrong files. By using a symlink, the user will also select the correct one, as changes also apply inside the original files.
You would still need the additional files in there, won’t you?yes, but only needed for the working directory, as there are generated during the build task of the project.
Francois Dabonot (Frankois)
06/08/2025, 7:33 AMVampire
06/08/2025, 10:34 AMFrancois Dabonot (Frankois)
06/08/2025, 10:57 AMFrancois Dabonot (Frankois)
06/08/2025, 11:00 AMbuild/.../Package.swift -> The Swift package manifest generated by the plugin
build/.../Sources/ -> symlink project/.../src/swift/Vampire
06/08/2025, 11:59 AM