Skip to content

Commit 3137b8d

Browse files
Joannisclaude
andcommitted
Test downstream without explicit traits (rely on FoundationSupport default)
Explicit traits: ["FoundationSupport"] may trigger a SPM 6.2 bug where product dependencies of trait-gated sub-targets aren't included in the build plan. Since FoundationSupport is already the default trait, omitting the explicit specification should produce identical behavior while avoiding the bug. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e8ebc30 commit 3137b8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
let package = Package(
123123
name: "DownstreamTestNoNIO",
124124
dependencies: [
125-
.package(path: "../IkigaJSON", traits: ["FoundationSupport"]),
125+
.package(path: "../IkigaJSON"),
126126
],
127127
targets: [
128128
.executableTarget(

0 commit comments

Comments
 (0)