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
Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?
Confirmed reproduction steps with SwiftPM CLI. The description text must include reproduction steps with either of command-line SwiftPM commands, swift build, swift test, swift package etc.
Description
Run swift build. Run it again -- nothing is rebuilt. Run with --verbose and observe that you get a full rebuild. This is particularly annoying when working with macros / SwiftSyntax / Embedded Swift via Swift MMIO.
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:
…cremental
Normalize any build parameters whose modifications do not need to cause
a recompilation. For instance, building with or without `--verbose`
should not cause a full rebuild.
Issue: swiftlang#8690
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?swift build
,swift test
,swift package
etc.Description
Run swift build. Run it again -- nothing is rebuilt. Run with --verbose and observe that you get a full rebuild. This is particularly annoying when working with macros / SwiftSyntax / Embedded Swift via Swift MMIO.
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: