Avatar
Hey folks, I've written a pitch related to extending Swift's availability checking to accommodate an ABI stable Swift runtime on non-Apple platforms. Here's a snippet from the Motivation section: In the future, Swift could become ABI stable on non-Apple platforms. For a given platform, the Swift runtime might either be distributed with the op...
4:14 AM
このピッチも面白い availableでiOSとかmacOSのバージョンを指定するんじゃなくて、 ホスト環境にあるswift runtimeのバージョンを一個だけ書いたらいいんでない?というもの
4:16 AM
実際、AppleのOSのどのバージョンが、Swiftのどのバージョンを出荷してるかはコンパイラプロジェクトとして固定して把握してるわけで、確かにそれで良さそう
4:17 AM
むしろ、何で今の形になってるんだろう?そうじゃないとうまくいかないケースはあるんだろうか