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.
2 parents cee7076 + 7f0e028 commit 585fcf6Copy full SHA for 585fcf6
Tests/SwiftBuildTests/InspectBuildDescriptionTests.swift
@@ -74,7 +74,7 @@ fileprivate struct InspectBuildDescriptionTests {
74
}
75
76
77
- @Test(.requireSDKs(.macOS, .iOS))
+ @Test(.requireSDKs(.macOS))
78
func artifacts() async throws {
79
try await withTemporaryDirectory { (temporaryDirectory: NamedTemporaryDirectory) in
80
try await withAsyncDeferrable { deferrable in
@@ -307,7 +307,7 @@ fileprivate struct InspectBuildDescriptionTests {
307
308
309
310
- @Test(.requireSDKs(.macOS))
+ @Test(.requireSDKs(.macOS, .iOS))
311
func selectConfiguredTargets() async throws {
312
313
0 commit comments