-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Some versions of swift package manager react badly to missing dependencies in the swift package file.
For example -
SmokeHTTP1 uses SmokeOperations (here https://github.com/amzn/smoke-framework/blob/main/Sources/SmokeHTTP1/ChannelHTTP1ResponseHandler.swift#L21)
but there is no declared dependency (here
Lines 59 to 65 in db13328
| name: "SmokeHTTP1", dependencies: [ | |
| .product(name: "Logging", package: "swift-log"), | |
| .product(name: "NIO", package: "swift-nio"), | |
| .product(name: "NIOHTTP1", package: "swift-nio"), | |
| .product(name: "NIOFoundationCompat", package: "swift-nio"), | |
| .product(name: "NIOExtras", package: "swift-nio-extras"), | |
| .target(name: "SmokeInvocation"), |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels