Avatar
Avatar
norio_nomura
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" }
swiftNightly BOT 6/19/2025 7:56 AM
swift testing wasip1 - exit status 1 with stderr:<stdin>:1:8: error: no such module 'Testing' 1 | import Testing | `- error: no such module 'Testing' 2 | @Test func helloWorld() { 3 | let greeting = "Hello, world!"