Fixes for Swift Package Manager support
A description of this package.
{ "name": "Blake2", "path": "/usr/src/package", "targets": [ { "name": "CBlake2", "path": "Sources/CBlake2", "type": "library", "c99name": "CBlake2", "sources": [ "cblake2s.c" ], "module_type": "ClangTarget", "product_memberships": [ "Blake2" ] }, { "name": "Blake2Tests", "path": "Tests/Blake2Tests", "type": "test", "c99name": "Blake2Tests", "sources": [ "Blake2Tests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Blake2" ], "product_dependencies": [ "Datable" ] }, { "name": "Blake2-ObjC", "path": "Sources/Blake2-ObjC", "type": "library", "c99name": "Blake2_ObjC", "sources": [ "Blake2s.m" ], "module_type": "ClangTarget", "product_memberships": [ "Blake2" ], "target_dependencies": [ "CBlake2" ] }, { "name": "Blake2", "path": "Sources/Blake2", "type": "library", "c99name": "Blake2", "sources": [ "Blake2.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Blake2" ], "target_dependencies": [ "Blake2-ObjC" ] } ], "products": [ { "name": "Blake2", "type": { "library": [ "automatic" ] }, "targets": [ "Blake2" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/OperatorFoundation/Datable.git", "type": "sourceControl", "identity": "datable", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "4.2", "manifest_display_name": "Blake2" }
{ "name": "Blake2", "targets": [ { "name": "CBlake2", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "Blake2-ObjC", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "CBlake2", null ] } ], "packageAccess": false }, { "name": "Blake2", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Blake2-ObjC", null ] } ], "packageAccess": false }, { "name": "Blake2Tests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Blake2", null ] }, { "byName": [ "Datable", null ] } ], "packageAccess": false } ], "products": [ { "name": "Blake2", "type": { "library": [ "automatic" ] }, "targets": [ "Blake2" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "datable", "location": { "remote": [ { "urlString": "https://github.com/OperatorFoundation/Datable.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Blake2", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/OperatorFoundation/Datable.git", "name": "Datable", "path": "/usr/src/package/.build/checkouts/Datable", "version": "1.0.0", "identity": "datable", "dependencies": [] } ] }