-
-
Notifications
You must be signed in to change notification settings - Fork 58
SourceKit
rockbruno edited this page May 9, 2020
·
1 revision
A wrapper for accessing the API of a sourcekitd library loaded via dlopen
.
open class SourceKit
public init()
public init(path: String)
The path to the sourcekitd dylib.
let path: String
The handle to the dylib.
let dylib: DLHandle!
The sourcekitd API functions.
let api: sourcekitd_functions_t!
Convenience for accessing known keys.
let keys: sourcekitd_keys!
Convenience for accessing known keys.
let requests: sourcekitd_requests!
Convenience for accessing known keys.
let values: sourcekitd_values!
Send the given request and synchronously receive a reply dictionary (or error).
public func sendSync(_ req: SKRequestDictionary) -> SKResult<SKResponseDictionary>
Generated at 2020-05-09T11:06:54+0000 using swift-doc 1.0.0-beta.2.
Types
- ArchiveDurationProvider
- ArchiveDurationProvider.Args
- BuildSystem
- CodeCoverageProvider
- CodeCoverageProvider.Args
- DLError
- DLHandle
- DLOpenFlags
- FileOpener
- FileUtils
- HTTPClient
- IPASizeProvider
- IPASizeProvider.Args
- LargestAssetCatalogProvider
- LargestAssetCatalogProvider.Args
- LargestAssetProvider
- LargestAssetProvider.Args
- LinesOfCodeProvider
- LinesOfCodeProvider.Args
- LongestTestDurationProvider
- LongestTestDurationProvider.Args
- Main
- OBJCFileCountProvider
- OBJCFileCountProvider.Args
- Output
- ProjectInfo
- Runner
- SKRequestDictionary
- SKResponse
- SKResponseDictionary
- SKResult
- SlackFormatter
- SourceKit
- Summary
- Summary.Style
- SwiftInfo
- SwiftInfoError
- TargetCountProvider
- TargetCountProvider.Args
- TargetCountProvider.Args.Mode
- TestCountProvider
- TestCountProvider.Args
- TotalAssetCatalogsSizeProvider
- TotalAssetCatalogsSizeProvider.Args
- TotalTestDurationProvider
- TotalTestDurationProvider.Args
- WarningCountProvider
- WarningCountProvider.Args
- XcodeprojPlistExtractor
- sourcekitd_keys
- sourcekitd_requests
- sourcekitd_values