From 792d03ed0f907d575f84c1e6b841f747da905509 Mon Sep 17 00:00:00 2001 From: Anas Khan <83116240+anxkhn@users.noreply.github.com> Date: Fri, 3 Jul 2026 04:35:23 +0530 Subject: [PATCH] Update .spi.yml network documentation targets The network plugin target reorganization renamed the network targets to ContainerNetworkClient, ContainerNetworkServer, and ContainerNetworkVmnetServer. scripts/make-docs.sh was updated to match, but the Swift Package Index manifest still referenced the old ContainerNetworkService and ContainerNetworkServiceClient targets, which no longer exist in Package.swift. This left the hosted DocC build pointing at missing targets, so the network plugin documentation was not published. Point .spi.yml at the current targets so its documentation_targets list matches make-docs.sh again. --- .spi.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.spi.yml b/.spi.yml index d7f94f92f..d925187cf 100644 --- a/.spi.yml +++ b/.spi.yml @@ -8,8 +8,9 @@ builder: - ContainerRuntimeClient - ContainerRuntimeLinuxClient - ContainerRuntimeLinuxServer - - ContainerNetworkService - - ContainerNetworkServiceClient + - ContainerNetworkClient + - ContainerNetworkServer + - ContainerNetworkVmnetServer - ContainerImagesService - ContainerImagesServiceClient - ContainerResource