Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
CacheProfileType Contents
onlyExternalallPossiblenonecustom(_:)public enum CacheProfileType: Codable, Equatable, SendableCache profile type.
onlyExternal case onlyExternalReplace external dependencies only (system default)
allPossible case allPossibleReplace as many targets as possible with cached binaries
none case noneNo binary replacement, build everything from source
custom(_:) case custom(String)Use named custom profile from profiles dictionary