Report
[FAILURE] oss-swift-package-osx [#2001]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2001/
Project:
oss-swift-package-osx
Date of build:
Thu, 02 Aug 2018 22:20:14 -0500
Build duration:
59 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit 75d954000394eb3bf0066af8664e4089adbc97ce by hongm:
Fixed a bug in const folding, where an inst that's not of type- edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
-
Commit 2c74a0121568b3cd677419472a66f4f6a4e27764 by atrick:
Generalize AllocBoxToStack pass to handle apply variations.- edit: test/SILOptimizer/allocbox_to_stack.sil
- edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
-
Commit 2193a7b437c10e5564683e9fecc2181539df11cb by alex:
[incrParse] Compute NodeStart on the fly when looking up nodes- edit: lib/Parse/SyntaxParsingCache.cpp
- edit: include/swift/Parse/SyntaxParsingCache.h
-
Commit 15b1559e06e9fac77b85f25763d3cf795c896242 by alex:
[SourceKit] Move syntax tree serialization to separate function- edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
-
Commit 082a9878d124388e43131e4026aca9ae49d69495 by alex:
[SourceKit] Reserve 4KB for the syntax tree buffer- edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
-
Commit 85f1c5e7a199fe09a900b45d9b9772e559261f0b by alex:
[incrParse] Fix issue because of which the syntax tree always got- edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
-
Commit 729e0e23fc92f11ab6c60102ca09cfa95b64d5d3 by alex:
[libSyntax] Add logging for how long syntax tree serialization took- edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
-
Commit b75dd68180e97785c4a47e38b325e81d590f678e by alex:
[SourceKit] Pass reused node IDs by reference- edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
- edit: unittests/SourceKit/SwiftLang/EditingTest.cpp
- edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
- edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
- edit: unittests/SourceKit/SwiftLang/CursorInfoTest.cpp
-
Commit 10ea2a59cec1b7f5156930ce6737428da94840d9 by mark.lacey:
[ConstraintSystem] Simplify getFixedTypeRecursive a little.- edit: lib/Sema/ConstraintSystem.cpp
-
Commit 084286eb5ae67482e086806c8bcfe4d6b2cbff18 by github:
SourceKit: make SwiftLang build in linux. (#18455)- edit: test/SwiftSyntax/DeserializeFile.swift
- edit: tools/SourceKit/tools/CMakeLists.txt
- edit: tools/SourceKit/tools/swift-lang/CMakeLists.txt
- edit: test/SwiftSyntax/AbsolutePosition.swift
- edit: tools/SourceKit/tools/swift-lang/SwiftLang.swift
- edit: tools/SourceKit/tools/swift-lang/SourceKitdClient.swift
- edit: test/SwiftSyntax/ParseFile.swift
- edit: test/SwiftSyntax/VisitorTest.swift
- edit: tools/SourceKit/tools/swift-lang/SourceKitdResponse.swift
- add: tools/SourceKit/tools/sourcekitd/include/sourcekitd/module.modulemap
-
Commit 53d0ef8131258e0bb3a17ff87f027abe43a2af7c by github:
[Serialization] Tweak deployment-target-too-new diagnostic (#18475)- edit: test/Serialization/target-incompatible.swift
- add: test/Serialization/target-too-new-ios.swift
- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/Serialization/target-too-new.swift
- edit: lib/Serialization/SerializedModuleLoader.cpp