Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
cmake_x86_64_arch.patch | Fix architecture Change swift's custom architecture detection to resolve to the same as what is in config.guess on Debian for x86_64-pc-linux-gnu. |
no | ||||
disable_ninja_and_icu.patch | Disable Swift provided ninja and icu. | no | ||||
disable_checks_two_tests.patch | Disable checks for two tests that will fail when they try to write to HOME. | no | ||||
unused_args.patch | Don't warn on unused command line args libdispatch FTBS on non-amd64 architectures due to command line arguments being passed that are not supported by clang on them. This disables that warning message. If this still exists in the latest upstream I will need to debug further. |
no | ||||
add_riscv64.patch | Add patches from upstream to enable riscv64. | no | ||||
disable_compiler_rt.patch | Disable rt-compiler for riscv64 and s390x | no | ||||
cmake_parallel_bootstrap.patch | Enable parallel boostrap for CMake CMake's bootstrap can be parallelized, but wasn't. =================================================================== |
Julien Blache <jblache@apple.com> | no | |||
fclose_issues.patch | Fix build error. Credit to Ron Olson. | no | ||||
new_glibc.patch | Fix build eror with glibc 2.38 and newer. Credit Ron Olson. | no | ||||
niossl.patch | Fix build error with fix from upstream. | not-needed | ||||
sdk_path.patch | Point Swift build to system Swift libraries. | no | ||||
fix_vendor_detection.patch | <short summary of the patch> TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . swiftlang (5.8.1-1) unstable; urgency=medium . * New upstream version. |
Steve Meliza <swm@swm1.com> | no | |||
clang_19.patch | no | |||||
arm64_clang_crash.patch | Clang 17 and newer crash on arm64 | yes | ||||
python_dead_libraries.patch | Patch out use of dead Python3 libraries pipes and cgi | no | ||||
aarch64_PAGE_SIZE.patch | Adjust SWIFT_PAGE_SIZE on aarch64 to match what Debian uses. | no | ||||
cxx-interop.patch | Disable c++ execution header with libstdcxx versions >= 11 | no | ||||
cxx-interop2.patch | [cxx-interop] Workaround a Swift compiler bug | invalid | upstream, https://github.com/swiftlang/llvm-project/commit/8c76a69c00a8ca5fb9c063ff99c7d91511865bf2 |