Report
Build URL: https://ci.swift.org/job/oss-swift-5.1-package-linux-ubuntu-18_04/11/ Project: oss-swift-5.1-package-linux-ubuntu-18_04 Date of build: Sun, 24 Mar 2019 20:13:04 -0500 Build duration: 2 hr 3 min
Commit fcc65db151751e9405f233da62616274d7d30502 by david: Update the build animation for each Swift compiler task
Commit b4a877093ee0cc79a46a4007ae8db72cfa70d461 by ankit_aggarwal: [SR-9696] Confirm some errors to LocalizedError (#2048)
Commit d9c636ba07bc712bcaaec0d2013f4288b6daf391 by ankit_aggarwal: [POSIX] Eliminate getcwd
Commit 9c7c8fa4eea19618f3a05b5850d68a4b1431b6f5 by ankit_aggarwal: [POSIX] Eliminate usleep
Commit d58d857c5049a6e0e27896fe9a21f00e42b16527 by ankit_aggarwal: [POSIX] Deprecate getenv and adopt Process.env
Commit 8d873896dc5cacee8f6daf40e262bab34d033562 by ankit_aggarwal: [Basic] Add ProcessEnv to handle process related functionality
Commit f4a31bb1a4a0089f473ccefdff296339b72a8910 by ankit_aggarwal: [POSIX] Deprecate setenv and unsetenv
Commit 4c7192fe939a34385710c18d98706af5073af5b3 by ankit_aggarwal: [POSIX] Remove exit()
Commit 7a2be1d1a5ea531706f2cac8756e80a8ce12d816 by ankit_aggarwal: [PosixTests] Kill POSIX.rename
Commit d0ae1b0c4ab0fb92f2bcd134e29381c76a427d49 by ankit_aggarwal: [POSIX] Remove chdir
Commit 8523661356d712d2534e4b09851736d74ddba8dd by ankit_aggarwal: [POSIX] Remove unused error cases
Commit 6c282132ac6d74de641b76fc3e6752b41ab97fdb by ankit_aggarwal: [POSIX] Remove isatty
Commit 02ce6eae4091bde5a8fcc0dc4eb3ee1aa4c0ddc3 by ankit_aggarwal: [Basic] Use FileManager to get contents of a directory
Commit a088acb1c5de22a39b9838d0fe5584a550a11253 by ankit_aggarwal: [Basic] Switch isExecutableFile to use FileManager
Commit 938c790b352c571bc372c9edf2b04daaeaaadee8 by ankit_aggarwal: [Basic] Switch createDirectory to use FileManager
Commit 54007777870d33c495921cf871030e6fd1412008 by ankit_aggarwal: [POSIX] Remove realpath
Commit da91cdd963473058d873e7bc7e6a1115951e81fe by ankit_aggarwal: [Basic] Use FileManager to implement isSymlink
Commit 247294eef7a9ef6839330115b44a5475b82867e8 by ankit_aggarwal: [Basic] Remove free function "exists"
Commit d4b7ea3eace408f50e830d25058fefd276ee49b6 by ankit_aggarwal: [Basic] Use FileManager to implement exists
Commit 02f56516845fb4f6488b38c9eb70f5ecd905fda7 by ankit_aggarwal: [Basic] Remove free function isFile
Commit 5d9a1ec73ae20ecd8c3b2eca3f396dbb42cb4800 by ankit_aggarwal: [Basic] Use FileManager to implement isFile
Commit 416e8dba73263467c8c32c133b964d1c0e83754c by ankit_aggarwal: [Basic] Remove free function isDirectory
Commit d8419cbdb5c5c21e624838c0673f414011e01465 by ankit_aggarwal: [Basic] Use FileManager to compute isDirectory
Commit 61c2c9270944e29f1bf58e0519e86793a4ce7763 by ankit_aggarwal: [POSIX] Remove lstat
Commit bef8fc5efe73d91ddc29a5dcad7f1802e2b2e6eb by ankit_aggarwal: [Basic] Move FileInfo to Basic
Commit 9fecd78507ebfd0111836e3c28f41188214af6aa by ankit_aggarwal: [Basic] Move FileInfo's Kind to a regular property
Commit 26dec6c7be55e7dbcb7d3ebb129c5f2ae3b6361d by ankit_aggarwal: Remove unnecessary POSIX imports
Commit b28c69a9101282ce2a51d06d7b75bc5f26aa6dc1 by ankit_aggarwal: [POSIX] Remove unused error
Commit 7b98bedc91ac8b6581ed6785990ee62c97cde363 by ankit_aggarwal: [Basic] Remove unused error case