We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd6b4b commit a150617Copy full SHA for a150617
Sources/ArchiveDetective/main.swift
@@ -4,7 +4,6 @@ struct ArchiveDetective {
4
static func main() async {
5
print("🔥 ArchiveDetective is running")
6
print("🧪 Test build with random number: \(Int.random(in: 0...999))")
7
- fflush(stdout)
8
- exit(0)
+ fatalError("🔥 FORCING A CRASH TO CONFIRM EXECUTION")
9
}
10
0 commit comments