Avatar
Avatar
norio_nomura
swiftcへ渡せばmainを作るので見つけてくれる。 @swift-main swiftc import Testing @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello, world!") } await Testing.__swiftPMEntryPoint() as Never
swiftNightly BOT 3/4/2025 12:01 PM
◇ Test run started. ↳ Testing Library Version: 6.2-dev (a7b5435933149b6) ↳ Target Platform: x86_64-unknown-linux-gnu ◇ Test helloWorld() started. ✔ Test helloWorld() passed after 0.001 seconds. ✔ Test run with 1 test passed after 0.001 seconds.