(A)waiting support for a Foundation’s Operation.
What's New
Description
- Swift Tools 5.5.0
Description
{
"name": "OperationAwaiting",
"path": "/usr/src/package",
"targets": [
{
"name": "OperationAwaitingTests",
"path": "Tests/OperationAwaitingTests",
"type": "test",
"c99name": "OperationAwaitingTests",
"sources": [
"Helpers/AsyncOperation.swift",
"Helpers/AsyncOperationWithResult.swift",
"OperationAwaitingTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"OperationAwaiting"
],
"product_dependencies": [
"HasResult",
"RetryingOperation"
]
},
{
"name": "OperationAwaiting",
"path": "Sources/OperationAwaiting",
"type": "library",
"c99name": "OperationAwaiting",
"sources": [
"Operation+Async.swift",
"OperationQueue+Async.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"OperationAwaiting"
],
"product_dependencies": [
"HasResult"
]
}
],
"products": [
{
"name": "OperationAwaiting",
"type": {
"library": [
"automatic"
]
},
"targets": [
"OperationAwaiting"
]
}
],
"platforms": [
{
"name": "macos",
"version": "12.0"
},
{
"name": "ios",
"version": "15.0"
},
{
"name": "tvos",
"version": "15.0"
},
{
"name": "watchos",
"version": "8.0"
}
],
"dependencies": [
{
"url": "https://github.com/Frizlab/HasResult.git",
"type": "sourceControl",
"identity": "hasresult",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/happn-tech/RetryingOperation.git",
"type": "sourceControl",
"identity": "retryingoperation",
"requirement": {
"range": [
{
"lower_bound": "1.1.7",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "5.5",
"manifest_display_name": "OperationAwaiting"
}
Package Dump
{
"name": "OperationAwaiting",
"traits": [],
"targets": [
{
"name": "OperationAwaiting",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"product": [
"HasResult",
"HasResult",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "OperationAwaitingTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"OperationAwaiting",
null
]
},
{
"product": [
"HasResult",
"HasResult",
null,
null
]
},
{
"product": [
"RetryingOperation",
"RetryingOperation",
null,
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "OperationAwaiting",
"type": {
"library": [
"automatic"
]
},
"targets": [
"OperationAwaiting"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "12.0",
"platformName": "macos"
},
{
"options": [],
"version": "15.0",
"platformName": "ios"
},
{
"options": [],
"version": "15.0",
"platformName": "tvos"
},
{
"options": [],
"version": "8.0",
"platformName": "watchos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "hasresult",
"location": {
"remote": [
{
"urlString": "https://github.com/Frizlab/HasResult.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "retryingoperation",
"location": {
"remote": [
{
"urlString": "https://github.com/happn-tech/RetryingOperation.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.1.7",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.5.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- HasResult1.0.0
- RetryingOperation1.1.7
Dependencies
{
"url": "/usr/src/package",
"name": "OperationAwaiting",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/Frizlab/HasResult.git",
"name": "HasResult",
"path": "/usr/src/package/.build/checkouts/HasResult",
"version": "1.0.0",
"identity": "hasresult",
"dependencies": []
},
{
"url": "https://github.com/happn-tech/RetryingOperation.git",
"name": "RetryingOperation",
"path": "/usr/src/package/.build/checkouts/RetryingOperation",
"version": "1.1.7",
"identity": "retryingoperation",
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.4.2",
"identity": "swift-log",
"dependencies": []
}
]
}
]
}