What's New
Description
- Swift Tools 5.2.0
Description
{ "name": "CommandShell", "path": "/usr/src/package", "targets": [ { "name": "CommandShellTests", "path": "Tests/CommandShellTests", "type": "test", "c99name": "CommandShellTests", "sources": [ "CommandShellTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "CommandShell", "CommandShellExample" ], "product_dependencies": [ "XCTestExtensions" ] }, { "name": "CommandShellExample", "path": "Sources/CommandShellExample", "type": "executable", "c99name": "CommandShellExample", "sources": [ "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "CommandShellExample" ], "target_dependencies": [ "CommandShell" ], "product_dependencies": [ "SemanticVersion" ] }, { "name": "CommandShell", "path": "Sources/CommandShell", "type": "library", "c99name": "CommandShell", "sources": [ "CommandEngine.swift", "CommandShell.swift", "CommandShellOptions.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "CommandShell", "CommandShellExample" ], "product_dependencies": [ "Logger", "SemanticVersion", "ArgumentParser" ] } ], "products": [ { "name": "CommandShell", "type": { "library": [ "automatic" ] }, "targets": [ "CommandShell" ] }, { "name": "CommandShellExample", "type": { "executable": null }, "targets": [ "CommandShellExample" ] } ], "platforms": [ { "name": "macos", "version": "10.13" }, { "name": "ios", "version": "12.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-argument-parser", "type": "sourceControl", "identity": "swift-argument-parser", "requirement": { "range": [ { "lower_bound": "0.2.0", "upper_bound": "1.0.0" } ] } }, { "url": "https://github.com/elegantchaos/Logger.git", "type": "sourceControl", "identity": "logger", "requirement": { "range": [ { "lower_bound": "1.5.5", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/SemanticVersion.git", "type": "sourceControl", "identity": "semanticversion", "requirement": { "range": [ { "lower_bound": "1.1.1", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/XCTestExtensions.git", "type": "sourceControl", "identity": "xctestextensions", "requirement": { "range": [ { "lower_bound": "1.1.2", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.2", "manifest_display_name": "CommandShell" }
Package Dump
{ "name": "CommandShell", "targets": [ { "name": "CommandShell", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Logger", null ] }, { "byName": [ "SemanticVersion", null ] }, { "product": [ "ArgumentParser", "swift-argument-parser", null, null ] } ], "packageAccess": false }, { "name": "CommandShellExample", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "CommandShell", null ] }, { "byName": [ "SemanticVersion", null ] } ], "packageAccess": false }, { "name": "CommandShellTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "CommandShell", null ] }, { "byName": [ "CommandShellExample", null ] }, { "byName": [ "XCTestExtensions", null ] } ], "packageAccess": false } ], "products": [ { "name": "CommandShell", "type": { "library": [ "automatic" ] }, "targets": [ "CommandShell" ] }, { "name": "CommandShellExample", "type": { "executable": null }, "targets": [ "CommandShellExample" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.13", "platformName": "macos" }, { "options": [], "version": "12.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-argument-parser", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-argument-parser" } ] }, "requirement": { "range": [ { "lowerBound": "0.2.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "logger", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/Logger.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.5.5", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "semanticversion", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/SemanticVersion.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.1", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "xctestextensions", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/XCTestExtensions.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.2", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- swift-argument-parser0.5.0
- Logger1.8.0
- SemanticVersion1.1.1
- XCTestExtensions1.4.9
Dependencies
{ "url": "/usr/src/package", "name": "CommandShell", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-argument-parser", "name": "swift-argument-parser", "path": "/usr/src/package/.build/checkouts/swift-argument-parser", "version": "0.5.0", "identity": "swift-argument-parser", "dependencies": [] }, { "url": "https://github.com/elegantchaos/Logger.git", "name": "Logger", "path": "/usr/src/package/.build/checkouts/Logger", "version": "1.8.0", "identity": "logger", "dependencies": [] }, { "url": "https://github.com/elegantchaos/SemanticVersion.git", "name": "SemanticVersion", "path": "/usr/src/package/.build/checkouts/SemanticVersion", "version": "1.1.1", "identity": "semanticversion", "dependencies": [] }, { "url": "https://github.com/elegantchaos/XCTestExtensions.git", "name": "XCTestExtensions", "path": "/usr/src/package/.build/checkouts/XCTestExtensions", "version": "1.4.9", "identity": "xctestextensions", "dependencies": [ { "url": "https://github.com/elegantchaos/Matchable.git", "name": "Matchable", "path": "/usr/src/package/.build/checkouts/Matchable", "version": "1.0.7", "identity": "matchable", "dependencies": [] } ] } ] }