Debian Patches
Status for swiftlang/6.1.3-1
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_wasmstdlib.patch | Disable Swift provided ninja and wasm-stdlib build | 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 | ||||
clang_19.patch | # Clang 19 adds a new that we need to turn off. | 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 | ||||
cmake_shared_linker.patch | Stop Cmake >= 3.30 from passing CMAKE_SHARED_LINKER_FLAGS to the Swift compiler. | finagolfin | not-needed | |||
swift_utils_vendor_fix.patch | Report correct vendor string on x86_64 | no | ||||
skip_wasilibc_build.patch | Don't try to bulid wasi-libc as we will be using the system provided library. | no | ||||
llbuild_drop_cmp0037.patch | Drop policy CMP0037 OLD setting | not-needed | debian | upstream, https://github.com/swiftlang/swift-llbuild/commit/1fbcca53fe5fde6e2afb3998f19bb5ff4a7df5d8 | ||
missing_cstdint_include.patch | Add missing include of cstdint to fix compile error | Steve Meliza <swm@swm1.com> | not-needed | upstream, https://github.com/swiftlang/swift/commit/a5c727125e952839c373fe47e9f9e359db3d4d38 | ||
no_math_h.patch | Don't include math.h as it causes redefinition errors. | not-needed | upstream, https://github.com/swiftlang/swift/issues/81774 |