apple / swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
https://apple.github.io/swift-crypto
Apache License 2.0
1.45k stars 157 forks source link

On version 3.4.0 I have bug #235

Open gulivero1773 opened 4 months ago

gulivero1773 commented 4 months ago

swift 5.9.0, in ci/cd I have this error

Знімок екрана 2024-05-28 о 11 38 30
Lukasa commented 4 months ago

How are you running your build?

gulivero1773 commented 4 months ago

swift version - 5.9, ubuntu-latest (for vapor) - 22.04, swift build --configuration release

Lukasa commented 4 months ago

Oh that's unfortunate. @MaxDesiatov, do Swift Package resources not know how to follow symlinks?

MaxDesiatov commented 4 months ago

This isn't reproducible for me with either of these images:

REPOSITORY        TAG             IMAGE ID
swiftlang/swift   nightly-jammy   a2b3c508c59e
swift             5.9-jammy       882cf33df203
swift             jammy           987a1c9209ec

@gulivero1773 would you mind providing exact reproduction steps so that we could make sure nothing is missing?

gulivero1773 commented 4 months ago

I setup mongo in application storage, and when run test where use mongo I have this error

Знімок екрана 2024-05-30 о 10 36 25
MaxDesiatov commented 4 months ago

Can you share a self-contained sample package here to help me reproduce it on my side? Thanks!

gulivero1773 commented 4 months ago
Знімок екрана 2024-05-31 о 10 03 10

Dockerfile

Знімок екрана 2024-05-31 о 10 01 52
MaxDesiatov commented 4 months ago

Thanks for the screenshot, but what I'm looking for is a zip archive or a GitHub repository that would make it self-contained.