swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-package-osx [#2712]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2712/
Project:
oss-swift-package-osx
Date of build:
Mon, 17 Dec 2018 17:12:52 -0600
Build duration:
3 hr 51 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Changes
-
Commit 38e5158e1726a00284a4e7875d22a10e1441efc8 by jake.petroules:
Make a couple of our enumerations string-convertible for diagnostics
-
edit: products/llbuildSwift/BuildSystemBindings.swift
-
Commit 4cf520b50978e41d4ecad234caf721a9c3039e0a by jake.petroules:
Rename Compile to Compiling to fix the tense
-
edit: tests/SwiftBuildTool/swift-compiler-whole-module-optimization.swift-build
-
edit: tests/SwiftBuildTool/swift-compiler.swift-build
-
edit: lib/BuildSystem/BuildSystem.cpp
-
Commit ff5a8009fab2799473f5794358802e8fef531a14 by rajbarik:
Refactor SILCombiner to build ConcreteExistentialInfo using an Uniform
-
edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
-
edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
-
Commit d77801abaf19090dc7d7e0ead30844d9f62674c0 by compnerd:
test: define and use %target-rpath
-
edit: test/Interpreter/enum_resilience.swift
-
edit: test/Interpreter/dynamic_replacement_chaining.swift
-
edit: test/Interpreter/dynamic_replacement.swift
-
edit: test/multifile/multiconformanceimpls/main.swift
-
edit: test/Interpreter/objc_class_resilience.swift
-
edit: test/Interpreter/protocol_resilience.swift
-
edit: test/Interpreter/SDK/objc_getClass.swift
-
edit: test/Interpreter/conditional_conformances_modules.swift
-
edit: test/lit.cfg
-
edit: test/Interpreter/struct_resilience.swift
-
edit: test/attr/attr_implements_serial.swift
-
edit: test/Interpreter/class_resilience.swift
-
edit: test/Interpreter/global_resilience.swift
-
edit: test/Interpreter/unresolvable_dynamic_metadata_cycles.swift
-
edit: test/Interpreter/resilient_metadata_cycles.swift
-
Commit 1d48a37c0e4741b5647916fd295ca784c73f5ca9 by dave:
[Sema] ReturnStmt must be ImplicitConversionExpr aware
-
edit: lib/Sema/TypeCheckStmt.cpp
-
Commit aa5dc6c77af3c61eccbef2d14512b222565a8e08 by dgregor:
[AST] Use a proper “empty key” encoding for CanType in DenseMaps.
-
edit: include/swift/AST/Types.h
-
edit: include/swift/AST/Type.h
-
Commit df5712d1fd16cd9c97bdae6b99957cc8c50ef72e by compnerd:
platform: widen winsdk modulemap
-
edit: stdlib/public/Platform/winsdk.modulemap
-
Commit 9f61301855003942abed39bcfd7d788e3361d2e6 by dgregor:
[Name lookup] Enable shadowing for type lookup and of the Swift module.
-
add: test/NameBinding/stdlib_shadowing.swift
-
edit: lib/AST/NameLookup.cpp
-
add: test/NameBinding/Inputs/HasResult.swift
-
Commit fc7eb0d3b600f63ae3a8de3db8e7ac2342c0259a by dgregor:
[AST] Pull GenericSignature::ResolvedType definition into a header.
-
add: lib/AST/GenericSignatureBuilderImpl.h
-
edit: lib/AST/GenericSignatureBuilder.cpp
-
Commit a2a663c9a9840500da1cfebbfff77cedadc0170b by dgregor:
[Name lookup] Narrow shadowing to non-member types.
-
add: test/NameBinding/member_type_shadowing.swift
-
add: test/NameBinding/Inputs/MemberTypesInClasses.swift
-
edit: lib/AST/NameLookup.cpp
-
Commit bbe3aa7e7021d922371d77f3a48e4430feaba9c8 by dgregor:
[AST] Improve canonicalization using dependent member types.
-
edit: lib/AST/GenericSignature.cpp
-
Commit 69c9fbc3c8941d64ec1aa5f0edfa4dd0d5819de5 by dgregor:
Move SIMD operators back into the Swift standard library
-
edit: stdlib/public/Darwin/simd/Quaternion.swift.gyb
-
edit: stdlib/public/Darwin/MediaPlayer/CMakeLists.txt
-
edit: validation-test/Sema/type_checker_perf/fast/simd_add.gyb
-
edit: stdlib/public/core/SIMDVector.swift
-
edit: stdlib/public/SIMDOperators/Operators.swift
-
edit: stdlib/public/Darwin/simd/simd.swift.gyb
-
Commit ad17e8a3abd69de52fa303bfe530154b99165af7 by dgregor:
[SIMD] Delete unnecessary comment on debugDescription.
-
edit: stdlib/public/core/SIMDVectorTypes.swift.gyb
-
Commit e21a96f4ab06a1e240d7e51ad72fab182d81ea0b by dgregor:
[SIMD] Update tests to reflect the SIMD operators in the standard
-
add: validation-test/Sema/type_checker_perf/slow/sr139.swift
-
edit: test/Sema/complex_expressions.swift
-
edit: test/Constraints/tuple.swift
-
Commit 73de196fb51da46654d12cb8f24b6628adb10fc5 by github:
[ParseableInterface] Accept no space after "swift-module-flags:"
-
edit: test/ParseableInterface/SmokeTest.swiftinterface
-
edit: lib/Frontend/ParseableInterfaceSupport.cpp
-
Commit fac90e8ae4aed360bbc0d4ba06f7c64ad0eb1c78 by github:
Use !canImport(ObjectiveC) instead of !os(macOS) (#1916)
-
edit: Sources/Workspace/InitPackage.swift
-
Commit 82a2376601b1ad6b1e9a27504778fb4bc2fd1129 by aprantl:
Make crashlog.py work when a .dSYM is present, but a binary is missing
-
edit: examples/python/crashlog.py
-
Commit 80d0e7ddcca6fb9bce1b01c3cc7d4e3f341b9418 by aprantl:
Make crashlog.py work or binaries with spaces in their names
-
add: lit/Python/crashlog.test
-
edit: examples/python/crashlog.py
-
Commit 18e28d33433e271838df1551ebc14db0b57e53e2 by ditaliano:
Fix lldb's macosx/heap.py cstr command.
-
edit: examples/darwin/heap_find/heap.py
-
add: lit/Heap/heap-cstr.test
-
add: lit/Heap/Inputs/cstr.c