We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40fc9b commit 6429cb4Copy full SHA for 6429cb4
Package.swift
@@ -76,5 +76,6 @@ let package = Package(
76
.product(name: "VaporTesting", package: "vapor", condition: .when(traits: ["ServerVapor"])),
77
]
78
),
79
- ]
+ ],
80
+ swiftLanguageModes: [.v5, .version("6")]
81
)
0 commit comments