Post

Replies

Boosts

Views

Activity

Comment on Swift build tool plugin unable to write to pluginWorkDirectory using Xcode Cloud
Replacing .write(to: output, atomically: true, encoding: .utf8) with .write(to: output, atomically: false, encoding: .utf8) fixed my issue; thanks @rico95
Replies
Boosts
Views
Activity
Jun ’24
Comment on If NSImage is not Sendable, how should async functions return images?
According to Apple's Threading Programming Guide: The following classes and functions are generally not thread-safe. In most cases, you can use these classes from any thread as long as you use them from only one thread at a time.... NSImage. For more information, see NSImage Restrictions.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Jul ’24