RE: https://mastodon.social/@swiftlang/116286524514684047

With the new "(at)c (at)implementation" in Swift 6.3 does that mean I shouldn't be using the unofficial "(at)_cdecl()"? And will building it with Swift 6.3 work on older systems? Guess I have some testing to do.

#SwiftLang #CLang

Yay, "(at)c (at)implementation" is functionally equivalent to "(at)_cdecl()" and works on older macOS platforms. Compiled on macOS Tahoe with Swift 6.3, binary runs fine on macOS Sequoia.

(if only I could use @ without turning into an account link...)

#SwiftLang #CLang #macOS