SwiftRTC - Examples
Description
- Swift Tools 5.8.0
Description
{
"name": "swift-rtc-examples",
"path": "/usr/src/package",
"targets": [
{
"name": "XExampleStunDecode",
"path": "Sources/XExampleStunDecode",
"type": "executable",
"c99name": "XExampleStunDecode",
"sources": [
"StunDecode.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"XExampleStunDecode"
],
"product_dependencies": [
"STUN",
"NIOCore",
"ExtrasBase64"
]
},
{
"name": "XExampleStunClient",
"path": "Sources/XExampleStunClient",
"type": "executable",
"c99name": "XExampleStunClient",
"sources": [
"StunClient.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"XExampleStunClient"
],
"product_dependencies": [
"STUN",
"Shared",
"NIOCore",
"NIOPosix"
]
}
],
"products": [
{
"name": "XExampleStunDecode",
"type": {
"executable": null
},
"targets": [
"XExampleStunDecode"
]
},
{
"name": "XExampleStunClient",
"type": {
"executable": null
},
"targets": [
"XExampleStunClient"
]
}
],
"platforms": [
{
"name": "macos",
"version": "13.3"
},
{
"name": "ios",
"version": "16.4"
},
{
"name": "watchos",
"version": "9.4"
},
{
"name": "tvos",
"version": "16.4"
}
],
"dependencies": [
{
"url": "https://github.com/apple/swift-docc-plugin",
"type": "sourceControl",
"identity": "swift-docc-plugin",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/ngr-tc/swift-rtc.git",
"type": "sourceControl",
"identity": "swift-rtc",
"requirement": {
"range": [
{
"lower_bound": "0.3.0",
"upper_bound": "1.0.0"
}
]
}
},
{
"url": "https://github.com/apple/swift-nio.git",
"type": "sourceControl",
"identity": "swift-nio",
"requirement": {
"range": [
{
"lower_bound": "2.65.0",
"upper_bound": "3.0.0"
}
]
}
},
{
"url": "https://github.com/swift-extras/swift-extras-base64.git",
"type": "sourceControl",
"identity": "swift-extras-base64",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "5.8",
"manifest_display_name": "swift-rtc-examples"
}
Package Dump
{
"name": "swift-rtc-examples",
"targets": [
{
"name": "XExampleStunClient",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"product": [
"STUN",
"swift-rtc",
null,
null
]
},
{
"product": [
"Shared",
"swift-rtc",
null,
null
]
},
{
"product": [
"NIOCore",
"swift-nio",
null,
null
]
},
{
"product": [
"NIOPosix",
"swift-nio",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "XExampleStunDecode",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"product": [
"STUN",
"swift-rtc",
null,
null
]
},
{
"product": [
"NIOCore",
"swift-nio",
null,
null
]
},
{
"product": [
"ExtrasBase64",
"swift-extras-base64",
null,
null
]
}
],
"packageAccess": false
}
],
"products": [],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "13.3",
"platformName": "macos"
},
{
"options": [],
"version": "16.4",
"platformName": "ios"
},
{
"options": [],
"version": "9.4",
"platformName": "watchos"
},
{
"options": [],
"version": "16.4",
"platformName": "tvos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "swift-docc-plugin",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-docc-plugin"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "swift-rtc",
"location": {
"remote": [
{
"urlString": "https://github.com/ngr-tc/swift-rtc.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.3.0",
"upperBound": "1.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "swift-nio",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-nio.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "2.65.0",
"upperBound": "3.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "swift-extras-base64",
"location": {
"remote": [
{
"urlString": "https://github.com/swift-extras/swift-extras-base64.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.8.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- SwiftDocCPlugin1.3.0
- swift-rtc0.6.0
- swift-nio2.67.0
- swift-extras-base641.0.0
Dependencies
{
"url": "/usr/src/package",
"name": "swift-rtc-examples",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/apple/swift-docc-plugin",
"name": "SwiftDocCPlugin",
"path": "/usr/src/package/.build/checkouts/swift-docc-plugin",
"version": "1.3.0",
"identity": "swift-docc-plugin",
"dependencies": [
{
"url": "https://github.com/apple/swift-docc-symbolkit",
"name": "SymbolKit",
"path": "/usr/src/package/.build/checkouts/swift-docc-symbolkit",
"version": "1.0.0",
"identity": "swift-docc-symbolkit",
"dependencies": []
}
]
},
{
"url": "https://github.com/ngr-tc/swift-rtc.git",
"name": "swift-rtc",
"path": "/usr/src/package/.build/checkouts/swift-rtc",
"version": "0.6.0",
"identity": "swift-rtc",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "2.67.0",
"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": "1.1.1",
"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.3.0",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-crypto.git",
"name": "swift-crypto",
"path": "/usr/src/package/.build/checkouts/swift-crypto",
"version": "3.4.0",
"identity": "swift-crypto",
"dependencies": []
},
{
"url": "https://github.com/swift-extras/swift-extras-base64.git",
"name": "swift-extras-base64",
"path": "/usr/src/package/.build/checkouts/swift-extras-base64",
"version": "1.0.0",
"identity": "swift-extras-base64",
"dependencies": []
},
{
"url": "https://github.com/karwa/swift-url.git",
"name": "swift-url",
"path": "/usr/src/package/.build/checkouts/swift-url",
"version": "0.4.1",
"identity": "swift-url",
"dependencies": [
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.3.0",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/tayloraswift/swift-hash.git",
"name": "swift-hash",
"path": "/usr/src/package/.build/checkouts/swift-hash",
"version": "0.6.0",
"identity": "swift-hash",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "2.67.0",
"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": "1.1.1",
"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.3.0",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/swift-extras/swift-extras-base64.git",
"name": "swift-extras-base64",
"path": "/usr/src/package/.build/checkouts/swift-extras-base64",
"version": "1.0.0",
"identity": "swift-extras-base64",
"dependencies": []
}
]
}
