fix: DependencyMacro 도입 후 컴파일 충둘문제 수정 #138
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
📝작업 내용
DependencyMacro
도입 후 컴파일 충둘문제 수정스크린샷 (선택)
💬리뷰 요구사항(선택)
SwiftSoupClient
의previewValue
를 제거하였습니다SwiftSoupClient
의DependencyKey
관련 오류라고 언급을 해주었습니다.TestDependencyKey
프로토콜 채용 부분에liveValue
를 바로 호출한게 문제가 된거 같은데, 기존에는 문제 없다가DependencyMacro
를 도입하면서 문제가 발생한 원인을 모르겠습니다. 원인을 알고 계시다면 설명 부탁드리겠습니다!DependencyMacro
와 xcode 16의 콜라보라 추측이 됩니다...(실제로 CI/CD 워크플로우의 xcode를 16으로 올렸더니 동일한 문제가 발생했음)close #137