Warning: Package Archived
This package is archived and has a low chance of being updated.
Core
3.10.1
🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
vapor/core
What's New
Description
- Swift Tools 4.1.0
Description
{
"name": "Core",
"path": "/usr/src/package",
"targets": [
{
"name": "DebuggingTests",
"path": "Tests/DebuggingTests",
"type": "test",
"c99name": "DebuggingTests",
"sources": [
"FooError.swift",
"FooErrorTests.swift",
"GeneralTests.swift",
"MinimumError.swift",
"TestError.swift",
"TraceableTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Debugging"
]
},
{
"name": "Debugging",
"path": "Sources/Debugging",
"type": "library",
"c99name": "Debugging",
"sources": [
"Debuggable.swift",
"Demangler.swift",
"SourceLocation.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Bits",
"Core",
"Debugging"
]
},
{
"name": "CoreTests",
"path": "Tests/CoreTests",
"type": "test",
"c99name": "CoreTests",
"sources": [
"CoreTests.swift",
"ReflectableTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Core"
]
},
{
"name": "Core",
"path": "Sources/Core",
"type": "library",
"c99name": "Core",
"sources": [
"BasicKey.swift",
"CaseInsensitiveString.swift",
"CodableReflection/Decodable+Reflectable.swift",
"CodableReflection/ReflectionDecodable.swift",
"CodableReflection/ReflectionDecoders.swift",
"CoreError.swift",
"Data+Base64URL.swift",
"Data+Hex.swift",
"DataCoders.swift",
"Deprecated.swift",
"DirectoryConfig.swift",
"Exports.swift",
"File.swift",
"Future+Unwrap.swift",
"FutureEncoder.swift",
"HeaderValue.swift",
"LosslessDataConvertible.swift",
"MediaType.swift",
"NestedData.swift",
"NotFound.swift",
"OptionalType.swift",
"Process+Execute.swift",
"Reflectable.swift",
"String+Utilities.swift",
"Thread+Async.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Core"
],
"target_dependencies": [
"Async",
"Bits",
"COperatingSystem",
"Debugging"
],
"product_dependencies": [
"NIOFoundationCompat"
]
},
{
"name": "COperatingSystem",
"path": "Sources/COperatingSystem",
"type": "library",
"c99name": "COperatingSystem",
"sources": [
"libc.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Core",
"COperatingSystem"
]
},
{
"name": "BitsTests",
"path": "Tests/BitsTests",
"type": "test",
"c99name": "BitsTests",
"sources": [
"ByteBufferPeekTests.swift",
"ByteBufferRequireTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Bits"
],
"product_dependencies": [
"NIO"
]
},
{
"name": "Bits",
"path": "Sources/Bits",
"type": "library",
"c99name": "Bits",
"sources": [
"BitsError.swift",
"Byte+Alphabet.swift",
"Byte+Control.swift",
"Byte+Digit.swift",
"ByteBuffer+binaryFloatingPointOperations.swift",
"ByteBuffer+peek.swift",
"ByteBuffer+require.swift",
"ByteBuffer+string.swift",
"Bytes.swift",
"Data+Bytes.swift",
"Data+Strings.swift",
"Deprecated.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Bits",
"Core"
],
"target_dependencies": [
"Debugging"
],
"product_dependencies": [
"NIO"
]
},
{
"name": "AsyncTests",
"path": "Tests/AsyncTests",
"type": "test",
"c99name": "AsyncTests",
"sources": [
"AsyncTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Async"
]
},
{
"name": "Async",
"path": "Sources/Async",
"type": "library",
"c99name": "Async",
"sources": [
"Async+NIO.swift",
"AsyncError.swift",
"Collection+Future.swift",
"Deprecated.swift",
"Exports.swift",
"Future+DoCatch.swift",
"Future+Flatten.swift",
"Future+Global.swift",
"Future+Map.swift",
"Future+Transform.swift",
"Future+Variadic.swift",
"Future+Void.swift",
"FutureType.swift",
"QueueHandler.swift",
"Worker.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Async",
"Core"
],
"product_dependencies": [
"NIO"
]
}
],
"products": [
{
"name": "Async",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Async"
]
},
{
"name": "Bits",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Bits"
]
},
{
"name": "Core",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Core"
]
},
{
"name": "COperatingSystem",
"type": {
"library": [
"automatic"
]
},
"targets": [
"COperatingSystem"
]
},
{
"name": "Debugging",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Debugging"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"type": "sourceControl",
"identity": "swift-nio",
"requirement": {
"range": [
{
"lower_bound": "1.14.1",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "4.1",
"manifest_display_name": "Core"
}
Package Dump
{
"name": "Core",
"targets": [
{
"name": "Async",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"NIO",
null
]
}
],
"packageAccess": false
},
{
"name": "AsyncTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Async",
null
]
}
],
"packageAccess": false
},
{
"name": "Bits",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Debugging",
null
]
},
{
"byName": [
"NIO",
null
]
}
],
"packageAccess": false
},
{
"name": "BitsTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Bits",
null
]
},
{
"byName": [
"NIO",
null
]
}
],
"packageAccess": false
},
{
"name": "Core",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Async",
null
]
},
{
"byName": [
"Bits",
null
]
},
{
"byName": [
"COperatingSystem",
null
]
},
{
"byName": [
"Debugging",
null
]
},
{
"byName": [
"NIOFoundationCompat",
null
]
}
],
"packageAccess": false
},
{
"name": "CoreTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Core",
null
]
}
],
"packageAccess": false
},
{
"name": "COperatingSystem",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "Debugging",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "DebuggingTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Debugging",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "Async",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Async"
]
},
{
"name": "Bits",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Bits"
]
},
{
"name": "Core",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Core"
]
},
{
"name": "COperatingSystem",
"type": {
"library": [
"automatic"
]
},
"targets": [
"COperatingSystem"
]
},
{
"name": "Debugging",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Debugging"
]
}
],
"pkgConfig": null,
"platforms": [],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "swift-nio",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-nio.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.14.1",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "4.1.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- swift-nio1.14.4
Dependencies
{
"url": "/usr/src/package",
"name": "Core",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "1.14.4",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio-zlib-support.git",
"name": "swift-nio-zlib-support",
"path": "/usr/src/package/.build/checkouts/swift-nio-zlib-support",
"version": "1.0.0",
"identity": "swift-nio-zlib-support",
"dependencies": []
}
]
}
]
}
