Library for logs and measurements.
What's New
4.0.2
2025-01-10T05:58:26Z
Description
- Swift Tools 6.0.0
Description
{
"name": "BlackBox",
"path": "/usr/src/package",
"targets": [
{
"name": "ExampleModule",
"path": "Sources/ExampleModule",
"type": "library",
"c99name": "ExampleModule",
"sources": [
"ExampleService.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"BlackBox"
]
},
{
"name": "BlackBoxTests",
"path": "Tests/BlackBoxTests",
"type": "test",
"c99name": "BlackBoxTests",
"sources": [
"BackwardsCompatibilityTests.swift",
"BlackBoxEndEventTests.swift",
"BlackBoxErrorEventTests.swift",
"BlackBoxGenericEventTests.swift",
"BlackBoxStartEventTests.swift",
"BlackBoxTestCase.swift",
"Helpers/AnakinKills.swift",
"Helpers/Lightsaber.swift",
"LoggerMock.swift",
"OSLoggerTests.swift",
"OSSignpostLoggerTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"BlackBox",
"ExampleModule"
]
},
{
"name": "BlackBox",
"path": "Sources/BlackBox",
"type": "library",
"c99name": "BlackBox",
"sources": [
"BBLogFormat.swift",
"BBLogLevel.swift",
"BBLoggerProtocol.swift",
"BlackBox.swift",
"BlackBoxEvents.swift",
"Helpers/BBHelpers.swift",
"Loggers/FSLogger.swift",
"Loggers/OSLogger.swift",
"Loggers/OSSignpostLogger.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"BlackBox"
],
"product_dependencies": [
"DBThreadSafe"
]
}
],
"products": [
{
"name": "BlackBox",
"type": {
"library": [
"automatic"
]
},
"targets": [
"BlackBox"
]
}
],
"platforms": [
{
"name": "ios",
"version": "12.0"
},
{
"name": "macos",
"version": "10.14"
},
{
"name": "tvos",
"version": "12.0"
},
{
"name": "watchos",
"version": "5.0"
}
],
"dependencies": [
{
"url": "https://github.com/apple/swift-docc-plugin",
"type": "sourceControl",
"identity": "swift-docc-plugin",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/dodobrands/DBThreadSafe-ios.git",
"type": "sourceControl",
"identity": "dbthreadsafe-ios",
"requirement": {
"range": [
{
"lower_bound": "2.0.0",
"upper_bound": "3.0.0"
}
]
}
}
],
"tools_version": "6.0",
"manifest_display_name": "BlackBox",
"swift_languages_versions": [
"6"
]
}
Package Dump
{
"name": "BlackBox",
"traits": [],
"targets": [
{
"name": "BlackBox",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"product": [
"DBThreadSafe",
"DBThreadSafe-ios",
null,
null
]
}
],
"packageAccess": true
},
{
"name": "ExampleModule",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"BlackBox",
null
]
}
],
"packageAccess": true
},
{
"name": "BlackBoxTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"BlackBox",
null
]
},
{
"byName": [
"ExampleModule",
null
]
}
],
"packageAccess": true
}
],
"products": [
{
"name": "BlackBox",
"type": {
"library": [
"automatic"
]
},
"targets": [
"BlackBox"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "12.0",
"platformName": "ios"
},
{
"options": [],
"version": "10.14",
"platformName": "macos"
},
{
"options": [],
"version": "12.0",
"platformName": "tvos"
},
{
"options": [],
"version": "5.0",
"platformName": "watchos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-docc-plugin",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-docc-plugin"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "dbthreadsafe-ios",
"location": {
"remote": [
{
"urlString": "https://github.com/dodobrands/DBThreadSafe-ios.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "2.0.0",
"upperBound": "3.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "6.0.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": [
"6"
]
}
Dependencies
- SwiftDocCPlugin1.4.3
- DBThreadSafe2.1.0
Dependencies
{
"url": "/usr/src/package",
"name": "BlackBox",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/apple/swift-docc-plugin",
"name": "SwiftDocCPlugin",
"path": "/usr/src/package/.build/checkouts/swift-docc-plugin",
"version": "1.4.3",
"identity": "swift-docc-plugin",
"dependencies": [
{
"url": "https://github.com/swiftlang/swift-docc-symbolkit",
"name": "SymbolKit",
"path": "/usr/src/package/.build/checkouts/swift-docc-symbolkit",
"version": "1.0.0",
"identity": "swift-docc-symbolkit",
"dependencies": []
}
]
},
{
"url": "https://github.com/dodobrands/DBThreadSafe-ios.git",
"name": "DBThreadSafe",
"path": "/usr/src/package/.build/checkouts/DBThreadSafe-ios",
"version": "2.1.0",
"identity": "dbthreadsafe-ios",
"dependencies": []
}
]
}