Fixed the "swift-openapi-generator" package dependency in the package to v1.11.0 to avoid an issue encountered on folders with unicode characters.

This commit is contained in:
2026-03-25 23:23:56 +01:00
parent e884fcf8a4
commit 0d46e8f341
+1 -1
View File
@@ -30,7 +30,7 @@ let package = Package(
), ),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/apple/swift-openapi-generator.git", from: "1.3.0"), .package(url: "https://github.com/apple/swift-openapi-generator.git", exact: "1.11.0"),
.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.5.0"), .package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-openapi-urlsession", from: "1.0.2"), .package(url: "https://github.com/apple/swift-openapi-urlsession", from: "1.0.2"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0") .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0")