환경 Xcode version 16.1현상The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/Diagnostic Reports and has a prefix ‘lldb-rpc-server’. Please file a bug and attach the most recent crash log. 위 경고가 뜨면서 빌드가 안되거나, 빌드는 성공했으나 콘솔에 출력이 안됨 😭해결방법Platform을 iOS에서 macOS으로 변경한다또는 vi편집기로 playground 내부의 contents.xcplayground 파일을 열어 수정한다.playground version=’5.0’을 ‘6.0’으로 바꾸고, swift-version=’..