SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
538 stars 42 forks source link

Conditionally adding the DocC plugin is failing #3215

Closed daveverwer closed 1 month ago

daveverwer commented 2 months ago

Since the rename of apple to swiftlang, it looks like we can now fail when detecting the DocC plugin:

error: 'spi-builder-workspace': 'spi-builder-workspace' dependency on 'https://github.com/apple/swift-docc-plugin' conflicts with dependency on 'https://github.com/swiftlang/swift-docc-plugin' which has the same identity 'swift-docc-plugin'

https://swiftpackageindex.com/builds/6A922B06-15B4-49E9-A414-CA3970020851

finestructure commented 2 months ago

Ah, that's probably also the cause of #3201

finestructure commented 1 month ago

Does not appear to be related to #3201 after all.

finestructure commented 1 month ago

Fixed in https://gitlab.com/finestructure/swiftpackageindex-builder/-/merge_requests/298 (not yet deployed)

finestructure commented 1 month ago

Deployed and docs generated:

CleanShot 2024-07-16 at 13 01 11@2x CleanShot 2024-07-16 at 13 01 32@2x