URL (Swift)

E770630

URL (Swift) is a Foundation framework type that represents and manipulates Uniform Resource Locators in a type-safe, structured way within Swift applications.

All labels observed (2)

Label Occurrences
NSURL 1
URL (Swift) canonical 1

How this entity was disambiguated

Statements (71)

Predicate Object
instanceOf Foundation type ⓘ
URL representation type ⓘ
struct ⓘ
conformsTo Codable ⓘ
CustomStringConvertible ⓘ
Equatable ⓘ
Hashable ⓘ
Sendable ⓘ
definedIn Foundation framework ⓘ
hasInitializer init(dataRepresentation: Data:isAbsolute: Bool) ⓘ
init(fileURLWithPath: String) ⓘ
init(fileURLWithPath:isDirectory:) ⓘ
init(fileURLWithPath:isDirectory:relativeTo:) ⓘ
init(fileURLWithPathComponents: [String]) ⓘ
init(resolvingAliasFileAt: URL) ⓘ
init(resolvingBookmarkData: Data:options:relativeTo:bookmarkDataIsStale:) ⓘ
init(string: String) ⓘ
init?(string: String) ⓘ
hasMethod appendingPathComponent(_:) ⓘ
appendingPathComponent(_:isDirectory:) ⓘ
appendingPathExtension(_:) ⓘ
bookmarkData(options:includingResourceValuesForKeys:relativeTo:) ⓘ
checkResourceIsReachable() ⓘ
deletingLastPathComponent() ⓘ
deletingPathExtension() ⓘ
resolvingSymlinksInPath() ⓘ
resourceValues(forKeys:) ⓘ
setResourceValues(_:) ⓘ
standardized ⓘ
standardizedFileURL ⓘ
hasProperty absoluteString ⓘ
absoluteURL ⓘ
baseURL ⓘ
fragment ⓘ
hasDirectoryPath ⓘ
host ⓘ
isFileURL ⓘ
lastPathComponent ⓘ
password ⓘ
path ⓘ
pathComponents ⓘ
pathExtension ⓘ
port ⓘ
query ⓘ
relativePath ⓘ
relativeString ⓘ
scheme ⓘ
user ⓘ
hasStaticMethod fileURL(withPath:) ⓘ
fileURL(withPath:isDirectory:) ⓘ
resourceValues(forKeys:fromBookmarkData:) ⓘ
hasStaticProperty fileURLWithPathSeparator ⓘ
language Swift ⓘ
module Foundation ⓘ
platform iOS ⓘ
macOS ⓘ
tvOS ⓘ
visionOS ⓘ
watchOS ⓘ
represents Uniform Resource Locator ⓘ
supports bookmark data ⓘ
file reference URLs ⓘ
relative URLs ⓘ
security-scoped bookmarks ⓘ
usedFor file system paths ⓘ
network resource addresses ⓘ
representing resource locations ⓘ
type-safe URL handling ⓘ
usedWith Data(contentsOf:) ⓘ
FileManager ⓘ
URLSession ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Foundation framework → includes → URL (Swift) ⓘ
Foundation → includesType → NSURL ⓘ
linked to: URL (Swift)