Open
Description
Previous ID | SR-6527 |
Radar | None |
Original Reporter | @mbrandonw |
Type | Bug |
Additional Detail from JIRA
Votes | 0 |
Component/s | Foundation |
Labels | Bug, Linux |
Assignee | None |
Priority | Medium |
md5: 22fd63926de4684cc07b905a8d223d78
Issue Description:
This code:
let baseUrl = URL(string: "https://www.pointfree.co")
let urlComponents = URLComponents()
let url = urlComponents.url(relativeTo: baseUrl)
generates a valid `URL` on Darwin, but generates `nil` on Linux.
I am using Xcode 9.2 beta 9C34b, Swift 4.0.3