File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,15 @@ let package = Package(
177
177
] + availabilityMacros + concurrencyChecking
178
178
) ,
179
179
180
+ . testTarget(
181
+ name: " FoundationInternationalizationTests " ,
182
+ dependencies: [
183
+ " TestSupport " ,
184
+ " FoundationInternationalization " ,
185
+ ] ,
186
+ swiftSettings: availabilityMacros + concurrencyChecking
187
+ ) ,
188
+
180
189
// FoundationMacros
181
190
. macro(
182
191
name: " FoundationMacros " ,
@@ -210,12 +219,3 @@ package.targets.append(contentsOf: [
210
219
)
211
220
] )
212
221
#endif
213
-
214
- #if canImport(RegexBuilder)
215
- package . targets. append ( contentsOf: [
216
- . testTarget( name: " FoundationInternationalizationTests " , dependencies: [
217
- " TestSupport " ,
218
- " FoundationInternationalization " ,
219
- ] , swiftSettings: availabilityMacros + concurrencyChecking) ,
220
- ] )
221
- #endif
You can’t perform that action at this time.
0 commit comments