A geometry file providing the repetitious boilerplate needed for your project.
{ "name": "Geometry", "path": "/usr/src/package", "targets": [ { "name": "ProtocolSynthesis", "path": "Sources/ProtocolSynthesis", "type": "executable", "c99name": "ProtocolSynthesis", "sources": [ "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "synthesize" ], "product_dependencies": [ "SwiftCLI" ] }, { "name": "GeometryTests", "path": "Tests/GeometryTests", "type": "test", "c99name": "GeometryTests", "sources": [ "APISpecificationTests.swift", "GeometryTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Geometry" ] }, { "name": "Geometry", "path": "Sources/Geometry", "type": "library", "c99name": "Geometry", "sources": [ "Coordinates.swift", "Geometry.swift", "Vector.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Geometry" ] } ], "products": [ { "name": "synthesize", "type": { "executable": null }, "targets": [ "ProtocolSynthesis" ] }, { "name": "Geometry", "type": { "library": [ "automatic" ] }, "targets": [ "Geometry" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/jakeheis/SwiftCLI", "type": "sourceControl", "identity": "swiftcli", "requirement": { "range": [ { "lower_bound": "4.0.0", "upper_bound": "5.0.0" } ] } } ], "tools_version": "4.0", "manifest_display_name": "Geometry" }
{ "name": "Geometry", "targets": [ { "name": "ProtocolSynthesis", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftCLI", null ] } ], "packageAccess": false }, { "name": "Geometry", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "GeometryTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Geometry", null ] } ], "packageAccess": false } ], "products": [ { "name": "synthesize", "type": { "executable": null }, "targets": [ "ProtocolSynthesis" ] }, { "name": "Geometry", "type": { "library": [ "automatic" ] }, "targets": [ "Geometry" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swiftcli", "location": { "remote": [ { "urlString": "https://github.com/jakeheis/SwiftCLI" } ] }, "requirement": { "range": [ { "lowerBound": "4.0.0", "upperBound": "5.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Geometry", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/jakeheis/SwiftCLI", "name": "SwiftCLI", "path": "/usr/src/package/.build/checkouts/SwiftCLI", "version": "4.3.2", "identity": "swiftcli", "dependencies": [] } ] }