Created
April 21, 2024 11:32
-
-
Save xavgru12/6cdd5e28f5e31c1a17456b5badbe5654 to your computer and use it in GitHub Desktop.
Swift Debug Dump Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./utils/build-script --release-debuginfo --sccache --debug-swift --dump-config | |
[./utils/build-script] NOTE: Using toolchain default | |
+ cmake --version | |
Ensuring the sccache server is running... | |
+ /snap/bin/sccache --show-stats | |
{ | |
"args": { | |
"_build_llvm": true, | |
"android": false, | |
"android_api_level": "21", | |
"android_arch": "armv7", | |
"android_deploy_device_path": "/data/local/tmp", | |
"android_ndk": null, | |
"assertions": true, | |
"benchmark": false, | |
"benchmark_num_o_iterations": 3, | |
"benchmark_num_onone_iterations": 3, | |
"bootstrapping_mode": null, | |
"build_android": false, | |
"build_args": [], | |
"build_benchmarks": true, | |
"build_clang_tools_extra": true, | |
"build_cmark": true, | |
"build_compiler_rt": true, | |
"build_curl": false, | |
"build_cygwin": true, | |
"build_early_swift_driver": true, | |
"build_early_swiftsyntax": true, | |
"build_external_benchmarks": false, | |
"build_foundation": false, | |
"build_freebsd": true, | |
"build_indexstoredb": false, | |
"build_ios": true, | |
"build_ios_device": false, | |
"build_ios_simulator": false, | |
"build_jobs": 20, | |
"build_libcxx": false, | |
"build_libdispatch": false, | |
"build_libicu": false, | |
"build_libxml2": false, | |
"build_linux": true, | |
"build_llbuild": false, | |
"build_lld": false, | |
"build_lldb": false, | |
"build_llvm": true, | |
"build_minimalstdlib": false, | |
"build_ninja": false, | |
"build_osx": true, | |
"build_playgroundsupport": false, | |
"build_runtime_with_host_compiler": false, | |
"build_script_impl_args": [], | |
"build_skstresstester": false, | |
"build_sourcekitlsp": false, | |
"build_stdlib_deployment_targets": [ | |
"all" | |
], | |
"build_subdir": "Ninja-RelWithDebInfoAssert+swift-DebugAssert", | |
"build_swift": true, | |
"build_swift_clang_overlays": true, | |
"build_swift_driver": false, | |
"build_swift_dynamic_sdk_overlay": true, | |
"build_swift_dynamic_stdlib": true, | |
"build_swift_inspect": false, | |
"build_swift_libexec": true, | |
"build_swift_private_stdlib": true, | |
"build_swift_remote_mirror": true, | |
"build_swift_static_sdk_overlay": false, | |
"build_swift_static_stdlib": false, | |
"build_swift_stdlib_static_print": false, | |
"build_swift_stdlib_unicode_data": true, | |
"build_swift_stdlib_unittest_extra": false, | |
"build_swiftdocc": false, | |
"build_swiftformat": false, | |
"build_swiftpm": false, | |
"build_swiftsyntax": false, | |
"build_toolchain_only": false, | |
"build_toolchainbenchmarks": false, | |
"build_tvos": true, | |
"build_tvos_device": false, | |
"build_tvos_simulator": false, | |
"build_variant": "RelWithDebInfo", | |
"build_wasmkit": false, | |
"build_wasmstdlib": false, | |
"build_watchos": true, | |
"build_watchos_device": false, | |
"build_watchos_simulator": false, | |
"build_xctest": false, | |
"build_xros": true, | |
"build_xros_device": false, | |
"build_xros_simulator": false, | |
"build_zlib": false, | |
"clang_compiler_version": null, | |
"clang_profile_instr_use": null, | |
"clang_user_visible_version": "17.0.0", | |
"clean": false, | |
"clean_early_swift_driver": false, | |
"clean_foundation": true, | |
"clean_install_destdir": false, | |
"clean_libdispatch": true, | |
"clean_llbuild": true, | |
"clean_swift_driver": true, | |
"clean_swiftpm": true, | |
"clean_xctest": true, | |
"cmake": null, | |
"cmake_c_launcher": null, | |
"cmake_cxx_launcher": null, | |
"cmake_generator": "Ninja", | |
"cmark_assertions": true, | |
"cmark_build_variant": "Debug", | |
"color_in_tests": true, | |
"compiler_vendor": "none", | |
"coverage_db": null, | |
"cross_compile_append_host_target_to_destdir": true, | |
"cross_compile_deps_path": null, | |
"cross_compile_hosts": [], | |
"curl_build_variant": "RelWithDebInfo", | |
"darwin_deployment_version_ios": "11.0", | |
"darwin_deployment_version_osx": "10.13", | |
"darwin_deployment_version_tvos": "11.0", | |
"darwin_deployment_version_watchos": "4.0", | |
"darwin_deployment_version_xros": "1.0", | |
"darwin_symroot_path_filters": [], | |
"darwin_xcrun_toolchain": "default", | |
"disable_guaranteed_normal_arguments": false, | |
"distcc": false, | |
"dry_run": false, | |
"dsymutil_jobs": 1, | |
"dump_config": true, | |
"enable_asan": false, | |
"enable_cxx_interop_swift_bridging_header": true, | |
"enable_experimental_concurrency": true, | |
"enable_experimental_cxx_interop": true, | |
"enable_experimental_differentiable_programming": true, | |
"enable_experimental_distributed": true, | |
"enable_experimental_nonescapable_types": false, | |
"enable_experimental_observation": true, | |
"enable_experimental_parser_validation": false, | |
"enable_experimental_string_processing": true, | |
"enable_lsan": false, | |
"enable_sanitize_coverage": false, | |
"enable_stdlibcore_exclusivity_checking": false, | |
"enable_synchronization": true, | |
"enable_tsan": false, | |
"enable_tsan_runtime": false, | |
"enable_ubsan": false, | |
"export_compile_commands": false, | |
"extra_cmake_options": [ | |
"-USWIFT_DARWIN_SUPPORTED_ARCHS" | |
], | |
"extra_dsymutil_args": [], | |
"extra_swift_args": [], | |
"force_optimized_typechecker": false, | |
"foundation_build_variant": "RelWithDebInfo", | |
"host_cc": null, | |
"host_cxx": null, | |
"host_libtool": null, | |
"host_lipo": null, | |
"host_target": "linux-x86_64", | |
"host_test": false, | |
"infer_cross_compile_hosts_on_darwin": false, | |
"infer_dependencies": false, | |
"install_all": false, | |
"install_backdeployconcurrency": false, | |
"install_destdir": "/home/xaver/code/withDebugSwift/build/Ninja-RelWithDebInfoAssert+swift-DebugAssert/toolchain-linux-x86_64", | |
"install_llvm": false, | |
"install_playgroundsupport": false, | |
"install_prefix": "/usr", | |
"install_skstresstester": false, | |
"install_sourcekitlsp": false, | |
"install_swift_driver": false, | |
"install_swiftdocc": false, | |
"install_swiftformat": false, | |
"install_swiftpm": false, | |
"install_swiftsyntax": false, | |
"install_symroot": null, | |
"ios": false, | |
"ios_all": false, | |
"legacy_impl": false, | |
"libdispatch_build_variant": "RelWithDebInfo", | |
"libicu_build_variant": "RelWithDebInfo", | |
"libxml2_build_variant": "RelWithDebInfo", | |
"lit_args": "-sv --param color_output", | |
"lit_jobs": 20, | |
"llbuild_assertions": true, | |
"lldb_assertions": true, | |
"lldb_build_variant": "RelWithDebInfo", | |
"lldb_build_with_xcode": "0", | |
"llvm_assertions": true, | |
"llvm_build_variant": "RelWithDebInfo", | |
"llvm_cmake_options": [], | |
"llvm_enable_modules": false, | |
"llvm_include_tests": true, | |
"llvm_install_components": "llvm-ar;llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;LTO;lld", | |
"llvm_max_parallel_lto_link_jobs": null, | |
"llvm_ninja_targets": [], | |
"llvm_ninja_targets_for_cross_compile_hosts": [], | |
"llvm_targets_to_build": "X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV;WebAssembly", | |
"long_test": false, | |
"lto_type": null, | |
"maccatalyst": false, | |
"maccatalyst_ios_tests": false, | |
"native_clang_tools_path": null, | |
"native_llvm_tools_path": null, | |
"native_swift_tools_path": null, | |
"only_executable_test": false, | |
"only_non_executable_test": false, | |
"reconfigure": false, | |
"relocate_xdg_cache_home_under_build_subdir": false, | |
"sccache": true, | |
"show_sdks": false, | |
"skip_build": false, | |
"skip_local_build": false, | |
"sourcekitlsp_lint": false, | |
"stdlib_deployment_targets": [ | |
"linux-x86_64" | |
], | |
"stress_test": false, | |
"swift_analyze_code_coverage": "false", | |
"swift_assertions": true, | |
"swift_build_variant": "Debug", | |
"swift_compiler_version": null, | |
"swift_darwin_module_archs": null, | |
"swift_darwin_supported_archs": null, | |
"swift_disable_dead_stripping": false, | |
"swift_enable_backtracing": true, | |
"swift_freestanding_is_darwin": false, | |
"swift_profile_instr_use": null, | |
"swift_runtime_fixed_backtracer_path": null, | |
"swift_stdlib_assertions": true, | |
"swift_stdlib_build_variant": "RelWithDebInfo", | |
"swift_tools_ld64_lto_codegen_only_for_supporting_targets": false, | |
"swift_tools_max_parallel_lto_link_jobs": null, | |
"swift_user_visible_version": "6.0", | |
"swiftsyntax_enable_rawsyntax_validation": false, | |
"swiftsyntax_enable_test_fuzzing": false, | |
"swiftsyntax_lint": false, | |
"swiftsyntax_verify_generated_files": false, | |
"symbols_package": null, | |
"test": null, | |
"test_android": false, | |
"test_android_host": false, | |
"test_cmark": false, | |
"test_cygwin": false, | |
"test_early_swift_driver": null, | |
"test_freebsd": false, | |
"test_indexstoredb": false, | |
"test_indexstoredb_sanitize_all": false, | |
"test_ios": false, | |
"test_ios_host": false, | |
"test_ios_simulator": false, | |
"test_linux": false, | |
"test_optimize_for_size": null, | |
"test_optimize_none_with_implicit_dynamic": null, | |
"test_optimized": null, | |
"test_osx": false, | |
"test_paths": [], | |
"test_playgroundsupport": true, | |
"test_skstresstester": false, | |
"test_sourcekitlsp": false, | |
"test_sourcekitlsp_sanitize_all": false, | |
"test_swift_driver": false, | |
"test_swift_inspect": true, | |
"test_swiftdocc": false, | |
"test_swiftformat": false, | |
"test_swiftpm": false, | |
"test_swiftsyntax": false, | |
"test_toolchainbenchmarks": false, | |
"test_tvos": false, | |
"test_tvos_host": false, | |
"test_tvos_simulator": false, | |
"test_wasmstdlib": true, | |
"test_watchos": false, | |
"test_watchos_32bit_simulator": false, | |
"test_watchos_host": false, | |
"test_watchos_simulator": false, | |
"test_xros": false, | |
"test_xros_host": false, | |
"test_xros_simulator": false, | |
"tsan_libdispatch_test": false, | |
"tvos": false, | |
"tvos_all": false, | |
"validation_test": null, | |
"verbose_build": false, | |
"watchos": false, | |
"watchos_all": false, | |
"xros": false, | |
"xros_all": false, | |
"zlib_build_variant": "RelWithDebInfo" | |
}, | |
"toolchain": { | |
"cc": "/home/xaver/swift-installation/swift-5.8.1-RELEASE-ubuntu22.04/usr/bin/clang", | |
"cmake": "/usr/bin/cmake", | |
"cxx": "/home/xaver/swift-installation/swift-5.8.1-RELEASE-ubuntu22.04/usr/bin/clang++", | |
"llvm_suffixes": [ | |
"", | |
"-3.8", | |
"-3.7", | |
"-3.6", | |
"-3.5" | |
], | |
"ninja": "/usr/bin/ninja", | |
"sccache": "/snap/bin/sccache" | |
}, | |
"workspace": { | |
"build_root": "/home/xaver/code/withDebugSwift/build/Ninja-RelWithDebInfoAssert+swift-DebugAssert", | |
"source_root": "/home/xaver/code/withDebugSwift" | |
} | |
} | |
--- Build Script Analyzer --- | |
Build Script Log: /home/xaver/code/withDebugSwift/build/.build_script_log | |
Build Percentage Build Duration (sec) Build Phase | |
================ ==================== =========== | |
Total Duration: 0.00 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment