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

Successful build of SwiftProtoReflect, reference 2.1.0 (d5a12a), with Swift 6.1 for Linux on 10 Jun 2025 00:17:17 UTC.

Swift 6 data race errors: 13

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/truewebber/swift-protoreflect.git
Reference: 2.1.0
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/truewebber/swift-protoreflect
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at d5a12a4 Add cross-platform support for Linux, WASM and other platforms
Cloned https://github.com/truewebber/swift-protoreflect.git
Revision (git rev-parse @):
d5a12a4d104efcb5fe9d5059d1299a32e6bf32b2
SUCCESS checkout https://github.com/truewebber/swift-protoreflect.git at 2.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/truewebber/swift-protoreflect.git
https://github.com/truewebber/swift-protoreflect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    }
  ],
  "manifest_display_name" : "SwiftProtoReflect",
  "name" : "SwiftProtoReflect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftProtoReflect",
      "targets" : [
        "SwiftProtoReflect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftProtoReflectTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoReflectTests",
      "path" : "Tests/SwiftProtoReflectTests",
      "product_dependencies" : [
        "SwiftProtobuf",
        "GRPC"
      ],
      "sources" : [
        "Bridge/DescriptorBridgeTests.swift",
        "Bridge/StaticMessageBridgeTests.swift",
        "Compatibility/CPPCompatibilityTests.swift",
        "Compatibility/CrossPlatformTests.swift",
        "Compatibility/GoogleConformanceTests.swift",
        "Descriptor/EnumDescriptorTests.swift",
        "Descriptor/FieldDescriptorTests.swift",
        "Descriptor/FileDescriptorTests.swift",
        "Descriptor/MessageDescriptorTests.swift",
        "Descriptor/ServiceDescriptorTests.swift",
        "Dynamic/DynamicFieldAccessTests.swift",
        "Dynamic/DynamicMessageCreationTests.swift",
        "Dynamic/DynamicMessageEquatableTests.swift",
        "Dynamic/DynamicMessageExtendedTests.swift",
        "Dynamic/DynamicMessageTests.swift",
        "Dynamic/FieldAccessorTests.swift",
        "Dynamic/MessageFactoryTests.swift",
        "Error/ErrorHandlingTests.swift",
        "Integration/AnyHandlerTests.swift",
        "Integration/DurationHandlerTests.swift",
        "Integration/EmptyHandlerTests.swift",
        "Integration/FieldMaskHandlerTests.swift",
        "Integration/StructHandlerTests.swift",
        "Integration/TimestampHandlerTests.swift",
        "Integration/ValueHandlerTests.swift",
        "Integration/WellKnownTypesTests.swift",
        "Performance/DynamicMessageBenchmarks.swift",
        "Performance/RegistryBenchmarks.swift",
        "Performance/SerializationBenchmarks.swift",
        "Registry/DescriptorPoolTests.swift",
        "Registry/TypeRegistryTests.swift",
        "Serialization/BinaryDeserializationTests.swift",
        "Serialization/BinarySerializationTests.swift",
        "Serialization/BinarySerializerTypeMismatchTests.swift",
        "Serialization/JSONDeserializationTests.swift",
        "Serialization/JSONSerializationTests.swift",
        "Serialization/JSONSerializerTypeMismatchTests.swift",
        "Serialization/WireFormatTests.swift",
        "Service/GRPCIntegrationTests.swift",
        "Service/ServiceClientTests.swift",
        "Spec/Proto3SpecTests.swift",
        "Spec/SchemaEvolutionTests.swift",
        "Spec/ValidationTests.swift",
        "SwiftProtoReflectTests.swift"
      ],
      "target_dependencies" : [
        "SwiftProtoReflect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtoReflect",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoReflect",
      "path" : "Sources/SwiftProtoReflect",
      "product_dependencies" : [
        "SwiftProtobuf",
        "GRPC"
      ],
      "product_memberships" : [
        "SwiftProtoReflect"
      ],
      "sources" : [
        "Bridge/DescriptorBridge.swift",
        "Bridge/StaticMessageBridge.swift",
        "Descriptor/EnumDescriptor.swift",
        "Descriptor/FieldDescriptor.swift",
        "Descriptor/FileDescriptor.swift",
        "Descriptor/MessageDescriptor.swift",
        "Descriptor/ServiceDescriptor.swift",
        "Dynamic/DynamicMessage.swift",
        "Dynamic/FieldAccessor.swift",
        "Dynamic/MessageFactory.swift",
        "Integration/AnyHandler.swift",
        "Integration/DurationHandler.swift",
        "Integration/EmptyHandler.swift",
        "Integration/FieldMaskHandler.swift",
        "Integration/StructHandler.swift",
        "Integration/TimestampHandler.swift",
        "Integration/ValueHandler.swift",
        "Integration/WellKnownTypes.swift",
        "Registry/DescriptorPool.swift",
        "Registry/TypeRegistry.swift",
        "Serialization/BinaryDeserializer.swift",
        "Serialization/BinarySerializer.swift",
        "Serialization/JSONDeserializer.swift",
        "Serialization/JSONSerializer.swift",
        "Serialization/WireFormat.swift",
        "Service/ServiceClient.swift",
        "SwiftProtoReflect.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift.git
[1/51106] Fetching grpc-swift
[18911/90459] Fetching grpc-swift, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (2.72s)
[31089/39353] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (10.05s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (10.68s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (2.86s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/1797] Fetching swift-atomics
[595/5633] Fetching swift-atomics, swift-log
[933/11556] Fetching swift-atomics, swift-log, swift-nio-extras
[2351/26399] Fetching swift-atomics, swift-log, swift-nio-extras, swift-nio-ssl
[6482/42990] Fetching swift-atomics, swift-log, swift-nio-extras, swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (2.04s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-collections.git from cache (2.07s)
Fetching https://github.com/apple/swift-nio.git
[1/11527] Fetching swift-nio-http2
Fetching https://github.com/apple/swift-nio-transport-services.git
[2653/87722] Fetching swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.70s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.69s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.72s)
[17624/90389] Fetching swift-nio-http2, swift-nio, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.76s)
[30576/87722] Fetching swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.07s)
[44194/76195] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.80s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (9.69s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.84s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.54s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/5959] Fetching swift-algorithms
[121/10944] Fetching swift-algorithms, swift-async-algorithms
[3106/12085] Fetching swift-algorithms, swift-async-algorithms, swift-http-structured-headers
[4878/13675] Fetching swift-algorithms, swift-async-algorithms, swift-http-structured-headers, swift-asn1
[7654/19852] Fetching swift-algorithms, swift-async-algorithms, swift-http-structured-headers, swift-asn1, swift-certificates
[7721/22278] Fetching swift-algorithms, swift-async-algorithms, swift-http-structured-headers, swift-asn1, swift-certificates, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.46s)
[17876/19852] Fetching swift-algorithms, swift-async-algorithms, swift-http-structured-headers, swift-asn1, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.48s)
[7673/8908] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.60s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.26s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.45s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.62s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.94s)
Fetching https://github.com/apple/swift-crypto.git
[1/14846] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.18s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.18s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5739] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.57s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/439] Write sources
[9/439] Copying PrivacyInfo.xcprivacy
[9/439] Write sources
[24/439] Compiling _AtomicsShims.c
[25/439] Compiling CNIOWindows WSAStartup.c
[26/439] Compiling CNIOWindows shim.c
[27/439] Compiling CNIOWASI CNIOWASI.c
[28/439] Compiling CGRPCZlib empty.c
[29/439] Compiling CNIOLinux liburing_shims.c
[30/439] Compiling CNIODarwin shim.c
[30/439] Compiling CNIOLLHTTP c_nio_http.c
[32/439] Compiling fiat_p256_adx_sqr.S
[33/439] Compiling fiat_p256_adx_mul.S
[34/439] Compiling CNIOLLHTTP c_nio_api.c
[35/439] Compiling CNIOLinux shim.c
[36/439] Compiling fiat_curve25519_adx_square.S
[37/439] Compiling fiat_curve25519_adx_mul.S
[38/439] Write swift-version-24593BA9C3E375BF.txt
[39/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/439] Compiling CNIOBoringSSLShims shims.c
[41/445] Compiling tls_method.cc
[42/445] Compiling tls_record.cc
[43/445] Compiling tls13_server.cc
[44/446] Compiling tls13_client.cc
[45/458] Compiling tls13_both.cc
[46/458] Compiling tls13_enc.cc
[48/547] Compiling _NIOBase64 Base64.swift
[49/547] Emitting module _NIOBase64
[50/547] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/549] Compiling _NIODataStructures PriorityQueue.swift
[52/549] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/549] Compiling InternalCollectionsUtilities Debugging.swift
[54/549] Compiling InternalCollectionsUtilities Descriptions.swift
[55/549] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/549] Emitting module InternalCollectionsUtilities
[57/549] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/549] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/549] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/549] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/549] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/549] Compiling InternalCollectionsUtilities Integer rank.swift
[63/549] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/549] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/549] Compiling _NIODataStructures _TinyArray.swift
[66/549] Compiling ssl_versions.cc
[68/549] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/550] Compiling t1_enc.cc
[71/550] Compiling Logging LogHandler.swift
[72/550] Emitting module _NIODataStructures
[73/550] Compiling _NIODataStructures Heap.swift
[74/551] Compiling Logging MetadataProvider.swift
[75/551] Compiling Logging Logging.swift
[76/551] Emitting module Logging
[77/551] Compiling Logging Locks.swift
[79/567] Compiling ssl_x509.cc
[81/567] Compiling DequeModule Deque+CustomReflectable.swift
[82/567] Compiling DequeModule Deque+Descriptions.swift
[83/569] Compiling DequeModule _DequeBuffer.swift
[84/569] Compiling DequeModule _DequeBufferHeader.swift
[85/569] Compiling DequeModule Deque+Equatable.swift
[86/569] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/569] Compiling DequeModule Deque+Extras.swift
[88/569] Compiling DequeModule Deque+Hashable.swift
[89/569] Compiling DequeModule _DequeSlot.swift
[90/569] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/569] Compiling DequeModule Deque+Testing.swift
[92/569] Compiling DequeModule Deque._Storage.swift
[93/569] Compiling DequeModule Deque._UnsafeHandle.swift
[94/569] Compiling DequeModule Deque.swift
[95/569] Compiling DequeModule Deque+Codable.swift
[96/569] Compiling DequeModule Deque+Collection.swift
[96/569] Compiling ssl_stat.cc
[97/569] Compiling ssl_transcript.cc
[99/569] Emitting module DequeModule
[100/570] Compiling ssl_privkey.cc
[101/570] Compiling ssl_session.cc
[102/570] Compiling ssl_key_share.cc
[103/570] Compiling ssl_lib.cc
[105/570] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[106/570] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[107/570] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[108/570] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[109/570] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[110/570] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[111/570] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[112/570] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[113/570] Compiling SwiftProtobuf HashVisitor.swift
[114/570] Compiling SwiftProtobuf Internal.swift
[115/570] Compiling SwiftProtobuf JSONDecoder.swift
[116/570] Compiling SwiftProtobuf JSONDecodingError.swift
[117/581] Compiling SwiftProtobuf ProtobufMap.swift
[118/581] Compiling SwiftProtobuf SelectiveVisitor.swift
[119/581] Compiling SwiftProtobuf SimpleExtensionMap.swift
[120/581] Compiling SwiftProtobuf StringUtils.swift
[121/581] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[122/581] Compiling SwiftProtobuf SwiftProtobufError.swift
[123/581] Compiling SwiftProtobuf TextFormatDecoder.swift
[124/581] Compiling SwiftProtobuf TextFormatDecodingError.swift
[125/581] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[126/581] Compiling SwiftProtobuf TextFormatEncoder.swift
[127/581] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[128/581] Compiling SwiftProtobuf Message+JSONAdditions.swift
[129/581] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[130/581] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[131/581] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[132/581] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[133/581] Compiling SwiftProtobuf Message.swift
[134/581] Compiling SwiftProtobuf MessageExtension.swift
[135/581] Compiling SwiftProtobuf NameMap.swift
[136/581] Compiling SwiftProtobuf PathDecoder.swift
[137/581] Compiling SwiftProtobuf PathVisitor.swift
[138/581] Compiling SwiftProtobuf ProtoNameProviding.swift
[139/581] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[140/581] Emitting module SwiftProtobuf
[152/581] Compiling ssl_credential.cc
[153/581] Compiling ssl_file.cc
[154/581] Compiling ssl_cipher.cc
[155/581] Compiling ssl_buffer.cc
[156/581] Compiling ssl_cert.cc
[158/581] Compiling SwiftProtobuf JSONDecodingOptions.swift
[159/581] Compiling SwiftProtobuf JSONEncoder.swift
[160/581] Compiling SwiftProtobuf JSONEncodingError.swift
[161/581] Compiling SwiftProtobuf JSONEncodingOptions.swift
[162/581] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[163/581] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[164/581] Compiling SwiftProtobuf JSONScanner.swift
[165/581] Compiling SwiftProtobuf MathUtils.swift
[166/581] Compiling SwiftProtobuf Message+AnyAdditions.swift
[167/581] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[168/581] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[169/581] Compiling SwiftProtobuf Message+FieldMask.swift
[170/581] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[171/581] Compiling SwiftProtobuf TextFormatScanner.swift
[172/581] Compiling SwiftProtobuf TimeUtils.swift
[173/581] Compiling SwiftProtobuf UnknownStorage.swift
[174/581] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[175/581] Compiling SwiftProtobuf Varint.swift
[176/581] Compiling SwiftProtobuf Version.swift
[177/581] Compiling SwiftProtobuf Visitor.swift
[178/581] Compiling SwiftProtobuf WireFormat.swift
[179/581] Compiling SwiftProtobuf ZigZag.swift
[180/581] Compiling SwiftProtobuf any.pb.swift
[180/581] Compiling ssl_asn1.cc
[181/581] Compiling ssl_aead_ctx.cc
[182/581] Compiling s3_pkt.cc
[183/581] Compiling s3_lib.cc
[184/581] Compiling s3_both.cc
[190/581] Compiling SwiftProtobuf BinaryDecodingError.swift
[191/581] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[192/581] Compiling SwiftProtobuf BinaryDelimited.swift
[193/581] Compiling SwiftProtobuf BinaryEncoder.swift
[194/581] Compiling SwiftProtobuf BinaryEncodingError.swift
[195/581] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[196/581] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[197/581] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[197/581] Compiling handshake_server.cc
[198/581] Compiling handshake.cc
[199/581] Compiling handshake_client.cc
[200/581] Compiling handoff.cc
[201/581] Compiling encrypted_client_hello.cc
[202/581] Compiling dtls_record.cc
[203/581] Compiling dtls_method.cc
[204/581] Compiling md5-x86_64-linux.S
[205/581] Compiling extensions.cc
[206/581] Compiling md5-x86_64-apple.S
[207/581] Compiling md5-586-linux.S
[208/581] Compiling md5-586-apple.S
[209/581] Compiling chacha20_poly1305_x86_64-linux.S
[210/581] Compiling d1_srtp.cc
[211/581] Compiling d1_pkt.cc
[212/581] Compiling chacha20_poly1305_x86_64-apple.S
[213/581] Compiling chacha20_poly1305_armv8-win.S
[214/581] Compiling chacha20_poly1305_armv8-linux.S
[215/581] Compiling chacha20_poly1305_armv8-apple.S
[216/581] Compiling chacha-x86_64-apple.S
[217/581] Compiling chacha-x86_64-linux.S
[218/581] Compiling chacha-x86-linux.S
[219/581] Compiling chacha-x86-apple.S
[220/581] Compiling chacha-armv8-win.S
[221/581] Compiling err_data.cc
[222/581] Compiling chacha-armv8-linux.S
[223/581] Compiling chacha-armv4-linux.S
[224/581] Compiling chacha-armv8-apple.S
[225/581] Compiling aes128gcmsiv-x86_64-apple.S
[226/581] Compiling aes128gcmsiv-x86_64-linux.S
[227/581] Compiling x86_64-mont5-linux.S
[228/581] Compiling x86_64-mont5-apple.S
[229/581] Compiling x86_64-mont-apple.S
[230/581] Compiling x86-mont-linux.S
[231/581] Compiling x86-mont-apple.S
[232/581] Compiling x86_64-mont-linux.S
[233/581] Compiling vpaes-x86_64-linux.S
[234/581] Compiling vpaes-x86_64-apple.S
[235/581] Compiling vpaes-x86-apple.S
[236/581] Compiling vpaes-x86-linux.S
[237/581] Compiling vpaes-armv8-win.S
[238/581] Compiling vpaes-armv8-apple.S
[239/581] Compiling vpaes-armv8-linux.S
[240/581] Compiling vpaes-armv7-linux.S
[241/581] Compiling sha512-x86_64-linux.S
[242/581] Compiling sha512-x86_64-apple.S
[243/581] Compiling sha512-armv8-win.S
[244/581] Compiling sha512-armv8-linux.S
[245/581] Compiling sha512-586-linux.S
[246/581] Compiling sha512-armv8-apple.S
[247/581] Compiling sha512-armv4-linux.S
[248/581] Compiling sha512-586-apple.S
[249/581] Compiling sha256-x86_64-linux.S
[250/581] Compiling sha256-armv8-linux.S
[251/581] Compiling sha256-x86_64-apple.S
[252/581] Compiling sha256-armv8-win.S
[252/581] Compiling d1_lib.cc
[254/581] Compiling bio_ssl.cc
[255/581] Compiling sha256-armv4-linux.S
[256/581] Compiling sha256-armv8-apple.S
[257/581] Compiling sha256-586-linux.S
[258/581] Compiling sha256-586-apple.S
[259/581] Compiling sha1-x86_64-apple.S
[260/581] Compiling sha1-x86_64-linux.S
[261/581] Compiling sha1-armv8-win.S
[262/581] Compiling sha1-armv8-linux.S
[263/581] Compiling sha1-armv4-large-linux.S
[264/581] Compiling sha1-armv8-apple.S
[265/581] Compiling sha1-586-linux.S
[266/581] Compiling rsaz-avx2-apple.S
[267/581] Compiling rdrand-x86_64-linux.S
[268/581] Compiling rdrand-x86_64-apple.S
[269/581] Compiling p256_beeu-x86_64-asm-linux.S
[270/581] Compiling sha1-586-apple.S
[271/581] Compiling rsaz-avx2-linux.S
[272/581] Compiling p256_beeu-x86_64-asm-apple.S
[273/581] Compiling p256_beeu-armv8-asm-win.S
[274/581] Compiling p256-x86_64-asm-apple.S
[275/581] Compiling p256_beeu-armv8-asm-linux.S
[276/581] Compiling p256_beeu-armv8-asm-apple.S
[277/581] Compiling p256-x86_64-asm-linux.S
[278/581] Compiling p256-armv8-asm-win.S
[279/581] Compiling ghashv8-armv8-win.S
[280/581] Compiling p256-armv8-asm-apple.S
[281/581] Compiling p256-armv8-asm-linux.S
[282/581] Compiling ghashv8-armv8-linux.S
[283/581] Compiling ghashv8-armv7-linux.S
[284/581] Compiling ghashv8-armv8-apple.S
[285/581] Compiling ghash-x86-linux.S
[286/581] Compiling ghash-x86_64-linux.S
[287/581] Compiling ghash-x86_64-apple.S
[288/581] Compiling ghash-x86-apple.S
[289/581] Compiling ghash-ssse3-x86_64-linux.S
[290/581] Compiling ghash-ssse3-x86-linux.S
[291/581] Compiling ghash-ssse3-x86_64-apple.S
[292/581] Compiling ghash-neon-armv8-win.S
[293/581] Compiling ghash-ssse3-x86-apple.S
[294/581] Compiling ghash-neon-armv8-apple.S
[295/581] Compiling ghash-neon-armv8-linux.S
[296/581] Compiling bsaes-armv7-linux.S
[297/581] Compiling co-586-linux.S
[298/581] Compiling ghash-armv4-linux.S
[299/581] Compiling co-586-apple.S
[300/581] Compiling bn-armv8-apple.S
[301/581] Compiling bn-armv8-win.S
[302/581] Compiling bn-armv8-linux.S
[303/581] Compiling armv8-mont-win.S
[304/581] Compiling bn-586-apple.S
[305/581] Compiling bn-586-linux.S
[306/581] Compiling armv8-mont-linux.S
[307/581] Compiling armv4-mont-linux.S
[308/581] Compiling armv8-mont-apple.S
[309/581] Compiling aesv8-gcm-armv8-win.S
[310/581] Compiling aesv8-gcm-armv8-linux.S
[311/581] Compiling aesv8-gcm-armv8-apple.S
[312/581] Compiling aesv8-armv8-win.S
[313/581] Compiling aesv8-armv8-linux.S
[314/581] Compiling aesv8-armv8-apple.S
[315/581] Compiling aesv8-armv7-linux.S
[316/581] Compiling aesni-x86_64-apple.S
[317/581] Compiling aesni-x86_64-linux.S
[318/581] Compiling aesni-x86-linux.S
[319/581] Compiling aesni-gcm-x86_64-linux.S
[320/581] Compiling aesni-x86-apple.S
[321/581] Compiling aesni-gcm-x86_64-apple.S
[322/581] Compiling aes-gcm-avx10-x86_64-apple.S
[323/581] Compiling aes-gcm-avx2-x86_64-linux.S
[323/581] Compiling aes-gcm-avx2-x86_64-apple.S
[325/581] Compiling aes-gcm-avx10-x86_64-linux.S
[326/581] Compiling d1_both.cc
[327/581] Compiling x_x509.cc
[328/581] Compiling x_sig.cc
[329/581] Compiling x_val.cc
[330/581] Compiling x_req.cc
[331/581] Compiling x_x509a.cc
[332/581] Compiling x_spki.cc
[333/581] Compiling x_pubkey.cc
[334/581] Compiling x_name.cc
[335/581] Compiling x_attrib.cc
[336/581] Compiling x_all.cc
[336/581] Compiling x_crl.cc
[338/581] Compiling x_exten.cc
[339/581] Compiling x509spki.cc
[340/581] Compiling x_algor.cc
[341/581] Compiling x509name.cc
[342/581] Compiling x509rset.cc
[343/581] Compiling x509cset.cc
[344/581] Compiling x509_vpm.cc
[345/581] Compiling x509_txt.cc
[346/581] Compiling x509_vfy.cc
[347/581] Compiling x509_v3.cc
[348/581] Compiling x509_trs.cc
[349/581] Compiling x509_obj.cc
[350/581] Compiling x509_set.cc
[351/581] Compiling x509_req.cc
[352/581] Compiling x509_def.cc
[353/581] Compiling x509_lu.cc
[354/581] Compiling x509_ext.cc
[355/581] Compiling x509_d2.cc
[356/581] Compiling x509.cc
[357/581] Compiling x509_att.cc
[358/581] Compiling x509_cmp.cc
[359/581] Compiling v3_utl.cc
[360/581] Compiling v3_purp.cc
[361/581] Compiling v3_prn.cc
[362/581] Compiling v3_skey.cc
[364/581] Compiling SwiftProtobuf api.pb.swift
[365/581] Compiling SwiftProtobuf descriptor.pb.swift
[366/581] Compiling SwiftProtobuf duration.pb.swift
[367/581] Compiling SwiftProtobuf empty.pb.swift
[368/581] Compiling SwiftProtobuf field_mask.pb.swift
[369/581] Compiling SwiftProtobuf source_context.pb.swift
[370/581] Compiling SwiftProtobuf struct.pb.swift
[371/581] Compiling SwiftProtobuf timestamp.pb.swift
[372/581] Compiling SwiftProtobuf type.pb.swift
[373/581] Compiling SwiftProtobuf wrappers.pb.swift
[374/581] Compiling SwiftProtobuf resource_bundle_accessor.swift
[374/582] Compiling v3_pcons.cc
[376/582] Compiling v3_pmaps.cc
[377/582] Compiling v3_ncons.cc
[378/582] Compiling v3_ocsp.cc
[379/582] Compiling v3_int.cc
[380/582] Compiling v3_lib.cc
[381/582] Compiling v3_info.cc
[382/582] Compiling v3_ia5.cc
[383/582] Compiling v3_cpols.cc
[384/582] Compiling v3_genn.cc
[385/582] Compiling v3_enum.cc
[386/582] Compiling v3_extku.cc
[387/582] Compiling v3_crld.cc
[388/582] Compiling v3_conf.cc
[389/582] Compiling v3_bitst.cc
[390/582] Compiling v3_bcons.cc
[391/582] Compiling v3_alt.cc
[392/582] Compiling v3_akeya.cc
[393/582] Compiling t_x509a.cc
[394/582] Compiling v3_akey.cc
[395/582] Compiling t_x509.cc
[396/582] Compiling t_req.cc
[397/582] Compiling t_crl.cc
[398/582] Compiling i2d_pr.cc
[399/582] Compiling rsa_pss.cc
[400/582] Compiling policy.cc
[401/582] Compiling name_print.cc
[402/582] Compiling by_file.cc
[403/582] Compiling by_dir.cc
[404/582] Compiling algorithm.cc
[405/582] Compiling asn1_gen.cc
[406/582] Compiling a_verify.cc
[407/582] Compiling voprf.cc
[408/582] Compiling a_digest.cc
[409/582] Compiling a_sign.cc
[410/582] Compiling thread_win.cc
[411/582] Compiling trust_token.cc
[412/582] Compiling thread_pthread.cc
[413/582] Compiling thread_none.cc
[414/582] Compiling stack.cc
[415/582] Compiling pmbtoken.cc
[416/582] Compiling thread.cc
[417/582] Compiling slhdsa.cc
[418/582] Compiling siphash.cc
[419/582] Compiling spake2plus.cc
[420/582] Compiling sha512.cc
[421/582] Compiling sha256.cc
[422/582] Compiling sha1.cc
[423/582] Compiling rsa_extra.cc
[424/582] Compiling rsa_print.cc
[425/582] Compiling refcount.cc
[426/582] Compiling rc4.cc
[427/582] Compiling trusty.cc
[428/582] Compiling rsa_crypt.cc
[429/582] Compiling passive.cc
[430/582] Compiling windows.cc
[431/582] Compiling getentropy.cc
[432/582] Compiling urandom.cc
[433/582] Compiling rsa_asn1.cc
[434/582] Compiling rand.cc
[435/582] Compiling ios.cc
[436/582] Compiling poly1305_arm_asm.S
[437/582] Compiling fork_detect.cc
[438/582] Compiling deterministic.cc
[439/582] Compiling forkunsafe.cc
[440/582] Compiling poly1305_arm.cc
[441/582] Compiling poly1305.cc
[442/582] Compiling poly1305_vec.cc
[443/582] Compiling pool.cc
[444/582] Compiling pkcs7.cc
[445/582] Compiling p5_pbev2.cc
[446/582] Compiling pkcs8_x509.cc
[447/582] Compiling pkcs8.cc
[448/582] Compiling pem_xaux.cc
[449/582] Compiling pkcs7_x509.cc
[450/582] Compiling pem_x509.cc
[451/582] Compiling pem_pkey.cc
[452/582] Compiling pem_pk8.cc
[453/582] Compiling mlkem.cc
[454/582] Compiling obj_xref.cc
[455/582] Compiling pem_oth.cc
[456/582] Compiling pem_info.cc
[457/582] Compiling pem_lib.cc
[458/582] Compiling pem_all.cc
[459/582] Compiling obj.cc
[460/582] Compiling mldsa.cc
[461/582] Compiling poly_rq_mul.S
[462/582] Compiling mem.cc
[463/582] Compiling md5.cc
[464/582] Compiling fips_shared_support.cc
[465/582] Compiling lhash.cc
[466/582] Compiling md4.cc
[467/582] Compiling ex_data.cc
[468/582] Compiling kyber.cc
[469/582] Compiling hrss.cc
[470/582] Compiling sign.cc
[471/582] Compiling scrypt.cc
[472/582] Compiling pbkdf.cc
[473/582] Compiling hpke.cc
[474/582] Compiling print.cc
[475/582] Compiling p_x25519.cc
[476/582] Compiling p_rsa.cc
[477/582] Compiling p_x25519_asn1.cc
[478/582] Compiling p_rsa_asn1.cc
[479/582] Compiling p_ed25519.cc
[480/582] Compiling p_ed25519_asn1.cc
[481/582] Compiling p_hkdf.cc
[482/582] Compiling p_ec_asn1.cc
[483/582] Compiling p_ec.cc
[484/582] Compiling p_dh.cc
[485/582] Compiling p_dh_asn1.cc
[486/582] Compiling p_dsa_asn1.cc
[487/582] Compiling evp_ctx.cc
[488/582] Compiling evp.cc
[489/582] Compiling err.cc
[490/582] Compiling engine.cc
[491/582] Compiling evp_asn1.cc
[492/582] Compiling ecdh.cc
[493/582] Compiling hash_to_curve.cc
[494/582] Compiling ec_derive.cc
[495/582] Compiling ecdsa_asn1.cc
[496/582] Compiling dsa_asn1.cc
[497/582] Compiling ec_asn1.cc
[498/582] Compiling params.cc
[499/582] Compiling dsa.cc
[500/582] Compiling x25519-asm-arm.S
[501/582] Compiling des.cc
[502/582] Compiling dh_asn1.cc
[503/582] Compiling digest_extra.cc
[504/582] Compiling cpu_intel.cc
[505/582] Compiling crypto.cc
[506/582] Compiling cpu_arm_linux.cc
[507/582] Compiling cpu_arm_freebsd.cc
[508/582] Compiling spake25519.cc
[509/582] Compiling curve25519.cc
[510/582] Compiling cpu_aarch64_win.cc
[511/582] Compiling cpu_aarch64_sysreg.cc
[512/582] Compiling cpu_aarch64_openbsd.cc
[513/582] Compiling bcm.cc
[514/582] Compiling cpu_aarch64_apple.cc
[515/582] Compiling cpu_aarch64_linux.cc
[516/582] Compiling curve25519_64_adx.cc
[517/582] Compiling cpu_aarch64_fuchsia.cc
[518/582] Compiling e_tls.cc
[519/582] Compiling conf.cc
[520/582] Compiling tls_cbc.cc
[521/582] Compiling get_cipher.cc
[522/582] Compiling e_rc4.cc
[523/582] Compiling e_rc2.cc
[524/582] Compiling e_des.cc
[525/582] Compiling e_null.cc
[526/582] Compiling e_aesgcmsiv.cc
[527/582] Compiling chacha.cc
[528/582] Compiling derive_key.cc
[529/582] Compiling e_chacha20poly1305.cc
[530/582] Compiling e_aesctrhmac.cc
[531/582] Compiling buf.cc
[532/582] Compiling unicode.cc
[533/582] Compiling ber.cc
[534/582] Compiling cbb.cc
[535/582] Compiling cbs.cc
[536/582] Compiling blake2.cc
[537/582] Compiling bn_asn1.cc
[538/582] Compiling asn1_compat.cc
[539/582] Compiling socket.cc
[540/582] Compiling printf.cc
[541/582] Compiling convert.cc
[542/582] Compiling socket_helper.cc
[543/582] Compiling pair.cc
[544/582] Compiling hexdump.cc
[545/582] Compiling file.cc
[546/582] Compiling fd.cc
[547/582] Compiling errno.cc
[548/582] Compiling connect.cc
[549/582] Compiling bio_mem.cc
[550/582] Compiling base64.cc
[551/582] Compiling bio.cc
[552/582] Compiling tasn_typ.cc
[553/582] Compiling tasn_fre.cc
[554/582] Compiling tasn_enc.cc
[555/582] Compiling tasn_utl.cc
[556/582] Compiling tasn_new.cc
[557/582] Compiling posix_time.cc
[558/582] Compiling f_string.cc
[559/582] Compiling f_int.cc
[560/582] Compiling asn_pack.cc
[561/582] Compiling asn1_par.cc
[562/582] Compiling tasn_dec.cc
[563/582] Compiling a_octet.cc
[564/582] Compiling a_utctm.cc
[565/582] Compiling a_type.cc
[566/582] Compiling asn1_lib.cc
[567/582] Compiling a_time.cc
[568/582] Compiling a_strnid.cc
[569/582] Compiling a_strex.cc
[570/582] Compiling a_dup.cc
[571/582] Compiling a_object.cc
[572/582] Compiling a_i2d_fp.cc
[573/582] Compiling a_d2i_fp.cc
[574/582] Write sources
[575/582] Compiling a_gentm.cc
[576/582] Compiling a_mbstr.cc
[577/582] Compiling a_int.cc
[578/582] Compiling a_bitstr.cc
[579/600] Compiling a_bool.cc
[581/600] Compiling Atomics AtomicStorage.swift
[582/600] Compiling Atomics AtomicValue.swift
[583/602] Compiling Atomics ManagedAtomic.swift
[584/602] Compiling Atomics ManagedAtomicLazyReference.swift
[585/602] Compiling Atomics IntegerOperations.swift
[586/602] Compiling Atomics Unmanaged extensions.swift
[587/602] Compiling Atomics AtomicMemoryOrderings.swift
[588/602] Compiling Atomics DoubleWord.swift
[589/602] Compiling Atomics UnsafeAtomic.swift
[590/602] Compiling Atomics UnsafeAtomicLazyReference.swift
[591/602] Compiling Atomics AtomicInteger.swift
[592/602] Compiling Atomics AtomicOptionalWrappable.swift
[593/602] Compiling Atomics AtomicReference.swift
[593/602] Compiling c-nioatomics.c
[595/602] Emitting module Atomics
[596/602] Compiling Atomics IntegerConformances.swift
[597/602] Compiling Atomics PointerConformances.swift
[598/602] Compiling Atomics Primitives.native.swift
[599/602] Compiling Atomics OptionalRawRepresentable.swift
[600/602] Compiling Atomics RawRepresentable.swift
[601/602] Compiling Atomics AtomicBool.swift
[602/603] Compiling c-atomics.c
[604/609] Compiling NIOConcurrencyHelpers NIOLock.swift
[605/609] Compiling NIOConcurrencyHelpers lock.swift
[606/609] Emitting module NIOConcurrencyHelpers
[607/609] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[608/609] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[609/609] Compiling NIOConcurrencyHelpers atomics.swift
[611/670] Compiling NIOCore MulticastChannel.swift
[612/670] Compiling NIOCore NIOAny.swift
[613/670] Compiling NIOCore NIOCloseOnErrorHandler.swift
[614/670] Compiling NIOCore NIOLoopBound.swift
[615/670] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[616/670] Compiling NIOCore NIOScheduledCallback.swift
[617/670] Compiling NIOCore NIOSendable.swift
[618/670] Compiling NIOCore RecvByteBufferAllocator.swift
[619/678] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[620/678] Compiling NIOCore EventLoopFuture+Deprecated.swift
[621/678] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[622/678] Compiling NIOCore EventLoopFuture.swift
[623/678] Compiling NIOCore FileDescriptor.swift
[624/678] Compiling NIOCore FileHandle.swift
[625/678] Compiling NIOCore FileRegion.swift
[626/678] Compiling NIOCore GlobalSingletons.swift
[627/678] Compiling NIOCore IO.swift
[628/678] Compiling NIOCore IOData.swift
[629/678] Compiling NIOCore IPProtocol.swift
[630/678] Compiling NIOCore IntegerBitPacking.swift
[631/678] Compiling NIOCore IntegerTypes.swift
[632/678] Compiling NIOCore Interfaces.swift
[633/678] Compiling NIOCore Linux.swift
[634/678] Compiling NIOCore MarkedCircularBuffer.swift
[635/678] Compiling NIOCore CircularBuffer.swift
[636/678] Compiling NIOCore Codec.swift
[637/678] Compiling NIOCore ConvenienceOptionSupport.swift
[638/678] Compiling NIOCore DeadChannel.swift
[639/678] Compiling NIOCore DispatchQueue+WithFuture.swift
[640/678] Compiling NIOCore EventLoop+Deprecated.swift
[641/678] Compiling NIOCore EventLoop+SerialExecutor.swift
[642/678] Compiling NIOCore EventLoop.swift
[643/678] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[644/678] Compiling NIOCore SocketAddresses.swift
[645/678] Compiling NIOCore SocketOptionProvider.swift
[646/678] Compiling NIOCore SystemCallHelpers.swift
[647/678] Compiling NIOCore TimeAmount+Duration.swift
[648/678] Compiling NIOCore TypeAssistedChannelHandler.swift
[649/678] Compiling NIOCore UniversalBootstrapSupport.swift
[650/678] Compiling NIOCore Utilities.swift
[651/678] Compiling NIOCore AddressedEnvelope.swift
[652/678] Compiling NIOCore AsyncAwaitSupport.swift
[653/678] Compiling NIOCore AsyncChannel.swift
[654/678] Compiling NIOCore AsyncChannelHandler.swift
[655/678] Compiling NIOCore AsyncChannelInboundStream.swift
[656/678] Compiling NIOCore AsyncChannelOutboundWriter.swift
[657/678] Compiling NIOCore NIOAsyncSequenceProducer.swift
[658/678] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[659/678] Compiling NIOCore NIOAsyncWriter.swift
[660/678] Emitting module NIOCore
[661/678] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[662/678] Compiling NIOCore BSDSocketAPI.swift
[663/678] Compiling NIOCore ByteBuffer-aux.swift
[664/678] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[665/678] Compiling NIOCore ByteBuffer-conversions.swift
[666/678] Compiling NIOCore ByteBuffer-core.swift
[667/678] Compiling NIOCore ByteBuffer-hex.swift
[668/678] Compiling NIOCore ByteBuffer-int.swift
[669/678] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[670/678] Compiling NIOCore ByteBuffer-multi-int.swift
[671/678] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[672/678] Compiling NIOCore ByteBuffer-views.swift
[673/678] Compiling NIOCore Channel.swift
[674/678] Compiling NIOCore ChannelHandler.swift
[675/678] Compiling NIOCore ChannelHandlers.swift
[676/678] Compiling NIOCore ChannelInvoker.swift
[677/678] Compiling NIOCore ChannelOption.swift
[678/678] Compiling NIOCore ChannelPipeline.swift
[680/729] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[681/729] Compiling NIOEmbedded AsyncTestingChannel.swift
[682/729] Emitting module NIOEmbedded
[683/729] Compiling NIOEmbedded Embedded.swift
[684/730] Compiling NIOPosix Pool.swift
[685/730] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[686/730] Compiling NIOPosix PosixSingletons.swift
[687/730] Compiling NIOPosix RawSocketBootstrap.swift
[688/730] Compiling NIOPosix Resolver.swift
[689/730] Compiling NIOPosix Selectable.swift
[691/736] Emitting module NIOPosix
[692/736] Compiling NIOPosix ThreadPosix.swift
[693/736] Compiling NIOPosix ThreadWindows.swift
[694/736] Compiling NIOPosix UnsafeTransfer.swift
[695/736] Compiling NIOPosix Utilities.swift
[696/736] Compiling NIOPosix VsockAddress.swift
[697/736] Compiling NIOPosix VsockChannelEvents.swift
[698/736] Compiling NIOPosix SelectableChannel.swift
[699/736] Compiling NIOPosix SelectableEventLoop.swift
[700/736] Compiling NIOPosix SelectorEpoll.swift
[701/736] Compiling NIOPosix SelectorGeneric.swift
[702/736] Compiling NIOPosix SelectorKqueue.swift
[703/736] Compiling NIOPosix SelectorUring.swift
[704/736] Compiling NIOPosix ServerSocket.swift
[705/736] Compiling NIOPosix Socket.swift
[706/736] Compiling NIOPosix SocketChannel.swift
[707/736] Compiling NIOPosix SocketProtocols.swift
[708/736] Compiling NIOPosix System.swift
[709/736] Compiling NIOPosix Thread.swift
[710/736] Compiling NIOPosix BSDSocketAPICommon.swift
[711/736] Compiling NIOPosix BSDSocketAPIPosix.swift
[712/736] Compiling NIOPosix BSDSocketAPIWindows.swift
[713/736] Compiling NIOPosix BaseSocket.swift
[714/736] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[715/736] Compiling NIOPosix BaseSocketChannel.swift
[716/736] Compiling NIOPosix BaseStreamSocketChannel.swift
[717/736] Compiling NIOPosix IO.swift
[718/736] Compiling NIOPosix IntegerBitPacking.swift
[719/736] Compiling NIOPosix IntegerTypes.swift
[720/736] Compiling NIOPosix Linux.swift
[721/736] Compiling NIOPosix LinuxCPUSet.swift
[722/736] Compiling NIOPosix LinuxUring.swift
[723/736] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[724/736] Compiling NIOPosix NIOThreadPool.swift
[725/736] Compiling NIOPosix NonBlockingFileIO.swift
[726/736] Compiling NIOPosix PendingDatagramWritesManager.swift
[727/736] Compiling NIOPosix PendingWritesManager.swift
[728/736] Compiling NIOPosix PipeChannel.swift
[729/736] Compiling NIOPosix PipePair.swift
[730/736] Compiling NIOPosix Bootstrap.swift
[731/736] Compiling NIOPosix ControlMessage.swift
[732/736] Compiling NIOPosix DatagramVectorReadManager.swift
[733/736] Compiling NIOPosix Errors+Any.swift
[734/736] Compiling NIOPosix FileDescriptor.swift
[735/736] Compiling NIOPosix GetaddrinfoResolver.swift
[736/736] Compiling NIOPosix HappyEyeballs.swift
[738/739] Emitting module NIO
[739/739] Compiling NIO Exports.swift
[741/767] Emitting module NIOTLS
[742/767] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[743/767] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[744/767] Compiling NIOTLS TLSEvents.swift
[745/767] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[746/767] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[747/767] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[748/767] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[749/767] Compiling NIOTLS SNIHandler.swift
[750/768] Emitting module NIOFoundationCompat
[751/768] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[754/769] Emitting module NIOHTTP1
[755/769] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[756/769] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[757/788] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[758/788] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[759/822] Emitting module NIOTransportServices
[760/824] Compiling NIOSSL SSLInit.swift
[761/824] Compiling NIOSSL SSLPKCS12Bundle.swift
[762/824] Compiling NIOSSL SSLPrivateKey.swift
[763/824] Compiling NIOSSL LinuxCABundle.swift
[764/824] Compiling NIOSSL NIOSSLClientHandler.swift
[765/824] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[766/824] Compiling NIOSSL NIOSSLHandler.swift
[767/824] Compiling NIOSSL SSLContext.swift
[768/824] Compiling NIOSSL SSLErrors.swift
[769/824] Compiling NIOSSL ObjectIdentifier.swift
[770/824] Compiling NIOSSL PosixPort.swift
[771/824] Compiling NIOSSL SSLCallbacks.swift
[772/824] Compiling NIOSSL SSLCertificateName.swift
[773/824] Compiling NIOSSL SSLConnection.swift
[774/824] Compiling NIOSSL NIOSSLServerHandler.swift
[775/824] Compiling NIOSSL AndroidCABundle.swift
[776/824] Compiling NIOSSL ByteBufferBIO.swift
[777/824] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[778/824] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[779/824] Compiling NIOSSL IdentityVerification.swift
[780/824] Compiling NIOSSL SSLCertificate.swift
[781/824] Compiling NIOSSL SSLCertificateExtensions.swift
[784/824] Compiling NIOSSL CustomPrivateKey.swift
[798/851] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[799/851] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[800/851] Compiling NIOExtras JSONRPCFraming.swift
[801/851] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[805/859] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[806/859] Compiling NIOSSL SubjectAlternativeName.swift
[807/859] Compiling NIOSSL NIOSSLSecureBytes.swift
[808/859] Compiling NIOSSL RNG.swift
[809/859] Compiling NIOSSL SafeCompare.swift
[810/859] Compiling NIOHPACK IndexedHeaderTable.swift
[811/860] Compiling NIOExtras NIOLengthFieldBitLength.swift
[812/860] Compiling NIOExtras NIORequestIdentifiable.swift
[813/860] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[814/860] Compiling NIOExtras NIOExtrasError.swift
[815/860] Compiling NIOHPACK IntegerCoding.swift
[816/862] Compiling NIOExtras PCAPRingBuffer.swift
[817/862] Compiling NIOExtras QuiescingHelper.swift
[818/862] Compiling NIOExtras RequestResponseHandler.swift
[819/862] Compiling NIOExtras RequestResponseWithIDHandler.swift
[820/862] Compiling NIOHPACK HuffmanCoding.swift
[821/862] Compiling NIOHPACK HuffmanTables.swift
[822/862] Emitting module NIOSSL
[825/862] Compiling NIOExtras LengthFieldPrepender.swift
[826/862] Compiling NIOExtras LineBasedFrameDecoder.swift
[829/862] Emitting module NIOHPACK
[830/862] Compiling NIOHPACK StaticHeaderTable.swift
[835/862] Compiling NIOExtras DebugInboundEventsHandler.swift
[836/862] Compiling NIOExtras DebugOutboundEventsHandler.swift
[837/862] Compiling NIOExtras FixedLengthFrameDecoder.swift
[840/862] Compiling NIOExtras UnsafeTransfer.swift
[841/862] Compiling NIOExtras WritePCAPHandler.swift
[843/862] Emitting module NIOExtras
[858/921] Compiling NIOHTTP2 Error+Any.swift
[859/921] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[860/921] Compiling NIOHTTP2 ControlFrameBuffer.swift
[861/921] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[863/922] Compiling NIOHTTP2 ConnectionStreamsState.swift
[864/922] Compiling NIOHTTP2 MayReceiveFrames.swift
[865/923] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[866/923] Compiling NIOHTTP2 HasFlowControlWindows.swift
[867/923] Compiling NIOHTTP2 HasLocalSettings.swift
[868/923] Compiling NIOHTTP2 HasRemoteSettings.swift
[869/923] Compiling NIOHTTP2 LocallyQuiescingState.swift
[870/923] Compiling NIOHTTP2 QuiescingState.swift
[871/923] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[872/923] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[874/931] Compiling NIOHTTP2 MaySendFrames.swift
[875/931] Compiling NIOHTTP2 SendingDataState.swift
[876/931] Compiling NIOHTTP2 SendingGoawayState.swift
[877/931] Compiling NIOHTTP2 SendingHeadersState.swift
[878/931] Compiling NIOHTTP2 SendingPushPromiseState.swift
[879/931] Compiling NIOHTTP2 SendingRstStreamState.swift
[880/931] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[881/931] Compiling NIOHTTP2 HTTP2SettingsState.swift
[882/931] Emitting module NIOHTTP2
[883/931] Compiling NIOHTTP2 InboundWindowManager.swift
[884/931] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[885/931] Compiling NIOHTTP2 StreamChannelFlowController.swift
[886/931] Compiling NIOHTTP2 StreamChannelList.swift
[887/931] Compiling NIOHTTP2 StreamMap.swift
[888/931] Compiling NIOHTTP2 StreamStateMachine.swift
[889/931] Compiling NIOHTTP2 UnsafeTransfer.swift
[890/931] Compiling NIOHTTP2 WatermarkedFlowController.swift
[891/931] Compiling NIOHTTP2 ConnectionStateMachine.swift
[894/931] Compiling NIOHTTP2 ReceivingDataState.swift
[895/931] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[896/931] Compiling NIOHTTP2 ReceivingHeadersState.swift
[897/931] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[898/931] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[899/931] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[900/931] Compiling NIOHTTP2 StateMachineResult.swift
[901/931] Compiling NIOHTTP2 ContentLengthVerifier.swift
[902/931] Compiling NIOHTTP2 DOSHeuristics.swift
[907/931] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[908/931] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[909/931] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[910/931] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[911/931] Compiling NIOHTTP2 HTTP2StreamID.swift
[912/931] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[913/931] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[914/931] Compiling NIOHTTP2 HTTP2UserEvents.swift
[915/931] Compiling NIOHTTP2 InboundEventBuffer.swift
[916/931] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[917/931] Compiling NIOHTTP2 HTTP2Frame.swift
[918/931] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[919/931] Compiling NIOHTTP2 HTTP2FrameParser.swift
[920/931] Compiling NIOHTTP2 HTTP2PingData.swift
[921/931] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[922/931] Compiling NIOHTTP2 HTTP2Settings.swift
[923/931] Compiling NIOHTTP2 HTTP2Stream.swift
[924/931] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[925/931] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[926/931] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[927/931] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[928/931] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[929/931] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[930/931] Compiling NIOHTTP2 HTTP2Error.swift
[931/931] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[933/1059] Compiling GRPC GRPCAsyncResponseStream.swift
[934/1059] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[935/1059] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[936/1059] Compiling GRPC GRPCAsyncServerCallContext.swift
[937/1059] Compiling GRPC GRPCAsyncServerHandler.swift
[938/1059] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[939/1059] Compiling GRPC GRPCAsyncUnaryCall.swift
[940/1059] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[941/1059] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[942/1059] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[943/1059] Compiling GRPC GRPCSendable.swift
[944/1059] Compiling GRPC NIOAsyncWrappers.swift
[945/1059] Compiling GRPC BidirectionalStreamingServerHandler.swift
[946/1059] Compiling GRPC ClientStreamingServerHandler.swift
[947/1059] Compiling GRPC ServerHandlerProtocol.swift
[948/1059] Compiling GRPC ServerStreamingServerHandler.swift
[949/1059] Compiling GRPC UnaryServerHandler.swift
[950/1059] Compiling GRPC CallOptions.swift
[951/1076] Emitting module GRPC
[952/1076] Compiling GRPC Array+BoundsCheck.swift
[953/1076] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[954/1076] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[955/1076] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[956/1076] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[957/1076] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[958/1076] Compiling GRPC ServerHandlerStateMachine.swift
[959/1076] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[960/1076] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[961/1076] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[962/1076] Compiling GRPC ServerInterceptorStateMachine.swift
[963/1076] Compiling GRPC StreamState.swift
[964/1076] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[965/1076] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[966/1076] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[967/1076] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[968/1076] Compiling GRPC GRPCAsyncRequestStream.swift
[969/1076] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[970/1076] Compiling GRPC DelegatingErrorHandler.swift
[971/1076] Compiling GRPC Error+NIOSSL.swift
[972/1076] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[973/1076] Compiling GRPC FakeChannel.swift
[974/1076] Compiling GRPC ClientConnection+NIOSSL.swift
[975/1076] Compiling GRPC ClientConnection+NWTLS.swift
[976/1076] Compiling GRPC GRPCChannel.swift
[977/1076] Compiling GRPC GRPCChannelBuilder.swift
[978/1076] Compiling GRPC GRPCClient.swift
[979/1076] Compiling GRPC GRPCClientChannelHandler.swift
[980/1076] Compiling GRPC GRPCClientStateMachine.swift
[981/1076] Compiling GRPC GRPCContentType.swift
[982/1076] Compiling GRPC GRPCError.swift
[983/1076] Compiling GRPC GRPCHeaderName.swift
[984/1076] Compiling GRPC GRPCIdleHandler.swift
[985/1076] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[986/1076] Compiling GRPC GRPCKeepaliveHandlers.swift
[987/1076] Compiling GRPC GRPCPayload.swift
[988/1076] Compiling GRPC BidirectionalStreamingCall.swift
[989/1076] Compiling GRPC Call.swift
[990/1076] Compiling GRPC CallDetails.swift
[991/1076] Compiling GRPC ClientCall.swift
[992/1076] Compiling GRPC ClientStreamingCall.swift
[993/1076] Compiling GRPC LazyEventLoopPromise.swift
[994/1076] Compiling GRPC ResponseContainers.swift
[995/1076] Compiling GRPC ResponsePartContainer.swift
[996/1076] Compiling GRPC ServerStreamingCall.swift
[997/1076] Compiling GRPC UnaryCall.swift
[998/1076] Compiling GRPC ClientConnection.swift
[999/1076] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1000/1076] Compiling GRPC ClientErrorDelegate.swift
[1001/1076] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1002/1076] Compiling GRPC CompressionAlgorithm.swift
[1003/1076] Compiling GRPC DecompressionLimit.swift
[1004/1076] Compiling GRPC MessageEncoding.swift
[1005/1076] Compiling GRPC Zlib.swift
[1006/1076] Compiling GRPC ServerInterceptorContext.swift
[1007/1076] Compiling GRPC ServerInterceptorPipeline.swift
[1008/1076] Compiling GRPC ServerInterceptors.swift
[1009/1076] Compiling GRPC InterceptorContextList.swift
[1010/1076] Compiling GRPC LengthPrefixedMessageReader.swift
[1011/1076] Compiling GRPC Logger.swift
[1012/1076] Compiling GRPC LoggingServerErrorDelegate.swift
[1013/1076] Compiling GRPC MessageEncodingHeaderValidator.swift
[1014/1076] Compiling GRPC PlatformSupport.swift
[1015/1076] Compiling GRPC ReadWriteStates.swift
[1016/1076] Compiling GRPC Ref.swift
[1017/1076] Compiling GRPC Serialization.swift
[1018/1076] Compiling GRPC Server+NIOSSL.swift
[1019/1076] Compiling GRPC Server.swift
[1020/1076] Compiling GRPC ServerBuilder+NIOSSL.swift
[1021/1076] Compiling GRPC ServerBuilder.swift
[1022/1076] Compiling GRPC ServerCallContext.swift
[1023/1076] Compiling GRPC StreamingResponseCallContext.swift
[1024/1076] Compiling GRPC ConnectionBackoff.swift
[1025/1076] Compiling GRPC ConnectionKeepalive.swift
[1026/1076] Compiling GRPC ConnectionManager+Delegates.swift
[1027/1076] Compiling GRPC ConnectionManager.swift
[1028/1076] Compiling GRPC ConnectionManagerChannelProvider.swift
[1029/1076] Compiling GRPC ConnectionManagerID.swift
[1030/1076] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1031/1076] Compiling GRPC ConnectionPool+Waiter.swift
[1032/1076] Compiling GRPC ConnectionPool.swift
[1033/1076] Compiling GRPC ConnectionPoolIDs.swift
[1034/1076] Compiling GRPC GRPCChannelPool.swift
[1035/1076] Compiling GRPC PoolManager.swift
[1036/1076] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1037/1076] Compiling GRPC PoolManagerStateMachine.swift
[1038/1076] Compiling GRPC PooledChannel.swift
[1039/1076] Compiling GRPC StreamLender.swift
[1040/1076] Compiling GRPC ConnectivityState.swift
[1041/1076] Compiling GRPC DebugOnly.swift
[1042/1076] Compiling GRPC UnaryResponseCallContext.swift
[1043/1076] Compiling GRPC ServerChannelErrorHandler.swift
[1044/1076] Compiling GRPC ServerErrorDelegate.swift
[1045/1076] Compiling GRPC ServerErrorProcessor.swift
[1046/1076] Compiling GRPC Stopwatch.swift
[1047/1076] Compiling GRPC StreamEvent.swift
[1048/1076] Compiling GRPC TLSVerificationHandler.swift
[1049/1076] Compiling GRPC TLSVersion.swift
[1050/1076] Compiling GRPC TimeLimit.swift
[1051/1076] Compiling GRPC UserInfo.swift
[1052/1076] Compiling GRPC Version.swift
[1053/1076] Compiling GRPC WebCORSHandler.swift
[1054/1076] Compiling GRPC WriteCapturingHandler.swift
[1055/1076] Compiling GRPC _EmbeddedThroughput.swift
[1056/1076] Compiling GRPC _FakeResponseStream.swift
[1057/1076] Compiling GRPC _GRPCClientCodecHandler.swift
[1058/1076] Compiling GRPC _MessageContext.swift
[1059/1076] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1060/1076] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1061/1076] Compiling GRPC GRPCServiceDescription.swift
[1062/1076] Compiling GRPC GRPCStatus.swift
[1063/1076] Compiling GRPC GRPCStatusAndMetadata.swift
[1064/1076] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1065/1076] Compiling GRPC GRPCTLSConfiguration.swift
[1066/1076] Compiling GRPC GRPCTimeout.swift
[1067/1076] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1068/1076] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1069/1076] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1070/1076] Compiling GRPC ClientInterceptorContext.swift
[1071/1076] Compiling GRPC ClientInterceptorPipeline.swift
[1072/1076] Compiling GRPC ClientInterceptorProtocol.swift
[1073/1076] Compiling GRPC ClientInterceptors.swift
[1074/1076] Compiling GRPC ClientTransport.swift
[1075/1076] Compiling GRPC ClientTransportFactory.swift
[1076/1076] Compiling GRPC MessageParts.swift
[1078/1102] Compiling SwiftProtoReflect TimestampHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/TimestampHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.timestamp
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Timestamp Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/ValueHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.value
 16 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Type Aliases
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:216:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WellKnownTypesRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
211 |
212 | /// Реестр обработчиков well-known types.
213 | public final class WellKnownTypesRegistry {
    |                    `- note: class 'WellKnownTypesRegistry' does not conform to the 'Sendable' protocol
214 |
215 |   /// Singleton instance.
216 |   public static let shared = WellKnownTypesRegistry()
    |                     |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WellKnownTypesRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
217 |
218 |   /// Зарегистрированные обработчики.
[1079/1102] Compiling SwiftProtoReflect ValueHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/TimestampHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.timestamp
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Timestamp Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/ValueHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.value
 16 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Type Aliases
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:216:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WellKnownTypesRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
211 |
212 | /// Реестр обработчиков well-known types.
213 | public final class WellKnownTypesRegistry {
    |                    `- note: class 'WellKnownTypesRegistry' does not conform to the 'Sendable' protocol
214 |
215 |   /// Singleton instance.
216 |   public static let shared = WellKnownTypesRegistry()
    |                     |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WellKnownTypesRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
217 |
218 |   /// Зарегистрированные обработчики.
[1080/1102] Compiling SwiftProtoReflect WellKnownTypes.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/TimestampHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.timestamp
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Timestamp Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/ValueHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.value
 16 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Type Aliases
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:216:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WellKnownTypesRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
211 |
212 | /// Реестр обработчиков well-known types.
213 | public final class WellKnownTypesRegistry {
    |                    `- note: class 'WellKnownTypesRegistry' does not conform to the 'Sendable' protocol
214 |
215 |   /// Singleton instance.
216 |   public static let shared = WellKnownTypesRegistry()
    |                     |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WellKnownTypesRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
217 |
218 |   /// Зарегистрированные обработчики.
[1081/1105] Emitting module SwiftProtoReflect
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:867:8: warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
865 |   case fieldNotFound(fieldName: String)
866 |   case fieldNotFoundByNumber(fieldNumber: Int)
867 |   case typeMismatch(fieldName: String, expectedType: String, actualValue: Any)
    |        `- warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
868 |   case messageMismatch(fieldName: String, expectedType: String, actualType: String)
869 |   case notRepeatedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:871:8: warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
869 |   case notRepeatedField(fieldName: String)
870 |   case notMapField(fieldName: String)
871 |   case invalidMapKeyType(type: FieldType)
    |        `- warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
872 |
873 |   public var errorDescription: String? {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Descriptor/FieldDescriptor.swift:224:13: note: consider making enum 'FieldType' conform to the 'Sendable' protocol
222 |
223 | /// Тип поля Protocol Buffers.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/AnyHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.any
 16 |   public static let supportPhase: WellKnownSupportPhase = .advanced
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Any Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/DurationHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.duration
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Duration Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.empty
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Empty Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:30:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |   ///
 23 |   /// Empty сообщения не содержат полей, поэтому это простая единица типа.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Создает единственный экземпляр EmptyValue.
    :
 28 |
 29 |     /// Единственный экземпляр Empty (singleton pattern).
 30 |     public static let instance = EmptyValue()
    |                       |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     public var description: String {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/FieldMaskHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.fieldMask
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - FieldMask Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.structType
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Struct Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/TimestampHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.timestamp
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Timestamp Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/ValueHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.value
 16 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Type Aliases
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:216:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WellKnownTypesRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
211 |
212 | /// Реестр обработчиков well-known types.
213 | public final class WellKnownTypesRegistry {
    |                    `- note: class 'WellKnownTypesRegistry' does not conform to the 'Sendable' protocol
214 |
215 |   /// Singleton instance.
216 |   public static let shared = WellKnownTypesRegistry()
    |                     |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WellKnownTypesRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
217 |
218 |   /// Зарегистрированные обработчики.
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/BinaryDeserializer.swift:489:8: warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
487 |   case truncatedMessage
488 |   case invalidWireType(tag: UInt32)
489 |   case wireTypeMismatch(fieldName: String, expected: WireType, actual: WireType)
    |        `- warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
490 |   case invalidUTF8String
491 |   case malformedPackedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/WireFormat.swift:11:13: note: consider making enum 'WireType' conform to the 'Sendable' protocol
 9 |
10 | /// Wire type для Protocol Buffers encoding.
11 | public enum WireType: UInt32, Equatable {
   |             `- note: consider making enum 'WireType' conform to the 'Sendable' protocol
12 |   case varint = 0
13 |   case fixed64 = 1
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/BinaryDeserializer.swift:489:8: warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
487 |   case truncatedMessage
488 |   case invalidWireType(tag: UInt32)
489 |   case wireTypeMismatch(fieldName: String, expected: WireType, actual: WireType)
    |        `- warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
490 |   case invalidUTF8String
491 |   case malformedPackedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/WireFormat.swift:11:13: note: consider making enum 'WireType' conform to the 'Sendable' protocol
 9 |
10 | /// Wire type для Protocol Buffers encoding.
11 | public enum WireType: UInt32, Equatable {
   |             `- note: consider making enum 'WireType' conform to the 'Sendable' protocol
12 |   case varint = 0
13 |   case fixed64 = 1
[1082/1105] Compiling SwiftProtoReflect WireFormat.swift
[1083/1105] Compiling SwiftProtoReflect ServiceClient.swift
[1084/1105] Compiling SwiftProtoReflect SwiftProtoReflect.swift
[1085/1105] Compiling SwiftProtoReflect DescriptorBridge.swift
[1086/1105] Compiling SwiftProtoReflect StaticMessageBridge.swift
[1087/1105] Compiling SwiftProtoReflect EnumDescriptor.swift
[1088/1105] Compiling SwiftProtoReflect FieldDescriptor.swift
[1089/1105] Compiling SwiftProtoReflect FieldAccessor.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/AnyHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.any
 16 |   public static let supportPhase: WellKnownSupportPhase = .advanced
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Any Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/DurationHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.duration
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Duration Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1090/1105] Compiling SwiftProtoReflect MessageFactory.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/AnyHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.any
 16 |   public static let supportPhase: WellKnownSupportPhase = .advanced
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Any Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/DurationHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.duration
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Duration Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1091/1105] Compiling SwiftProtoReflect AnyHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/AnyHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.any
 16 |   public static let supportPhase: WellKnownSupportPhase = .advanced
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Any Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/DurationHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.duration
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Duration Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1092/1105] Compiling SwiftProtoReflect DurationHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/AnyHandler.swift:16:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |
 15 |   public static let handledTypeName = WellKnownTypeNames.any
 16 |   public static let supportPhase: WellKnownSupportPhase = .advanced
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |   // MARK: - Any Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/DurationHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.duration
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Duration Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1093/1105] Compiling SwiftProtoReflect DescriptorPool.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/BinaryDeserializer.swift:489:8: warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
487 |   case truncatedMessage
488 |   case invalidWireType(tag: UInt32)
489 |   case wireTypeMismatch(fieldName: String, expected: WireType, actual: WireType)
    |        `- warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
490 |   case invalidUTF8String
491 |   case malformedPackedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/WireFormat.swift:11:13: note: consider making enum 'WireType' conform to the 'Sendable' protocol
 9 |
10 | /// Wire type для Protocol Buffers encoding.
11 | public enum WireType: UInt32, Equatable {
   |             `- note: consider making enum 'WireType' conform to the 'Sendable' protocol
