issues Search Results · repo:apple/swift-algorithms language:Swift
Filter by
77 results
(90 ms)77 results
inapple/swift-algorithms (press backspace or delete to remove)I m writing a Set-like type. Each value can be in the set only once. I m adding an initializer that will read all
elements at once to perfectly build the internal binary tree in advance. Instead of worrying ...
CTMacUser
- Opened on May 1
- #258
** Running swift format lint...
Sources/Algorithms/Chain.swift:93:12: warning: [UseLetInEveryBoundCaseVariable] move this let keyword inside the case pattern, before each of the bound variables
Sources/Algorithms/Chain.swift:95:12: ...
shahmishal
- Opened on Mar 5
- #252
Generating documentation for Algorithms ...
Converting documentation...
warning: --level is deprecated. Use --coverage-summary-level instead.
warning: --index is deprecated. Use --emit-lmdb-index ...
shahmishal
- Opened on Mar 5
- #251
I m currently having trouble adding/building version 1.2.1 to my project. I tried using 1.2.0 and everything built fine.
Swift Algorithms version: 1.2.1 Swift version: swift-driver version: 1.115.1 Apple ...
mredig
- 11
- Opened on Feb 18
- #249
Building a swift package that has swift-algorithms as dependency outputs warning in the terminal
Swift Algorithms version: 1.2.0 Swift version:
swift-driver version: 1.115 Apple Swift version 6.0 (swiftlang-6.0.0.9.10 ...
atacan
- 2
- Opened on Nov 2, 2024
- #245
I ve downloaded and unpacked: swift-algorithms-1.2.0
I ve figured out how to do:
/opt/src/swift-algorithms-1.2.0$ /opt/src/swift-6.0-RELEASE/usr/bin/swift build -c release
warning: swift-algorithms-1.2.0 ...
igouy
- 3
- Opened on Oct 28, 2024
- #244
Goal
It pretty common to want to take a collection of items, and count the number of occurrences of each item. e.g.
let input = [ a , b , c , b , a ]
let desiredOutput = [ a : 2, b : 2, c : 1] ...
amomchilov
- 2
- Opened on Oct 26, 2024
- #243
Last tag was made nearly a year ago and commits have been made in the meantime. It would be great to see the warning
disappear from this (now fixed) issue: https://github.com/apple/swift-algorithms/issues/232 ...
gregcotten
- Opened on Oct 11, 2024
- #242
Four of the six reductions overloads correspond to a reduce overload from the standard library.
1.
- reduce(::)
- reductions(::)
- lazy version
2.
- reduce(into:_:)
- reductions(into:_:) ...
JessyCatterwaul
- Opened on Aug 29, 2024
- #241
!-- Thanks for contributing to Swift Algorithms!
Before you submit your issue, please replace each paragraph
below with the relevant details for your bug, and complete
the steps in the checklist by placing ...
Loradim
- 2
- Opened on Aug 11, 2024
- #239

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.