swiftlang/swift
Voir sur GitHubBuild Debug versions of `swiftrt.o` (`swiftrtd.o`)
Open
#87 468 ouverte le 24 févr. 2026
Windowsgood first issueruntime
Métriques du dépôt
- Stars
- (69 989 stars)
- Métriques de merge PR
- (Merge moyen 7j 6h) (556 PRs mergées en 30 j)
Description
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.