File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ let package = Package(
122122 // This target shouldn't have any local dependencies so that all other targets can depend on it.
123123 // We can add dependencies on SymbolKit and Markdown here but they're not needed yet.
124124 ] ,
125- swiftSettings: swiftSettings // FIXME: Use ` [.swiftLanguageMode(.v6)]` here
125+ swiftSettings: [ . swiftLanguageMode( . v6) ]
126126 ) ,
127127
128128 . testTarget(
@@ -131,7 +131,7 @@ let package = Package(
131131 . target( name: " Common " ) ,
132132 . target( name: " SwiftDocCTestUtilities " ) ,
133133 ] ,
134- swiftSettings: swiftSettings // FIXME: Use ` [.swiftLanguageMode(.v6)]` here
134+ swiftSettings: [ . swiftLanguageMode( . v6) ]
135135 ) ,
136136
137137 // Test app for SwiftDocCUtilities
You can’t perform that action at this time.
0 commit comments