Avatar
Avatar
Iceman
@swift-6.0.3 -swift-version 6 import Foundation fflush(stdout)
exit status: 1 with <stdin>:2:8: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state 1 | import Foundation 2 | fflush(stdout) | `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state 3 | SwiftGlibc.stdout:1:12: note: var declared here 1 | public var stdout: UnsafeMutablePointer<FILE>! | `- note: var declared here