SwiftLint Plugin
Description
- Swift Tools 5.7.0
Description
{
"name": "danthorpe-swiftlint-plugin",
"path": "/usr/src/package",
"targets": [
{
"name": "SwiftLintPlugin",
"path": "Plugins/SwiftLintPlugin",
"type": "plugin",
"c99name": "SwiftLintPlugin",
"sources": [
"plugin.swift"
],
"module_type": "PluginTarget",
"plugin_capability": {
"type": "buildTool"
},
"product_memberships": [
"SwiftLintPlugin"
],
"target_dependencies": [
"SwiftLintBinary"
]
},
{
"name": "SwiftLintBinary",
"path": "remote/archive/SwiftLintBinary-macos.artifactbundle.zip",
"type": "binary",
"c99name": "SwiftLintBinary",
"sources": [],
"module_type": "BinaryTarget",
"product_memberships": [
"SwiftLintPlugin"
]
},
{
"name": "SwiftLintAutocorrectPlugin",
"path": "Plugins/SwiftLintAutocorrectPlugin",
"type": "plugin",
"c99name": "SwiftLintAutocorrectPlugin",
"sources": [
"plugin.swift"
],
"module_type": "PluginTarget",
"plugin_capability": {
"type": "command",
"intent": {
"type": "custom",
"verb": "swiftlint",
"description": "Invokes swiftlint --autocorrect, which will fix all correctable violations."
},
"permissions": [
{
"type": "writeToPackageDirectory",
"reason": "All correctable violations are fixed by SwiftLint.",
"network_scope": {
"none": {}
}
}
]
},
"target_dependencies": [
"SwiftLintBinary"
]
}
],
"products": [
{
"name": "SwiftLintPlugin",
"type": {
"plugin": null
},
"targets": [
"SwiftLintPlugin"
]
}
],
"platforms": [
{
"name": "macos",
"version": "12.0"
},
{
"name": "ios",
"version": "14.0"
},
{
"name": "tvos",
"version": "14.0"
},
{
"name": "watchos",
"version": "7.0"
}
],
"dependencies": [],
"tools_version": "5.7",
"default_localization": "en",
"manifest_display_name": "danthorpe-swiftlint-plugin"
}
Package Dump
{
"name": "danthorpe-swiftlint-plugin",
"traits": [],
"targets": [
{
"url": "https://github.com/realm/SwiftLint/releases/download/0.52.0/SwiftLintBinary-macos.artifactbundle.zip",
"name": "SwiftLintBinary",
"type": "binary",
"exclude": [],
"checksum": "7b956238d2937084a66b89cb68cfcde673f85d1202b37edea9c3f193dec8a2d9",
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "SwiftLintPlugin",
"type": "plugin",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SwiftLintBinary",
null
]
}
],
"packageAccess": false,
"pluginCapability": {
"buildTool": null
}
},
{
"name": "SwiftLintAutocorrectPlugin",
"type": "plugin",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SwiftLintBinary",
null
]
}
],
"packageAccess": false,
"pluginCapability": {
"command": [
{
"custom": {
"verb": "swiftlint",
"description": "Invokes swiftlint --autocorrect, which will fix all correctable violations."
}
},
[
{
"writeToPackageDirectory": {
"reason": "All correctable violations are fixed by SwiftLint."
}
}
]
]
}
}
],
"products": [
{
"name": "SwiftLintPlugin",
"type": {
"plugin": null
},
"targets": [
"SwiftLintPlugin"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "12.0",
"platformName": "macos"
},
{
"options": [],
"version": "14.0",
"platformName": "ios"
},
{
"options": [],
"version": "14.0",
"platformName": "tvos"
},
{
"options": [],
"version": "7.0",
"platformName": "watchos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [],
"toolsVersion": {
"_version": "5.7.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- None
Dependencies
{
"url": "/usr/src/package",
"name": "danthorpe-swiftlint-plugin",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": []
}