1.6.0
Added @inlinable and @usableFromInline annotations to key functions and properties.
These changes enhance performance by allowing the Swift compiler to inline code across module boundaries, reducing function call overhead and improving execution speed.