The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftProtobuf, reference main (3cb40b), with Swift 6.1 for Wasm on 5 Dec 2025 03:12:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-protobuf.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-protobuf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3cb40bd Allow for the use of edition unstable in feature resolver (#1922)
Submodule path 'Sources/protobuf/abseil': checked out '76bb24329e8bf5f39704eb10d21b9a80befa7c81'
Submodule path 'Sources/protobuf/protobuf': checked out 'a79f2d2e9fadd75e94f3fe40a0399bf0a5d90551'
Submodule 'Sources/protobuf/abseil' (https://github.com/abseil/abseil-cpp) registered for path 'Sources/protobuf/abseil'
Submodule 'Sources/protobuf/protobuf' (https://github.com/protocolbuffers/protobuf) registered for path 'Sources/protobuf/protobuf'
Cloning into '/host/spi-builder-workspace/Sources/protobuf/abseil'...
Cloning into '/host/spi-builder-workspace/Sources/protobuf/protobuf'...
Cloned https://github.com/apple/swift-protobuf.git
Revision (git rev-parse @):
3cb40bd5f9f47cd10386b9668b7e2bcb71e79b22
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-protobuf.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-protobuf.git
https://github.com/apple/swift-protobuf.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "gnu++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftProtobuf",
  "name" : "SwiftProtobuf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "protoc-gen-swift",
      "targets" : [
        "protoc-gen-swift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "protoc",
      "targets" : [
        "protoc"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftProtobuf",
      "targets" : [
        "SwiftProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftProtobufPluginLibrary",
      "targets" : [
        "SwiftProtobufPluginLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftProtobufPlugin",
      "targets" : [
        "SwiftProtobufPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "Conformance",
      "targets" : [
        "Conformance"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "protoc_gen_swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-swiftTests",
      "path" : "Tests/protoc-gen-swiftTests",
      "sources" : [
        "DescriptorTestData.swift",
        "Test_Bytecode.swift",
        "Test_DescriptorExtensions.swift",
        "Test_SwiftProtobufNamerExtensions.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-swift",
        "SwiftProtobufTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "protoc_gen_swift",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-swift",
      "path" : "Sources/protoc-gen-swift",
      "product_memberships" : [
        "protoc-gen-swift",
        "SwiftProtobufPlugin"
      ],
      "sources" : [
        "BytecodeWriter.swift",
        "CommandLine+Extensions.swift",
        "Descriptor+Extensions.swift",
        "EnumGenerator.swift",
        "ExtensionSetGenerator.swift",
        "FieldGenerator.swift",
        "FileGenerator.swift",
        "FileIo.swift",
        "GenerationError.swift",
        "GeneratorOptions.swift",
        "Google_Protobuf_FileDescriptorProto+Extensions.swift",
        "MessageFieldGenerator.swift",
        "MessageGenerator.swift",
        "MessageStorageClassGenerator.swift",
        "MessageStorageDecision.swift",
        "OneofGenerator.swift",
        "ProtoNameInstructionWriter.swift",
        "ProvidesDeprecationComment+Extensions.swift",
        "ProvidesSourceCodeLocation+Extensions.swift",
        "Range+Extensions.swift",
        "StringUtils.swift",
        "SwiftGeneratorPlugin.swift",
        "SwiftProtobufNamer+Extensions.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobufPluginLibrary",
        "SwiftProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "protoc",
      "module_type" : "ClangTarget",
      "name" : "protoc",
      "path" : "Sources/protobuf",
      "product_memberships" : [
        "protoc",
        "SwiftProtobufPlugin"
      ],
      "sources" : [
        "abseil/absl/base/internal/cycleclock.cc",
        "abseil/absl/base/internal/low_level_alloc.cc",
        "abseil/absl/base/internal/raw_logging.cc",
        "abseil/absl/base/internal/spinlock.cc",
        "abseil/absl/base/internal/spinlock_wait.cc",
        "abseil/absl/base/internal/strerror.cc",
        "abseil/absl/base/internal/sysinfo.cc",
        "abseil/absl/base/internal/thread_identity.cc",
        "abseil/absl/base/internal/throw_delegate.cc",
        "abseil/absl/base/internal/tracing.cc",
        "abseil/absl/base/internal/unscaledcycleclock.cc",
        "abseil/absl/container/internal/hashtablez_sampler.cc",
        "abseil/absl/container/internal/hashtablez_sampler_force_weak_definition.cc",
        "abseil/absl/container/internal/raw_hash_set.cc",
        "abseil/absl/crc/crc32c.cc",
        "abseil/absl/crc/internal/cpu_detect.cc",
        "abseil/absl/crc/internal/crc.cc",
        "abseil/absl/crc/internal/crc_cord_state.cc",
        "abseil/absl/crc/internal/crc_memcpy_fallback.cc",
        "abseil/absl/crc/internal/crc_memcpy_x86_arm_combined.cc",
        "abseil/absl/crc/internal/crc_non_temporal_memcpy.cc",
        "abseil/absl/crc/internal/crc_x86_arm_combined.cc",
        "abseil/absl/debugging/internal/address_is_readable.cc",
        "abseil/absl/debugging/internal/decode_rust_punycode.cc",
        "abseil/absl/debugging/internal/demangle.cc",
        "abseil/absl/debugging/internal/demangle_rust.cc",
        "abseil/absl/debugging/internal/elf_mem_image.cc",
        "abseil/absl/debugging/internal/examine_stack.cc",
        "abseil/absl/debugging/internal/utf8_for_code_point.cc",
        "abseil/absl/debugging/internal/vdso_support.cc",
        "abseil/absl/debugging/leak_check.cc",
        "abseil/absl/debugging/stacktrace.cc",
        "abseil/absl/debugging/symbolize.cc",
        "abseil/absl/hash/internal/city.cc",
        "abseil/absl/hash/internal/hash.cc",
        "abseil/absl/hash/internal/low_level_hash.cc",
        "abseil/absl/log/die_if_null.cc",
        "abseil/absl/log/globals.cc",
        "abseil/absl/log/initialize.cc",
        "abseil/absl/log/internal/check_op.cc",
        "abseil/absl/log/internal/conditions.cc",
        "abseil/absl/log/internal/globals.cc",
        "abseil/absl/log/internal/log_format.cc",
        "abseil/absl/log/internal/log_message.cc",
        "abseil/absl/log/internal/log_sink_set.cc",
        "abseil/absl/log/internal/nullguard.cc",
        "abseil/absl/log/internal/proto.cc",
        "abseil/absl/log/internal/structured_proto.cc",
        "abseil/absl/log/log_sink.cc",
        "abseil/absl/numeric/int128.cc",
        "abseil/absl/profiling/internal/exponential_biased.cc",
        "abseil/absl/status/internal/status_internal.cc",
        "abseil/absl/status/status.cc",
        "abseil/absl/status/status_payload_printer.cc",
        "abseil/absl/status/statusor.cc",
        "abseil/absl/strings/ascii.cc",
        "abseil/absl/strings/charconv.cc",
        "abseil/absl/strings/cord.cc",
        "abseil/absl/strings/cord_analysis.cc",
        "abseil/absl/strings/escaping.cc",
        "abseil/absl/strings/internal/charconv_bigint.cc",
        "abseil/absl/strings/internal/charconv_parse.cc",
        "abseil/absl/strings/internal/cord_internal.cc",
        "abseil/absl/strings/internal/cord_rep_btree.cc",
        "abseil/absl/strings/internal/cord_rep_btree_navigator.cc",
        "abseil/absl/strings/internal/cord_rep_btree_reader.cc",
        "abseil/absl/strings/internal/cord_rep_consume.cc",
        "abseil/absl/strings/internal/cord_rep_crc.cc",
        "abseil/absl/strings/internal/cordz_functions.cc",
        "abseil/absl/strings/internal/cordz_handle.cc",
        "abseil/absl/strings/internal/cordz_info.cc",
        "abseil/absl/strings/internal/damerau_levenshtein_distance.cc",
        "abseil/absl/strings/internal/escaping.cc",
        "abseil/absl/strings/internal/memutil.cc",
        "abseil/absl/strings/internal/ostringstream.cc",
        "abseil/absl/strings/internal/str_format/arg.cc",
        "abseil/absl/strings/internal/str_format/bind.cc",
        "abseil/absl/strings/internal/str_format/extension.cc",
        "abseil/absl/strings/internal/str_format/float_conversion.cc",
        "abseil/absl/strings/internal/str_format/output.cc",
        "abseil/absl/strings/internal/str_format/parser.cc",
        "abseil/absl/strings/internal/stringify_sink.cc",
        "abseil/absl/strings/internal/utf8.cc",
        "abseil/absl/strings/match.cc",
        "abseil/absl/strings/numbers.cc",
        "abseil/absl/strings/str_cat.cc",
        "abseil/absl/strings/str_replace.cc",
        "abseil/absl/strings/str_split.cc",
        "abseil/absl/strings/string_view.cc",
        "abseil/absl/strings/substitute.cc",
        "abseil/absl/synchronization/barrier.cc",
        "abseil/absl/synchronization/blocking_counter.cc",
        "abseil/absl/synchronization/internal/create_thread_identity.cc",
        "abseil/absl/synchronization/internal/futex_waiter.cc",
        "abseil/absl/synchronization/internal/graphcycles.cc",
        "abseil/absl/synchronization/internal/kernel_timeout.cc",
        "abseil/absl/synchronization/internal/per_thread_sem.cc",
        "abseil/absl/synchronization/internal/pthread_waiter.cc",
        "abseil/absl/synchronization/internal/sem_waiter.cc",
        "abseil/absl/synchronization/internal/stdcpp_waiter.cc",
        "abseil/absl/synchronization/internal/waiter_base.cc",
        "abseil/absl/synchronization/internal/win32_waiter.cc",
        "abseil/absl/synchronization/mutex.cc",
        "abseil/absl/synchronization/notification.cc",
        "abseil/absl/time/civil_time.cc",
        "abseil/absl/time/clock.cc",
        "abseil/absl/time/duration.cc",
        "abseil/absl/time/format.cc",
        "abseil/absl/time/internal/cctz/src/time_zone_fixed.cc",
        "abseil/absl/time/internal/cctz/src/time_zone_format.cc",
        "abseil/absl/time/internal/cctz/src/time_zone_if.cc",
        "abseil/absl/time/internal/cctz/src/time_zone_impl.cc",
        "abseil/absl/time/internal/cctz/src/time_zone_info.cc",
        "abseil/absl/time/internal/cctz/src/time_zone_libc.cc",
        "abseil/absl/time/internal/cctz/src/time_zone_lookup.cc",
        "abseil/absl/time/internal/cctz/src/time_zone_posix.cc",
        "abseil/absl/time/internal/cctz/src/zone_info_source.cc",
        "abseil/absl/time/time.cc",
        "protobuf/src/google/protobuf/any.cc",
        "protobuf/src/google/protobuf/any.pb.cc",
        "protobuf/src/google/protobuf/any_lite.cc",
        "protobuf/src/google/protobuf/api.pb.cc",
        "protobuf/src/google/protobuf/arena.cc",
        "protobuf/src/google/protobuf/arena_align.cc",
        "protobuf/src/google/protobuf/arenastring.cc",
        "protobuf/src/google/protobuf/arenaz_sampler.cc",
        "protobuf/src/google/protobuf/compiler/code_generator.cc",
        "protobuf/src/google/protobuf/compiler/code_generator_lite.cc",
        "protobuf/src/google/protobuf/compiler/command_line_interface.cc",
        "protobuf/src/google/protobuf/compiler/importer.cc",
        "protobuf/src/google/protobuf/compiler/main_no_generators.cc",
        "protobuf/src/google/protobuf/compiler/parser.cc",
        "protobuf/src/google/protobuf/compiler/plugin.cc",
        "protobuf/src/google/protobuf/compiler/plugin.pb.cc",
        "protobuf/src/google/protobuf/compiler/retention.cc",
        "protobuf/src/google/protobuf/compiler/subprocess.cc",
        "protobuf/src/google/protobuf/compiler/versions.cc",
        "protobuf/src/google/protobuf/compiler/zip_writer.cc",
        "protobuf/src/google/protobuf/cpp_features.pb.cc",
        "protobuf/src/google/protobuf/descriptor.cc",
        "protobuf/src/google/protobuf/descriptor.pb.cc",
        "protobuf/src/google/protobuf/descriptor_database.cc",
        "protobuf/src/google/protobuf/duration.pb.cc",
        "protobuf/src/google/protobuf/dynamic_message.cc",
        "protobuf/src/google/protobuf/empty.pb.cc",
        "protobuf/src/google/protobuf/extension_set.cc",
        "protobuf/src/google/protobuf/extension_set_heavy.cc",
        "protobuf/src/google/protobuf/feature_resolver.cc",
        "protobuf/src/google/protobuf/field_mask.pb.cc",
        "protobuf/src/google/protobuf/generated_enum_util.cc",
        "protobuf/src/google/protobuf/generated_message_bases.cc",
        "protobuf/src/google/protobuf/generated_message_reflection.cc",
        "protobuf/src/google/protobuf/generated_message_tctable_full.cc",
        "protobuf/src/google/protobuf/generated_message_tctable_gen.cc",
        "protobuf/src/google/protobuf/generated_message_tctable_lite.cc",
        "protobuf/src/google/protobuf/generated_message_util.cc",
        "protobuf/src/google/protobuf/implicit_weak_message.cc",
        "protobuf/src/google/protobuf/inlined_string_field.cc",
        "protobuf/src/google/protobuf/internal_feature_helper.cc",
        "protobuf/src/google/protobuf/io/coded_stream.cc",
        "protobuf/src/google/protobuf/io/gzip_stream.cc",
        "protobuf/src/google/protobuf/io/io_win32.cc",
        "protobuf/src/google/protobuf/io/printer.cc",
        "protobuf/src/google/protobuf/io/strtod.cc",
        "protobuf/src/google/protobuf/io/tokenizer.cc",
        "protobuf/src/google/protobuf/io/zero_copy_sink.cc",
        "protobuf/src/google/protobuf/io/zero_copy_stream.cc",
        "protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc",
        "protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
        "protobuf/src/google/protobuf/json/internal/lexer.cc",
        "protobuf/src/google/protobuf/json/internal/message_path.cc",
        "protobuf/src/google/protobuf/json/internal/parser.cc",
        "protobuf/src/google/protobuf/json/internal/unparser.cc",
        "protobuf/src/google/protobuf/json/internal/untyped_message.cc",
        "protobuf/src/google/protobuf/json/internal/writer.cc",
        "protobuf/src/google/protobuf/json/internal/zero_copy_buffered_stream.cc",
        "protobuf/src/google/protobuf/json/json.cc",
        "protobuf/src/google/protobuf/map.cc",
        "protobuf/src/google/protobuf/map_field.cc",
        "protobuf/src/google/protobuf/message.cc",
        "protobuf/src/google/protobuf/message_lite.cc",
        "protobuf/src/google/protobuf/micro_string.cc",
        "protobuf/src/google/protobuf/parse_context.cc",
        "protobuf/src/google/protobuf/port.cc",
        "protobuf/src/google/protobuf/raw_ptr.cc",
        "protobuf/src/google/protobuf/reflection_mode.cc",
        "protobuf/src/google/protobuf/reflection_ops.cc",
        "protobuf/src/google/protobuf/repeated_field.cc",
        "protobuf/src/google/protobuf/repeated_ptr_field.cc",
        "protobuf/src/google/protobuf/service.cc",
        "protobuf/src/google/protobuf/source_context.pb.cc",
        "protobuf/src/google/protobuf/struct.pb.cc",
        "protobuf/src/google/protobuf/stubs/common.cc",
        "protobuf/src/google/protobuf/text_format.cc",
        "protobuf/src/google/protobuf/timestamp.pb.cc",
        "protobuf/src/google/protobuf/type.pb.cc",
        "protobuf/src/google/protobuf/unknown_field_set.cc",
        "protobuf/src/google/protobuf/util/delimited_message_util.cc",
        "protobuf/src/google/protobuf/util/field_comparator.cc",
        "protobuf/src/google/protobuf/util/field_mask_util.cc",
        "protobuf/src/google/protobuf/util/message_differencer.cc",
        "protobuf/src/google/protobuf/util/time_util.cc",
        "protobuf/src/google/protobuf/util/type_resolver_util.cc",
        "protobuf/src/google/protobuf/wire_format.cc",
        "protobuf/src/google/protobuf/wire_format_lite.cc",
        "protobuf/src/google/protobuf/wrappers.pb.cc",
        "protobuf/third_party/utf8_range/utf8_range.c",
        "protobuf/upb/base/status.c",
        "protobuf/upb/hash/common.c",
        "protobuf/upb/lex/round_trip.c",
        "protobuf/upb/mem/alloc.c",
        "protobuf/upb/mem/arena.c",
        "protobuf/upb/message/accessors.c",
        "protobuf/upb/message/array.c",
        "protobuf/upb/message/compare.c",
        "protobuf/upb/message/copy.c",
        "protobuf/upb/message/internal/compare_unknown.c",
        "protobuf/upb/message/internal/extension.c",
        "protobuf/upb/message/internal/iterator.c",
        "protobuf/upb/message/internal/message.c",
        "protobuf/upb/message/map.c",
        "protobuf/upb/message/map_sorter.c",
        "protobuf/upb/message/merge.c",
        "protobuf/upb/message/message.c",
        "protobuf/upb/message/promote.c",
        "protobuf/upb/mini_descriptor/build_enum.c",
        "protobuf/upb/mini_descriptor/decode.c",
        "protobuf/upb/mini_descriptor/internal/base92.c",
        "protobuf/upb/mini_descriptor/internal/encode.c",
        "protobuf/upb/mini_descriptor/link.c",
        "protobuf/upb/mini_table/compat.c",
        "protobuf/upb/mini_table/extension_registry.c",
        "protobuf/upb/mini_table/internal/message.c",
        "protobuf/upb/mini_table/message.c",
        "protobuf/upb/reflection/def_pool.c",
        "protobuf/upb/reflection/def_type.c",
        "protobuf/upb/reflection/desc_state.c",
        "protobuf/upb/reflection/enum_def.c",
        "protobuf/upb/reflection/enum_reserved_range.c",
        "protobuf/upb/reflection/enum_value_def.c",
        "protobuf/upb/reflection/extension_range.c",
        "protobuf/upb/reflection/field_def.c",
        "protobuf/upb/reflection/file_def.c",
        "protobuf/upb/reflection/internal/def_builder.c",
        "protobuf/upb/reflection/internal/strdup2.c",
        "protobuf/upb/reflection/message.c",
        "protobuf/upb/reflection/message_def.c",
        "protobuf/upb/reflection/message_reserved_range.c",
        "protobuf/upb/reflection/method_def.c",
        "protobuf/upb/reflection/oneof_def.c",
        "protobuf/upb/reflection/service_def.c",
        "protobuf/upb/reflection/stage0/google/protobuf/descriptor.upb.c",
        "protobuf/upb/text/debug_string.c",
        "protobuf/upb/text/encode.c",
        "protobuf/upb/text/internal/encode.c",
        "protobuf/upb/wire/byte_size.c",
        "protobuf/upb/wire/decode.c",
        "protobuf/upb/wire/decode_fast/dispatch.c",
        "protobuf/upb/wire/decode_fast/field_fixed.c",
        "protobuf/upb/wire/decode_fast/field_generic.c",
        "protobuf/upb/wire/decode_fast/field_message.c",
        "protobuf/upb/wire/decode_fast/field_string.c",
        "protobuf/upb/wire/decode_fast/field_varint.c",
        "protobuf/upb/wire/decode_fast/function_array.c",
        "protobuf/upb/wire/decode_fast/select.c",
        "protobuf/upb/wire/encode.c",
        "protobuf/upb/wire/eps_copy_input_stream.c",
        "protobuf/upb/wire/internal/decoder.c",
        "protobuf/upb/wire/reader.c",
        "protobuf/upb_generator/common.cc",
        "protobuf/upb_generator/common/names.cc",
        "protobuf/upb_generator/file_layout.cc",
        "protobuf/upb_generator/minitable/names.cc",
        "protobuf/upb_generator/minitable/names_internal.cc",
        "protobuf/upb_generator/plugin.cc"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobufTests",
      "path" : "Tests/SwiftProtobufTests",
      "sources" : [
        "Data+TestHelpers.swift",
        "TestHelpers.swift",
        "Test_AllTypes.swift",
        "Test_AllTypes_Proto3.swift",
        "Test_AllTypes_Proto3_Optional.swift",
        "Test_Any.swift",
        "Test_Api.swift",
        "Test_AsyncMessageSequence.swift",
        "Test_BasicFields_Access_Proto2.swift",
        "Test_BasicFields_Access_Proto3.swift",
        "Test_BinaryDecodingOptions.swift",
        "Test_BinaryDelimited.swift",
        "Test_BinaryEncodingOptions.swift",
        "Test_Conformance.swift",
        "Test_Duration.swift",
        "Test_Empty.swift",
        "Test_Enum.swift",
        "Test_EnumWithAliases.swift",
        "Test_Enum_Proto2.swift",
        "Test_Extensions.swift",
        "Test_ExtremeDefaultValues.swift",
        "Test_FieldMask.swift",
        "Test_FieldOrdering.swift",
        "Test_FuzzTests.swift",
        "Test_GroupWithGroups.swift",
        "Test_JSON.swift",
        "Test_JSONDecodingOptions.swift",
        "Test_JSONEncodingOptions.swift",
        "Test_JSON_Array.swift",
        "Test_JSON_Conformance.swift",
        "Test_JSON_Extensions.swift",
        "Test_JSON_Group.swift",
        "Test_JSON_Performance.swift",
        "Test_Map.swift",
        "Test_MapFields_Access_Proto2.swift",
        "Test_MapFields_Access_Proto3.swift",
        "Test_Map_JSON.swift",
        "Test_Merge.swift",
        "Test_MessageSet.swift",
        "Test_Naming.swift",
        "Test_OneofFields_Access_Proto2.swift",
        "Test_OneofFields_Access_Proto3.swift",
        "Test_OneofSwitchSplit.swift",
        "Test_OpcodeCompatibility.swift",
        "Test_Packed.swift",
        "Test_ParsingMerge.swift",
        "Test_RawSpan.swift",
        "Test_ReallyLargeTagNumber.swift",
        "Test_RecursiveMap.swift",
        "Test_Required.swift",
        "Test_Reserved.swift",
        "Test_SimpleExtensionMap.swift",
        "Test_Struct.swift",
        "Test_TextFormatDecodingOptions.swift",
        "Test_TextFormat_Map_proto3.swift",
        "Test_TextFormat_Performance.swift",
        "Test_TextFormat_Unknown.swift",
        "Test_TextFormat_WKT_proto3.swift",
        "Test_TextFormat_proto2.swift",
        "Test_TextFormat_proto2_extensions.swift",
        "Test_TextFormat_proto3.swift",
        "Test_Timestamp.swift",
        "Test_Type.swift",
        "Test_Unknown_proto2.swift",
        "Test_Unknown_proto3.swift",
        "Test_Wrappers.swift",
        "any_test.pb.swift",
        "fuzz_testing.pb.swift",
        "generated_swift_names_enum_cases.pb.swift",
        "generated_swift_names_enums.pb.swift",
        "generated_swift_names_fields.pb.swift",
        "generated_swift_names_messages.pb.swift",
        "map_proto2_unittest.pb.swift",
        "map_unittest.pb.swift",
        "test_messages_proto3.pb.swift",
        "unittest.pb.swift",
        "unittest_import.pb.swift",
        "unittest_import_public.pb.swift",
        "unittest_mset.pb.swift",
        "unittest_mset_wire_format.pb.swift",
        "unittest_preserve_unknown_enum.pb.swift",
        "unittest_preserve_unknown_enum2.pb.swift",
        "unittest_proto3.pb.swift",
        "unittest_proto3_optional.pb.swift",
        "unittest_swift_all_required_types.pb.swift",
        "unittest_swift_cycle.pb.swift",
        "unittest_swift_deprecated.pb.swift",
        "unittest_swift_deprecated_file.pb.swift",
        "unittest_swift_enum_optional_default.pb.swift",
        "unittest_swift_enum_proto2.pb.swift",
        "unittest_swift_enum_proto3.pb.swift",
        "unittest_swift_extension.pb.swift",
        "unittest_swift_extension2.pb.swift",
        "unittest_swift_extension3.pb.swift",
        "unittest_swift_extension4.pb.swift",
        "unittest_swift_fieldorder.pb.swift",
        "unittest_swift_groups.pb.swift",
        "unittest_swift_json.pb.swift",
        "unittest_swift_naming.pb.swift",
        "unittest_swift_naming_no_prefix.pb.swift",
        "unittest_swift_naming_number_prefix.pb.swift",
        "unittest_swift_oneof_all_required.pb.swift",
        "unittest_swift_oneof_merging.pb.swift",
        "unittest_swift_oneof_switch_split.pb.swift",
        "unittest_swift_reserved.pb.swift",
        "unittest_swift_reserved_ext.pb.swift",
        "unittest_swift_runtime_proto2.pb.swift",
        "unittest_swift_runtime_proto3.pb.swift",
        "unittest_well_known_types.pb.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobuf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtobufTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobufTestHelpers",
      "path" : "Sources/SwiftProtobufTestHelpers",
      "sources" : [
        "Descriptor+TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobuf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftProtobufPluginLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobufPluginLibraryTests",
      "path" : "Tests/SwiftProtobufPluginLibraryTests",
      "sources" : [
        "DescriptorTestData.swift",
        "PluginLibTestingEditionDefaults.swift",
        "Test_Descriptor.swift",
        "Test_Descriptor_FeatureResolution.swift",
        "Test_FeatureResolver.swift",
        "Test_NamingUtils.swift",
        "Test_ProtoFileToModuleMappings.swift",
        "Test_SwiftLanguage.swift",
        "Test_SwiftProtobufNamer.swift",
        "pluginlib_descriptor_delimited.pb.swift",
        "pluginlib_descriptor_test.pb.swift",
        "pluginlib_descriptor_test2.pb.swift",
        "pluginlib_descriptor_test_import.pb.swift",
        "test_features.pb.swift",
        "unittest_delimited.pb.swift",
        "unittest_delimited_import.pb.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobufPluginLibrary",
        "SwiftProtobufTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtobufPluginLibrary",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobufPluginLibrary",
      "path" : "Sources/SwiftProtobufPluginLibrary",
      "product_memberships" : [
        "protoc-gen-swift",
        "SwiftProtobufPluginLibrary",
        "SwiftProtobufPlugin"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftProtobufPluginLibrary/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CodeGenerator.swift",
        "CodeGeneratorParameter.swift",
        "CodePrinter.swift",
        "Descriptor+Extensions.swift",
        "Descriptor.swift",
        "FeatureResolver.swift",
        "FieldNumbers.swift",
        "GeneratorOutputs.swift",
        "Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift",
        "Google_Protobuf_Edition+Extensions.swift",
        "Google_Protobuf_SourceCodeInfo+Extensions.swift",
        "NamingUtils.swift",
        "PluginLibEditionDefaults.swift",
        "ProtoCompilerContext.swift",
        "ProtoFileToModuleMappings.swift",
        "ProvidesDeprecationComment.swift",
        "ProvidesLocationPath.swift",
        "ProvidesSourceCodeLocation.swift",
        "StandardErrorOutputStream.swift",
        "StringUtils.swift",
        "SwiftLanguage.swift",
        "SwiftProtobufInfo.swift",
        "SwiftProtobufNamer.swift",
        "UnicodeScalar+Extensions.swift",
        "plugin.pb.swift",
        "swift_protobuf_module_mappings.pb.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobuf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftProtobufPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftProtobufPlugin",
      "path" : "Plugins/SwiftProtobufPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftProtobufPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-swift",
        "protoc"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtobuf",
      "path" : "Sources/SwiftProtobuf",
      "product_memberships" : [
        "protoc-gen-swift",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary",
        "SwiftProtobufPlugin",
        "Conformance"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftProtobuf/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyMessageStorage.swift",
        "AnyUnpackError.swift",
        "AsyncMessageSequence.swift",
        "BinaryDecoder.swift",
        "BinaryDecodingError.swift",
        "BinaryDecodingOptions.swift",
        "BinaryDelimited.swift",
        "BinaryEncoder.swift",
        "BinaryEncodingError.swift",
        "BinaryEncodingOptions.swift",
        "BinaryEncodingSizeVisitor.swift",
        "BinaryEncodingVisitor.swift",
        "BytecodeInterpreter.swift",
        "BytecodeReader.swift",
        "CustomJSONCodable.swift",
        "Decoder.swift",
        "DoubleParser.swift",
        "Enum.swift",
        "ExtensibleMessage.swift",
        "ExtensionFieldValueSet.swift",
        "ExtensionFields.swift",
        "ExtensionMap.swift",
        "FieldTag.swift",
        "FieldTypes.swift",
        "Google_Protobuf_Any+Extensions.swift",
        "Google_Protobuf_Any+Registry.swift",
        "Google_Protobuf_Duration+Extensions.swift",
        "Google_Protobuf_FieldMask+Extensions.swift",
        "Google_Protobuf_ListValue+Extensions.swift",
        "Google_Protobuf_NullValue+Extensions.swift",
        "Google_Protobuf_Struct+Extensions.swift",
        "Google_Protobuf_Timestamp+Extensions.swift",
        "Google_Protobuf_Value+Extensions.swift",
        "Google_Protobuf_Wrappers+Extensions.swift",
        "HashVisitor.swift",
        "Internal.swift",
        "JSONDecoder.swift",
        "JSONDecodingError.swift",
        "JSONDecodingOptions.swift",
        "JSONEncoder.swift",
        "JSONEncodingError.swift",
        "JSONEncodingOptions.swift",
        "JSONEncodingVisitor.swift",
        "JSONMapEncodingVisitor.swift",
        "JSONScanner.swift",
        "MathUtils.swift",
        "Message+AnyAdditions.swift",
        "Message+BinaryAdditions.swift",
        "Message+BinaryAdditions_Data.swift",
        "Message+FieldMask.swift",
        "Message+JSONAdditions.swift",
        "Message+JSONAdditions_Data.swift",
        "Message+JSONArrayAdditions.swift",
        "Message+JSONArrayAdditions_Data.swift",
        "Message+TextFormatAdditions.swift",
        "Message.swift",
        "MessageExtension.swift",
        "NameMap.swift",
        "PathDecoder.swift",
        "PathVisitor.swift",
        "ProtoNameProviding.swift",
        "ProtobufAPIVersionCheck.swift",
        "ProtobufMap.swift",
        "SelectiveVisitor.swift",
        "SimpleExtensionMap.swift",
        "StringUtils.swift",
        "SwiftProtobufContiguousBytes.swift",
        "SwiftProtobufError.swift",
        "TextFormatDecoder.swift",
        "TextFormatDecodingError.swift",
        "TextFormatDecodingOptions.swift",
        "TextFormatEncoder.swift",
        "TextFormatEncodingOptions.swift",
        "TextFormatEncodingVisitor.swift",
        "TextFormatScanner.swift",
        "TimeUtils.swift",
        "UnknownStorage.swift",
        "UnsafeRawPointer+Shims.swift",
        "Varint.swift",
        "Version.swift",
        "Visitor.swift",
        "WireFormat.swift",
        "ZigZag.swift",
        "any.pb.swift",
        "api.pb.swift",
        "descriptor.pb.swift",
        "duration.pb.swift",
        "empty.pb.swift",
        "field_mask.pb.swift",
        "source_context.pb.swift",
        "struct.pb.swift",
        "timestamp.pb.swift",
        "type.pb.swift",
        "wrappers.pb.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Conformance",
      "module_type" : "SwiftTarget",
      "name" : "Conformance",
      "path" : "Sources/Conformance",
      "product_memberships" : [
        "Conformance"
      ],
      "sources" : [
        "conformance.pb.swift",
        "main.swift",
        "test_messages_edition2023.pb.swift",
        "test_messages_proto2.pb.swift",
        "test_messages_proto2_editions.pb.swift",
        "test_messages_proto3.pb.swift",
        "test_messages_proto3_editions.pb.swift"
      ],
      "target_dependencies" : [
        "SwiftProtobuf"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/581] Compiling ostringstream.cc
[1/581] Write sources
[3/581] Compiling raw_logging.cc
[4/581] Compiling memutil.cc
[5/581] Compiling escaping.cc
[6/581] Compiling low_level_alloc.cc
[6/581] Compiling spinlock.cc
[8/581] Compiling waiter_base.cc
[9/581] Compiling reader.c
[10/581] Compiling names_internal.cc
[11/581] Compiling names.cc
[12/581] Compiling stdcpp_waiter.cc
[13/581] Compiling eps_copy_input_stream.c
[14/581] Compiling select.c
[15/581] Compiling decoder.c
[16/581] Compiling function_array.c
[17/581] Compiling encode.c
[18/581] Compiling field_generic.c
[19/581] Compiling field_message.c
[20/581] Compiling field_string.c
[20/581] Compiling dispatch.c
[22/581] Compiling field_varint.c
[23/581] Compiling byte_size.c
[24/581] Compiling encode.c
[25/581] Compiling field_fixed.c
[26/581] Compiling decode.c
[27/581] Compiling debug_string.c
[28/581] Compiling encode.c
[29/581] Compiling names.cc
[30/581] Compiling descriptor.upb.c
[31/581] Compiling service_def.c
[32/581] Compiling oneof_def.c
[33/581] Compiling strdup2.c
[34/581] Compiling message_reserved_range.c
[35/581] Compiling method_def.c
[36/581] Compiling common.cc
[37/581] Compiling message.c
[38/581] Compiling message_def.c
[39/581] Compiling def_builder.c
[40/581] Compiling file_def.c
[41/581] Compiling desc_state.c
[42/581] Compiling enum_value_def.c
[43/581] Compiling extension_range.c
[44/581] Compiling field_def.c
[45/581] Compiling def_type.c
[46/581] Compiling message.c
[48/581] Compiling enum_reserved_range.c
[49/581] Compiling extension_registry.c
[50/581] Compiling compat.c
[51/581] Compiling encode.c
[52/581] Compiling link.c
[53/581] Compiling base92.c
[54/581] Compiling enum_def.c
[55/581] Compiling build_enum.c
[56/581] Compiling decode.c
[57/581] Compiling merge.c
[58/581] Compiling message.c
[59/581] Compiling map_sorter.c
[60/581] Compiling def_pool.c
[61/581] Compiling promote.c
[62/581] Compiling map.c
[63/581] Compiling message.c
[64/581] Compiling extension.c
[65/581] Compiling iterator.c
[66/581] Compiling compare_unknown.c
[67/581] Compiling compare.c
[68/581] Compiling alloc.c
[69/581] Compiling copy.c
[70/581] Compiling array.c
[71/581] Compiling accessors.c
[72/581] Compiling round_trip.c
[73/581] Compiling arena.c
[74/581] Compiling utf8_range.c
[75/581] Compiling status.c
[76/581] Compiling common.c
[77/581] Compiling file_layout.cc
[78/581] Compiling wire_format_lite.cc
[79/581] Compiling plugin.cc
[80/581] Compiling time_util.cc
[81/581] Compiling wrappers.pb.cc
[82/581] Compiling delimited_message_util.cc
[83/581] Compiling type_resolver_util.cc
[84/581] Compiling field_mask_util.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/wire_format.cc:31:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
1 warning generated.
[85/581] Compiling wire_format.cc
[86/581] Compiling field_comparator.cc
[87/581] Compiling common.cc
[88/581] Compiling unknown_field_set.cc
[89/581] Compiling service.cc
[90/581] Compiling timestamp.pb.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/util/message_differencer.cc:36:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
1 warning generated.
[91/581] Compiling message_differencer.cc
[92/581] Compiling reflection_mode.cc
[93/581] Compiling raw_ptr.cc
[94/581] Compiling type.pb.cc
[95/581] Compiling repeated_field.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/struct.pb.cc:6:
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/struct.pb.h:34:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
1 warning generated.
[96/581] Compiling struct.pb.cc
[97/581] Compiling repeated_ptr_field.cc
[98/581] Compiling port.cc
[99/581] Compiling source_context.pb.cc
[100/581] Compiling micro_string.cc
[101/581] Compiling parse_context.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/reflection_ops.cc:22:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
1 warning generated.
[102/581] Compiling reflection_ops.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/text_format.cc:54:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/text_format.cc:663:50: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  663 |       if (consumed_semicolon && field->options().weak() &&
      |                                                  ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
2 warnings generated.
[103/581] Compiling text_format.cc
[104/581] Compiling message_lite.cc
[105/581] Compiling zero_copy_buffered_stream.cc
[106/581] Compiling map.cc
[107/581] Compiling writer.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.cc:8:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
1 warning generated.
[108/581] Compiling map_field.cc
[109/581] Compiling json.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/message.cc:40:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/message.cc:46:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/reflection_visit_fields.h:109:35: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  109 |     ABSL_DCHECK(!field->options().weak()) << "weak fields are not supported";
      |                                   ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
2 warnings generated.
[110/581] Compiling zero_copy_stream_impl_lite.cc
[111/581] Compiling message.cc
[112/581] Compiling zero_copy_stream_impl.cc
[113/581] Compiling message_path.cc
[114/581] Compiling zero_copy_sink.cc
[115/581] Compiling zero_copy_stream.cc
[116/581] Compiling io_win32.cc
[117/581] Compiling gzip_stream.cc
[118/581] Compiling lexer.cc
[119/581] Compiling strtod.cc
[120/581] Compiling tokenizer.cc
[121/581] Compiling untyped_message.cc
[122/581] Compiling unparser.cc
[123/581] Compiling coded_stream.cc
[124/581] Compiling parser.cc
[125/581] Compiling inlined_string_field.cc
[126/581] Compiling implicit_weak_message.cc
[127/581] Compiling generated_message_util.cc
[128/581] Compiling printer.cc
[129/581] Compiling internal_feature_helper.cc
[130/581] Compiling generated_message_tctable_full.cc
[131/581] Compiling generated_enum_util.cc
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:699:41: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  699 |     if (descriptor->field(i)->options().weak()) {
      |                                         ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:738:24: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  738 |       field->options().weak()) {
      |                        ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:773:50: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  773 |            !field->is_map() && !field->options().weak() &&
      |                                                  ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:813:35: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  813 |       } else if (field->options().weak()) {
      |                                   ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
4 warnings generated.
[132/581] Compiling generated_message_tctable_gen.cc
[133/581] Compiling generated_message_bases.cc
[134/581] Compiling generated_message_tctable_lite.cc
[135/581] Compiling field_mask.pb.cc
[136/581] Compiling empty.pb.cc
[137/581] Compiling feature_resolver.cc
[138/581] Compiling extension_set.cc
[139/581] Compiling extension_set_heavy.cc
[140/581] Compiling duration.pb.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:51:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:57:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/reflection_visit_fields.h:109:35: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  109 |     ABSL_DCHECK(!field->options().weak()) << "weak fields are not supported";
      |                                   ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:2526:51: warning: 'weak' is deprecated [-Wdeprecated-declarations]
 2526 |   if (!field->is_extension() && !field->options().weak() &&
      |                                                   ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:3290:33: warning: 'weak' is deprecated [-Wdeprecated-declarations]
 3290 |   ABSL_DCHECK(!field->options().weak());
      |                                 ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:3323:33: warning: 'weak' is deprecated [-Wdeprecated-declarations]
 3323 |   ABSL_DCHECK(!field->options().weak());
      |                                 ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:3332:33: warning: 'weak' is deprecated [-Wdeprecated-declarations]
 3332 |   ABSL_DCHECK(!field->options().weak());
      |                                 ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:3341:33: warning: 'weak' is deprecated [-Wdeprecated-declarations]
 3341 |   ABSL_DCHECK(!field->options().weak());
      |                                 ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:57:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/reflection_visit_fields.h:109:35: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  109 |     ABSL_DCHECK(!field->options().weak()) << "weak fields are not supported";
      |                                   ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/reflection_visit_fields.h:447:20: note: in instantiation of function template specialization 'google::protobuf::internal::ReflectionVisit::VisitFields<google::protobuf::Message, (lambda at /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/reflection_visit_fields.h:449:7)>' requested here
  447 |   ReflectionVisit::VisitFields(
      |                    ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/reflection_visit_fields.h:502:20: note: in instantiation of function template specialization 'google::protobuf::internal::ReflectionVisit::VisitMessageFields<(lambda at /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:1390:48)>' requested here
  502 |   ReflectionVisit::VisitMessageFields(message, std::forward<CallbackFn>(func));
      |                    ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:1390:15: note: in instantiation of function template specialization 'google::protobuf::internal::VisitMutableMessageFields<(lambda at /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc:1390:48)>' requested here
 1390 |     internal::VisitMutableMessageFields(*curr, [&](Message& msg) {
      |               ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
8 warnings generated.
[141/581] Compiling generated_message_reflection.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/dynamic_message.cc:66:
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/map_field.h:416:11: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  416 |         : repeated_field_(arena), prototype_(prototype) {}
      |           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/dynamic_message.cc:574:31: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  574 |               new (field_ptr) RepeatedPtrField<std::string>(arena);
      |                               ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/dynamic_message.cc:602:29: warning: 'RepeatedPtrField' is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations]
  602 |             new (field_ptr) RepeatedPtrField<Message>(arena);
      |                             ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/repeated_ptr_field.h:1035:5: note: 'RepeatedPtrField' has been explicitly marked deprecated here
 1035 |   [[deprecated("Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead")]]
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/dynamic_message.cc:774:27: warning: 'weak' is deprecated [-Wdeprecated-declarations]
  774 |         !field->options().weak() && !InRealOneof(field) &&
      |                           ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
4 warnings generated.
[142/581] Compiling dynamic_message.cc
[143/581] Compiling zip_writer.cc
[144/581] Compiling descriptor_database.cc
[145/581] Compiling cpp_features.pb.cc
[146/581] Compiling versions.cc
[147/581] Compiling subprocess.cc
[148/581] Compiling descriptor.pb.cc
[149/581] Compiling retention.cc
[150/581] Compiling plugin.pb.cc
[151/581] Compiling plugin.cc
[152/581] Compiling arenaz_sampler.cc
[153/581] Compiling main_no_generators.cc
[154/581] Compiling importer.cc
[155/581] Compiling arena_align.cc
[156/581] Compiling code_generator_lite.cc
[157/581] Compiling arenastring.cc
[158/581] Compiling parser.cc
[159/581] Compiling code_generator.cc
[160/581] Compiling arena.cc
[161/581] Compiling time.cc
[162/581] Compiling zone_info_source.cc
[163/581] Compiling time_zone_posix.cc
[164/581] Compiling any_lite.cc
[165/581] Compiling time_zone_libc.cc
[166/581] Compiling time_zone_lookup.cc
[167/581] Compiling time_zone_if.cc
[168/581] Compiling time_zone_info.cc
[169/581] Compiling time_zone_impl.cc
[170/581] Compiling api.pb.cc
[171/581] Compiling any.cc
[172/581] Compiling any.pb.cc
[173/581] Compiling command_line_interface.cc
[174/581] Compiling time_zone_fixed.cc
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.cc:3953:45: warning: 'has_optional_keyword' is deprecated: Use has_presence() instead. [-Wdeprecated-declarations]
 3953 |       (!is_required() && !is_repeated() && !has_optional_keyword())) {
      |                                             ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.h:1135:3: note: 'has_optional_keyword' has been explicitly marked deprecated here
 1135 |   ABSL_DEPRECATED("Use has_presence() instead.")
      |   ^
/host/spi-builder-workspace/Sources/protobuf/abseil/absl/base/attributes.h:689:49: note: expanded from macro 'ABSL_DEPRECATED'
  689 | #define ABSL_DEPRECATED(message) __attribute__((deprecated(message)))
      |                                                 ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.cc:7982:61: warning: 'weak' is deprecated [-Wdeprecated-declarations]
 7982 |     bool is_weak = !pool_->enforce_weak_ && proto.options().weak();
      |                                                             ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.cc:10700:58: warning: 'weak' is deprecated [-Wdeprecated-declarations]
 10700 |   if (field->real_containing_oneof() || field->options().weak() ||
       |                                                          ^
/host/spi-builder-workspace/Sources/protobuf/protobuf/src/google/protobuf/descriptor.pb.h:7600:5: note: 'weak' has been explicitly marked deprecated here
 7600 |   [[deprecated]] bool weak() const;
      |     ^
3 warnings generated.
[175/581] Compiling descriptor.cc
[176/581] Compiling time_zone_format.cc
[177/581] Compiling win32_waiter.cc
[178/581] Compiling format.cc
[179/581] Compiling civil_time.cc
[180/581] Compiling duration.cc
[181/581] Compiling clock.cc
[182/581] Compiling notification.cc
[183/581] Compiling sem_waiter.cc
[184/581] Compiling pthread_waiter.cc
[185/581] Compiling graphcycles.cc
[186/581] Compiling mutex.cc
[187/581] Compiling kernel_timeout.cc
[188/581] Compiling per_thread_sem.cc
[189/581] Compiling futex_waiter.cc
[190/581] Compiling string_view.cc
[191/581] Compiling barrier.cc
[192/581] Compiling blocking_counter.cc
[193/581] Compiling create_thread_identity.cc
[194/581] Compiling utf8.cc
[195/581] Compiling str_split.cc
[196/581] Compiling substitute.cc
[197/581] Compiling str_cat.cc
[198/581] Compiling str_replace.cc
[199/581] Compiling stringify_sink.cc
[200/581] Compiling match.cc
[201/581] Compiling output.cc
[202/581] Compiling numbers.cc
[203/581] Compiling extension.cc
[204/581] Compiling damerau_levenshtein_distance.cc
[205/581] Compiling parser.cc
[206/581] Compiling float_conversion.cc
[207/581] Compiling bind.cc
[208/581] Compiling arg.cc
[209/581] Compiling cordz_functions.cc
[210/581] Compiling cordz_handle.cc
[211/581] Compiling cord_rep_consume.cc
[212/581] Compiling cord_rep_btree_reader.cc
[213/581] Compiling charconv_parse.cc
[214/581] Compiling cord_rep_crc.cc
[215/581] Compiling cordz_info.cc
[216/581] Compiling cord_rep_btree_navigator.cc
[217/581] Compiling charconv_bigint.cc
[218/581] Compiling cord_rep_btree.cc
[219/581] Compiling cord_internal.cc
[220/581] Compiling ascii.cc
[221/581] Compiling charconv.cc
[222/581] Compiling escaping.cc
[223/581] Compiling cord_analysis.cc
[224/581] Compiling status.cc
[225/581] Compiling exponential_biased.cc
[226/581] Compiling log_sink.cc
[227/581] Compiling int128.cc
[228/581] Compiling statusor.cc
[229/581] Compiling proto.cc
[230/581] Compiling nullguard.cc
[231/581] Compiling cord.cc
[232/581] Compiling structured_proto.cc
[233/581] Compiling conditions.cc
[234/581] Compiling status_payload_printer.cc
[235/581] Compiling status_internal.cc
[236/581] Compiling log_sink_set.cc
[237/581] Compiling globals.cc
[238/581] Compiling initialize.cc
[239/581] Compiling log_format.cc
[240/581] Compiling log_message.cc
[241/581] Compiling check_op.cc
[242/581] Compiling leak_check.cc
[243/581] Compiling city.cc
[244/581] Compiling low_level_hash.cc
[245/581] Compiling utf8_for_code_point.cc
[246/581] Compiling globals.cc
[247/581] Compiling demangle_rust.cc
[248/581] Compiling stacktrace.cc
[249/581] Compiling symbolize.cc
[250/581] Compiling vdso_support.cc
[251/581] Compiling die_if_null.cc
[252/581] Compiling elf_mem_image.cc
[253/581] Compiling hash.cc
[254/581] Compiling demangle.cc
[255/581] Compiling examine_stack.cc
[256/581] Compiling address_is_readable.cc
[257/581] Compiling decode_rust_punycode.cc
[258/581] Compiling crc_x86_arm_combined.cc
[259/581] Compiling cpu_detect.cc
[260/581] Compiling crc.cc
[261/581] Compiling crc_memcpy_x86_arm_combined.cc
[262/581] Compiling unscaledcycleclock.cc
[263/581] Compiling crc_memcpy_fallback.cc
[264/581] Compiling tracing.cc
[265/581] Compiling crc32c.cc
[266/581] Compiling crc_non_temporal_memcpy.cc
[267/581] Compiling crc_cord_state.cc
[268/581] Compiling strerror.cc
[269/581] Compiling spinlock_wait.cc
[270/581] Copying PrivacyInfo.xcprivacy
[272/581] Write sources
[274/581] Compiling hashtablez_sampler_force_weak_definition.cc
[275/581] Write sources
[276/581] Compiling cycleclock.cc
[277/581] Write swift-version-24593BA9C3E375BF.txt
[278/581] Compiling throw_delegate.cc
[279/581] Compiling hashtablez_sampler.cc
[280/581] Compiling thread_identity.cc
[281/633] Compiling sysinfo.cc
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/upb_generator/minitable/names.cc:8:
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/upb_generator/minitable/names.h:16:
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/upb/port/def.inc:73:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
1 error generated.
[282/666] Compiling names.cc
[282/666] Compiling file_layout.cc
[282/666] Compiling names_internal.cc
[282/666] Compiling names.cc
[282/666] Compiling plugin.cc
[282/666] Compiling common.cc
[282/666] Compiling raw_hash_set.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/300] Copying PrivacyInfo.xcprivacy
[1/300] Write sources
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/upb/wire/reader.c:8:
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/upb/wire/reader.h:15:
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/upb/base/internal/endian.h:14:
In file included from /host/spi-builder-workspace/Sources/protobuf/protobuf/upb/port/def.inc:73:
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/setjmp.h:13:2: error: Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
   13 | #error Setjmp/longjmp support requires Exception handling support, which is [not yet standardized](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-3---implementation-phase-cg--wg). To enable it, compile with `-mllvm -wasm-enable-sjlj` and use an engine that implements the Exception handling proposal.
      |  ^
1 error generated.
[5/301] Compiling reader.c
[5/301] Compiling plugin.cc
[5/301] Compiling names_internal.cc
[5/301] Compiling raw_hash_set.cc
[5/301] Compiling common.cc
[5/301] Compiling file_layout.cc
[5/301] Compiling names.cc
BUILD FAILURE 6.1 wasm