apple / swift-algorithms

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

remove the build warning descripted in #232 #233

Closed wangzhizhou closed 1 day ago

wangzhizhou commented 1 month ago

232 remove this build warning display as follow:

image

wangzhizhou commented 1 month ago

@swift-ci please test

wangzhizhou commented 1 month ago

@swift-ci Please test

LucianoPAlmeida commented 1 month ago

@swift-ci Please test

wangzhizhou commented 1 week ago

Is this change be merge into main branch?

glessard commented 2 days ago

@wangzhizhou It's probably better to exclude the file as in https://github.com/apple/swift-algorithms/pull/237, since a resource would always get copied alongside the binary.

natecook1000 commented 1 day ago

Thanks, @wangzhizhou! This should be resolved by #240.

wangzhizhou commented 19 hours ago

Thanks, @wangzhizhou! This should be resolved by #240.

Ok