apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.92k stars 440 forks source link

Remove compilation bottleneck for Swift 5.3.2 builds #147

Closed iainsmith closed 3 years ago

iainsmith commented 3 years ago

Description

Improve compile times for consumers using older versions of Xcode/swift. This change significantly improves compile times when using Swift 5.3.2. More details & benchmarks in #146

Edit - Pushed a small change to the wording of the comment

natecook1000 commented 3 years ago

@swift-ci Please test

LucianoPAlmeida commented 3 years ago

@swift-ci Please test

iainsmith commented 3 years ago

Looks like the Mac agent failed to clone the repo

git fetch --tags --force --progress -- git@github.com:apple/swift-algorithms.git +refs/heads/*:refs/remotes/origin/* # timeout=10
07:07:37 ERROR: Error cloning remote repo 'origin'
07:07:37 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- 
natecook1000 commented 3 years ago

@swift-ci Please test