Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/FunctionalTests/ModuleAliasingFixtureTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct ModuleAliasingFixtureTests {
)
}
} when: {
ProcessInfo.hostOperatingSystem == .windows && buildSystem == .swiftbuild
buildSystem == .swiftbuild
Copy link
Contributor

@bkhouri bkhouri Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we understand what started to cause this failure as the change that added support for module aliasing in SwiftBuild has passed on all platforms, except Windows due to known issues.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, we need to fix SwiftBuild linker task to specify linked libraries correctly. This will be my next update soon

}
}

Expand Down