swiftlang/swift

Build Debug versions of `swiftrt.o` (`swiftrtd.o`)

オープン

#87,468 opened on 2026/02/24

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Swift (10,719 件のフォーク)batch import
Windowsgood first issueruntime

Repository metrics

Stars
 (69,989 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Windows does not provide a stable ABI between debug and release mode. This requires that we provide a debug build of swiftrt.obj and adjust the driver to select the proper version of swiftrt.obj when linking. This should allow us to build in Debug configurations without running into _ITERATOR_DEBUG_LEVEL mismatches.

コントリビューターガイド