Global Variables
The following global variables are available globally.
-
Undocumented
Declaration
Swift
private let standardLibraryFolder: URL -
The parent directory of the standard library sources directory.
Declaration
Swift
private let useBuiltinStandardLibrary: Bool -
Undocumented
Declaration
Swift
private let libraryRoot: URL -
Undocumented
Declaration
Swift
private let externalLibRoot: URL -
-
-
The root of a directory hierarchy containing all the standard library sources.
Declaration
Swift
public let hostedLibrarySourceRoot: URL -
Location of prebuilt C libraries that the standard library depends on.
Declaration
Swift
public let externalLibraryRoot: URL -
The root of a directory hierarchy containing the sources for the standard library’s freestanding core.
Declaration
Swift
private let freestandingLibrarySourceRoot: URL
View on GitHub
Global Variables Reference