Summary
Building SwiftTerm fails in ByteRunScanner.swift when targeting newer toolchains/compilers (#if compiler(>=6.4) branch).
Build Errors
Value of type 'RawSpan' has no member 'load'
Generic parameter 'Storage' could not be inferred
Screenshot
Environment
- Toolchain / Swift Version: Swift 6.x
- IDE: Xcode-Beta 27.0
Summary
Building SwiftTerm fails in
ByteRunScanner.swiftwhen targeting newer toolchains/compilers (#if compiler(>=6.4)branch).Build Errors
Value of type 'RawSpan' has no member 'load'Generic parameter 'Storage' could not be inferredScreenshot
Environment