v1.0.2: Fix Compiler Warnings
Changes
Fixed
- Fixed duplicate
import Foundationstatement inMerkleTree.swift - Fixed compiler warnings in
BuilderTests.swiftabout unused mutable variables- Changed
var newBuilder = selfpattern to directselfmutation - Since
BaseBuilderis a class (reference type), we can mutateselfdirectly
- Changed
Testing
- All 67 unit tests passing
- Zero compiler warnings
- Clean build with no errors or warnings
Impact
This release improves code quality by eliminating compiler warnings while maintaining full test coverage and functionality.