Description
- Swift Tools 5.7.0
Description
{ "name": "pwa-template", "path": "/usr/src/package", "targets": [ { "name": "Service", "path": "Sources/Service", "type": "executable", "c99name": "Service", "sources": [ "Service.swift" ], "resources": [ { "path": "/usr/src/package/Sources/Service/images", "rule": { "copy": {} } } ], "module_type": "SwiftTarget", "product_memberships": [ "Service" ], "product_dependencies": [ "ServiceWorker" ] }, { "name": "AppTests", "path": "Tests/AppTests", "type": "test", "c99name": "AppTests", "sources": [ "AppTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "App" ] }, { "name": "App", "path": "Sources/App", "type": "executable", "c99name": "App", "sources": [ "App.swift", "Extensions/Fonts.swift", "Pages/HelloPage.swift", "Pages/IndexPage.swift", "Pages/NotFoundPage.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "App" ], "product_dependencies": [ "Web" ] } ], "products": [ { "name": "App", "type": { "executable": null }, "targets": [ "App" ] }, { "name": "Service", "type": { "executable": null }, "targets": [ "Service" ] } ], "platforms": [ { "name": "macos", "version": "10.15" } ], "dependencies": [ { "url": "https://github.com/swifweb/web", "type": "sourceControl", "identity": "web", "requirement": { "range": [ { "lower_bound": "1.0.0-beta.2.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.7", "manifest_display_name": "pwa-template" }
Package Dump
{ "name": "pwa-template", "targets": [ { "name": "App", "type": "executable", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "Web", "web", null, null ] } ], "packageAccess": false }, { "name": "Service", "type": "executable", "exclude": [], "settings": [], "resources": [ { "path": "images/favicon.ico", "rule": { "copy": {} } }, { "path": "images", "rule": { "copy": {} } } ], "dependencies": [ { "product": [ "ServiceWorker", "web", null, null ] } ], "packageAccess": false }, { "name": "AppTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "App", null ] } ], "packageAccess": false } ], "products": [ { "name": "App", "type": { "executable": null }, "targets": [ "App" ] }, { "name": "Service", "type": { "executable": null }, "targets": [ "Service" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.15", "platformName": "macos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "web", "location": { "remote": [ { "urlString": "https://github.com/swifweb/web" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0-beta.2.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- web1.0.0-beta.3.3.2
Dependencies
{ "url": "/usr/src/package", "name": "pwa-template", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/swifweb/web", "name": "web", "path": "/usr/src/package/.build/checkouts/web", "version": "1.0.0-beta.3.3.2", "identity": "web", "dependencies": [ { "url": "https://github.com/swiftwasm/JavaScriptKit", "name": "JavaScriptKit", "path": "/usr/src/package/.build/checkouts/JavaScriptKit", "version": "0.17.0", "identity": "javascriptkit", "dependencies": [] } ] } ] }