Warning: Your Xcode (10.1) is too outdated. Please update to Xcode 10.2.1 (or delete it). Xcode can be updated from the App Store.


Xcodeインストールメモ(Xcode-10.2.1) - Qiita

Xcode-10.2.1のダウンロード
https://developer.apple.com/download/more/
から Xcode_10.2.1.xip をダウンロードする。6Gbyteくらいあったので気長に待つ。

XcodeをAppStoreを使わずインストールしたときのメモ - xykのブログ

で、ダウンロードした xip ファイルをそのまま展開しようとすると
GateKeeperによるファイルの検証が始まりこれがまた時間がかかる。
これは xattr コマンドでファイルの拡張属性com.apple.quarantineを削除することでスキップすることができる。

xattr -d com.apple.quarantine Xcode_8.2.xip

を現在のヴァージョンにして、

xattr -d com.apple.quarantine Xcode_10.2.1.xip

次にやること

SpotifyAPI