Skip to content

fix: exclude Info.plist files from SPM targets to eliminate build warnings#29

Merged
powerje merged 1 commit intover/3.0.0from
fix/cleanup-warnings
Mar 23, 2026
Merged

fix: exclude Info.plist files from SPM targets to eliminate build warnings#29
powerje merged 1 commit intover/3.0.0from
fix/cleanup-warnings

Conversation

@VenkataKrishnaGarapati
Copy link
Copy Markdown

@VenkataKrishnaGarapati VenkataKrishnaGarapati commented Mar 23, 2026

Summary

Excludes Info.plist files from all three SPM targets (Kumo, KumoCoding, KumoTests) to eliminate the "found file(s) which are unhandled" build warnings.

Changes

  • Package.swift — added exclude: ["Info.plist"] to each target

Result

  • swift build -Xswiftc -strict-concurrency=complete passes with zero warnings
  • Single 1-file, 3-line change on top of ver/3.0.0 (no conflicts)

@VenkataKrishnaGarapati VenkataKrishnaGarapati changed the title fix: resolve all build warnings for clean CI fix: exclude Info.plist files from SPM targets to eliminate build warnings Mar 23, 2026
@powerje powerje merged commit c106d42 into ver/3.0.0 Mar 23, 2026
4 checks passed
@powerje powerje deleted the fix/cleanup-warnings branch March 23, 2026 17:02
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.

2 participants