12 |   case varint = 0
13 |   case fixed64 = 1
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/BinaryDeserializer.swift:489:8: warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
487 |   case truncatedMessage
488 |   case invalidWireType(tag: UInt32)
489 |   case wireTypeMismatch(fieldName: String, expected: WireType, actual: WireType)
    |        `- warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
490 |   case invalidUTF8String
491 |   case malformedPackedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/WireFormat.swift:11:13: note: consider making enum 'WireType' conform to the 'Sendable' protocol
 9 |
10 | /// Wire type для Protocol Buffers encoding.
11 | public enum WireType: UInt32, Equatable {
   |             `- note: consider making enum 'WireType' conform to the 'Sendable' protocol
12 |   case varint = 0
13 |   case fixed64 = 1
[1094/1105] Compiling SwiftProtoReflect TypeRegistry.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/BinaryDeserializer.swift:489:8: warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
487 |   case truncatedMessage
488 |   case invalidWireType(tag: UInt32)
489 |   case wireTypeMismatch(fieldName: String, expected: WireType, actual: WireType)
    |        `- warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
490 |   case invalidUTF8String
491 |   case malformedPackedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/WireFormat.swift:11:13: note: consider making enum 'WireType' conform to the 'Sendable' protocol
 9 |
10 | /// Wire type для Protocol Buffers encoding.
11 | public enum WireType: UInt32, Equatable {
   |             `- note: consider making enum 'WireType' conform to the 'Sendable' protocol
