waylybaye / waylybaye/XcodeCleaner-SwiftUI
添加新的扫描路径
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 1.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
从Xcode 12.5 beta开始Xcode会使用 ~/Library/Caches/org.swift.swiftpm 来为每一个用户提供SPM缓存以减少Swift Package的重复下载,坏处是等到后期会和DerivedData一样占用大量的存储空间
希望等Xcode 12.5正式版发版后(此功能未被移除的前提下),增加该目录为扫描路径
如果作者没有时间,我可以提一个PR :)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing scan-path definitions in XcodeCleaner-SwiftUI and verify whether Xcode 12.5 still uses ~/Library/Caches/org.swift.swiftpm. Done means the confirmed Swift Package Manager cache directory is included among the paths scanned for cleanup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100