Useful little additions to Swift that I have gathered over the years. Quite heavy on it's own so might break up into smaller packages. This package is supposed to work on Windows, Linux and Apple platforms. Windows is under development so that might be a bit lacking for the time being.
Description
- Swift Tools 5.7.0
Description
{
"name": "SebbuKit",
"path": "/usr/src/package",
"targets": [
{
"name": "SebbuKitTests",
"path": "Tests/SebbuKitTests",
"type": "test",
"c99name": "SebbuKitTests",
"sources": [
"SebbuKitAsyncNetworkingTests.swift",
"SebbuKitBitStreamTests.swift",
"SebbuKitNetworkingTests.swift",
"SebbuKitTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"SebbuKit"
]
},
{
"name": "SebbuKit",
"path": "Sources/SebbuKit",
"type": "library",
"c99name": "SebbuKit",
"sources": [
"BitStream.swift",
"Concurrency.swift",
"Country Codes/IsoCountries.swift",
"Country Codes/IsoCountryCodes.swift",
"Cryptography.swift",
"GLMSwift.swift",
"Networking.swift",
"SebbuKit.swift",
"SpriteKit/CGExtensions.swift",
"SpriteKit/SpriteKitExtensions.swift",
"SwiftUtilities/ArrayExtensions.swift",
"SwiftUtilities/DataStructures.swift",
"SwiftUtilities/FloatingPointExtensions.swift",
"SwiftUtilities/FoundationExtension.swift",
"SwiftUtilities/GLMSwift Extensions.swift",
"SwiftUtilities/IntegerExtensions.swift",
"SwiftUtilities/Memoization.swift",
"SwiftUtilities/RandomNumberGenerators.swift",
"SwiftUtilities/RepeatingTimer.swift",
"SwiftUtilities/StringUtils.swift",
"ThreadSafe.swift"
],
"resources": [
{
"path": "/usr/src/package/Sources/SebbuKit/SpriteKit/control_pad.imageset/Contents.json",
"rule": {
"process": {}
}
},
{
"path": "/usr/src/package/Sources/SebbuKit/SpriteKit/control_pad.imageset/ControlPad.png",
"rule": {
"process": {}
}
},
{
"path": "/usr/src/package/Sources/SebbuKit/SpriteKit/control_pad.imageset/ControlPad@2x.png",
"rule": {
"process": {}
}
},
{
"path": "/usr/src/package/Sources/SebbuKit/SpriteKit/control_pad.imageset/ControlPad@3x.png",
"rule": {
"process": {}
}
}
],
"module_type": "SwiftTarget",
"product_memberships": [
"SebbuKit"
],
"product_dependencies": [
"NIO",
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"NIOSSL",
"NIOHTTP1",
"NIOWebSocket",
"WebSocketKit",
"NIOTransportServices",
"GLMSwift",
"SebbuBitStream",
"SebbuCrypto",
"SebbuTSDS",
"SebbuNetworking",
"SebbuConcurrency",
"DequeModule"
]
}
],
"products": [
{
"name": "SebbuKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"SebbuKit"
]
}
],
"platforms": [
{
"name": "macos",
"version": "12.0"
},
{
"name": "ios",
"version": "15.0"
}
],
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"type": "sourceControl",
"identity": "swift-nio",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/apple/swift-nio-ssl.git",
"type": "sourceControl",
"identity": "swift-nio-ssl",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/apple/swift-collections.git",
"type": "sourceControl",
"identity": "swift-collections",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/apple/swift-nio-transport-services",
"type": "sourceControl",
"identity": "swift-nio-transport-services",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/MarSe32m/GLMSwift.git",
"type": "sourceControl",
"identity": "glmswift",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/MarSe32m/sebbu-bitstream.git",
"type": "sourceControl",
"identity": "sebbu-bitstream",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/MarSe32m/sebbu-ts-ds.git",
"type": "sourceControl",
"identity": "sebbu-ts-ds",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/MarSe32m/sebbu-networking.git",
"type": "sourceControl",
"identity": "sebbu-networking",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/MarSe32m/sebbu-concurrency.git",
"type": "sourceControl",
"identity": "sebbu-concurrency",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/MarSe32m/sebbu-cryptography.git",
"type": "sourceControl",
"identity": "sebbu-cryptography",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/vapor/websocket-kit.git",
"type": "sourceControl",
"identity": "websocket-kit",
"requirement": {
"branch": [
"main"
]
}
}
],
"tools_version": "5.7",
"manifest_display_name": "SebbuKit"
}
Package Dump
{
"name": "SebbuKit",
"traits": [],
"targets": [
{
"name": "SebbuKit",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [
{
"path": "SpriteKit/control_pad.imageset",
"rule": {
"process": {}
}
}
],
"dependencies": [
{
"product": [
"NIO",
"swift-nio",
null,
{
"platformNames": [
"macos",
"ios",
"tvos",
"watchos",
"linux"
]
}
]
},
{
"product": [
"NIOConcurrencyHelpers",
"swift-nio",
null,
{
"platformNames": [
"macos",
"ios",
"tvos",
"watchos",
"linux"
]
}
]
},
{
"product": [
"NIOFoundationCompat",
"swift-nio",
null,
{
"platformNames": [
"macos",
"ios",
"tvos",
"watchos",
"linux"
]
}
]
},
{
"product": [
"NIOSSL",
"swift-nio-ssl",
null,
{
"platformNames": [
"macos",
"ios",
"tvos",
"watchos",
"linux"
]
}
]
},
{
"product": [
"NIOHTTP1",
"swift-nio",
null,
{
"platformNames": [
"macos",
"ios",
"tvos",
"watchos",
"linux"
]
}
]
},
{
"product": [
"NIOWebSocket",
"swift-nio",
null,
{
"platformNames": [
"macos",
"ios",
"tvos",
"watchos",
"linux"
]
}
]
},
{
"product": [
"WebSocketKit",
"websocket-kit",
null,
{
"platformNames": [
"macos",
"ios",
"tvos",
"watchos",
"linux"
]
}
]
},
{
"product": [
"NIOTransportServices",
"swift-nio-transport-services",
null,
{
"platformNames": [
"ios",
"macos",
"watchos",
"tvos"
]
}
]
},
{
"product": [
"GLMSwift",
"GLMSwift",
null,
null
]
},
{
"product": [
"SebbuBitStream",
"sebbu-bitstream",
null,
null
]
},
{
"product": [
"SebbuCrypto",
"sebbu-cryptography",
null,
null
]
},
{
"product": [
"SebbuTSDS",
"sebbu-ts-ds",
null,
null
]
},
{
"product": [
"SebbuNetworking",
"sebbu-networking",
null,
null
]
},
{
"product": [
"SebbuConcurrency",
"sebbu-concurrency",
null,
null
]
},
{
"product": [
"DequeModule",
"swift-collections",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "SebbuKitTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SebbuKit",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "SebbuKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"SebbuKit"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "12.0",
"platformName": "macos"
},
{
"options": [],
"version": "15.0",
"platformName": "ios"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-nio",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-nio.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-nio-ssl",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-nio-ssl.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-collections",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-collections.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-nio-transport-services",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-nio-transport-services"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "glmswift",
"location": {
"remote": [
{
"urlString": "https://github.com/MarSe32m/GLMSwift.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "sebbu-bitstream",
"location": {
"remote": [
{
"urlString": "https://github.com/MarSe32m/sebbu-bitstream.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "sebbu-ts-ds",
"location": {
"remote": [
{
"urlString": "https://github.com/MarSe32m/sebbu-ts-ds.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "sebbu-networking",
"location": {
"remote": [
{
"urlString": "https://github.com/MarSe32m/sebbu-networking.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "sebbu-concurrency",
"location": {
"remote": [
{
"urlString": "https://github.com/MarSe32m/sebbu-concurrency.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "sebbu-cryptography",
"location": {
"remote": [
{
"urlString": "https://github.com/MarSe32m/sebbu-cryptography.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "websocket-kit",
"location": {
"remote": [
{
"urlString": "https://github.com/vapor/websocket-kit.git"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.7.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- swift-niounspecified
- swift-nio-sslunspecified
- swift-collectionsunspecified
- swift-nio-transport-servicesunspecified
- GLMSwiftunspecified
- sebbu-bitstreamunspecified
- sebbu-ts-dsunspecified
- sebbu-networkingunspecified
- sebbu-concurrencyunspecified
- sebbu-cryptographyunspecified
- websocket-kitunspecified
Dependencies
{
"url": "/usr/src/package",
"name": "SebbuKit",
"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": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-nio-ssl.git",
"name": "swift-nio-ssl",
"path": "/usr/src/package/.build/checkouts/swift-nio-ssl",
"version": "unspecified",
"identity": "swift-nio-ssl",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"dependencies": []
}
]
}
]
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-nio-transport-services",
"name": "swift-nio-transport-services",
"path": "/usr/src/package/.build/checkouts/swift-nio-transport-services",
"version": "unspecified",
"identity": "swift-nio-transport-services",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
}
]
},
{
"url": "https://github.com/MarSe32m/GLMSwift.git",
"name": "GLMSwift",
"path": "/usr/src/package/.build/checkouts/GLMSwift",
"version": "unspecified",
"identity": "glmswift",
"dependencies": []
},
{
"url": "https://github.com/MarSe32m/sebbu-bitstream.git",
"name": "sebbu-bitstream",
"path": "/usr/src/package/.build/checkouts/sebbu-bitstream",
"version": "unspecified",
"identity": "sebbu-bitstream",
"dependencies": []
},
{
"url": "https://github.com/MarSe32m/sebbu-ts-ds.git",
"name": "sebbu-ts-ds",
"path": "/usr/src/package/.build/checkouts/sebbu-ts-ds",
"version": "unspecified",
"identity": "sebbu-ts-ds",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/MarSe32m/sebbu-networking.git",
"name": "sebbu-networking",
"path": "/usr/src/package/.build/checkouts/sebbu-networking",
"version": "unspecified",
"identity": "sebbu-networking",
"dependencies": [
{
"url": "https://github.com/MarSe32m/sebbu-c-libuv.git",
"name": "sebbu-c-libuv",
"path": "/usr/src/package/.build/checkouts/sebbu-c-libuv",
"version": "1.48.0",
"identity": "sebbu-c-libuv",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/MarSe32m/sebbu-concurrency.git",
"name": "sebbu-concurrency",
"path": "/usr/src/package/.build/checkouts/sebbu-concurrency",
"version": "unspecified",
"identity": "sebbu-concurrency",
"dependencies": [
{
"url": "https://github.com/MarSe32m/sebbu-ts-ds.git",
"name": "sebbu-ts-ds",
"path": "/usr/src/package/.build/checkouts/sebbu-ts-ds",
"version": "unspecified",
"identity": "sebbu-ts-ds",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/MarSe32m/sebbu-cryptography.git",
"name": "sebbu-cryptography",
"path": "/usr/src/package/.build/checkouts/sebbu-cryptography",
"version": "unspecified",
"identity": "sebbu-cryptography",
"dependencies": [
{
"url": "https://github.com/apple/swift-crypto.git",
"name": "swift-crypto",
"path": "/usr/src/package/.build/checkouts/swift-crypto",
"version": "unspecified",
"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/vapor/websocket-kit.git",
"name": "websocket-kit",
"path": "/usr/src/package/.build/checkouts/websocket-kit",
"version": "unspecified",
"identity": "websocket-kit",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-nio-extras.git",
"name": "swift-nio-extras",
"path": "/usr/src/package/.build/checkouts/swift-nio-extras",
"version": "1.27.0",
"identity": "swift-nio-extras",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-nio-http2.git",
"name": "swift-nio-http2",
"path": "/usr/src/package/.build/checkouts/swift-nio-http2",
"version": "1.36.0",
"identity": "swift-nio-http2",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-http-types.git",
"name": "swift-http-types",
"path": "/usr/src/package/.build/checkouts/swift-http-types",
"version": "1.4.0",
"identity": "swift-http-types",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-http-structured-headers.git",
"name": "swift-http-structured-headers",
"path": "/usr/src/package/.build/checkouts/swift-http-structured-headers",
"version": "1.3.0",
"identity": "swift-http-structured-headers",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-algorithms.git",
"name": "swift-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-algorithms",
"version": "1.2.1",
"identity": "swift-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-numerics.git",
"name": "swift-numerics",
"path": "/usr/src/package/.build/checkouts/swift-numerics",
"version": "1.0.3",
"identity": "swift-numerics",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-certificates.git",
"name": "swift-certificates",
"path": "/usr/src/package/.build/checkouts/swift-certificates",
"version": "1.10.0",
"identity": "swift-certificates",
"dependencies": [
{
"url": "https://github.com/apple/swift-crypto.git",
"name": "swift-crypto",
"path": "/usr/src/package/.build/checkouts/swift-crypto",
"version": "unspecified",
"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/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/apple/swift-nio-ssl.git",
"name": "swift-nio-ssl",
"path": "/usr/src/package/.build/checkouts/swift-nio-ssl",
"version": "unspecified",
"identity": "swift-nio-ssl",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"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/swift-server/swift-service-lifecycle.git",
"name": "swift-service-lifecycle",
"path": "/usr/src/package/.build/checkouts/swift-service-lifecycle",
"version": "2.8.0",
"identity": "swift-service-lifecycle",
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.6.3",
"identity": "swift-log",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-async-algorithms.git",
"name": "swift-async-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-async-algorithms",
"version": "1.0.4",
"identity": "swift-async-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
}
]
},
{
"url": "https://github.com/apple/swift-async-algorithms.git",
"name": "swift-async-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-async-algorithms",
"version": "1.0.4",
"identity": "swift-async-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.6.3",
"identity": "swift-log",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-nio-ssl.git",
"name": "swift-nio-ssl",
"path": "/usr/src/package/.build/checkouts/swift-nio-ssl",
"version": "unspecified",
"identity": "swift-nio-ssl",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"dependencies": []
}
]
}
]
},
{
"url": "https://github.com/apple/swift-nio-transport-services",
"name": "swift-nio-transport-services",
"path": "/usr/src/package/.build/checkouts/swift-nio-transport-services",
"version": "unspecified",
"identity": "swift-nio-transport-services",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "unspecified",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.4.2",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
}
]
}
]
}