# [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#5440]
Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/5440/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Mon, 07 Sep 2020 23:07:23 -0500
Build duration: 1 hr 13 min
Changes- Commit 85d6f51743edf4fbd7470400ace2a90ee3ed4831 by compnerd:
build: add additional search paths for Foundation artifacts
-
edit: utils/build-script-impl
-
Commit 970824706513f8a62c5f8ca01837ddc499f8583e by owen:
[SE-0284] Lift the 1-vararg-per-function restriction
- edit: test/SILGen/arguments.swift
- edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
- edit: lib/Parse/ParsePattern.cpp
- add: test/Interpreter/multiple_varargs.swift
- edit: test/Constraints/argument_matching.swift
- edit: include/swift/AST/DiagnosticsParse.def
- edit: test/Syntax/round_trip_parse_gen.swift
- edit: test/decl/func/vararg.swift
-
Commit 43fb346b6795b0885b82d7c943e33566bb4923f6 by kateinoigakukun:
[Frontend] Set up output file .swiftmodule.summary
- edit: lib/Frontend/ArgsToFrontendOutputsConverter.cpp
- edit: include/swift/Basic/FileTypes.def
- edit: include/swift/Basic/SupplementaryOutputPaths.h
- add: test/Driver/emit-module-summary.swift
- add: test/Frontend/emit-module-summary.swift
- edit: lib/Frontend/FrontendInputsAndOutputs.cpp
- edit: lib/Frontend/FrontendOptions.cpp
- edit: lib/FrontendTool/FrontendTool.cpp
- edit: include/swift/Basic/PrimarySpecificPaths.h
- edit: include/swift/Driver/Driver.h
- edit: lib/Driver/ToolChains.cpp
- edit: include/swift/Option/Options.td
- edit: include/swift/AST/DiagnosticsFrontend.def
- edit: include/swift/Frontend/FrontendOptions.h
- edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
- edit: include/swift/Frontend/FrontendInputsAndOutputs.h
- edit: lib/Basic/FileTypes.cpp
- edit: lib/Driver/Driver.cpp
-
Commit 9d08f164cac9661ec60400c4b05ac6303398aab4 by github:
Fixes example snippet in Array.swift adding missing parameter label
- edit: stdlib/public/core/Array.swift
-
Commit 38dd7d81922ff764b0f83e501ab748dcbd6694bc by dsk:
[IRGen] Fix asserting local extern declarations.
- add: test/IRGen/local_extern.swift
- add: test/IRGen/Inputs/local_extern.h
- edit: lib/IRGen/GenClangDecl.cpp
-
Commit 2daf1d20500f7f879f7ce071568e7f655c6e4504 by mgottesman:
[opt-remark] When looking for debug_value users, look modulo RC Identity preserving users.
- edit: include/swift/SILOptimizer/Analysis/RCIdentityAnalysis.h
- edit: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp
- edit: lib/SILOptimizer/Transforms/OptRemarkGenerator.cpp
- edit: test/SILOptimizer/opt-remark-generator.sil
-
Commit 33bb4837dab5ca0397d52c0e302c3e97b3081773 by dsk:
[test][IRGen] Loosen check in test unused.sil.
- edit: test/IRGen/unused.sil
-
Commit 66059a493588b2bbb157b802f47e5b6fa2dd10a1 by compnerd:
utils: add a timeout to the integration tests
- edit: utils/build-script-impl
-
Commit 8125f772a0155c24eb80f6806ef4a77d1ed52a10 by github:
Update build-script-impl
- edit: utils/build-script-impl
-
Commit 9f01742d944df1f6a53653c046a7a597893dbe63 by github:
Update build-script-impl
- edit: utils/build-script-impl
-
Commit a92e9b3288254628f2492d308a3d6ff0c90b6544 by compnerd:
SILOptimizer: make vtable pruning less aggressive
- edit: lib/SILOptimizer/Transforms/PruneVTables.cpp
- edit: test/SILOptimizer/prune-vtables.sil
-
Commit 354440402f4f5d6d25f18bd775f9719b361481cf by pyaskevich:
[Localization] Create swift-def-to-yaml-converter tool
- edit: tools/CMakeLists.txt
- add: unittests/DefToYAMLConverter/CMakeLists.txt
- add: unittests/DefToYAMLConverter/DefToYAMLConverterTest.cpp
- add: tools/swift-def-to-yaml-converter/CMakeLists.txt
- edit: localization/CMakeLists.txt
- delete: localization/diagnostics/en.yaml
- edit: unittests/CMakeLists.txt
- add: tools/swift-def-to-yaml-converter/swift-def-to-yaml-converter.cpp
-
Commit 4a84c0a6065029eb3cbaeb5ae4fb475848e2803f by pyaskevich:
[unittests] Add
matchDiagnosticMessagesRandomly
- edit: unittests/DefToYAMLConverter/DefToYAMLConverterTest.cpp
-
Commit a0dc80e09608a88acf588b4e2070b6f4f3efddb8 by pyaskevich:
[unittests] Use ASSERT_EQ
- edit: unittests/DefToYAMLConverter/DefToYAMLConverterTest.cpp
-
Commit b17dd271abbc1359c157f80815954277d646a525 by pyaskevich:
[tools] Remove swiftAST dependency
- edit: tools/swift-def-to-yaml-converter/CMakeLists.txt
-
Commit 3f4081233c570d880271b9888cfd3b8647d5e9e7 by pyaskevich:
[tools] [unittests] Add missing include headers
- edit: unittests/DefToYAMLConverter/DefToYAMLConverterTest.cpp
- edit: tools/swift-def-to-yaml-converter/swift-def-to-yaml-converter.cpp
-
Commit 8e860e4701a0e7d74d41965fc20170e747f66dc8 by pyaskevich:
[tools] Handle errors when opening the YAML file
- edit: tools/swift-def-to-yaml-converter/swift-def-to-yaml-converter.cpp
-
Commit e5c42e4191c65c6788a30335c59df576d26da2d0 by pyaskevich:
[Localization] Add .gitkeep in diagnostics folder
- add: localization/diagnostics/.gitkeep
-
Commit d8a16d1d4492c2f304803960a3bd076a132aa81e by pyaskevich:
[tools] Improve error message and add
output-filename
as an option- edit: tools/swift-def-to-yaml-converter/swift-def-to-yaml-converter.cpp
-
Commit 7124d4aacb66e4c6c95388a2a64e563c9dfe8f66 by pyaskevich:
[unittests] Make tests call the converter on temp files
- edit: unittests/DefToYAMLConverter/DefToYAMLConverterTest.cpp
-
Commit b51b1f121e48e2f4b0c7cfdd54c31d4367d06d77 by pyaskevich:
[Localization] Establish dependency between def-to-yaml converter and diagnostic-database
- edit: localization/CMakeLists.txt
-
Commit 5d11fe6b62df42088baf18f713dfac5a0813edd4 by pyaskevich:
[Localization] Extract def-to-yaml conversion logic into
DefToYAMLConverter
to ease testing- edit: tools/swift-def-to-yaml-converter/swift-def-to-yaml-converter.cpp
- edit: lib/Localization/LocalizationFormat.cpp
- edit: include/swift/Localization/LocalizationFormat.h
-
Commit dbae8342e8e596553ac7b62ec19afc9ff545ea4f by pyaskevich:
[Localization] Establish a dedicated directory for localization tests
- delete: unittests/DefToYAMLConverter/CMakeLists.txt
- delete: unittests/DefToYAMLConverter/DefToYAMLConverterTest.cpp
- add: unittests/Localization/CMakeLists.txt
- edit: unittests/CMakeLists.txt
- add: unittests/Localization/DefToYAMLConverterTests.cpp
-
Commit fab497a02e37029d44f9c70bbbb81940c8694cf1 by pyaskevich:
[Localization] Use testing fixture in DefToYAMLConverter
- edit: unittests/Localization/DefToYAMLConverterTests.cpp
-
Commit 9d908ec4dce789f6c542d5467ddea41b2b0cd9b5 by github:
[stdlib] Removes redundant buffer zeroing in IndexPath initialiser by using `init(unsafeUninitializedCapacity:initializingWith:) (#31122)
- edit: stdlib/public/Darwin/Foundation/IndexPath.swift
-
Commit aa20633f4e2b1f440f2d9ae11cacfa7e4993cdca by github:
[AutoDiff] [Sema] Fix missing access-level mismatch diagnostic in
-enable-testing
builds. (#33800)- edit: lib/Sema/TypeCheckAttr.cpp
- edit: test/AutoDiff/Sema/derivative_attr_type_checking.swift
- edit: test/AutoDiff/Sema/transpose_attr_type_checking.swift
- edit: test/AutoDiff/Sema/differentiable_attr_type_checking.swift
-
Commit 65a547c4e62da29af82a661dbd2930728618e050 by 13952+xwu:
[benchmark] Add new benchmark for floating-point conversion
- edit: benchmark/utils/main.swift
- edit: benchmark/CMakeLists.txt
- add: benchmark/single-source/FloatingPointConversion.swift
-
Commit 42f79b0e87683d2d9224f01b87385381f91b5d16 by 13952+xwu:
[stdlib] Make use of protocol requirements to convert from concrete types
- edit: stdlib/public/core/FloatingPoint.swift
-
Commit 028a75572c72904ec4a89845182dd86ef5ca5086 by xi_ge:
ModuleInterface: remark potential version differences between SDK and prebuilt modules
- add: test/ModuleInterface/ModuleCache/Inputs/sdk-build-ver.2.plist
- edit: include/swift/IDE/Utils.h
- edit: test/ModuleInterface/ModuleCache/RebuildRemarks/out-of-date-forwarding-module.swift
- edit: tools/swift-api-digester/swift-api-digester.cpp
- edit: include/swift/Basic/Platform.h
- edit: include/swift/AST/DiagnosticsFrontend.def
- edit: lib/Basic/Platform.cpp
- edit: lib/Frontend/ModuleInterfaceLoader.cpp
- edit: lib/IDE/Utils.cpp
- add: test/ModuleInterface/ModuleCache/Inputs/sdk-build-ver.1.plist
-
Commit 514dce144ff44b9ea18abea1477873d66eacac1b by 13952+xwu:
Update copyright year on benchmark and its template
- edit: benchmark/single-source/FloatingPointConversion.swift
- edit: benchmark/scripts/Template.swift
-
Commit e920b702492fc991eeb2ba100b4ed2f54fe5c178 by hborla:
[Test] Disable Sanitizers/symbolication.swift for now
- edit: test/Sanitizers/symbolication.swift
-
Commit 0310a701d91ed34d8b3a50a915b16e9eb4117fb8 by spestov:
AST: Remove EnableASTScope flag and force it to always be on
- edit: include/swift/Frontend/Frontend.h
- edit: lib/Frontend/CompilerInvocation.cpp
- edit: lib/AST/ASTScopeCreation.cpp
- edit: lib/Driver/ToolChains.cpp
- edit: include/swift/Basic/LangOptions.h
- edit: include/swift/Option/FrontendOptions.td
- edit: lib/Sema/TypeCheckStmt.cpp
- edit: lib/Sema/TypeChecker.cpp
- edit: lib/AST/UnqualifiedLookup.cpp
- edit: test/Parse/toplevel_library_invalid.swift
- delete: test/NameLookup/warn-if-astscope.swift
- edit: test/SILGen/local_recursion.swift
- edit: include/swift/Option/Options.td
- edit: test/NameLookup/subscript-generic-conjuction-astscope.swift
- edit: test/lit.cfg
- edit: include/swift/AST/ASTScope.h
-
Commit 4a6280074d1f82ac211d24e18c76d90000432d55 by spestov:
Sema: Remove old pre-ASTScope logic from TypeCheckStmt.cpp
- edit: lib/Sema/TypeCheckStmt.cpp
-
Commit 70b68d6ba93ff6eb3ac0a969af2921507eb220cb by 13952+xwu:
[stdlib] Include Float16 among source types recognized for generic conversion
- edit: stdlib/public/core/FloatingPoint.swift
-
Commit e4f6041dba818a82fcc918bc29cdd1a9ba8e63e8 by pyaskevich:
[ConstraintSystem] Record generic fix if destination of a pointer conversion is invalid
- edit: test/Constraints/valid_pointer_conversions.swift
- edit: lib/Sema/CSSimplify.cpp
-
Commit 6489e1aaacf85ff0fafc53b2b30d03519f5875e9 by dgregor:
[Concurrency] Fix nested await/try parsing and effects checking.
- edit: test/expr/unary/async_await.swift
- edit: lib/Parse/ParseExpr.cpp
- edit: test/ClangImporter/objc_async.swift
- edit: lib/Sema/TypeCheckEffects.cpp
-
Commit b6046352deda78c4d73a8ba47b2c017c070f271b by 13952+xwu:
- edit: stdlib/public/core/FloatingPoint.swift
-
Commit 193cf0de87947d99a0625b9032552b0303adaba2 by spestov:
Code review feedback from @davidungar
- edit: lib/Parse/ParseDecl.cpp
- edit: include/swift/AST/SourceFile.h
- edit: lib/AST/Module.cpp
-
Commit 6fbbc498e5e019f425ef8cb3af66e9e6f6e0867f by github:
Delete build-windows-rebranch.bat
- delete: utils/build-windows-rebranch.bat
-
Commit 4fa57aef130d5a3d5688ebc999de32e504044d22 by mgottesman:
[serialization] Refactor from large SILInstruction loop, writeNoOperandLayout handler.
- edit: lib/Serialization/SerializeSIL.cpp
-
Commit c54fb3391108b5d3e141c48d01b83c8acf12a739 by mgottesman:
[opt-remark] Infer the source loc retain, release even if they have non-inlined locs.
- edit: lib/SIL/Utils/OptimizationRemark.cpp
- edit: test/SILOptimizer/opt-remark-generator.sil
- edit: include/swift/SIL/OptimizationRemark.h
- edit: lib/SILOptimizer/Transforms/OptRemarkGenerator.cpp
- edit: test/SILOptimizer/opt-remark-generator.swift
-
Commit 1acecd16a37d78a153d8d479c82c6459f926f3d6 by dsk:
[test][IRGen] Fix check on local_extern test.
- edit: test/IRGen/local_extern.swift
- add: test/IRGen/local_extern_windows.swift
-
Commit 60b7c578c4731cd76997883d1cc5b6a16ca20f50 by 13952+xwu:
[benchmark] Add mock floating-point types for conversion benchmarks
- edit: benchmark/single-source/FloatingPointConversion.swift
-
Commit fbdd1ebf46c062f085a2dfaafb9391f302448dc3 by compnerd:
Platform: improve WinSDK modulemap to repair build
- edit: stdlib/public/Platform/winsdk.modulemap
-
Commit 713b57becbceeee7f20c23716db134f244931dd0 by spestov:
Frontend: Remove -lazy-astscopes flag
- edit: lib/AST/ASTScopeSourceRange.cpp
- edit: include/swift/Option/FrontendOptions.td
- edit: lib/Frontend/CompilerInvocation.cpp
- edit: include/swift/Basic/LangOptions.h
- edit: lib/AST/ASTScopeCreation.cpp
-
Commit c89b5ac01b15b6385493ba7963f6864232c7c382 by mgottesman:
[serialization] Rename ResultVal -> ResultInst.
- edit: lib/Serialization/DeserializeSIL.cpp
-
Commit 44a7038f9e64232fb3639f3454eb9e56c81e5cd3 by 13952+xwu:
[benchmark] Address review comments on FP conversion benchmarks
- edit: benchmark/single-source/FloatingPointConversion.swift
-
Commit 93d4854c34036d1242b1a2c52deae1b23eeed4cd by dsk:
[test][IRGen] Maybe Windows needs dso_local.
- edit: test/IRGen/local_extern.swift
- delete: test/IRGen/local_extern_windows.swift
-
Commit bec3136e1a60f8e24433cb79cd1d6e9295502223 by spestov:
Sema: Unqualified lookup either needs a source location or a top-level context
- edit: lib/Sema/TypeCheckPattern.cpp
- edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 658d4bf813e80b683ca95216606065487cb0b96b by spestov:
SourceKit: Refactor walkRelatedDecls() to not use unqualified lookup
- edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
-
Commit 83f49b35f2d513f8e4b1ea5fb21f7aeb83877783 by spestov:
AST: Remove old unqualified lookup implementation
- edit: lib/AST/UnqualifiedLookup.cpp
-
Commit 14aaa2eb41ead3a756240e7e99f164a06db692d2 by 13952+xwu:
[docs] Minor revision of trailing closure matching edu note
- edit: userdocs/diagnostics/trailing-closure-matching.md
-
Commit 369275169015e429dbec3c475f0beca9c4372388 by suyashsrijan:
[Benchmark] Fix build failure on armv7 by guarding Float80 availability
- edit: benchmark/single-source/FloatingPointConversion.swift
-
Commit 4103cb8a35b43606074b85c3065479e3ee3f17d9 by 13952+xwu:
[docs] Restore original wording in two places about trailing closure matching
- edit: userdocs/diagnostics/trailing-closure-matching.md
-
Commit df0117e9cb3942202f4a4ba4b9503136d707db18 by github:
[docs] Address typo in trailing closure education note
- edit: userdocs/diagnostics/trailing-closure-matching.md
-
Commit 3c5322d50d5c0893ed07210a8343759cd48f1c0b by github:
[docs] Deprecate Python 2 in Windows build instructions (#33819)
- edit: docs/WindowsBuild.md
-
Commit f8d8005ce61dca06c1b368fde40e7e883a55e625 by github:
[Changelog] Add entries for SE-0279 and SE-0286 (#33729)
- edit: CHANGELOG.md
-
Commit edf89476426039b50300acff25aafd052eee9f14 by github:
Update WindowsBuild.md
- edit: docs/WindowsBuild.md
-
Commit 69f83e9deafbd278bfdec654a71507da34e02328 by compnerd:
test: adjust library search paths for Foundation
- edit: Tests/Functional/lit.cfg
-
Commit f5df584a5077e726ad851ccfe8496deda3e5ef07 by hans:
[flang] Version information in flang/f18
- add: flang/test/Preprocessing/compiler_defined_macros.F90
- add: flang/tools/f18/f18_version.h.in
- edit: flang/tools/f18/CMakeLists.txt
- edit: flang/test/Driver/version_test.f90
- edit: flang/tools/f18/f18.cpp
-
Commit 871f19677ab3e54192a5e81d74105cef440493ce by medismail.bennani:
[lldb/Target] Add custom interpreter option to
platform shell
- edit: lldb/include/lldb/Target/RemoteAwarePlatform.h
- edit: lldb/source/API/SBPlatform.cpp
- edit: lldb/source/Host/common/Host.cpp
- add: lldb/test/API/commands/platform/basic/Makefile
- edit: lldb/source/Host/macosx/objcxx/Host.mm
- edit: lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
- edit: lldb/bindings/interface/SBPlatform.i
- edit: lldb/source/Target/Platform.cpp
- edit: lldb/include/lldb/Host/Host.h
- add: lldb/test/API/commands/platform/basic/myshell.c
- edit: lldb/include/lldb/API/SBPlatform.h
- edit: lldb/test/API/commands/platform/basic/TestPlatformPython.py
- edit: lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
- edit: lldb/source/Target/RemoteAwarePlatform.cpp
- edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
- edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
- edit: lldb/source/Commands/Options.td
- edit: lldb/test/API/commands/platform/basic/TestPlatformCommand.py
- edit: lldb/source/Commands/CommandObjectPlatform.cpp
- edit: lldb/include/lldb/Target/Platform.h
-
Commit 7c8ee9be2331939937f161c9129de967205b0976 by medismail.bennani:
[lldb/test] Fix TestPlatform*.py Windows failures (NFC)
- edit: lldb/test/API/commands/platform/basic/myshell.c
-
Commit 040f52c098b846ab19c3516f2e7a44db5f2cd4d5 by medismail.bennani:
[lldb/interpreter] Improve REPL init file compatibility
- edit: lldb/source/Interpreter/CommandInterpreter.cpp
- edit: lldb/tools/driver/Driver.cpp
- edit: lldb/docs/man/lldb.rst
-
Commit ebbd5b423726f13962d4675639f58f9b0e0b106f by amara:
[StackProtector] Fix crash with vararg due to not checking LocationSize validity.
- edit: llvm/lib/CodeGen/StackProtector.cpp
- add: llvm/test/CodeGen/X86/stack-guard-memloc-vararg.ll
-
Commit 69b5762b780db6c73a600bb2e9e138e923a48155 by teemperor:
[lldb] Don't crash when LLDB can't extract the tsan report
- edit: lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
-
Commit 3e407020159e9d668d46fe89733a7c6f192a615a by medismail.bennani:
[lldb/Interpreter] Fix language detection for the REPL InitFile
- edit: lldb/source/Interpreter/CommandInterpreter.cpp
-
Commit b96f908ad55c4585556dce0b270f30557f23555e by teemperor:
[lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC)
- edit: lldb/source/API/SBHostOS.cpp
- edit: lldb/source/Host/common/FileSystem.cpp
- edit: lldb/source/Interpreter/CommandInterpreter.cpp
- edit: lldb/source/Target/Platform.cpp
- edit: lldb/source/Host/common/Editline.cpp
- edit: lldb/include/lldb/Host/FileSystem.h
-
Commit 54ed5981ce9142e9db1feb8ee022950438e0638f by erik.pilkington:
Make -fvisibility-inlines-hidden apply to static local variables in inline functions on Darwin
- edit: clang/include/clang/Basic/LangOptions.def
- edit: clang/test/Driver/darwin-objc-options.m
- edit: clang/lib/Driver/ToolChains/Darwin.cpp
- edit: clang/include/clang/Driver/Options.td
- edit: clang/lib/AST/Decl.cpp
- edit: clang/lib/Frontend/CompilerInvocation.cpp
- add: clang/test/CodeGenCXX/visibility-inlines-hidden-static-local-var.cpp
- edit: clang/lib/Driver/ToolChains/Clang.cpp
-
Commit 97ec4f62db48588bc23e6fc5aad38821f8b1d370 by teemperor:
[lldb] XFAIL TestMemoryHistory on Linux
- edit: lldb/test/API/functionalities/asan/TestMemoryHistory.py
-
Commit 763090a283d25847d3d06131709c3dab36327bd0 by erik.pilkington:
[IRGen] Fix an assert when attribute((used)) is used on an ObjC method
- edit: clang/lib/CodeGen/CodeGenModule.cpp
- add: clang/test/CodeGenObjC/attr-used-on-method.m
-
Commit fe8ba8fe3fe7218c557140af1f4b30dc11737b90 by devteam.codafi:
Check Implicit Module Names After Cache Hits
- edit: clang/lib/Serialization/ModuleManager.cpp
-
Commit aaba596860d6c7d149380ece4ef1f0613510faa6 by davelee.com:
[TypeSystemSwiftTypeRef] Implement IsPointerOrReferenceType
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 1f41fdff4387b918ba03fbf0f7046fde1a6d71d4 by davelee.com:
clang-format
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 2cf1e6e992976db555b3bac485677b37812179ec by davelee.com:
update existing Pointer/Reference tests
- edit: lldb/unittests/Symbol/TestTypeSystemSwiftTypeRef.cpp
-
Commit 541a01f346d73f7161047a4a8820508ff10f52a3 by davelee.com:
[SwiftASTContext] Remove unreachable code in IsMeaninglessWithoutDynamicResolution
- edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
-
Commit e6efcdbf28bcad45086dd802debb2103be48387d by compnerd:
Fix swig scripts install target name
- edit: lldb/bindings/python/CMakeLists.txt
-
Commit b9a43b46a7f5c3072e56bb889a7d4a99bae4afae by ldionne.2:
[libc++] Un-deprecate and un-remove some members of std::allocator
- delete: libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp
- delete: libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
- add: libcxx/test/std/utilities/memory/default.allocator/allocator_types.deprecated_in_cxx17.verify.cpp
- edit: libcxx/www/cxx1z_status.html
- edit: libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.cxx2a.pass.cpp
- add: libcxx/test/std/utilities/memory/default.allocator/allocator_types.removed_in_cxx20.verify.cpp
- edit: libcxx/www/cxx2a_status.html
- edit: libcxx/include/memory
- edit: libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.cpp
- add: libcxx/test/std/utilities/memory/default.allocator/allocator_void.deprecated_in_cxx17.verify.cpp
- edit: libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
-
Commit da12938459c2a2b5ab4c1051a91e8f8b0c58c43c by github:
Update CMakeLists.txt
- edit: lldb/test/CMakeLists.txt
-
Commit 73fd816b2be63554b8cfeb922856682338885e94 by compnerd:
build: setup export targets
- edit: Sources/PackageLoading/CMakeLists.txt
- edit: CMakeLists.txt
- edit: Sources/Build/CMakeLists.txt
- edit: Sources/LLBuildManifest/CMakeLists.txt
- edit: Sources/SPMBuildCore/CMakeLists.txt
- edit: Sources/SPMLLBuild/CMakeLists.txt
- add: cmake/modules/CMakeLists.txt
- edit: Sources/PackageGraph/CMakeLists.txt
- edit: Sources/PackageModel/CMakeLists.txt
- edit: Sources/SourceControl/CMakeLists.txt
-
Commit 1112cc230e3cfa6460f339a38c1a4cb161ae9a6d by kulakov.ilya:
[Xcodeproj] Quote space-separated build settings when necessary.
- edit: Sources/Xcodeproj/XcodeProjectModelSerialization.swift
- edit: Tests/XcodeprojTests/XcodeProjectModelSerializationTests.swift
-
Commit 8392988f42cc9236eff7ad31689a5abbfe3ff9ef by github:
Pin the argument parser dependency to 0.3.0 (#2909)
- edit: Package.swift
-
Commit 948e70ebe77e246c170f5c05cc8320867ba8bcac by github:
Fix two issues in Usage.md (#2908)
- edit: Documentation/Usage.md
-
Commit b6e556a7e4b5fefb2d4fa24b80757845a040e290 by github:
testTarget method's description of parameter path (#2906)
- edit: Documentation/PackageDescription.md
-
Commit eca7824b0b2b5ead2d7ae12e8b92fa9637acda36 by github:
Added option to enable CMake Install (#2907)
- edit: Sources/swift-build/CMakeLists.txt
- edit: Sources/PackageModel/CMakeLists.txt
- edit: Sources/PackageLoading/CMakeLists.txt
- edit: Sources/Workspace/CMakeLists.txt
- edit: Sources/SPMLLBuild/CMakeLists.txt
- edit: Sources/SPMBuildCore/CMakeLists.txt
- edit: swift-tools-support-core/Sources/TSCLibc/CMakeLists.txt
- edit: Sources/LLBuildManifest/CMakeLists.txt
- edit: Sources/swift-package/CMakeLists.txt
- edit: Sources/swift-test/CMakeLists.txt
- edit: swift-tools-support-core/Sources/TSCUtility/CMakeLists.txt
- edit: Sources/Build/CMakeLists.txt
- edit: CMakeLists.txt
- edit: swift-tools-support-core/Sources/TSCBasic/CMakeLists.txt
- edit: Sources/swift-run/CMakeLists.txt
- edit: Sources/XCBuildSupport/CMakeLists.txt
- edit: Sources/Commands/CMakeLists.txt
- edit: Sources/PackageGraph/CMakeLists.txt
- edit: Sources/SourceControl/CMakeLists.txt
- edit: Sources/Xcodeproj/CMakeLists.txt
-
Commit 896ff5dde42ccb4dcb2c9866ff932a517125a0c2 by achikin:
[Explicit Module Builds] Point module dependency modules to be stored in the module cache
- edit: Sources/SwiftDriver/Explicit Module Builds/ExplicitModuleBuildHandler.swift
- edit: Sources/SwiftDriver/Jobs/Planning.swift
-
Commit 9312d6a0885d73f2439d42e3f5832368293aebe8 by owen:
Add trunk snapshot requirement to the README
- edit: README.md
-
Commit 869947da2df661a14dd963a6e3676d96288c5c1e by owen:
Add missing flags to compile jobs
- edit: Sources/SwiftDriver/Jobs/CompileJob.swift
-
Commit 262419f17791e8b3a02eb7bdc8bccd867e459b29 by owen:
Fix -debug-info-store-invocation-logic on Darwin
- edit: Sources/SwiftDriver/Toolchains/DarwinToolchain.swift
- edit: Sources/SwiftDriver/Jobs/CompileJob.swift
-
Commit 6d46af51449d4936844ae223b3b778da595d9864 by owen:
Validate profile generation args
- edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
- edit: Sources/SwiftDriver/Driver/Driver.swift
-
Commit fa217a6289c43cf8a9171002f382f1596d6c5a70 by owen:
Validate conditional compilation args
- edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
- edit: Sources/SwiftDriver/Driver/Driver.swift
-
Commit 5982e805167040211096fabc2ae5bc49e9b5e56f by owen:
Validate framework search path args
- edit: Sources/SwiftDriver/Driver/Driver.swift
- edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
-
Commit c9f696dd26819ab2957ac4d72bd29505def84b39 by owen:
Don't skip argument validation steps if an earlier step failed
- edit: Sources/swift-driver/main.swift
- edit: Tests/SwiftDriverTests/Helpers/AssertDiagnostics.swift
- edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
- edit: Sources/SwiftDriver/Driver/Driver.swift
-
Commit c21e733dfc643a3d2aff1e31bfe6ec706c687d53 by owen:
Change attempted compilation condition assignment and bad -F argument diagnostics from errors to warnings
- edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
- edit: Sources/SwiftDriver/Driver/Driver.swift
- edit: Tests/SwiftDriverTests/Helpers/AssertDiagnostics.swift
-
Commit 00a6fb9fcbd8b1b1ca0d5adbd71b5b981e4aa7fb by compnerd:
build: link Yams privately
- edit: Sources/SwiftDriver/CMakeLists.txt
-
Commit cf04fa88a6166f6df78d0a861c44fc5b682bf0c6 by jhonnybillm:
FIX - broken DriverInternals and DriverParseableOutput rst urls. Files were updated to md.
- edit: README.md
-
Commit 71e0945ee00a16775f50f295b997894c87f945f1 by compnerd:
build: collect the build artifacts in a central location
- edit: CMakeLists.txt
-
Commit 7bfa2dcb7f2c55f43e53c3e4915037c0bd081efc by github:
Add locking primitives for TARGET_OS_WASI in CFLocking.h
- edit: CoreFoundation/Base.subproj/CFLocking.h
-
Commit acbecae047cdd59866a68966a9ab07597748bfe1 by github:
Add a clarifying comment with a link to bugs.swift.org
- edit: CoreFoundation/Base.subproj/CFLocking.h