This is an enhancements to make Foundation framework easier to use.
{ "name": "Ocean", "path": "/usr/src/package", "targets": [ { "name": "OceanTests", "path": "/usr/src/package/Tests/OceanTests", "type": "test", "c99name": "OceanTests", "sources": [ "BasicTypeTests.swift", "CommonCryptoTests.swift", "ConcatTests.swift", "DivideTests.swift", "FileStreamTests.swift", "NotificationTests.swift", "ScaleTests.swift" ], "module_type": "SwiftTarget" }, { "name": "Ocean", "path": "/usr/src/package/Sources/Ocean", "type": "library", "c99name": "Ocean", "sources": [ "BasicConversion/DataConvertible.swift", "BasicType/CError.swift", "BasicType/Margin.swift", "BasicType/Primitive.swift", "BasicType/Scale.swift", "Concatenation/DataConcat.swift", "Database/CSVStream.swift", "Database/FileStream.swift", "Database/SQLite3.swift", "Date.swift", "Encryption/CommonCrypto/AES.swift", "Encryption/CommonCrypto/Cipher.swift", "Encryption/CommonCrypto/Cryption.swift", "Encryption/CommonCrypto/CryptionAlgorithm.swift", "Encryption/CommonCrypto/CryptionBlockSize.swift", "Encryption/CommonCrypto/CryptionContextSize.swift", "Encryption/CommonCrypto/CryptionError.swift", "Encryption/CommonCrypto/CryptionKeySize.swift", "Encryption/CommonCrypto/CryptionOperation.swift", "Encryption/CommonCrypto/CryptionOptions.swift", "Encryption/FoundationType/Data.swift", "Encryption/Random/RandomData.swift", "Encryption/Random/RandomInitialVector.swift", "Encryption/Random/RandomString.swift", "Notification/Notification.swift", "Notification/NotificationHandlers.swift", "Notification/NotificationObserve.swift", "Notification/NotificationPost.swift", "Notification/NotificationToken.swift", "Predicate.swift", "ReferenceCounter.swift", "RegularExpression/NSRegularExpression.swift", "Scale/Dividable.swift", "Scale/Scalable.swift", "Scale/ScaleType.swift", "State/ActiveCounter.swift", "State/ActiveCounterNotifications.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "Ocean", "targets": [ { "name": "Ocean", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Swim", null ] } ] }, { "name": "OceanTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Ocean", null ] }, { "byName": [ "Swim", null ] } ] } ], "products": [ { "name": "Ocean", "type": { "library": [ "dynamic" ] }, "targets": [ "Ocean" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "14.0", "platformName": "ios" } ], "providers": null, "dependencies": [ { "url": "https://github.com/es-kumagai/Swim", "name": "Swim", "requirement": { "branch": [ "master" ] } } ], "toolsVersion": { "_version": "5.3.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": [ "5" ] }
{ "url": "/usr/src/package", "name": "Ocean", "path": "/usr/src/package", "version": "unspecified", "dependencies": [ { "url": "https://github.com/es-kumagai/Swim", "name": "Swim", "path": "/usr/src/package/.build/checkouts/Swim", "version": "unspecified", "dependencies": [] } ] }