Avatar
Avatar
norio_nomura
@swift-main@swift-6.1-dev @swift-6.0.3 testing time wasi @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello") // Expectation failed: (greeting → "Hello, world!") == "Hello" }
exit status: 1 with warning: Could not read SDKSettings.json for SDK at: /home/bot/.swiftpm/swift-sdks/swift-wasm-6.0-SNAPSHOT-2025-03-04-a-wasm32-unknown-wasi.artifactbundle/6.0-SNAPSHOT-2025-03-04-a-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk <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!" Command exited with non-zero status 1 -- Command being timed: swiftc 0.22user 0.09system 0:02.10elapsed 15%CPU (0text+0data 92220max)k 144inputs+0outputs (1major+13660minor)pagefaults 0swaps --