This is an automated email from the ASF dual-hosted git repository.
bce pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/beam-swift.git
from 68babd8 Docs: Remove invalid character in package url
new 6ab5223 Start improving source documentation. Create directories to
hold more in-depth DocC documentation and tutorials
new f58a38e More documentation. Realized that flatMap could just operate
on Sequence rather than specifically on arrays so added that.
new ab6de14 Documentation updates
new 032de71 Merge branch 'apache:main' into docc-integration
new 9032090 Merge pull request #3 from byronellis/docc-integration
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)
create mode 100644 Sources/Documentation.docc/ApacheBeam.md