Full Changelog: 0.0.10...v0.0.13
Via Homebrew
brew install ks1019/formulae/swprofiler
{ "name": "SwiftyProfiler", "path": "/usr/src/package", "targets": [ { "name": "SwiftyProfilerTests", "path": "Tests/SwiftyProfilerTests", "type": "test", "c99name": "SwiftyProfilerTests", "sources": [ "SwiftyProfilerTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SwiftyProfiler" ] }, { "name": "SwiftyProfiler", "path": "Sources/SwiftyProfiler", "type": "executable", "c99name": "SwiftyProfiler", "sources": [ "main.swift", "reporters/Reporter.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "swprofiler" ], "product_dependencies": [ "SwiftyXcActivityLog", "SwiftyTextTable", "ArgumentParser" ] } ], "products": [ { "name": "swprofiler", "type": { "executable": null }, "targets": [ "SwiftyProfiler" ] } ], "platforms": [ { "name": "macos", "version": "10.11" } ], "dependencies": [ { "url": "https://github.com/KS1019/SwiftyXcActivityLog", "type": "sourceControl", "identity": "swiftyxcactivitylog", "requirement": { "range": [ { "lower_bound": "0.0.5", "upper_bound": "1.0.0" } ] } }, { "url": "https://github.com/apple/swift-argument-parser", "type": "sourceControl", "identity": "swift-argument-parser", "requirement": { "range": [ { "lower_bound": "1.0.1", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/scottrhoyt/SwiftyTextTable", "type": "sourceControl", "identity": "swiftytexttable", "requirement": { "range": [ { "lower_bound": "0.9.0", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.3", "manifest_display_name": "SwiftyProfiler" }
{ "name": "SwiftyProfiler", "targets": [ { "name": "SwiftyProfiler", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftyXcActivityLog", null ] }, { "byName": [ "SwiftyTextTable", null ] }, { "product": [ "ArgumentParser", "swift-argument-parser", null, null ] } ], "packageAccess": false }, { "name": "SwiftyProfilerTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftyProfiler", null ] } ], "packageAccess": false } ], "products": [ { "name": "swprofiler", "type": { "executable": null }, "targets": [ "SwiftyProfiler" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.11", "platformName": "macos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swiftyxcactivitylog", "location": { "remote": [ { "urlString": "https://github.com/KS1019/SwiftyXcActivityLog" } ] }, "requirement": { "range": [ { "lowerBound": "0.0.5", "upperBound": "1.0.0" } ] }, "productFilter": null, "nameForTargetDependencyResolutionOnly": "SwiftyXcActivityLog" } ] }, { "sourceControl": [ { "identity": "swift-argument-parser", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-argument-parser" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.1", "upperBound": "2.0.0" } ] }, "productFilter": null, "nameForTargetDependencyResolutionOnly": "swift-argument-parser" } ] }, { "sourceControl": [ { "identity": "swiftytexttable", "location": { "remote": [ { "urlString": "https://github.com/scottrhoyt/SwiftyTextTable" } ] }, "requirement": { "range": [ { "lowerBound": "0.9.0", "upperBound": "1.0.0" } ] }, "productFilter": null, "nameForTargetDependencyResolutionOnly": "SwiftyTextTable" } ] } ], "toolsVersion": { "_version": "5.3.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "SwiftyProfiler", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/KS1019/SwiftyXcActivityLog", "name": "SwiftyXcActivityLog", "path": "/usr/src/package/.build/checkouts/SwiftyXcActivityLog", "version": "0.0.5", "identity": "swiftyxcactivitylog", "dependencies": [ { "url": "https://github.com/JohnSundell/Files", "name": "Files", "path": "/usr/src/package/.build/checkouts/Files", "version": "4.2.0", "identity": "files", "dependencies": [] }, { "url": "https://github.com/1024jp/GzipSwift", "name": "Gzip", "path": "/usr/src/package/.build/checkouts/GzipSwift", "version": "5.1.1", "identity": "gzipswift", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-argument-parser", "name": "swift-argument-parser", "path": "/usr/src/package/.build/checkouts/swift-argument-parser", "version": "1.0.1", "identity": "swift-argument-parser", "dependencies": [] }, { "url": "https://github.com/scottrhoyt/SwiftyTextTable", "name": "SwiftyTextTable", "path": "/usr/src/package/.build/checkouts/SwiftyTextTable", "version": "0.9.0", "identity": "swiftytexttable", "dependencies": [] } ] }