This package is archived and has a low chance of being updated.
Fixed:
{ "name": "Service", "path": "/usr/src/package", "targets": [ { "name": "ServiceTests", "path": "Tests/ServiceTests", "type": "test", "c99name": "ServiceTests", "sources": [ "ConfigTests.swift", "ServiceTests.swift", "Utilities.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Service" ] }, { "name": "Service", "path": "Sources/Service", "type": "library", "c99name": "Service", "sources": [ "Config/Config.swift", "Container/BasicContainer.swift", "Container/BasicSubContainer.swift", "Container/Container.swift", "Container/ContainerAlias.swift", "Container/SubContainer.swift", "Environment/Environment.swift", "Provider/Provider.swift", "Services/BasicServiceFactory.swift", "Services/Service.swift", "Services/ServiceCache.swift", "Services/ServiceFactory.swift", "Services/ServiceID.swift", "Services/ServiceType.swift", "Services/Services.swift", "Services/TypeServiceFactory.swift", "Utilities/Deprecated.swift", "Utilities/Exports.swift", "Utilities/Extendable.swift", "Utilities/ServiceError.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Service" ], "product_dependencies": [ "Async", "Core", "Debugging" ] } ], "products": [ { "name": "Service", "type": { "library": [ "automatic" ] }, "targets": [ "Service" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/vapor/core.git", "type": "sourceControl", "identity": "core", "requirement": { "range": [ { "lower_bound": "3.0.0", "upper_bound": "4.0.0" } ] } } ], "tools_version": "4.0", "manifest_display_name": "Service" }
{ "name": "Service", "targets": [ { "name": "Service", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Async", null ] }, { "byName": [ "Core", null ] }, { "byName": [ "Debugging", null ] } ], "packageAccess": false }, { "name": "ServiceTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Service", null ] } ], "packageAccess": false } ], "products": [ { "name": "Service", "type": { "library": [ "automatic" ] }, "targets": [ "Service" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "core", "location": { "remote": [ { "urlString": "https://github.com/vapor/core.git" } ] }, "requirement": { "range": [ { "lowerBound": "3.0.0", "upperBound": "4.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Service", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "3.10.1", "identity": "core", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "1.14.4", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-nio-zlib-support.git", "name": "swift-nio-zlib-support", "path": "/usr/src/package/.build/checkouts/swift-nio-zlib-support", "version": "1.0.0", "identity": "swift-nio-zlib-support", "dependencies": [] } ] } ] } ] }