This is an automated email from the ASF dual-hosted git repository. bce pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/beam-swift.git
commit 9032090db391e86236fba76ea71f9e97c506587a Merge: 68babd8 032de71 Author: Byron Ellis <[email protected]> AuthorDate: Wed Oct 18 19:25:21 2023 -0700 Merge pull request #3 from byronellis/docc-integration Documentation updates and adding the Docc plugin .../ApacheBeam/Client/ApiServiceDescriptor.swift | 10 +++ Sources/ApacheBeam/Internal/Array+Helpers.swift | 2 + Sources/ApacheBeam/Internal/Data+Decoding.swift | 22 +++++-- Sources/ApacheBeam/Internal/Data+Encoding.swift | 14 +++- Sources/ApacheBeam/Internal/Date+Timestamp.swift | 5 +- .../ApacheBeam/Internal/Dictionary+Helpers.swift | 4 +- .../ApacheBeam/Internal/PipelineProto+Coder.swift | 3 + .../Internal/PipelineProto+Environment.swift | 3 + .../Internal/PipelineProto+Initializers.swift | 20 ++++-- Sources/ApacheBeam/Transforms/Basic.swift | 75 ++++++++++++++++++---- .../ApacheBeam/Transforms/BuiltIn+Elements.swift | 9 +++ Sources/ApacheBeam/Transforms/BuiltIn.swift | 4 +- Sources/ApacheBeam/Transforms/IO/FileIO.swift | 21 ++++++ .../Transforms/IO/GoogleCloud/GoogleStorage.swift | 8 ++- .../Transforms/IO/Local/LocalStorage.swift | 1 - Sources/Documentation.docc/ApacheBeam.md | 13 ++++ 16 files changed, 187 insertions(+), 27 deletions(-)
