Skip to content

Conversation

@bkhouri
Copy link
Contributor

@bkhouri bkhouri commented Sep 12, 2025

Ensure the SwiftBuild integratation support the same Module Aliasing feature set as the native build system.

Fixes: #8987
Issue: rdar://157315793

@bkhouri
Copy link
Contributor Author

bkhouri commented Sep 12, 2025

@swift-ci test self hosted

@bkhouri bkhouri force-pushed the t/main/gh8987_rdar157315793_ProperSwiftBuildModuleAliasingSupport branch 2 times, most recently from 8a3c5c5 to c8c2090 Compare September 15, 2025 15:26
@bkhouri
Copy link
Contributor Author

bkhouri commented Sep 15, 2025

@swift-ci test

Ensure the SwiftBuild integratation support the same Module Aliasing
feature set as the native build system.

Fixes: swiftlang#8987
Issue: rdar://157315793
@bkhouri bkhouri force-pushed the t/main/gh8987_rdar157315793_ProperSwiftBuildModuleAliasingSupport branch from c8c2090 to 5310ea3 Compare September 15, 2025 19:16
@bkhouri
Copy link
Contributor Author

bkhouri commented Sep 15, 2025

@swift-ci test

@bkhouri
Copy link
Contributor Author

bkhouri commented Sep 15, 2025

@swift-ci test windows

@bkhouri
Copy link
Contributor Author

bkhouri commented Sep 16, 2025

There are 6 tests in foundation that failed in the Windows Platform Build CI

Test Case 'TestURL.test_fileURLWithPath' started at 2025-09-16 00:24:43.841
TestFoundation/TestURL.swift:442: error: TestURL.test_fileURLWithPath : XCTAssertEqual failed: ("41") is not equal to ("36") - fileSystemRepresentation was too short
TestFoundation/TestURL.swift:446: error: TestURL.test_fileURLWithPath : XCTAssertTrue failed - fileSystemRepresentation of base path is wrong
TestFoundation/TestURL.swift:455: error: TestURL.test_fileURLWithPath : XCTAssertTrue failed - fileSystemRepresentation of file path is wrong
Test Case 'TestURL.test_fileURLWithPath' failed (0.003 seconds)
Test Case 'TestURL.test_fileURLWithPath_isDirectory' started at 2025-09-16 00:24:43.844
TestFoundation/TestURL.swift:512: error: TestURL.test_fileURLWithPath_isDirectory : XCTAssertEqual failed: ("41") is not equal to ("36") - fileSystemRepresentation was too short
TestFoundation/TestURL.swift:516: error: TestURL.test_fileURLWithPath_isDirectory : XCTAssertTrue failed - fileSystemRepresentation of base path is wrong
TestFoundation/TestURL.swift:525: error: TestURL.test_fileURLWithPath_isDirectory : XCTAssertTrue failed - fileSystemRepresentation of file path is wrong
Test Case 'TestURL.test_fileURLWithPath_isDirectory' failed (0.003 seconds)

Re-triggering the windows build in the event a changes was submitted to address the failed tests.

@swift-ci test windows

@bkhouri
Copy link
Contributor Author

bkhouri commented Sep 16, 2025

swiftlang/swift-foundation#1510

@swift-ci test windows

@bkhouri
Copy link
Contributor Author

bkhouri commented Sep 16, 2025

@swift-ci test windows

@bkhouri bkhouri enabled auto-merge (squash) September 16, 2025 20:14
@bkhouri bkhouri merged commit 18bc480 into swiftlang:main Sep 16, 2025
6 checks passed
@bkhouri bkhouri deleted the t/main/gh8987_rdar157315793_ProperSwiftBuildModuleAliasingSupport branch September 17, 2025 00:24
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.

SwiftBuild does not support the same ModuleAliasing features as the native build system

2 participants