Skip to content

build: delete vendored fmt/test to prevent SPM executable target bug#5

Merged
solderzzc merged 1 commit intomainfrom
fix/cmlx-executable-bug
Apr 16, 2026
Merged

build: delete vendored fmt/test to prevent SPM executable target bug#5
solderzzc merged 1 commit intomainfrom
fix/cmlx-executable-bug

Conversation

@solderzzc
Copy link
Copy Markdown
Member

SwiftPM 6 evaluates whether a target is an executable by checking for main.* source files BEFORE evaluating the exclude: property array. This deletes the testing files from the vendored fmt library because they confuse the Github Actions SPM builder and cause Cmlx to be resolved as an unimportable executable module.

@solderzzc solderzzc merged commit 4e50ba7 into main Apr 16, 2026
7 checks passed
@solderzzc solderzzc deleted the fix/cmlx-executable-bug branch April 16, 2026 03:45
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.

1 participant