(discord/swift/2018/03/09/0) swift標準ライブラリがwindowsでビルド可能について

概要

  • discord ios dev
    • #swift
    • 2018/03/09
  • swift標準ライブラリがwindowsでビルド可能になった

log

omochimetaru - 03/09 12:02

forums.swift.org

Swift Forums

Unit Tests on Windows (Windows State Part II)

The standard library and the compiler is now fully buildable on Windows against just the Windows SDK. In order to ensure that we flush out all the issues and ensure that we don’t regress in the future, the next large goal is to get the full test suite working on Windows as well. I have part of the tests working already. The last run with a number of my changes has us at around 80%, though I would like to decrease the number of unsupported tests (but that requires investigation into why they a...

swift標準ライブラリがwindowsでビルドできるようになったそうな

この辺の作業ず〜っとこのコンプナードさんとトーマスさんがやってたんだけど

C++コンパイル通すところまでは良いとして

Windowsのlibファイルとかdllファイルにどうやってバイナリを入れていくか、みたいな議論があって

なるほど全くわからんという感じだった

検証したいこと

  • WindowsでSwiftをビルドする