nvzqz / RandomKit

Random data generation in Swift

Home Page:https://nvzqz.github.io/RandomKit/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conditional ShiftOperations Dependency

nvzqz opened this issue · comments

With the introduction of BinaryInteger in Swift 3.2, ShiftOperations is no longer needed.

Currently it's only conditionally included in SPM for Swift >= 3.2 in Package.swift.

It should also be conditionally included in CocoaPods and Carthage.