Skip to content

[Fix] CI SPM 캐시 경로 수정 및 actions 업데이트#25

Merged
ddodle merged 2 commits into
mainfrom
fix/ci-spm-cache
May 19, 2026
Merged

[Fix] CI SPM 캐시 경로 수정 및 actions 업데이트#25
ddodle merged 2 commits into
mainfrom
fix/ci-spm-cache

Conversation

@ddodle

@ddodle ddodle commented May 19, 2026

Copy link
Copy Markdown
Collaborator

✨ PR 유형

어떤 변경 사항이 있나요??

  • 빌드 부분 혹은 패키지 매니저 수정

🛠️ 작업내용

  • actions/checkout v4 → v5 업데이트
  • SPM 캐시 경로를 .spm-cache로 통일 (캐시 저장 경로와 xcodebuild 참조 경로 불일치 해결)
  • xcodebuild에 -clonedSourcePackagesDirPath .spm-cache 추가하여 캐시 경로 고정

Closes #24

📋 추후 진행 상황

  • CI 워크플로우 정상 동작 확인

📌 리뷰 포인트

  • 캐시 경로 .spm-cache가 저장/복원/빌드 모두에서 일관되게 사용되는지 확인

✅ Checklist

  • 커밋 메시지 컨벤션에 맞게 작성했습니다
  • 유지-보수를 위해 주석처리를 잘 작성하였는가?

- actions/checkout v4 → v5 업데이트
- SPM 캐시 경로를 .spm-cache로 통일
- xcodebuild에 -clonedSourcePackagesDirPath 추가하여 캐시 경로 고정
@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@ddodle has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 50 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: bed8248b-3fdf-4633-9a32-611072239cbd

📥 Commits

Reviewing files that changed from the base of the PR and between cf00a22 and 116ddd2.

📒 Files selected for processing (1)
  • .github/workflows/iOS.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/ci-spm-cache

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ddodle ddodle self-assigned this May 19, 2026
@ddodle ddodle merged commit 1486085 into main May 19, 2026
2 checks passed
@ddodle ddodle deleted the fix/ci-spm-cache branch May 19, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

♻️ Refactor: CI SPM 캐시 경로 수정

1 participant