Skip to content

v6.0.1

  • v6.0.1
  • 63feef7
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v6.0.1
  • 63feef7
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@tgymnich tgymnich tagged this 19 Aug 23:02
* Migrate all tests from XCTest to Swift Testing framework

Migrate all tests from XCTest to Swift Testing framework

- Converted all 15 test files across 4 groups from XCTest to Swift Testing
- Replaced XCTestCase classes with @Suite structs
- Replaced XCTAssertEqual/XCTAssertNil/XCTAssertFalse with #expect
- Replaced XCTAssertThrowsError with do/catch/Issue.record pattern
- Removed unused file:/line: parameters from helper functions
- Reverted ProfileTests.swift to XCTest (uses XCTest-specific measure APIs under #if Profile)
- Fixed pre-existing test failures: bitWidth check, capacity assertions
- All 211 tests in 11 suites pass with zero errors

* Add libcurl system dependency install step to wasm CI job

* Downgrade swift-tools-version to 6.0 and remove StrictConcurrency experimental feature flag

* fixes
Assets 2
Loading