Description
- Swift Tools 6.0.0
Description
{
"name": "SwiftExtensionsPack",
"path": "/usr/src/package",
"targets": [
{
"name": "SwiftExtensionsPackTests",
"path": "Tests/SwiftExtensionsPackTests",
"type": "test",
"c99name": "SwiftExtensionsPackTests",
"sources": [
"SwiftExtensionsPackTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"SwiftExtensionsPack"
]
},
{
"name": "SwiftExtensionsPack",
"path": "Sources/SwiftExtensionsPack",
"type": "library",
"c99name": "SwiftExtensionsPack",
"sources": [
"Array/SafeArray.swift",
"Array/Sequence+Extensions.swift",
"Codable/Codable+Extensions.swift",
"Common/AnyValue.swift",
"Common/Atomic.swift",
"Common/CommonClasses.swift",
"Common/CommonMethods.swift",
"Common/ErrorCommon.swift",
"Common/ObjectIdentifier.swift",
"Common/Protocols.swift",
"Common/Runtime.swift",
"Common/SafeValue.swift",
"Crypto/AES.swift",
"Crypto/ByteArray+Bits.swift",
"Crypto/Data+Extension.swift",
"Crypto/Ed25519.swift",
"Crypto/HexaDecimal.swift",
"Crypto/Hmac.swift",
"Crypto/RandomBytes.swift",
"Crypto/SHA.swift",
"Crypto/String+Extension.swift",
"Date/Date+String.swift",
"Date/DateCommon.swift",
"Dictionary/Dictionary+JSON.swift",
"Dictionary/DictionaryCommon.swift",
"Dictionary/SafeDictionary.swift",
"Double/Double.swift",
"Float/Float.swift",
"Net/HTTP.swift",
"String/String+Chunks.swift",
"String/String+Date.swift",
"String/String+JSON.swift",
"String/StringCommon.swift",
"iOS/String/String+Crypto.swift",
"iOS/String/String+Height.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"SwiftExtensionsPack"
],
"product_dependencies": [
"SwiftRegularExpression",
"Crypto",
"Ed25519",
"Logging"
]
}
],
"products": [
{
"name": "SwiftExtensionsPack",
"type": {
"library": [
"automatic"
]
},
"targets": [
"SwiftExtensionsPack"
]
}
],
"platforms": [
{
"name": "ios",
"version": "13.0"
},
{
"name": "macos",
"version": "10.15"
}
],
"dependencies": [
{
"url": "https://github.com/nerzh/swift-regular-expression",
"type": "sourceControl",
"identity": "swift-regular-expression",
"requirement": {
"range": [
{
"lower_bound": "0.2.4",
"upper_bound": "1.0.0"
}
]
}
},
{
"url": "https://github.com/apple/swift-crypto",
"type": "sourceControl",
"identity": "swift-crypto",
"requirement": {
"range": [
{
"lower_bound": "3.0.0",
"upper_bound": "4.0.0"
}
]
}
},
{
"url": "https://github.com/bytehubio/ed25519",
"type": "sourceControl",
"identity": "ed25519",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/apple/swift-log",
"type": "sourceControl",
"identity": "swift-log",
"requirement": {
"range": [
{
"lower_bound": "1.6.1",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "6.0",
"manifest_display_name": "SwiftExtensionsPack"
}
Package Dump
{
"name": "SwiftExtensionsPack",
"traits": [],
"targets": [
{
"name": "SwiftExtensionsPack",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"product": [
"SwiftRegularExpression",
"swift-regular-expression",
null,
null
]
},
{
"product": [
"Crypto",
"swift-crypto",
null,
{
"platformNames": [
"linux"
]
}
]
},
{
"product": [
"Ed25519",
"ed25519",
null,
null
]
},
{
"product": [
"Logging",
"swift-log",
null,
null
]
}
],
"packageAccess": true
},
{
"name": "SwiftExtensionsPackTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SwiftExtensionsPack",
null
]
}
],
"packageAccess": true
}
],
"products": [
{
"name": "SwiftExtensionsPack",
"type": {
"library": [
"automatic"
]
},
"targets": [
"SwiftExtensionsPack"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "13.0",
"platformName": "ios"
},
{
"options": [],
"version": "10.15",
"platformName": "macos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-regular-expression",
"location": {
"remote": [
{
"urlString": "https://github.com/nerzh/swift-regular-expression"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.2.4",
"upperBound": "1.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-crypto",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-crypto"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "3.0.0",
"upperBound": "4.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "ed25519",
"location": {
"remote": [
{
"urlString": "https://github.com/bytehubio/ed25519"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-log",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-log"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.6.1",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "6.0.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- SwiftRegularExpression0.2.4
- swift-crypto3.12.3
- Ed255191.0.0
- swift-log1.6.3
Dependencies
{
"url": "/usr/src/package",
"name": "SwiftExtensionsPack",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/nerzh/swift-regular-expression",
"name": "SwiftRegularExpression",
"path": "/usr/src/package/.build/checkouts/swift-regular-expression",
"version": "0.2.4",
"identity": "swift-regular-expression",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-crypto",
"name": "swift-crypto",
"path": "/usr/src/package/.build/checkouts/swift-crypto",
"version": "3.12.3",
"identity": "swift-crypto",
"dependencies": [
{
"url": "https://github.com/apple/swift-asn1.git",
"name": "swift-asn1",
"path": "/usr/src/package/.build/checkouts/swift-asn1",
"version": "1.3.2",
"identity": "swift-asn1",
"dependencies": []
}
]
},
{
"url": "https://github.com/bytehubio/ed25519",
"name": "Ed25519",
"path": "/usr/src/package/.build/checkouts/ed25519",
"version": "1.0.0",
"identity": "ed25519",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-log",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.6.3",
"identity": "swift-log",
"dependencies": []
}
]
}