Avatar
norio_nomura 6/19/2025 7:56 AM
swiftpmがXCTest向けに生成するtest discoveryコードで邪魔してるぽい。 Embeddedでは無理としても、WASIでは動いて欲しいね。 @swift-main testing wasi @swift-main testing wasip1 @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello") // Expectation failed: (greeting → "Hello, world!") == "Hello" }