diff --git a/Package.swift b/Package.swift index 6964423f..7d210697 100644 --- a/Package.swift +++ b/Package.swift @@ -61,7 +61,9 @@ let package = Package( ), // Tests-only: Runtime library linked by generated code - .package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.1.0")), + // FIXME: swift-openapi-runtime is private, so we can't access it anonymously yet + //.package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.1.0")), + .package(url: "git@github.com:apple/swift-openapi-runtime.git", .upToNextMinor(from: "0.1.0")), // Build and preview docs .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),