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 74dfc04 + 603713a commit 3be2d4fCopy full SHA for 3be2d4f
schemes/main/manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "base-tag": "swift-DEVELOPMENT-SNAPSHOT-2025-06-22-a",
+ "base-tag": "swift-DEVELOPMENT-SNAPSHOT-2025-07-18-a",
3
"icu4c": [],
4
"libxml2": [
5
"https://github.com/swiftwasm/libxml2-wasm/releases/download/2.0.0/libxml2-wasm32-unknown-wasi.tar.gz",
test/swift-sdk/foundation/ProcessInfo.swift
@@ -1,6 +1,8 @@
// RUN: %{target_simple_swift_build}
// RUN: %{wasm_run} --dir %t.dir::/tmp %t.dir/.build/debug/Check.wasm | %{FileCheck} %s
// REQUIRES: FileCheck && scheme=main
+// XFAIL: scheme=main
+// https://github.com/swiftlang/swift-foundation/pull/1447
6
7
import Foundation
8
0 commit comments