Description
- Swift Tools 5.7.0
Description
{
"name": "ReefCalculator",
"path": "/usr/src/package",
"targets": [
{
"name": "ReefCalculatorTests",
"path": "Tests/ReefCalculatorTests",
"type": "test",
"c99name": "ReefCalculatorTests",
"sources": [
"Brand/ColumboTests.swift",
"Brand/HannaTests.swift",
"Brand/JBLTests.swift",
"Brand/SalifertTests.swift",
"Instructions/Builder/StepBuilderTests.swift",
"Instructions/InstructionsTests.swift",
"Instructions/Step/AddReagentTests.swift",
"Instructions/Step/AddWaterTests.swift",
"Instructions/Step/CountDropletsTests.swift",
"Instructions/Step/SpoonTests.swift",
"Instructions/Step/WaitTests.swift",
"MetricTypeTests.swift",
"ReefCalculatorTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"ReefCalculator"
]
},
{
"name": "ReefCalculator",
"path": "Sources/ReefCalculator",
"type": "library",
"c99name": "ReefCalculator",
"sources": [
"Brand/Brand.swift",
"Brand/Colombo/Colombo+Calculate.swift",
"Brand/Colombo/Colombo+Explanation.swift",
"Brand/Colombo/Colombo+Instruction.swift",
"Brand/Colombo/Colombo.swift",
"Brand/Hanna/Hanna+Calculate.swift",
"Brand/Hanna/Hanna+Explanation.swift",
"Brand/Hanna/Hanna+Instruction.swift",
"Brand/Hanna/Hanna.swift",
"Brand/JBL/JBL+Calculate.swift",
"Brand/JBL/JBL+Explanation.swift",
"Brand/JBL/JBL+Instruction.swift",
"Brand/JBL/JBL.swift",
"Brand/Salifert/Salifert+Calculate.swift",
"Brand/Salifert/Salifert+Explanation.swift",
"Brand/Salifert/Salifert+Instruction.swift",
"Brand/Salifert/Salifert.swift",
"Error/InvalidMetricType.swift",
"Error/UnavailableInstruction.swift",
"Instructions/Builder/ReagentColor.swift",
"Instructions/Builder/StepBuilder.swift",
"Instructions/Instructions.swift",
"Instructions/Step/AddReagent.swift",
"Instructions/Step/AddWater.swift",
"Instructions/Step/CountDroplets.swift",
"Instructions/Step/FillFlask.swift",
"Instructions/Step/Shake.swift",
"Instructions/Step/Spoon.swift",
"Instructions/Step/Step.swift",
"Instructions/Step/Syringe.swift",
"Instructions/Step/Wait.swift",
"Lib/RedFieldResult.swift",
"Metric/MetricBaseElement.swift",
"Metric/MetricMajorElement.swift",
"Metric/MetricMinorElement.swift",
"Metric/MetricNutrientsElement.swift",
"Metric/MetricOtherElement.swift",
"Metric/MetricPollutantsElement.swift",
"MetricType.swift",
"Protocol/MetricProtocol.swift",
"Protocol/MetricValueProtocol.swift",
"Protocol/ReefMetricProtocol.swift",
"Protocol/TankProtocol.swift",
"ReefCalculator.swift",
"ResultBuilder/LocalizedStringBuilder.swift"
],
"resources": [
{
"path": "/usr/src/package/Sources/ReefCalculator/Resources/en.lproj/Localizable.strings",
"rule": {
"process": {
"localization": "en"
}
}
},
{
"path": "/usr/src/package/Sources/ReefCalculator/Resources/fr.lproj/Localizable.strings",
"rule": {
"process": {
"localization": "fr"
}
}
}
],
"module_type": "SwiftTarget",
"product_memberships": [
"ReefCalculator"
]
}
],
"products": [
{
"name": "ReefCalculator",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ReefCalculator"
]
}
],
"platforms": [
{
"name": "ios",
"version": "13.0"
},
{
"name": "macos",
"version": "12.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"
}
]
}
}
],
"tools_version": "5.7",
"default_localization": "en",
"manifest_display_name": "ReefCalculator"
}
Package Dump
{
"name": "ReefCalculator",
"targets": [
{
"name": "ReefCalculator",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [
{
"path": "Resources",
"rule": {
"process": {}
}
}
],
"dependencies": [],
"packageAccess": false
},
{
"name": "ReefCalculatorTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"ReefCalculator",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "ReefCalculator",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ReefCalculator"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "13.0",
"platformName": "ios"
},
{
"options": [],
"version": "12.0",
"platformName": "macos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"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
}
]
}
],
"toolsVersion": {
"_version": "5.7.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- SwiftDocCPlugin1.0.0
Dependencies
{
"url": "/usr/src/package",
"name": "ReefCalculator",
"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.0.0",
"identity": "swift-docc-plugin",
"dependencies": []
}
]
}