Sometimes data needs to be normalised. Use those functions for that.
{ "name": "SwiftNormalisation", "path": "/usr/src/package", "targets": [ { "name": "SwiftNormalisationTests", "path": "Tests/SwiftNormalisationTests", "type": "test", "c99name": "SwiftNormalisationTests", "sources": [ "SwiftNormalisationTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SwiftNormalisation" ], "product_dependencies": [ "SnapshotTesting" ] }, { "name": "SwiftNormalisation", "path": "Sources/SwiftNormalisation", "type": "library", "c99name": "SwiftNormalisation", "sources": [ "SwiftNormalisation.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SwiftNormalisation" ] } ], "products": [ { "name": "SwiftNormalisation", "type": { "library": [ "dynamic" ] }, "targets": [ "SwiftNormalisation" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/pointfreeco/swift-snapshot-testing", "type": "sourceControl", "identity": "swift-snapshot-testing", "requirement": { "range": [ { "lower_bound": "1.16.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.7", "manifest_display_name": "SwiftNormalisation" }
{ "name": "SwiftNormalisation", "targets": [ { "name": "SwiftNormalisation", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "SwiftNormalisationTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftNormalisation", null ] }, { "product": [ "SnapshotTesting", "swift-snapshot-testing", null, null ] } ], "packageAccess": false } ], "products": [ { "name": "SwiftNormalisation", "type": { "library": [ "dynamic" ] }, "targets": [ "SwiftNormalisation" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-snapshot-testing", "location": { "remote": [ { "urlString": "https://github.com/pointfreeco/swift-snapshot-testing" } ] }, "requirement": { "range": [ { "lowerBound": "1.16.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "SwiftNormalisation", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/pointfreeco/swift-snapshot-testing", "name": "swift-snapshot-testing", "path": "/usr/src/package/.build/checkouts/swift-snapshot-testing", "version": "1.16.1", "identity": "swift-snapshot-testing", "dependencies": [ { "url": "https://github.com/apple/swift-syntax", "name": "swift-syntax", "path": "/usr/src/package/.build/checkouts/swift-syntax", "version": "510.0.2", "identity": "swift-syntax", "dependencies": [] } ] } ] }