From 5851e62c3d6ece967254b7864556511be6b6b324 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Wed, 19 Nov 2025 13:02:32 -0800 Subject: [PATCH] This removes the build constraint at Swift Package Index from Swift 5.8 so that symbols that are only available in later versions (for example, MultiProducerSingleConsumerAsyncChannel) are reflected in the hosted documentation. --- .spi.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.spi.yml b/.spi.yml index 2c794bc9..2a779cf6 100644 --- a/.spi.yml +++ b/.spi.yml @@ -2,4 +2,3 @@ version: 1 builder: configs: - documentation_targets: [AsyncAlgorithms] - swift_version: 5.8