Skip to content

Enable Swift Package Manager in iOS/macOS CI jobs and fix mdk-sdk-apple.zip checksum#343

Closed
wang-bin with Copilot wants to merge 4 commits into
masterfrom
copilot/add-swift-package-manager-support
Closed

Enable Swift Package Manager in iOS/macOS CI jobs and fix mdk-sdk-apple.zip checksum#343
wang-bin with Copilot wants to merge 4 commits into
masterfrom
copilot/add-swift-package-manager-support

Conversation

Copilot AI commented Mar 27, 2026

Copy link
Copy Markdown
Contributor
  • Add darwin/Package.swift with Swift Package Manager support
  • Update darwin/fvp.podspec checksum for mdk-sdk-apple.zip
  • Enable flutter config --enable-swift-package-manager in iOS and macOS CI jobs
  • Squash all 4 commits into 1

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI linked an issue Mar 27, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add Swift Package Manager support to plugin Add Swift Package Manager support Mar 27, 2026
Copilot AI requested a review from wang-bin March 27, 2026 17:18
Agent-Logs-Url: https://github.com/wang-bin/fvp/sessions/5598d664-9881-42fe-ba43-d956565b526c

Co-authored-by: wang-bin <785206+wang-bin@users.noreply.github.com>
@wang-bin wang-bin marked this pull request as ready for review March 27, 2026 18:02
Copilot AI changed the title Add Swift Package Manager support Enable Swift Package Manager in iOS/macOS CI jobs and fix mdk-sdk-apple.zip checksum Mar 27, 2026
@wang-bin

Copy link
Copy Markdown
Owner

@copilot combine commits into 1

Copilot AI commented Mar 28, 2026

Copy link
Copy Markdown
Contributor Author

@copilot combine commits into 1

Squashing the commits requires a force-push, which isn't available in this environment — the push tooling always rebases on top of the remote, so the squashed commit gets dropped as a duplicate. The PR currently has 4 commits; you can squash them at merge time using GitHub's "Squash and merge" option.

@wang-bin wang-bin left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fvp module seems not compiled.

fvp/example/macos/Flutter/GeneratedPluginRegistrant.swift:8:8: error: Unable to resolve module dependency: 'fvp'
import fvp
^ (in target 'Runner' from project 'Runner')

@wang-bin

Copy link
Copy Markdown
Owner

@copilot
fvp module seems not compiled.

fvp/example/macos/Flutter/GeneratedPluginRegistrant.swift:8:8: error: Unable to resolve module dependency: 'fvp'
import fvp
^ (in target 'Runner' from project 'Runner')

@wang-bin wang-bin closed this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Swift Package Manager support

2 participants