Post

Replies

Boosts

Views

Activity

Reply to Is @CaseDetection macro included in Swift 5.9 Xcode 15?
@CaseDetection is part of the Swift-Syntax package, in the examples section: https://github.com/apple/swift-syntax/tree/main/Examples
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to If NSImage is not Sendable, how should async functions return images?
To pass Swift Concurrency-friendly images I recommend to use Image from SwiftUI (which can be simply converted from and to NSImage/UIImage) or even the image raw Data
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Oct ’23