Fixed, thanks for reporting!
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/xtool-appimage.git (read-only, click to copy) |
|---|---|
| Package Base: | xtool-appimage |
| Description: | Cross-platform Xcode replacement |
| Upstream URL: | https://github.com/xtool-org/xtool |
| Keywords: | xcode |
| Licenses: | MIT |
| Conflicts: | xtool |
| Provides: | xtool |
| Submitter: | nicknb |
| Maintainer: | nicknb |
| Last Packager: | nicknb |
| Votes: | 1 |
| Popularity: | 0.011818 |
| First Submitted: | 2025-05-28 17:44 (UTC) |
| Last Updated: | 2026-06-13 03:31 (UTC) |
Fixed, thanks for reporting!
It looks like it has a dependency on zip
% xtool dev
Planning...
Building for debugging...
[8/8] Linking
[Unpacking app] 100%
[Preparing device] 100%
[Provisioning] 33%
[Provisioning] 100%
[Signing] 100%
[Packaging] ...
Error: Could not find executable 'zip' in PATH
Theoretically it should and it used to.
The thing is that swift-language and swift-language-git (2 out of 5 providers for swift-language) require swift themselves to build, meaning they are de facto broken without manual intervention. And some AUR helpers seem to choose swift-language automatically instead of prompting users to pick the one they want.
See my comment here: https://github.com/xtool-org/xtool/issues/79#issuecomment-2921986498
Shouldn't this package depend on swift-language rather than swift-bin? swift-bin provides swift-language