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 429a13f commit e82393cCopy full SHA for e82393c
Sources/SwiftlyCore/HTTPClient.swift
@@ -363,7 +363,7 @@ public struct SwiftlyHTTPClient {
363
limit: Int? = nil,
364
filter: ((ToolchainVersion.Snapshot) -> Bool)? = nil
365
) async throws -> [ToolchainVersion.Snapshot] {
366
- let arch = a ?? String(describing: cpuArch)
+ let arch = a ?? cpuArch.value2
367
368
let platformName = if platform.name == PlatformDefinition.macOS.name {
369
"macos"
0 commit comments