Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift 6 migration #5

Open
GangWoon opened this issue Feb 18, 2025 · 0 comments
Open

swift 6 migration #5

GangWoon opened this issue Feb 18, 2025 · 0 comments

Comments

@GangWoon
Copy link

swift 6.0에서 빌드가 되지 않는 문제를 수정하려고 합니다.
기존 코드(swift 5.x)에 영향을 미치지 않기 위해서 swift 6.0 전용 코드를 준비하려고 합니다.
아래와 같은 방향이 될 거 같습니다. 추가적으로 필요한 부분이 있다면 답글 부탁드리겠습니다 :)

#if compiler(>=6) 
 ...
#else
 기존 코드
#endif
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

No branches or pull requests

1 participant