12 |   case varint = 0
13 |   case fixed64 = 1
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/BinaryDeserializer.swift:489:8: warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
487 |   case truncatedMessage
488 |   case invalidWireType(tag: UInt32)
489 |   case wireTypeMismatch(fieldName: String, expected: WireType, actual: WireType)
    |        `- warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
490 |   case invalidUTF8String
491 |   case malformedPackedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/WireFormat.swift:11:13: note: consider making enum 'WireType' conform to the 'Sendable' protocol
 9 |
10 | /// Wire type для Protocol Buffers encoding.
11 | public enum WireType: UInt32, Equatable {
   |             `- note: consider making enum 'WireType' conform to the 'Sendable' protocol
12 |   case varint = 0
13 |   case fixed64 = 1
[1095/1105] Compiling SwiftProtoReflect BinaryDeserializer.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/BinaryDeserializer.swift:489:8: warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
487 |   case truncatedMessage
488 |   case invalidWireType(tag: UInt32)
489 |   case wireTypeMismatch(fieldName: String, expected: WireType, actual: WireType)
    |        `- warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
490 |   case invalidUTF8String
491 |   case malformedPackedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/WireFormat.swift:11:13: note: consider making enum 'WireType' conform to the 'Sendable' protocol
 9 |
10 | /// Wire type для Protocol Buffers encoding.
11 | public enum WireType: UInt32, Equatable {
   |             `- note: consider making enum 'WireType' conform to the 'Sendable' protocol
