ThrowPublisher
0.0.3
A Swift Macro which extends throwing functions to AnyPublisher.
What's New
Description
- Swift Tools 5.9.0
Description
{ "name": "ThrowPublisher", "path": "/usr/src/package", "targets": [ { "name": "ThrowPublisherTests", "path": "Tests/ThrowPublisherTests", "type": "test", "c99name": "ThrowPublisherTests", "sources": [ "ThrowPublisherTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "ThrowPublisherMacros" ], "product_dependencies": [ "SwiftSyntaxMacrosTestSupport" ] }, { "name": "ThrowPublisherMacros", "path": "Sources/ThrowPublisherMacros", "type": "macro", "c99name": "ThrowPublisherMacros", "sources": [ "ThrowPublisherMacro.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "ThrowPublisher", "ThrowPublisherClient", "ThrowPublisherMacros" ], "product_dependencies": [ "SwiftSyntaxMacros", "SwiftCompilerPlugin" ] }, { "name": "ThrowPublisherClient", "path": "Sources/ThrowPublisherClient", "type": "executable", "c99name": "ThrowPublisherClient", "sources": [ "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "ThrowPublisherClient" ], "target_dependencies": [ "ThrowPublisher" ] }, { "name": "ThrowPublisher", "path": "Sources/ThrowPublisher", "type": "library", "c99name": "ThrowPublisher", "sources": [ "ThrowPublisher.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "ThrowPublisher", "ThrowPublisherClient" ], "target_dependencies": [ "ThrowPublisherMacros" ] } ], "products": [ { "name": "ThrowPublisher", "type": { "library": [ "automatic" ] }, "targets": [ "ThrowPublisher" ] }, { "name": "ThrowPublisherClient", "type": { "executable": null }, "targets": [ "ThrowPublisherClient" ] }, { "name": "ThrowPublisherMacros", "type": { "macro": null }, "targets": [ "ThrowPublisherMacros" ] } ], "platforms": [ { "name": "macos", "version": "10.15" }, { "name": "ios", "version": "13.0" }, { "name": "tvos", "version": "13.0" }, { "name": "watchos", "version": "6.0" }, { "name": "maccatalyst", "version": "13.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-syntax.git", "type": "sourceControl", "identity": "swift-syntax", "requirement": { "range": [ { "lower_bound": "509.0.0", "upper_bound": "510.0.0" } ] } } ], "tools_version": "5.9", "manifest_display_name": "ThrowPublisher" }
Package Dump
{ "name": "ThrowPublisher", "targets": [ { "name": "ThrowPublisherMacros", "type": "macro", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "SwiftSyntaxMacros", "swift-syntax", null, null ] }, { "product": [ "SwiftCompilerPlugin", "swift-syntax", null, null ] } ], "packageAccess": true }, { "name": "ThrowPublisher", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "ThrowPublisherMacros", null ] } ], "packageAccess": true }, { "name": "ThrowPublisherClient", "type": "executable", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "ThrowPublisher", null ] } ], "packageAccess": true }, { "name": "ThrowPublisherTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "ThrowPublisherMacros", null ] }, { "product": [ "SwiftSyntaxMacrosTestSupport", "swift-syntax", null, null ] } ], "packageAccess": true } ], "products": [ { "name": "ThrowPublisher", "type": { "library": [ "automatic" ] }, "targets": [ "ThrowPublisher" ] }, { "name": "ThrowPublisherClient", "type": { "executable": null }, "targets": [ "ThrowPublisherClient" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "13.0", "platformName": "ios" }, { "options": [], "version": "13.0", "platformName": "tvos" }, { "options": [], "version": "6.0", "platformName": "watchos" }, { "options": [], "version": "13.0", "platformName": "maccatalyst" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-syntax", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-syntax.git" } ] }, "requirement": { "range": [ { "lowerBound": "509.0.0", "upperBound": "510.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.9.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- swift-syntax509.0.1
Dependencies
{ "url": "/usr/src/package", "name": "ThrowPublisher", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-syntax.git", "name": "swift-syntax", "path": "/usr/src/package/.build/checkouts/swift-syntax", "version": "509.0.1", "identity": "swift-syntax", "dependencies": [] } ] }