You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the error message emitted for a dependency error during swift build doesn't include the line and column number of the declaration of such dependency in Package.swift, including them into the error message would immensely help editors emit better diagnostics.
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version && uname -a)
No response
The text was updated successfully, but these errors were encountered:
AppAppWorks
changed the title
Emit the line and column numbers of unresolved dependencies in Package.swift
Emit the line and column numbers of unfound dependencies in Package.swiftSep 8, 2024
AppAppWorks
changed the title
Emit the line and column numbers of unfound dependencies in Package.swift
Emit the line and column numbers of dependency errors in Package.swiftSep 8, 2024
Description
Currently the error message emitted for a dependency error during
swift build
doesn't include the line and column number of the declaration of such dependency inPackage.swift
, including them into the error message would immensely help editors emit better diagnostics.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version && uname -a
)No response
The text was updated successfully, but these errors were encountered: