swift-collections icon indicating copy to clipboard operation
swift-collections copied to clipboard

Ambiguous use of 'initialize(fromContentsOf:)' in UnsafeMutableBufferPointer+Extras.Slice

Open JessyCatterwaul opened this issue 3 weeks ago • 1 comments

Collections doesn't compile with the first Xcode 16 beta.

UnsafeMutableBufferPointer+Extras has an Ambiguous use of 'initialize(fromContentsOf:)' error.

How should we get around this?

Information

  • Package version: main
  • Platform/Swift version: swift-driver version: 1.109.2 Apple Swift version 6.0 (swiftlang-6.0.0.3.300 clang-1600.0.20.10) Target: arm64-apple-macosx14.0

Checklist

  • ☑️ If possible, I've reproduced the issue using the main branch of this package.
  • ☑️ I've searched for existing GitHub issues.

JessyCatterwaul avatar Jun 11 '24 06:06 JessyCatterwaul