vsarunas
vsarunas
This is upstream error https://github.com/semantic-release/release-notes-generator/issues/633
Just curious if some progress has been made on shared library support? Documentation might need to be corrected, as currently it shows "[linkstatic ... Set to `False` to build a...
Fresh sample on Linux with `flushMode: .manual`:
@sushichop are you still working on this project?
Since https://github.com/swift-server/swift-kafka-client/pull/187, SSL dependency is no longer provided internally and an external system library needs to be installed: ``` brew install libressl ```
I have these: ``` brew list | grep ssl libressl [email protected] openssl@3 ``` And also `pkgconf`.
That is strange, I do not export these. I only have brew in PATH.
I believe SPM does update submodules each time - https://github.com/swiftlang/swift-package-manager/blob/swift-6.0.3-RELEASE/Sources/SourceControl/GitRepository.swift#L649-L685 This repo has a submodule - https://github.com/swift-server/swift-kafka-client ``` git clone https://github.com/swift-server/swift-kafka-client.git ``` SPM after each update will then run the...
Is the generator usable in https://github.com/soto-project/soto-s3-file-transfer ? ``` 2025-01-13T17:28:30+0300 info SotoCodeGenerator : [SotoCodeGeneratorLib] Wrote s3_api.swift 2025-01-13T17:28:31+0300 info SotoCodeGenerator : [SotoCodeGeneratorLib] Wrote s3_shapes.swift [...] soto-s3-file-transfer/Sources/SotoS3FileTransfer/S3FileTransferManager.swift:140:35: error: value of type 'S3' has...
If copying from https://github.com/soto-project/soto/tree/7.3.0/Sources/Soto/Extensions/S3 the following files: `AsyncEnumeratedSequence.swift FileByteBufferAsyncSequence.swift ReportSizeByteBufferSequence.swift S3+multipart.swift` into the generator project, then can compile and test suite passes: ``` swift test | xcbeautify ----- xcbeautify -----...