'Integer' has been renamed to 'BinaryInteger' Replace 'Integer' with 'BinaryInteger'
- Dominant language
- Swift
- Stars
- 4.3k
- Forks
- 677
- PR merge metrics
- No merged PRs in 30d
Description


XCode 9
Swift 4
The type of `Integer` needs to be changed `BinaryInteger`, or do you have an another solution for that?
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named in the issue. Search the Swift sources for `Integer`, inspect the affected declaration and nearby tests, then replace the incompatible type with `BinaryInteger` where appropriate; done means the project builds under Swift 4 without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100