Post

Replies

Boosts

Views

Activity

Comment on Using FoundationModels framework in Extensions
Thanks for your response. Just a clarification: Note that some extensions don't allow XPC due to privacy reason, and hence can't use a model via the Foundation Models framework. Does this include SystemLanguageModel?
Topic: Foundation Models SubTopic:
Foundation Models Q&A
Replies
Boosts
Views
Activity
Jun ’26
Comment on Xcode 16 no longer sets ENABLE_PREVIEWS=YES for preview builds
This is our exact use case as well. We've always had this in our build scripts: if which swiftlint > /dev/null; then if [ "${ENABLE_PREVIEWS}" = "YES" ]; then exit 0; else swiftlint --fix; swiftlint; fi else echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint" fi
Replies
Boosts
Views
Activity
Oct ’24