swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-package-osx [#4601]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4601/
Project:
oss-swift-package-osx
Date of build:
Mon, 20 Apr 2020 13:06:43 -0500
Build duration:
52 min
Changes
-
Commit 41ef65c23e5a8dc8bdab98a7bfe3425201a91f4e by repo:
[build-script] Add the installation prefix to the toolchain path
-
edit: utils/swift_build_support/swift_build_support/targets.py
-
edit: utils/swift_build_support/swift_build_support/products/pythonkit.py
-
edit: utils/swift_build_support/swift_build_support/products/tensorflow.py
-
edit: utils/swift_build_support/swift_build_support/products/swiftpm.py
-
Commit 6ad83a075460df35e15f839956469a2b6d4dc49e by me:
[stdlib] StaticString: extension per conformance
-
edit: stdlib/public/core/StaticString.swift
-
Commit 96e6e5042b45334a957d1670db2179ee569b3ae1 by brentdax:
Fix @available(macCatalyst N, iOS N+M) bug
-
edit: test/attr/attr_availability_maccatalyst.swift
-
edit: lib/AST/Availability.cpp
-
Commit f32a6e25655902f1f0550ac12d0c1eb04be5c800 by dsk:
[stdlib] Buildfix differentiation for OpenBSD.
-
edit: stdlib/public/Differentiation/CMakeLists.txt
-
edit: stdlib/cmake/modules/AddSwiftStdlib.cmake
-
edit: stdlib/public/Differentiation/TgmathDerivatives.swift.gyb
-
Commit 05736d14b872ae9754e2ec091633eabd49d42cdc by brentdax:
Handle multiple @available attributes correctly
-
edit: lib/AST/Availability.cpp
-
Commit 4ed3665f8610f308c21701770c019d5e3e0face4 by pyaskevich:
[Diagnostics] Provide anchors on demand instead of storing in
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSDiagnostics.h
-
Commit f5714bf50d314c29283407091431f07b22a15763 by pyaskevich:
[Diagnostics] Switch get{Raw}Anchor to return TypedNode
-
edit: lib/Sema/CSDiagnostics.h
-
edit: lib/Sema/CSDiagnostics.cpp
-
Commit 71ab19bdced37694bbcad48acda1361da4ef52b9 by pyaskevich:
[Diagnostics] Switch getConstraintLocator variants to accept
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSApply.cpp
-
edit: lib/Sema/CSDiagnostics.h
-
edit: lib/Sema/ConstraintSystem.h
-
Commit 66a07bab956f8ee9c76e85745aa41ed152699e13 by pyaskevich:
[Diagnostics] Switch getContextualType* to use TypedNode
-
edit: lib/Sema/CSDiagnostics.h
-
edit: lib/Sema/CSDiagnostics.cpp
-
Commit 08e09fc68519ab7a40590561633012e5704c7869 by pyaskevich:
[Diagnostics] Switch getType to use TypedNode
-
edit: lib/Sema/CSDiagnostics.h
-
edit: lib/Sema/CSDiagnostics.cpp
-
Commit 6335a4f2efb400ef8ed6261349cf0cf592c95e7d by pyaskevich:
[Diagnostics] Resolve const-ness problems introduced by TypedNode
-
edit: include/swift/AST/Expr.h
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSDiagnostics.h
-
Commit c3b0232c2cec8289e5c6d45a1b1cf5e471c52792 by achikin:
Add compiler option to disable warnings-as-errors
-
edit: lib/Frontend/CompilerInvocation.cpp
-
edit: lib/Driver/Driver.cpp
-
edit: lib/Driver/ToolChains.cpp
-
edit: include/swift/Option/Options.td
-
add: test/diagnostics/no_warnings_as_errors.swift
-
Commit 4ea7f3bbb1ef544586e2acbf823e162aa75036e0 by pyaskevich:
[Diagnostics] Add helper functions to work with anchors - `{castTo,
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSDiagnostics.h
-
Commit 967b3a3c8dc4c1674c34384d781aff3e9bd79111 by pyaskevich:
[Diagnostics] Adjust getCallInfo to accept TypedNode instead of
-
edit: lib/Sema/CSDiagnostics.h
-
edit: lib/Sema/CSDiagnostics.cpp
-
Commit a2d38f608f0126c529459a5b2a7d04f588944d00 by rkandhadaimadhav:
[SIL Diagnostics] Improve diagnostics for capture of inout values within
-
edit: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp
-
edit: include/swift/AST/DiagnosticsSIL.def
-
edit: test/SILOptimizer/OSLogCompilerDiagnosticsTest.swift
-
edit: test/SILOptimizer/invalid_escaping_captures.swift
-
Commit 131aedee144b75feba1d620541fe39054acce7aa by eeckstein:
Devirtualizer: fix a miscompile due to handling of cast instructions.
-
add: test/SILOptimizer/devirtualize_class_method.swift
-
edit: lib/SILOptimizer/Utils/Devirtualize.cpp
-
Commit 5a2b42d054bb4f0914093c322aec90af1d9ac862 by github:
[NFC] Fix typo in SerializedModuleLoader.cpp
-
edit: lib/Serialization/SerializedModuleLoader.cpp
-
Commit 1acf71d5659b4d2c16c5095f6a16edb9632b28a5 by repo:
[build-script] Remove hard-coded install prefix of /usr and pass it in
-
edit: Utilities/build-script-helper.py
-
Commit 2697b45b0e078027f9a68d299fae06903b708137 by repo:
Remove hard-coded install prefix of /usr and pass it in instead
-
edit: build-script-helper.py
-
Commit 887857f4aa53f9708b8514326d8636afad0c9c51 by repo:
[build-script] Remove hard-coded install prefix of /usr and pass it in
-
Commit c1b3a181e0b34560a42ff7d685e65f80c5a000fb by ankit_aggarwal:
[TSCUtility] Use a separate array property wrapper for
-
edit: swift-tools-support-core/Sources/TSCUtility/PolymorphicCodable.swift
-
edit: swift-tools-support-core/Tests/TSCUtilityTests/PolymorphicCodableTests.swift
-
Commit 9013e6e223430ed5a0aa4fa44554ab3b0346f6ee by github:
Update generated gitignore (#2674)
-
edit: Sources/Workspace/InitPackage.swift
-
Commit 8a3d7fc452e7fa46b64dacfe74fe83019f5ee5ce by repo:
[build-script][test] Remove hard-coded install prefix of /usr and pass
-
edit: Utilities/build-script-helper.py
-
edit: Sources/ISDBTibs/TibsToolchain.swift