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 f5570bb commit 27e41b3Copy full SHA for 27e41b3
1 file changed
Sources/credential-process-test-helper/main.swift
@@ -12,6 +12,11 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
+// This binary has zero dependencies (no Foundation, no SotoCore) so it builds
16
+// fast and doesn't pull in the rest of the package graph. We construct JSON
17
+// manually and use libc gmtime_r for ISO8601 dates instead of Codable/JSONEncoder
18
+// and ISO8601DateFormatter which would require Foundation.
19
+
20
#if canImport(Glibc)
21
import Glibc
22
#elseif canImport(Musl)
0 commit comments