pointfreeco / swift-identified-collections

A library of data structures for working with collections of identifiable elements in an ergonomic, performant way.
MIT License
539 stars 46 forks source link

Cut a new release to fix warnings in Xcode 14.3 #55

Closed scogeo closed 1 year ago

scogeo commented 1 year ago

Description

Xcode 14.3 (Swift 5.8) generates many warnings for the most recent release (0.7.0). This has already been fixed in #54. Could you cut a new release to incorporate the PR? 🙏

Checklist

Expected behavior

No response

Actual behavior

No response

Steps to reproduce

No response

Identified Collections version information

0.7.0

Destination operating system

No response

Xcode version information

14.3

Swift Compiler version information

swift-driver version: 1.75.2 Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
Target: arm64-apple-macosx13.0
stephencelis commented 1 year ago

Just cut https://github.com/pointfreeco/swift-identified-collections/releases/tag/0.7.1, thanks!