You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use SWIFTCI_USE_LOCAL_DEPS to check whether to clone swift-docc-plugin
Only SwiftSyntax’s build-script sets `SWIFT_BUILD_SCRIPT_ENVIRONMENT`. Once we migrate other projects into the unified SwiftPM build, the environment variable is not set and SwiftPM tries to download swift-docc-plugin in CI.
Use `SWIFTCI_USE_LOCAL_DEPS` as an indicator whether the remote plugin should be loaded.
0 commit comments