swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-package-osx [#5035]
Build URL: https://ci.swift.org/job/oss-swift-package-osx/5035/
Project: oss-swift-package-osx
Date of build: Fri, 07 Aug 2020 08:59:58 -0500
Build duration: 5 hr 41 min
Identified problems:- Delete directory failed: A script tried to delete a directory with rm and it failed
Changes- Commit 28531141d2dccd2b2d0df5c9a459536341585306 by aqamoss3fan2010:
AssociatedTypeInference: Self is a valid fixed type witness
-
edit: include/swift/AST/GenericSignatureBuilder.h
-
edit: lib/AST/GenericSignatureBuilder.cpp
-
add: test/decl/protocol/req/associated_type_inference_fixed_type.swift
-
edit: lib/Sema/TypeCheckProtocolInference.cpp
-
edit: test/decl/protocol/req/associated_type_inference.swift
-
Commit ef6c37451606514ed4a64052c0785372e5ddcbee by nhawes:
[Sema/Index] Resolve #keyPath components so they can be indexed
-
edit: lib/Sema/ConstraintSystem.cpp
-
edit: lib/AST/Expr.cpp
-
edit: lib/IDE/SourceEntityWalker.cpp
-
edit: test/expr/primary/keypath/keypath-objc.swift
-
edit: lib/AST/ASTDumper.cpp
-
edit: test/Index/index_keypaths.swift
-
edit: lib/SILGen/SILGenExpr.cpp
-
edit: lib/Sema/TypeCheckCodeCompletion.cpp
-
edit: lib/AST/ASTWalker.cpp
-
edit: lib/Sema/CSSimplify.cpp
-
edit: lib/Sema/CSApply.cpp
-
edit: lib/Sema/CSGen.cpp
-
edit: lib/Sema/TypeCheckExprObjC.cpp
-
edit: include/swift/AST/Expr.h
-
edit: lib/Sema/TypeCheckAvailability.cpp
-
edit: test/IDE/complete_pound_keypath.swift
-
Commit c41dd2126cef7740ac8b7c0c5427b78777738f89 by 1094986+edymtt:
[test] Ensure clang importer sdk uses its own CoreFoundation overlay
-
edit: test/lit.cfg
-
edit: test/Inputs/clang-importer-sdk/swift-modules/CoreFoundation.swift
-
edit: test/IDE/print_clang_header_i386.swift
-
Commit 38e2bd9c891e7cc2fc04cc81cc9fef13f842bf0a by nhawes:
[Diagnostics] Demote availability errors to warning for decls in ObjC
-
edit: lib/Sema/TypeCheckAvailability.cpp
-
edit: test/expr/primary/keypath/keypath-objc.swift
-
edit: localization/diagnostics/en.yaml
-
edit: lib/Sema/TypeCheckAvailability.h
-
edit: include/swift/AST/DiagnosticsSema.def
-
Commit 3aa4f74981c759dd77cb8c475d2520f664a2a9f8 by nhawes:
Add missing include to fix build issues on master-next and
-
edit: include/swift/AST/DiagnosticEngine.h
-
Commit 094aa8f0f311213de1f26ddf390d4d16129ce21f by plotfi:
Fix build error due to missing include of llvm/Support/FileSystem.h
-
edit: include/swift/AST/DiagnosticEngine.h
-
Commit d3f0de804dd3b58c836efe24d9ab73b574c46215 by github:
[SE-0163] Migrate from deprecated Unicode APIs (part 3) (#33175)
-
edit: stdlib/public/core/StaticString.swift
-
edit: test/IRGen/objc_super.swift
-
Commit ad83b21b1df7d08a10186e8507b70c6ef2fff140 by spestov:
Add another test case to test/Constraints/sr12365.swift
-
edit: test/Constraints/sr12365.swift
-
Commit b98085d69e491118949ce7e37c7b6bdfd1e5332a by github:
[Doc] Update CI trigger for CentOS and Ubuntu
-
edit: docs/ContinuousIntegration.md
-
Commit c84873288363c07c9b7681b525e17902226bd1db by aprantl:
Fix debugserver's qProcessInfo reporting of maccatalyst binaries
-
add: lldb/test/API/macosx/macCatalyst/main.c
-
edit: lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
-
edit: lldb/tools/debugserver/source/RNBRemote.cpp
-
add: lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.h
-
delete: lldb/test/API/macosx/macabi/Makefile
-
delete: lldb/test/API/macosx/macabi/foo.c
-
add: lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile
-
edit: lldb/tools/debugserver/source/DNB.h
-
edit: lldb/tools/debugserver/source/DNB.cpp
-
edit: lldb/packages/Python/lldbsuite/test/lldbutil.py
-
add: lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c
-
delete: lldb/test/API/macosx/macabi/main.c
-
edit: lldb/tools/debugserver/source/MacOSX/MachProcess.h
-
add: lldb/test/API/macosx/macCatalystAppMacOSFramework/TestMacCatalystAppWithMacOSFramework.py
-
edit: lldb/tools/debugserver/source/MacOSX/MachProcess.mm
-
add: lldb/test/API/macosx/macCatalystAppMacOSFramework/main.c
-
add: lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
-
delete: lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
-
add: lldb/test/API/macosx/macCatalyst/Makefile
-
delete: lldb/test/API/macosx/macabi/foo.h
-
Commit b8219ea908aee028adeb7cbd3bbc44c3e4675526 by abdulras:
[JITLink][AArch64] Handle addends on PAGE21 / PAGEOFF12 relocations.
-
edit: llvm/test/ExecutionEngine/JITLink/AArch64/MachO_Arm64_relocations.s
-
edit: llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
-
Commit 3ae80f23363846d129c0b4d7074b87c4ca2cce75 by abdulras:
[JITLink][MachO][AArch64] More PAGEOFF12 relocation fixes.
-
edit: llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
-
edit: llvm/test/ExecutionEngine/JITLink/AArch64/MachO_Arm64_relocations.s
-
Commit 989483cc0da583c2980e753c892f0f893b62d71d by friss:
[lldb/testsuite] Change get_debugserver_exe to support Rosetta
-
edit: lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
-
Commit 49ffe3b258570cc404cf936c962d7e52813b1c25 by aprantl:
Add missing override to Makefile
-
edit: lldb/test/API/macosx/macCatalyst/Makefile
-
edit: lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile
-
Commit 2d35f15aaa2b584fd93a3405b73546db09f66119 by aprantl:
Remove nonfunctional decorator on 5.3 branch
-
edit: lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
-
edit: lldb/test/API/macosx/macCatalystAppMacOSFramework/TestMacCatalystAppWithMacOSFramework.py
-
Commit 6f469cf0c7c03591ac0723baa134b5d42855e3c1 by github:
Improve check for unsafe flags (#2845)
-
edit: Sources/PackageGraph/PackageGraphLoader.swift
-
edit: Tests/PackageGraphTests/PackageGraphTests.swift
-
edit: Sources/PackageModel/ResolvedModels.swift
-
edit: Tests/WorkspaceTests/WorkspaceTests.swift