Avatar
norio_nomura 3/4/2025 12:01 PM
swiftcへ渡せばmainを作るので見つけてくれる。 @swift-main swiftc import Testing @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello, world!") } await Testing.__swiftPMEntryPoint() as Never