docs: document macOS-only build constraints for Cloud Agents#1
Draft
WinfredGe wants to merge 1 commit into
Draft
docs: document macOS-only build constraints for Cloud Agents#1WinfredGe wants to merge 1 commit into
WinfredGe wants to merge 1 commit into
Conversation
Co-authored-by: Yunfeng <WinfredGe@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Attempted to set up the development environment for PopBar in the Cursor Cloud Agent VM (Ubuntu 24.04 x86_64).
PopBar is a native macOS 15+ menu-bar GUI app (pure Swift/AppKit, no third-party deps, built via
swiftcinbuild.sh). It cannot be built, run, or functionally tested on the Linux Cloud Agent VM — this is a platform incompatibility, not a fixable environment issue.Evidence
Installed Swift 6.3.3 for Linux as a remediation attempt and compiled the sources:
HTMLToMarkdown.swift,SelectionPayload.swift) → compile OK.import Cocoa(12 of 14 files) →error: no such module 'Cocoa'(Apple frameworks absent on Linux).arm64-apple-macosx15.0→unable to load standard library for target 'arm64-apple-macosx15.0'(no macOS SDK).It is also a GUI app (
LSUIElement) requiring a macOS window server + Accessibility (TCC) permission.Changes
AGENTS.mdwith a## Cursor Cloud specific instructionssection documenting:./build.shon macOS, seeREADME.md),Update script
Set to a no-op (
true) — there are no cross-platform dependencies to refresh on the Linux VM, and installing the ~1 GB Linux Swift toolchain on every startup is not worth it for two Foundation-only files (reliability-critical infra should stay minimal).