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 797c287 commit 8bfc70bCopy full SHA for 8bfc70b
Tests/SwiftlyTests/SwiftlyTests.swift
@@ -560,11 +560,11 @@ public class MockToolchainDownloader: HTTPRequestExecutor {
560
Components.Schemas.Release(
561
name: String(describing: releaseToolchain),
562
date: "",
563
- platforms: [.init(
+ platforms: platformName != "Xcode" ? [.init(
564
name: platformName,
565
platform: .init(value1: .linux, value2: "Linux"),
566
archs: [cpuArch]
567
- )],
+ )] : [],
568
tag: "",
569
xcode: "",
570
xcodeRelease: true
0 commit comments