12 |   case varint = 0
13 |   case fixed64 = 1
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/BinaryDeserializer.swift:489:8: warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
487 |   case truncatedMessage
488 |   case invalidWireType(tag: UInt32)
489 |   case wireTypeMismatch(fieldName: String, expected: WireType, actual: WireType)
    |        `- warning: associated value 'wireTypeMismatch(fieldName:expected:actual:)' of 'Sendable'-conforming enum 'DeserializationError' has non-sendable type 'WireType'; this is an error in the Swift 6 language mode
490 |   case invalidUTF8String
491 |   case malformedPackedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Serialization/WireFormat.swift:11:13: note: consider making enum 'WireType' conform to the 'Sendable' protocol
 9 |
10 | /// Wire type для Protocol Buffers encoding.
11 | public enum WireType: UInt32, Equatable {
   |             `- note: consider making enum 'WireType' conform to the 'Sendable' protocol
12 |   case varint = 0
13 |   case fixed64 = 1
[1096/1105] Compiling SwiftProtoReflect FileDescriptor.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:867:8: warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
865 |   case fieldNotFound(fieldName: String)
866 |   case fieldNotFoundByNumber(fieldNumber: Int)
867 |   case typeMismatch(fieldName: String, expectedType: String, actualValue: Any)
    |        `- warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
868 |   case messageMismatch(fieldName: String, expectedType: String, actualType: String)
869 |   case notRepeatedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:871:8: warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
869 |   case notRepeatedField(fieldName: String)
870 |   case notMapField(fieldName: String)
871 |   case invalidMapKeyType(type: FieldType)
    |        `- warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
