Kevin Herro

Results 2 issues of Kevin Herro

Previously, inquiring and validating a custom toolchain was coupled to registration, which made it difficult to simply look at the custom toolchain independent of registering it. This change implements `ToolchainBuilder`,...

Refactors existing XCTest-based unit tests to use Swift Testing. Updates test structure with `@Suite` and `@Test` attributes, replaces `XCTAssert` calls with `#expect` macro, replaces `XCTUnwrap` calls with `#require` macro, and...