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 999d5fb commit fa49357Copy full SHA for fa49357
Package.swift
@@ -106,6 +106,7 @@ let package = Package(
106
dependencies: [
107
"FoundationEssentials",
108
"FoundationInternationalization",
109
+ .product(name: "Testing", package: "swift-testing")
110
],
111
cSettings: wasiLibcCSettings,
112
swiftSettings: availabilityMacros + featureSettings
0 commit comments