swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-package-osx [#3696]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3696/
Project:
oss-swift-package-osx
Date of build:
Sat, 14 Sep 2019 00:02:40 -0500
Build duration:
2 hr 28 min
Changes
-
Commit 80085e0d272720348879c7c97373b36c7ba58395 by rishizaki:
[SyntaxParse] Make ParsedRawSyntaxNode move-only
-
edit: lib/Parse/ParseExpr.cpp
-
edit: lib/SyntaxParse/RawSyntaxTokenCache.h
-
edit: lib/Parse/ParsedSyntaxRecorder.cpp.gyb
-
edit: include/swift/Parse/ParsedRawSyntaxRecorder.h
-
edit: include/swift/Parse/SyntaxParsingContext.h
-
edit: lib/Parse/ParseType.cpp
-
edit: lib/Parse/ParsedSyntaxNodes.cpp.gyb
-
edit: include/swift/Parse/ParsedSyntax.h
-
edit: include/swift/Parse/LibSyntaxGenerator.h
-
edit: include/swift/Parse/ParsedRawSyntaxNode.h
-
edit: lib/Parse/ParsedRawSyntaxRecorder.cpp
-
edit: lib/Parse/SyntaxParsingContext.cpp
-
edit: lib/Parse/Parser.cpp
-
edit: lib/Parse/ParsePattern.cpp
-
edit: include/swift/Parse/SyntaxParserResult.h
-
edit: lib/Parse/ParsedSyntaxBuilders.cpp.gyb
-
edit: include/swift/Parse/ParsedSyntaxRecorder.h.gyb
-
edit: lib/Parse/ParsedRawSyntaxNode.cpp
-
Commit b9985dbe877160ec901fb0a0b4a495f69041f5aa by rishizaki:
[SyntaxParse] Fix memory leak for explicit syntax actions
-
edit: include/swift/Parse/HiddenLibSyntaxAction.h
-
edit: include/swift/Parse/SyntaxParseActions.h
-
edit: lib/Parse/HiddenLibSyntaxAction.cpp
-
edit: lib/Parse/ParsedRawSyntaxRecorder.cpp
-
edit: lib/SyntaxParse/SyntaxTreeCreator.cpp
-
edit: lib/Parse/SyntaxParsingContext.cpp
-
edit: include/swift/SyntaxParse/SyntaxTreeCreator.h
-
edit: include/swift/Parse/ParsedRawSyntaxRecorder.h
-
edit: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp
-
Commit f184f75bf09c41b2d2631a117b9f2e5ccf2789d7 by dungar:
Ensure memberCount includes unparsed members
-
edit: lib/AST/DeclContext.cpp
-
edit: include/swift/AST/DeclContext.h
-
Commit 7b1b0a00770d87d122b95341d3685889b272c1f5 by atrick:
Add comments to destroy_addr in SIL.rst.
-
Commit efa350a05acdc67ad4d55d0c3373a043c5cad4b9 by jordan_rose:
[PrintAsObjC] Pull the actual decl/type printer out to a separate file
-
edit: lib/PrintAsObjC/PrintAsObjC.cpp
-
add: lib/PrintAsObjC/DeclAndTypePrinter.h
-
edit: lib/PrintAsObjC/CMakeLists.txt
-
add: lib/PrintAsObjC/DeclAndTypePrinter.cpp
-
Commit 11279ee01d10bc9a61e4d92ac78e49a00ea93cf9 by jordan_rose:
[PrintAsObjC] Simplify tracking of @optional in protocol printing
-
edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
-
Commit 6058797e06b241e2bcd4f7bfe34b57af80877ffd by jordan_rose:
[PrintAsObjC] Reorganize DeclAndTypePrinter fields to make more sense
-
edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
-
Commit d68eae6b7a4386f012eb69f8ebec4e338c411d22 by jordan_rose:
[PrintAsObjC] Fix caching of various special names
-
edit: lib/PrintAsObjC/DeclAndTypePrinter.h
-
edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
-
Commit 1e414f7fb6d6620a795f1bf68a893111b6e3bf89 by sashakrassovsky:
Fix warnings in AST
-
edit: lib/AST/Decl.cpp
-
edit: lib/AST/ASTScopeCreation.cpp
-
edit: include/swift/AST/PropertyWrappers.h
-
edit: lib/AST/DeclContext.cpp
-
edit: include/swift/AST/ResilienceExpansion.h
-
edit: lib/AST/ASTContext.cpp
-
edit: include/swift/AST/Requirement.h
-
edit: lib/AST/GenericSignature.cpp
-
edit: lib/AST/ASTScope.cpp
-
Commit c5bfa450eebbf863e30eba17db7d305b7092fe05 by sashakrassovsky:
Fix warnings in Basic
-
edit: lib/Basic/FileSystem.cpp
-
edit: lib/Basic/LangOptions.cpp
-
Commit 037f16812614a44a2933c3ec53412f246205ad07 by sashakrassovsky:
Fix warnings in Parse
-
edit: lib/Parse/ParseRequests.cpp
-
edit: lib/Parse/ParseIfConfig.cpp
-
edit: lib/Parse/Scope.cpp
-
Commit 63a81fd86459bb8d3e10e5c5f81d707dd3a5baec by sashakrassovsky:
Fix warnings in SIL
-
edit: lib/SIL/SILPrinter.cpp
-
edit: include/swift/SIL/AbstractionPattern.h
-
Commit 8cae17ceac754915018ea8a212acc991b928ea7e by sashakrassovsky:
Fix warnings in Sema
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/TypeCheckStorage.cpp
-
edit: lib/Sema/CSSimplify.cpp
-
Commit d4110e44f2d8b60bf4e1f3aff1cb1d040be7f4e3 by sashakrassovsky:
Fix warnings in IDE
-
edit: lib/IDE/CodeCompletion.cpp
-
Commit 318fdc871352898bd9fdd3ddd176c0cc6fa695d6 by sashakrassovsky:
Fix warnings in Syntax
-
edit: lib/Syntax/Trivia.cpp.gyb
-
Commit f2cd4d24755b65a7d98b797e126ba2fbc19dc4fc by sashakrassovsky:
Fix warning in sil-passpipeline-dumper
-
edit: tools/sil-passpipeline-dumper/SILPassPipelineDumper.cpp
-
Commit edc26bb92d0294042130eb81f30cb860015c3699 by sashakrassovsky:
Fix warning in swift-api-digester
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
Commit dbbbbe5397cbfd0ec93c38a3b9db8bca2beb50fd by jordan_rose:
[PrintAsObjC] DeclAndTypePrinter::Impl doesn't need the module
-
edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
-
Commit b2a27a50aa0853d81c27e53577a4bd8b40824192 by jordan_rose:
[PrintAsObjC] Clarify the 'specialNames' map in DeclAndTypePrinter
-
edit: lib/PrintAsObjC/DeclAndTypePrinter.h
-
edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
-
Commit 1b254949f1c552e55d77c65b02c9dbeca7e2b191 by richardh:
add file options request
-
add: Sources/BuildServerProtocol/FileOptions.swift
-
edit: Sources/BuildServerProtocol/Messages.swift
-
Commit f2b5f2c16725a9bff2bad0fa9229af8735c9c93b by richardh:
add settings request and tests
-
edit: Sources/SKCore/BuildServerBuildSystem.swift
-
add: Tests/INPUTS/BuildServerBuildSystemTests.testSettings/buildServer.json
-
add: Tests/INPUTS/BuildServerBuildSystemTests.testSettings/server.py
-
edit: Tests/SKCoreTests/XCTestManifests.swift
-
edit: Tests/SKCoreTests/BuildServerBuildSystemTests.swift
-
Commit dcbc43f88f8f8fc977ffba909ec65116540bd791 by blangmuir:
[test] Loosen test to account for clangd change in master-next
-
edit: Tests/SourceKitTests/LocalClangTests.swift
-
Commit 68bd6fd2b787e9025291f1865638e4b0b3681d15 by ankit_aggarwal:
[Workspace] Turn an IUO into a throwing error
-
edit: Sources/Workspace/Workspace.swift