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
@@ -58,6 +59,7 @@ var saveXcodeDerivedDataFilesCmd = &cobra.Command{
58
59
ddPath,
59
60
xcodeCachePath,
60
61
followSymlinks,
62
+
skipSPM,
61
63
logger,
62
64
tracker,
63
65
startT,
@@ -99,6 +101,7 @@ func init() {
99
101
}
100
102
saveXcodeDerivedDataFilesCmd.Flags().String("xcodecache-path", "", "Path to the Xcode cache directory folder to be saved. If not set, it will not be uploaded.")
101
103
saveXcodeDerivedDataFilesCmd.Flags().Bool("follow-symlinks", false, "Follow symlinks when calculating metadata and save referenced files to the cache (default: false)")
104
+
saveXcodeDerivedDataFilesCmd.Flags().Bool("skip-spm", false, "Skip saving files under \"DerivedData/*/SourcePackages\", i.e. skip SPM dependencies. Consider enabling this flag if using SPM cache steps. Default: false")
0 commit comments