872 |
873 |   public var errorDescription: String? {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Descriptor/FieldDescriptor.swift:224:13: note: consider making enum 'FieldType' conform to the 'Sendable' protocol
222 |
223 | /// Тип поля Protocol Buffers.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
[1097/1105] Compiling SwiftProtoReflect MessageDescriptor.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:867:8: warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
865 |   case fieldNotFound(fieldName: String)
866 |   case fieldNotFoundByNumber(fieldNumber: Int)
867 |   case typeMismatch(fieldName: String, expectedType: String, actualValue: Any)
    |        `- warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
868 |   case messageMismatch(fieldName: String, expectedType: String, actualType: String)
869 |   case notRepeatedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:871:8: warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
869 |   case notRepeatedField(fieldName: String)
870 |   case notMapField(fieldName: String)
871 |   case invalidMapKeyType(type: FieldType)
    |        `- warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
872 |
873 |   public var errorDescription: String? {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Descriptor/FieldDescriptor.swift:224:13: note: consider making enum 'FieldType' conform to the 'Sendable' protocol
222 |
223 | /// Тип поля Protocol Buffers.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
[1098/1105] Compiling SwiftProtoReflect ServiceDescriptor.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:867:8: warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
865 |   case fieldNotFound(fieldName: String)
866 |   case fieldNotFoundByNumber(fieldNumber: Int)
867 |   case typeMismatch(fieldName: String, expectedType: String, actualValue: Any)
    |        `- warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
868 |   case messageMismatch(fieldName: String, expectedType: String, actualType: String)
869 |   case notRepeatedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:871:8: warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
869 |   case notRepeatedField(fieldName: String)
870 |   case notMapField(fieldName: String)
871 |   case invalidMapKeyType(type: FieldType)
    |        `- warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
872 |
873 |   public var errorDescription: String? {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Descriptor/FieldDescriptor.swift:224:13: note: consider making enum 'FieldType' conform to the 'Sendable' protocol
222 |
223 | /// Тип поля Protocol Buffers.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
[1099/1105] Compiling SwiftProtoReflect DynamicMessage.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:867:8: warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
865 |   case fieldNotFound(fieldName: String)
866 |   case fieldNotFoundByNumber(fieldNumber: Int)
867 |   case typeMismatch(fieldName: String, expectedType: String, actualValue: Any)
    |        `- warning: associated value 'typeMismatch(fieldName:expectedType:actualValue:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
868 |   case messageMismatch(fieldName: String, expectedType: String, actualType: String)
869 |   case notRepeatedField(fieldName: String)
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Dynamic/DynamicMessage.swift:871:8: warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
869 |   case notRepeatedField(fieldName: String)
870 |   case notMapField(fieldName: String)
871 |   case invalidMapKeyType(type: FieldType)
    |        `- warning: associated value 'invalidMapKeyType(type:)' of 'Sendable'-conforming enum 'DynamicMessageError' has non-sendable type 'FieldType'; this is an error in the Swift 6 language mode
872 |
873 |   public var errorDescription: String? {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Descriptor/FieldDescriptor.swift:224:13: note: consider making enum 'FieldType' conform to the 'Sendable' protocol
222 |
223 | /// Тип поля Protocol Buffers.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
[1100/1105] Compiling SwiftProtoReflect BinarySerializer.swift
[1101/1105] Compiling SwiftProtoReflect JSONDeserializer.swift
[1102/1105] Compiling SwiftProtoReflect JSONSerializer.swift
[1103/1105] Compiling SwiftProtoReflect EmptyHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.empty
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Empty Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:30:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |   ///
 23 |   /// Empty сообщения не содержат полей, поэтому это простая единица типа.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Создает единственный экземпляр EmptyValue.
    :
 28 |
 29 |     /// Единственный экземпляр Empty (singleton pattern).
 30 |     public static let instance = EmptyValue()
    |                       |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     public var description: String {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/FieldMaskHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.fieldMask
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - FieldMask Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.structType
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Struct Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1104/1105] Compiling SwiftProtoReflect FieldMaskHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.empty
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Empty Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:30:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |   ///
 23 |   /// Empty сообщения не содержат полей, поэтому это простая единица типа.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Создает единственный экземпляр EmptyValue.
    :
 28 |
 29 |     /// Единственный экземпляр Empty (singleton pattern).
 30 |     public static let instance = EmptyValue()
    |                       |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     public var description: String {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/FieldMaskHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.fieldMask
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - FieldMask Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.structType
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Struct Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1105/1105] Compiling SwiftProtoReflect StructHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.empty
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Empty Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:30:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |   ///
 23 |   /// Empty сообщения не содержат полей, поэтому это простая единица типа.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Создает единственный экземпляр EmptyValue.
    :
 28 |
 29 |     /// Единственный экземпляр Empty (singleton pattern).
 30 |     public static let instance = EmptyValue()
    |                       |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     public var description: String {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/FieldMaskHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.fieldMask
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - FieldMask Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.structType
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Struct Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Фазы поддержки well-known types.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
Build complete! (261.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    }
  ],
  "manifest_display_name" : "SwiftProtoReflect",
  "name" : "SwiftProtoReflect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftProtoReflect",
      "targets" : [
        "SwiftProtoReflect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftProtoReflectTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoReflectTests",
      "path" : "Tests/SwiftProtoReflectTests",
      "product_dependencies" : [
        "SwiftProtobuf",
        "GRPC"
      ],
      "sources" : [
        "Bridge/DescriptorBridgeTests.swift",
        "Bridge/StaticMessageBridgeTests.swift",
        "Compatibility/CPPCompatibilityTests.swift",
        "Compatibility/CrossPlatformTests.swift",
        "Compatibility/GoogleConformanceTests.swift",
        "Descriptor/EnumDescriptorTests.swift",
        "Descriptor/FieldDescriptorTests.swift",
        "Descriptor/FileDescriptorTests.swift",
        "Descriptor/MessageDescriptorTests.swift",
        "Descriptor/ServiceDescriptorTests.swift",
        "Dynamic/DynamicFieldAccessTests.swift",
        "Dynamic/DynamicMessageCreationTests.swift",
        "Dynamic/DynamicMessageEquatableTests.swift",
        "Dynamic/DynamicMessageExtendedTests.swift",
        "Dynamic/DynamicMessageTests.swift",
        "Dynamic/FieldAccessorTests.swift",
        "Dynamic/MessageFactoryTests.swift",
        "Error/ErrorHandlingTests.swift",
        "Integration/AnyHandlerTests.swift",
        "Integration/DurationHandlerTests.swift",
        "Integration/EmptyHandlerTests.swift",
        "Integration/FieldMaskHandlerTests.swift",
        "Integration/StructHandlerTests.swift",
        "Integration/TimestampHandlerTests.swift",
        "Integration/ValueHandlerTests.swift",
        "Integration/WellKnownTypesTests.swift",
        "Performance/DynamicMessageBenchmarks.swift",
        "Performance/RegistryBenchmarks.swift",
        "Performance/SerializationBenchmarks.swift",
        "Registry/DescriptorPoolTests.swift",
        "Registry/TypeRegistryTests.swift",
        "Serialization/BinaryDeserializationTests.swift",
        "Serialization/BinarySerializationTests.swift",
        "Serialization/BinarySerializerTypeMismatchTests.swift",
        "Serialization/JSONDeserializationTests.swift",
        "Serialization/JSONSerializationTests.swift",
        "Serialization/JSONSerializerTypeMismatchTests.swift",
        "Serialization/WireFormatTests.swift",
        "Service/GRPCIntegrationTests.swift",
        "Service/ServiceClientTests.swift",
        "Spec/Proto3SpecTests.swift",
        "Spec/SchemaEvolutionTests.swift",
        "Spec/ValidationTests.swift",
        "SwiftProtoReflectTests.swift"
      ],
      "target_dependencies" : [
        "SwiftProtoReflect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtoReflect",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoReflect",
      "path" : "Sources/SwiftProtoReflect",
      "product_dependencies" : [
        "SwiftProtobuf",
        "GRPC"
      ],
      "product_memberships" : [
        "SwiftProtoReflect"
      ],
      "sources" : [
        "Bridge/DescriptorBridge.swift",
        "Bridge/StaticMessageBridge.swift",
        "Descriptor/EnumDescriptor.swift",
        "Descriptor/FieldDescriptor.swift",
        "Descriptor/FileDescriptor.swift",
        "Descriptor/MessageDescriptor.swift",
        "Descriptor/ServiceDescriptor.swift",
        "Dynamic/DynamicMessage.swift",
        "Dynamic/FieldAccessor.swift",
        "Dynamic/MessageFactory.swift",
        "Integration/AnyHandler.swift",
        "Integration/DurationHandler.swift",
        "Integration/EmptyHandler.swift",
        "Integration/FieldMaskHandler.swift",
        "Integration/StructHandler.swift",
        "Integration/TimestampHandler.swift",
        "Integration/ValueHandler.swift",
        "Integration/WellKnownTypes.swift",
        "Registry/DescriptorPool.swift",
        "Registry/TypeRegistry.swift",
        "Serialization/BinaryDeserializer.swift",
        "Serialization/BinarySerializer.swift",
        "Serialization/JSONDeserializer.swift",
        "Serialization/JSONSerializer.swift",
        "Serialization/WireFormat.swift",
        "Service/ServiceClient.swift",
        "SwiftProtoReflect.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.