Report
[FAILURE] oss-swift-package-osx [#464]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/464/
Project:
oss-swift-package-osx
Date of build:
Tue, 10 Oct 2017 17:49:36 -0500
Build duration:
2 hr 33 min
Changes
-
Commit c1821755de7b2909e07d40e3155b54e19040dd25 by dungar:
NFC: First step (refactoring) towards speeding up compilation by having- edit: include/swift/Frontend/Frontend.h
- edit: lib/Migrator/Migrator.cpp
- edit: lib/Frontend/FrontendOptions.cpp
- edit: tools/sil-llvm-gen/SILLLVMGen.cpp
- edit: tools/driver/modulewrap_main.cpp
- edit: lib/FrontendTool/FrontendTool.cpp
- edit: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp
- edit: lib/Frontend/Frontend.cpp
- edit: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp
- edit: tools/swift-ide-test/swift-ide-test.cpp
- edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
- edit: include/swift/Frontend/FrontendOptions.h
- edit: lib/Frontend/CompilerInvocation.cpp
- edit: tools/sil-opt/SILOpt.cpp
- edit: lib/IDE/Refactoring.cpp
- edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
-
Commit 47ee930a50715fe35b3cd39ba593b63404e51b87 by dungar:
git-clang-format'ed- edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
- edit: tools/driver/modulewrap_main.cpp
- edit: tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp
- edit: tools/sil-llvm-gen/SILLLVMGen.cpp
- edit: lib/Frontend/Frontend.cpp
- edit: lib/IDE/Refactoring.cpp
- edit: lib/Frontend/FrontendOptions.cpp
- edit: lib/Migrator/Migrator.cpp
- edit: tools/sil-opt/SILOpt.cpp
- edit: include/swift/Frontend/Frontend.h
- edit: include/swift/Frontend/FrontendOptions.h
- edit: lib/Frontend/CompilerInvocation.cpp
- edit: lib/FrontendTool/FrontendTool.cpp
-
Commit 436e521651edd8ec81fc60f05415f6d7cb36a56e by github:
[doc] Document "please test compiler performance"- edit: docs/ContinuousIntegration.md
-
Commit aba45a641ea5cd7ad83298fbfefc8d398073604d by github:
Elaborate what "test compiler performance" actually does.- edit: docs/ContinuousIntegration.md
-
Commit f8e7e4bc0d50342ed615ee20a6c840762b8c19e7 by github:
Update ContinuousIntegration.md- edit: docs/ContinuousIntegration.md
-
Commit 098cc33f065fa6ad35165ffad1b0dd85c9196769 by dungar:
Remove stale comment- edit: include/swift/Frontend/FrontendOptions.h
-
Commit 44eaf8783590a609d4e8dc5d88a3c260b6ae539b by aprantl:
Debug Info: Fix the SDLoc propagation for a DAGCombiner rule- add: test/CodeGen/X86/load-combine-dbg.ll
-
Commit 3518796365f08b913a327f9395a4a8fa9f6f293a by jingham:
Work around a bug in the C++ expression parser.- edit: examples/darwin/heap_find/heap.py