Provides Swift bindings to libgit2 that use the Swift 5.5 concurrency model
AsyncSwiftGit
0.4.0
Provides Swift bindings to libgit2 that use the Swift 5.5 concurrency model
What's New
Description
- Swift Tools 5.6.0
Description
{ "name": "AsyncSwiftGit", "path": "/usr/src/package", "targets": [ { "name": "Initializer", "path": "Sources/Initializer", "type": "library", "c99name": "Initializer", "sources": [ "git_initialize.m" ], "module_type": "ClangTarget", "product_memberships": [ "AsyncSwiftGit" ], "product_dependencies": [ "static-libgit2" ] }, { "name": "AsyncSwiftGitTests", "path": "Tests/AsyncSwiftGitTests", "type": "test", "c99name": "AsyncSwiftGitTests", "sources": [ "RepositoryTests.swift", "SerializedGitConectionSettingsTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "AsyncSwiftGit" ] }, { "name": "AsyncSwiftGit", "path": "Sources/AsyncSwiftGit", "type": "library", "c99name": "AsyncSwiftGit", "sources": [ "BranchType.swift", "CheckoutOptions.swift", "CloneOptions.swift", "Commit.swift", "ConflictError.swift", "Credentials.swift", "Diff.swift", "FetchOptions.swift", "GitConnectionSettings.swift", "GitConnectionSettingsDocument.swift", "GitError.swift", "Index+Entry.swift", "Index.swift", "MergeOptions.swift", "ObjectID.swift", "ObjectType.swift", "PushOptions.swift", "Reference.swift", "Repository.swift", "SerializedGitConnectionSettings.swift", "Signature.swift", "StatusEntry.swift", "SyncSettingsForm.swift", "Tree.swift", "TreeEntry.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "AsyncSwiftGit" ], "target_dependencies": [ "Initializer" ], "product_dependencies": [ "static-libgit2", "Logging" ] } ], "products": [ { "name": "AsyncSwiftGit", "type": { "library": [ "automatic" ] }, "targets": [ "AsyncSwiftGit", "Initializer" ] } ], "platforms": [ { "name": "ios", "version": "14.0" }, { "name": "macos", "version": "11.0" } ], "dependencies": [ { "url": "https://github.com/bdewey/static-libgit2", "type": "sourceControl", "identity": "static-libgit2", "requirement": { "range": [ { "lower_bound": "0.5.0", "upper_bound": "1.0.0" } ] } }, { "url": "https://github.com/apple/swift-log.git", "type": "sourceControl", "identity": "swift-log", "requirement": { "range": [ { "lower_bound": "1.1.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.6", "manifest_display_name": "AsyncSwiftGit" }
Package Dump
{ "name": "AsyncSwiftGit", "traits": [], "targets": [ { "name": "AsyncSwiftGit", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "static-libgit2", null ] }, { "byName": [ "Initializer", null ] }, { "product": [ "Logging", "swift-log", null, null ] } ], "packageAccess": false }, { "name": "Initializer", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "static-libgit2", null ] } ], "packageAccess": false }, { "name": "AsyncSwiftGitTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "AsyncSwiftGit", null ] } ], "packageAccess": false } ], "products": [ { "name": "AsyncSwiftGit", "type": { "library": [ "automatic" ] }, "targets": [ "AsyncSwiftGit", "Initializer" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "14.0", "platformName": "ios" }, { "options": [], "version": "11.0", "platformName": "macos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "traits": [ { "name": "default" } ], "identity": "static-libgit2", "location": { "remote": [ { "urlString": "https://github.com/bdewey/static-libgit2" } ] }, "requirement": { "range": [ { "lowerBound": "0.5.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "traits": [ { "name": "default" } ], "identity": "swift-log", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-log.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.6.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- static-libgit20.5.0
- swift-log1.4.2
Dependencies
{ "url": "/usr/src/package", "name": "AsyncSwiftGit", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/bdewey/static-libgit2", "name": "static-libgit2", "path": "/usr/src/package/.build/checkouts/static-libgit2", "version": "0.5.0", "identity": "static-libgit2", "dependencies": [] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.4.2", "identity": "swift-log", "dependencies": [] } ] }