Skip to content

Commit 85a9f89

Browse files
vkuttypCopilot
andcommitted
fix: update .spi.yml target names after CosmoSQLClient rename
Old names (SQLNioCore, MSSQLNio, PostgresNio, MySQLNio, SQLiteNio) no longer exist. Updated to current target names so Swift Package Index can build documentation correctly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a994335 commit 85a9f89

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.spi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ version: 1
22
builder:
33
configs:
44
- documentation_targets:
5-
- SQLNioCore
6-
- MSSQLNio
7-
- PostgresNio
8-
- MySQLNio
9-
- SQLiteNio
5+
- CosmoSQLCore
6+
- CosmoMSSQL
7+
- CosmoPostgres
8+
- CosmoMySQL
9+
- CosmoSQLite
1010
swift_version: "6.0"
1111
platform: macosSpm

0 commit comments

Comments
 (0)