Report
Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1442/ Project: oss-swift-package-linux-ubuntu-18_04 Date of build: Wed, 15 May 2019 21:53:52 -0500 Build duration: 3 hr 6 min
Commit 1525e9bfc501434fe96d44463f2d72f71b1705de by alexshap: [Windows] Add initial implementation for TaskQueue
Commit c622f6b8dd00a683f1cce069bad243052fb75258 by jordan_rose: Simplify swift::getInheritedForPrinting to take a PrintOptions
Commit def1ccac667d244f43526c373704de1009891120 by jordan_rose: Don't print extensions to conform to protocols that aren't printed
Commit b9a0ca6afb8eff0e6b1f9907d7780c4de7d41a7b by pyaskevich: [ConstraintSystem] Detect and diagnose conversion failures related to
Commit 9be4fef53acc267c873c9f8a7ea10b2421c98321 by rkandhadaimadhav: [SIL Optimization] Add a mandatory optimization pass for optimizing the
Commit 5aea1315cd4abdb8d30ea8ffb3485cc72c7fde2b by dgregor: Add @_disfavoredOverload attribute to affect overload resolution.
Commit b0f616866018a1d07cd147f78ccd2ae7c60c646d by jansvoboda11: [libSyntax] Represent raw string delimiters
Commit 9ac6fe01370b48e7d35f9239b6e16a0f62f33060 by compnerd: vim: highlight lazy
lazy
Commit affcefc1aee2f64a2b20799440ea5cef32ae59f5 by brentdax: [ASTMangler] Mangle nested imported error structs correctly
Commit cec9e9e33abd8268d453e8ca3382686e0d81c54f by jgroff: Opaque types require a newer Swift runtime.
Commit 1f15c87f3588609ef53fe651ed0842ccb1adf08d by alseycmiller: Added missing Linux POSIX errors
Commit dccd6eb0d6b49ef1f957860772aa95fe5c56051c by mgottesman: [silgen] Change ManagedValue::copyInto to have same paramter order as
Commit 90859ad6aaa2941c48414cfd627fd7cd965e8c12 by dgregor: [Type checker] Fix assertion/spin with ill-formed property delegate
Commit cc79f80098b6b75bbca67a0b3ef904c9c51b6ae0 by apl: [Breakpoint] Remove unused include
Commit 30406d3580ab5e87e492d8084bcbe50c94251b04 by jgroff: Update opaque_return_types test to have availability
Commit b3718c0a5b28b5917dfa4c609af1521193d1adc7 by millenomi: TestFoundation: Add infrastructure to assert that a test should crash
Commit 00809bdee97a15db6a8f62dd99d965f8715ff0cc by compnerd: TestFoundation: excise FTPServer
Commit 4275315b87a9f51655bc05bf7323cfcd35692e51 by compnerd: Foundation: fix Process.run() handle handling for Windows
Process.run()
Commit e5e8f265f1e7490bb8b8cd7544e80db12f0e475e by compnerd: Foundation: avoid GetFileInformationByHandle on a pipe
GetFileInformationByHandle
Commit 90fc96bd98fe68885bbbf15f938763537bec1a55 by bender: Initialize timeout condition variable and mutex for NSRecursiveLock on