swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#15222]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/15222/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Thu, 03 Dec 2020 23:13:11 -0600
Build duration: 52 min
Identified problems:- Swift Compile Error: Swift compiler error
- Indication 1
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes- Commit 50cdddaf95ffbbc0e4c4c780ae97303b2a8e795b by dgregor:
[Concurrency] Enable implicit conversion from synchronous -> asynchronous.
-
edit: include/swift/Sema/CSFix.h
-
edit: lib/Sema/CSSimplify.cpp
-
edit: test/expr/unary/async_await.swift
-
edit: test/Constraints/async.swift
-
edit: lib/Sema/CSDiagnostics.h
-
edit: test/Concurrency/async_tasks.swift
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: test/Serialization/async.swift
-
edit: lib/Sema/CSFix.cpp
-
Commit f46ad6c28f04c7f0b93a113dbcc9d2bd467fe962 by dgregor:
[Concurrency] Emit thunk for synchronous -> async function conversion.
-
add: test/SILGen/async_conversion.swift
-
edit: lib/SIL/IR/TypeLowering.cpp
-
Commit 3530dc6d8d75b92ae6e98b373d7d58b24c17750d by dgregor:
[Concurrency] Allow synchronous witnesses to satisfy 'async' requirements.
-
edit: test/SILGen/async_conversion.swift
-
edit: lib/Sema/TypeCheckProtocol.cpp
-
edit: test/decl/func/async.swift