SwiftPM: Package.swift — targets → Sources/ (or their literal * `path:`). Products deliberately do not self-register: see the file * comment above swift_find_code_token. */
| 925 | * `path:`). Products deliberately do not self-register: see the file |
| 926 | * comment above swift_find_code_token. */ |
| 927 | static void parse_package_swift(const char *source, int source_len, const char *rel_path, |
| 928 | cbm_pkg_entries_t *entries) { |
| 929 | const char *end = source + source_len; |
| 930 | swift_scan_targets(source, end, rel_path, entries); |
| 931 | } |
| 932 | |
| 933 | /* ── Public: manifest detection + parsing ──────────────────────── */ |
| 934 |
no test coverage detected