The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwiftProtoReflect, reference 2.1.0 (d5a12a), with Swift 6.1 for Android on 10 Jun 2025 00:17:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         android
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift.git
[1/51106] Fetching grpc-swift
[28621/90459] Fetching grpc-swift, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (2.14s)
[27941/39353] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (7.00s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (7.58s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (2.45s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-collections.git
[1/2667] Fetching swift-nio-transport-services
[2/4464] Fetching swift-nio-transport-services, swift-atomics
[1689/8300] Fetching swift-nio-transport-services, swift-atomics, swift-log
[8301/24891] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-collections
[9961/39734] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
[9939/37067] Fetching swift-atomics, swift-log, swift-collections, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio.git
[6078/31434] Fetching swift-collections, swift-nio-ssl
[11030/37357] Fetching swift-collections, swift-nio-ssl, swift-nio-extras
[18520/48884] Fetching swift-collections, swift-nio-ssl, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.47s)
[24296/42961] Fetching swift-collections, swift-nio-ssl, swift-nio-http2
[25389/119156] Fetching swift-collections, swift-nio-ssl, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
[43133/102565] Fetching swift-nio-ssl, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.52s)
[59799/91038] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.18s)
[49527/76195] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.13s)
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 (6.29s)
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.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.85s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.67s)
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.61s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[914/2731] Fetching swift-http-structured-headers, swift-asn1
[1651/7716] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[1652/13675] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms
[3887/19852] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms, swift-certificates
[5766/22278] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
[14479/21137] Fetching swift-asn1, swift-async-algorithms, swift-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
[13118/19547] Fetching swift-async-algorithms, swift-algorithms, swift-certificates, swift-service-lifecycle
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.57s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.58s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.71s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.38s)
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.54s)
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.64s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.65s)
Fetching https://github.com/apple/swift-crypto.git
[1/14846] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.85s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (8.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.67s)
Fetching https://github.com/apple/swift-numerics.git
[1/5739] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.50s)
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.66s)
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.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-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-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-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-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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-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-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
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/439] Write sources
[2/439] Copying PrivacyInfo.xcprivacy
[2/439] Write sources
[24/439] Compiling CNIOWindows WSAStartup.c
[24/439] Compiling _AtomicsShims.c
[26/439] Compiling CNIOLinux liburing_shims.c
[27/439] Compiling CNIOWASI CNIOWASI.c
[28/439] Compiling CNIOWindows shim.c
[29/439] Compiling CNIODarwin shim.c
[30/439] Compiling CNIOLLHTTP c_nio_http.c
[31/439] Compiling fiat_p256_adx_mul.S
[32/439] Compiling CNIOLinux shim.c
[33/439] Compiling fiat_p256_adx_sqr.S
[34/439] Compiling CNIOLLHTTP c_nio_api.c
[35/439] Compiling fiat_curve25519_adx_square.S
[36/439] Compiling fiat_curve25519_adx_mul.S
[37/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/439] Write swift-version-24593BA9C3E375BF.txt
[39/439] Compiling CNIOBoringSSLShims shims.c
[40/443] Compiling tls_method.cc
[41/443] Compiling tls13_enc.cc
[42/443] Compiling tls13_server.cc
[43/443] Compiling tls13_client.cc
[44/533] Compiling tls_record.cc
[45/533] Compiling t1_enc.cc
[46/547] Compiling tls13_both.cc
[47/547] Compiling ssl_versions.cc
[48/547] Compiling ssl_x509.cc
[49/547] Compiling ssl_transcript.cc
[51/547] Emitting module InternalCollectionsUtilities
[52/548] Compiling _NIODataStructures _TinyArray.swift
[53/548] Compiling _NIODataStructures PriorityQueue.swift
[54/548] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/548] Compiling InternalCollectionsUtilities Integer rank.swift
[56/548] Emitting module _NIOBase64
[57/548] Compiling _NIOBase64 Base64.swift
[58/549] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/549] Compiling InternalCollectionsUtilities Debugging.swift
[60/549] Compiling InternalCollectionsUtilities Descriptions.swift
[61/549] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/549] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/549] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/549] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/549] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/549] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/549] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/549] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/549] Emitting module _NIODataStructures
[71/549] Compiling _NIODataStructures Heap.swift
[73/550] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/551] Compiling ssl_stat.cc
[76/566] Compiling DequeModule Deque+Equatable.swift
[77/566] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/568] Compiling DequeModule Deque+CustomReflectable.swift
[79/568] Compiling DequeModule Deque+Descriptions.swift
[80/568] Compiling DequeModule _DequeBuffer.swift
[81/568] Compiling DequeModule _DequeBufferHeader.swift
[82/568] Compiling DequeModule Deque+Extras.swift
[83/568] Compiling DequeModule Deque+Hashable.swift
[84/568] Compiling DequeModule _DequeSlot.swift
[85/568] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/568] Compiling ssl_privkey.cc
[87/568] Compiling DequeModule Deque+Testing.swift
[88/568] Compiling DequeModule Deque._Storage.swift
[89/568] Compiling DequeModule Deque._UnsafeHandle.swift
[90/568] Compiling DequeModule Deque.swift
[90/568] Compiling ssl_session.cc
[92/568] Compiling Logging MetadataProvider.swift
[93/568] Emitting module Logging
[94/568] Compiling Logging Locks.swift
[95/568] Compiling Logging LogHandler.swift
[96/568] Compiling Logging Logging.swift
[98/569] Compiling DequeModule Deque+Codable.swift
[99/569] Compiling DequeModule Deque+Collection.swift
[100/569] Emitting module DequeModule
[100/570] Compiling ssl_file.cc
[101/570] Compiling ssl_key_share.cc
[103/570] Compiling ssl_lib.cc
[105/570] Compiling SwiftProtobuf Message+JSONAdditions.swift
[106/570] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[107/570] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[108/570] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[109/570] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[110/570] Compiling SwiftProtobuf Message.swift
[111/570] Compiling SwiftProtobuf MessageExtension.swift
[112/570] Compiling SwiftProtobuf NameMap.swift
[113/570] Compiling SwiftProtobuf PathDecoder.swift
[114/570] Compiling SwiftProtobuf PathVisitor.swift
[115/570] Compiling SwiftProtobuf ProtoNameProviding.swift
[116/570] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[116/581] Compiling ssl_cipher.cc
[117/581] Compiling ssl_credential.cc
[123/581] Compiling SwiftProtobuf ExtensibleMessage.swift
[124/581] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[125/581] Compiling SwiftProtobuf ExtensionFields.swift
[126/581] Compiling SwiftProtobuf ExtensionMap.swift
[127/581] Compiling SwiftProtobuf FieldTag.swift
[128/581] Compiling SwiftProtobuf FieldTypes.swift
[129/581] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[130/581] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[131/581] Compiling SwiftProtobuf JSONDecodingOptions.swift
[132/581] Compiling SwiftProtobuf JSONEncoder.swift
[133/581] Compiling SwiftProtobuf JSONEncodingError.swift
[134/581] Compiling SwiftProtobuf JSONEncodingOptions.swift
[135/581] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[136/581] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[137/581] Compiling SwiftProtobuf JSONScanner.swift
[138/581] Compiling SwiftProtobuf MathUtils.swift
[139/581] Compiling SwiftProtobuf Message+AnyAdditions.swift
[140/581] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[141/581] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[142/581] Compiling SwiftProtobuf Message+FieldMask.swift
[143/581] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[144/581] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[145/581] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[146/581] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[147/581] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[148/581] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[149/581] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[150/581] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[151/581] Compiling SwiftProtobuf HashVisitor.swift
[152/581] Compiling SwiftProtobuf Internal.swift
[153/581] Compiling SwiftProtobuf JSONDecoder.swift
[154/581] Compiling SwiftProtobuf JSONDecodingError.swift
[154/581] Compiling ssl_buffer.cc
[155/581] Compiling ssl_cert.cc
[156/581] Compiling ssl_aead_ctx.cc
[157/581] Compiling s3_pkt.cc
[158/581] Compiling ssl_asn1.cc
[160/581] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[161/581] Compiling SwiftProtobuf TextFormatScanner.swift
[162/581] Compiling SwiftProtobuf TimeUtils.swift
[163/581] Compiling SwiftProtobuf UnknownStorage.swift
[164/581] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[165/581] Compiling SwiftProtobuf Varint.swift
[166/581] Compiling SwiftProtobuf Version.swift
[167/581] Compiling SwiftProtobuf Visitor.swift
[168/581] Compiling SwiftProtobuf WireFormat.swift
[169/581] Compiling SwiftProtobuf ZigZag.swift
[170/581] Compiling SwiftProtobuf any.pb.swift
[171/581] Compiling SwiftProtobuf ProtobufMap.swift
[172/581] Compiling SwiftProtobuf SelectiveVisitor.swift
[173/581] Compiling SwiftProtobuf SimpleExtensionMap.swift
[174/581] Compiling SwiftProtobuf StringUtils.swift
[175/581] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[176/581] Compiling SwiftProtobuf SwiftProtobufError.swift
[177/581] Compiling SwiftProtobuf TextFormatDecoder.swift
[178/581] Compiling SwiftProtobuf TextFormatDecodingError.swift
[179/581] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[180/581] Compiling SwiftProtobuf TextFormatEncoder.swift
[181/581] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[181/581] Compiling s3_lib.cc
[182/581] Compiling s3_both.cc
[184/581] Emitting module SwiftProtobuf
[196/581] Compiling handshake_server.cc
[197/581] Compiling handshake_client.cc
[198/581] Compiling handoff.cc
[199/581] Compiling handshake.cc
[200/581] Compiling extensions.cc
[201/581] Compiling encrypted_client_hello.cc
[202/581] Compiling dtls_record.cc
[203/581] Compiling md5-x86_64-linux.S
[204/581] Compiling md5-x86_64-apple.S
[205/581] Compiling md5-586-linux.S
[206/581] Compiling md5-586-apple.S
[207/581] Compiling d1_srtp.cc
[208/581] Compiling chacha20_poly1305_x86_64-linux.S
[209/581] Compiling dtls_method.cc
[210/581] Compiling chacha20_poly1305_armv8-win.S
[211/581] Compiling chacha20_poly1305_x86_64-apple.S
[212/581] Compiling chacha20_poly1305_armv8-apple.S
[213/581] Compiling chacha20_poly1305_armv8-linux.S
[214/581] Compiling d1_pkt.cc
[215/581] Compiling chacha-x86_64-linux.S
[216/581] Compiling d1_lib.cc
[217/581] Compiling chacha-x86_64-apple.S
[218/581] Compiling chacha-x86-apple.S
[219/581] Compiling chacha-x86-linux.S
[220/581] Compiling chacha-armv8-win.S
[221/581] Compiling chacha-armv8-apple.S
[222/581] Compiling chacha-armv4-linux.S
[223/581] Compiling chacha-armv8-linux.S
[224/581] Compiling aes128gcmsiv-x86_64-linux.S
[225/581] Compiling aes128gcmsiv-x86_64-apple.S
[226/581] Compiling bio_ssl.cc
[227/581] Compiling x86_64-mont5-linux.S
[228/581] Compiling x86_64-mont5-apple.S
[229/581] Compiling x86_64-mont-linux.S
[230/581] Compiling x86-mont-linux.S
[231/581] Compiling x86_64-mont-apple.S
[232/581] Compiling x86-mont-apple.S
[233/581] Compiling vpaes-x86_64-linux.S
[234/581] Compiling vpaes-x86_64-apple.S
[235/581] Compiling vpaes-x86-linux.S
[236/581] Compiling vpaes-x86-apple.S
[237/581] Compiling err_data.cc
[238/581] Compiling vpaes-armv8-win.S
[239/581] Compiling vpaes-armv8-apple.S
[240/581] Compiling sha512-x86_64-linux.S
[241/581] Compiling sha512-x86_64-apple.S
[242/581] Compiling vpaes-armv7-linux.S
[242/581] Compiling vpaes-armv8-linux.S
[244/581] Compiling sha512-armv8-win.S
[245/581] Compiling sha512-586-linux.S
[246/581] Compiling sha512-armv8-apple.S
[247/581] Compiling sha256-x86_64-linux.S
[248/581] Compiling sha512-armv4-linux.S
[249/581] Compiling sha512-586-apple.S
[250/581] Compiling sha512-armv8-linux.S
[251/581] Compiling sha256-x86_64-apple.S
[252/581] Compiling sha256-armv8-win.S
[253/581] Compiling sha256-586-linux.S
[254/581] Compiling sha256-armv8-apple.S
[255/581] Compiling sha256-586-apple.S
[256/581] Compiling sha256-armv8-linux.S
[257/581] Compiling sha256-armv4-linux.S
[258/581] Compiling sha1-x86_64-linux.S
[259/581] Compiling sha1-x86_64-apple.S
[260/581] Compiling sha1-armv8-win.S
[261/581] Compiling sha1-armv8-apple.S
[262/581] Compiling sha1-armv4-large-linux.S
[263/581] Compiling sha1-586-linux.S
[264/581] Compiling sha1-586-apple.S
[265/581] Compiling rsaz-avx2-linux.S
[266/581] Compiling sha1-armv8-linux.S
[267/581] Compiling rsaz-avx2-apple.S
[268/581] Compiling rdrand-x86_64-linux.S
[269/581] Compiling rdrand-x86_64-apple.S
[270/581] Compiling p256_beeu-x86_64-asm-linux.S
[271/581] Compiling p256_beeu-x86_64-asm-apple.S
[272/581] Compiling p256_beeu-armv8-asm-linux.S
[273/581] Compiling p256_beeu-armv8-asm-win.S
[274/581] Compiling d1_both.cc
[275/581] Compiling p256_beeu-armv8-asm-apple.S
[276/581] Compiling p256-x86_64-asm-linux.S
[277/581] Compiling p256-armv8-asm-win.S
[278/581] Compiling p256-armv8-asm-apple.S
[279/581] Compiling p256-x86_64-asm-apple.S
[280/581] Compiling ghashv8-armv8-apple.S
[281/581] Compiling ghashv8-armv8-win.S
[282/581] Compiling ghashv8-armv8-linux.S
[283/581] Compiling p256-armv8-asm-linux.S
[284/581] Compiling ghash-x86-linux.S
[285/581] Compiling ghashv8-armv7-linux.S
[286/581] Compiling ghash-x86_64-apple.S
[287/581] Compiling ghash-ssse3-x86_64-linux.S
[288/581] Compiling ghash-x86_64-linux.S
[289/581] Compiling ghash-x86-apple.S
[290/581] Compiling ghash-ssse3-x86_64-apple.S
[291/581] Compiling ghash-ssse3-x86-apple.S
[292/581] Compiling ghash-ssse3-x86-linux.S
[293/581] Compiling ghash-armv4-linux.S
[294/581] Compiling ghash-neon-armv8-apple.S
[295/581] Compiling ghash-neon-armv8-linux.S
[296/581] Compiling ghash-neon-armv8-win.S
[297/581] Compiling bsaes-armv7-linux.S
[298/581] Compiling co-586-linux.S
[299/581] Compiling co-586-apple.S
[300/581] Compiling bn-armv8-linux.S
[301/581] Compiling bn-armv8-win.S
[302/581] Compiling bn-armv8-apple.S
[303/581] Compiling bn-586-linux.S
[304/581] Compiling armv8-mont-win.S
[305/581] Compiling bn-586-apple.S
[306/581] Compiling armv4-mont-linux.S
[307/581] Compiling armv8-mont-apple.S
[308/581] Compiling aesv8-gcm-armv8-win.S
[309/581] Compiling armv8-mont-linux.S
[310/581] Compiling aesv8-armv8-win.S
[311/581] Compiling aesv8-gcm-armv8-apple.S
[312/581] Compiling aesv8-armv8-linux.S
[313/581] Compiling aesv8-gcm-armv8-linux.S
[314/581] Compiling aesv8-armv7-linux.S
[315/581] Compiling aesv8-armv8-apple.S
[316/581] Compiling aesni-x86_64-linux.S
[317/581] Compiling aesni-x86_64-apple.S
[318/581] Compiling aesni-x86-apple.S
[318/581] Compiling aesni-x86-linux.S
[320/581] Compiling aesni-gcm-x86_64-linux.S
[321/581] Compiling aes-gcm-avx2-x86_64-linux.S
[322/581] Compiling aesni-gcm-x86_64-apple.S
[323/581] Compiling aes-gcm-avx2-x86_64-apple.S
[324/581] Compiling aes-gcm-avx10-x86_64-linux.S
[325/581] Compiling aes-gcm-avx10-x86_64-apple.S
[326/581] Compiling x_sig.cc
[327/581] Compiling x_spki.cc
[328/581] Compiling x_val.cc
[329/581] Compiling x_pubkey.cc
[330/581] Compiling x_x509.cc
[331/581] Compiling x_req.cc
[332/581] Compiling x_x509a.cc
[333/581] Compiling x_name.cc
[334/581] Compiling x509spki.cc
[335/581] Compiling x_exten.cc
[336/581] Compiling x_algor.cc
[337/581] Compiling x_attrib.cc
[338/581] Compiling x_crl.cc
[339/581] Compiling x_all.cc
[340/581] Compiling x509rset.cc
[341/581] Compiling x509cset.cc
[342/581] Compiling x509name.cc
[343/581] Compiling x509_txt.cc
[344/581] Compiling x509_v3.cc
[345/581] Compiling x509_vpm.cc
[346/581] Compiling x509_vfy.cc
[347/581] Compiling x509_trs.cc
[348/581] Compiling x509_set.cc
[349/581] Compiling x509_req.cc
[350/581] Compiling x509_def.cc
[351/581] Compiling x509_obj.cc
[352/581] Compiling x509_ext.cc
[353/581] Compiling x509_lu.cc
[355/581] Compiling SwiftProtobuf api.pb.swift
[356/581] Compiling SwiftProtobuf descriptor.pb.swift
[357/581] Compiling SwiftProtobuf duration.pb.swift
[358/581] Compiling SwiftProtobuf empty.pb.swift
[359/581] Compiling SwiftProtobuf field_mask.pb.swift
[360/581] Compiling SwiftProtobuf source_context.pb.swift
[361/581] Compiling SwiftProtobuf struct.pb.swift
[362/581] Compiling SwiftProtobuf timestamp.pb.swift
[363/581] Compiling SwiftProtobuf type.pb.swift
[364/581] Compiling SwiftProtobuf wrappers.pb.swift
[365/581] Compiling SwiftProtobuf resource_bundle_accessor.swift
[366/582] Compiling x509_d2.cc
[367/582] Compiling x509.cc
[368/582] Compiling x509_att.cc
[369/582] Compiling x509_cmp.cc
[370/582] Compiling v3_utl.cc
[371/582] Compiling v3_skey.cc
[372/582] Compiling v3_purp.cc
[373/582] Compiling v3_pmaps.cc
[374/582] Compiling v3_prn.cc
[375/582] Compiling v3_ocsp.cc
[376/582] Compiling v3_pcons.cc
[377/582] Compiling v3_ncons.cc
[378/582] Compiling v3_int.cc
[379/582] Compiling v3_lib.cc
[380/582] Compiling v3_info.cc
[381/582] Compiling v3_ia5.cc
[382/582] Compiling v3_genn.cc
[383/582] Compiling v3_extku.cc
[384/582] Compiling v3_enum.cc
[385/582] Compiling v3_crld.cc
[386/582] Compiling v3_cpols.cc
[387/582] Compiling v3_conf.cc
[388/582] Compiling v3_bitst.cc
[389/582] Compiling v3_bcons.cc
[390/582] Compiling v3_alt.cc
[391/582] Compiling v3_akeya.cc
[392/582] Compiling v3_akey.cc
[393/582] Compiling t_x509a.cc
[394/582] Compiling t_x509.cc
[395/582] Compiling t_crl.cc
[396/582] Compiling t_req.cc
[397/582] Compiling rsa_pss.cc
[398/582] Compiling i2d_pr.cc
[399/582] Compiling policy.cc
[400/582] Compiling name_print.cc
[401/582] Compiling by_dir.cc
[402/582] Compiling asn1_gen.cc
[403/582] Compiling by_file.cc
[404/582] Compiling algorithm.cc
[405/582] Compiling a_verify.cc
[406/582] Compiling a_sign.cc
[407/582] Compiling a_digest.cc
[408/582] Compiling voprf.cc
[409/582] Compiling thread_win.cc
[410/582] Compiling thread_pthread.cc
[411/582] Compiling trust_token.cc
[412/582] Compiling thread_none.cc
[413/582] Compiling thread.cc
[414/582] Compiling pmbtoken.cc
[415/582] Compiling stack.cc
[416/582] Compiling siphash.cc
[417/582] Compiling slhdsa.cc
[418/582] Compiling sha512.cc
[419/582] Compiling sha1.cc
[420/582] Compiling sha256.cc
[421/582] Compiling rsa_print.cc
[422/582] Compiling spake2plus.cc
[423/582] Compiling rsa_extra.cc
[424/582] Compiling rsa_crypt.cc
[425/582] Compiling refcount.cc
[426/582] Compiling rc4.cc
[427/582] Compiling urandom.cc
[428/582] Compiling windows.cc
[429/582] Compiling trusty.cc
[430/582] Compiling rsa_asn1.cc
[431/582] Compiling getentropy.cc
[432/582] Compiling rand.cc
[433/582] Compiling poly1305_arm_asm.S
[434/582] Compiling ios.cc
[435/582] Compiling forkunsafe.cc
[436/582] Compiling fork_detect.cc
[437/582] Compiling passive.cc
[438/582] Compiling deterministic.cc
[439/582] Compiling poly1305_arm.cc
[440/582] Compiling poly1305_vec.cc
[441/582] Compiling poly1305.cc
[442/582] Compiling pool.cc
[443/582] Compiling pkcs8.cc
[444/582] Compiling pkcs8_x509.cc
[445/582] Compiling p5_pbev2.cc
[446/582] Compiling pkcs7_x509.cc
[447/582] Compiling pkcs7.cc
[448/582] Compiling pem_xaux.cc
[449/582] Compiling pem_x509.cc
[450/582] Compiling pem_pk8.cc
[451/582] Compiling pem_pkey.cc
[452/582] Compiling pem_oth.cc
[453/582] Compiling obj_xref.cc
[454/582] Compiling pem_info.cc
[455/582] Compiling pem_lib.cc
[456/582] Compiling pem_all.cc
[457/582] Compiling obj.cc
[458/582] Compiling mldsa.cc
[459/582] Compiling mlkem.cc
[460/582] Compiling poly_rq_mul.S
[461/582] Compiling fips_shared_support.cc
[462/582] Compiling mem.cc
[463/582] Compiling md5.cc
[464/582] Compiling kyber.cc
[465/582] Compiling lhash.cc
[466/582] Compiling md4.cc
[467/582] Compiling ex_data.cc
[468/582] Compiling sign.cc
[469/582] Compiling scrypt.cc
[470/582] Compiling pbkdf.cc
[471/582] Compiling hpke.cc
[472/582] Compiling hrss.cc
[473/582] Compiling print.cc
[474/582] Compiling p_x25519_asn1.cc
[475/582] Compiling p_x25519.cc
[476/582] Compiling p_rsa_asn1.cc
[477/582] Compiling p_ed25519.cc
[478/582] Compiling p_rsa.cc
[479/582] Compiling p_ec_asn1.cc
[479/582] Compiling p_hkdf.cc
[481/582] Compiling p_ec.cc
[482/582] Compiling p_ed25519_asn1.cc
[483/582] Compiling p_dh_asn1.cc
[484/582] Compiling evp.cc
[485/582] Compiling evp_ctx.cc
[485/582] Compiling p_dsa_asn1.cc
[487/582] Compiling p_dh.cc
[488/582] Compiling err.cc
[489/582] Compiling evp_asn1.cc
[490/582] Compiling engine.cc
[491/582] Compiling bcm.cc
[492/582] Compiling ecdh.cc
[493/582] Compiling ec_derive.cc
[494/582] Compiling hash_to_curve.cc
[495/582] Compiling ecdsa_asn1.cc
[496/582] Compiling dsa.cc
[497/582] Compiling des.cc
[498/582] Compiling dh_asn1.cc
[499/582] Compiling ec_asn1.cc
[500/582] Compiling params.cc
[501/582] Compiling digest_extra.cc
[502/582] Compiling dsa_asn1.cc
[503/582] Compiling x25519-asm-arm.S
[504/582] Compiling spake25519.cc
[505/582] Compiling curve25519_64_adx.cc
[506/582] Compiling cpu_aarch64_win.cc
[507/582] Compiling cpu_intel.cc
[508/582] Compiling crypto.cc
[509/582] Compiling cpu_arm_linux.cc
[510/582] Compiling cpu_arm_freebsd.cc
[511/582] Compiling cpu_aarch64_sysreg.cc
[512/582] Compiling curve25519.cc
[513/582] Compiling cpu_aarch64_openbsd.cc
[514/582] Compiling cpu_aarch64_apple.cc
[515/582] Compiling cpu_aarch64_linux.cc
[516/582] Compiling cpu_aarch64_fuchsia.cc
[517/582] Compiling conf.cc
[518/582] Compiling tls_cbc.cc
[519/582] Compiling get_cipher.cc
[520/582] Compiling e_tls.cc
[521/582] Compiling e_rc4.cc
[522/582] Compiling e_rc2.cc
[523/582] Compiling e_null.cc
[524/582] Compiling e_des.cc
[525/582] Compiling e_aesgcmsiv.cc
[526/582] Compiling e_chacha20poly1305.cc
[527/582] Compiling derive_key.cc
[528/582] Compiling chacha.cc
[529/582] Compiling e_aesctrhmac.cc
[530/582] Compiling unicode.cc
[531/582] Compiling cbs.cc
[532/582] Compiling ber.cc
[533/582] Compiling cbb.cc
[534/582] Compiling buf.cc
[535/582] Compiling asn1_compat.cc
[536/582] Compiling blake2.cc
[537/582] Compiling bn_asn1.cc
[538/582] Compiling convert.cc
[539/582] Compiling printf.cc
[540/582] Compiling socket_helper.cc
[541/582] Compiling socket.cc
[542/582] Compiling pair.cc
[543/582] Compiling fd.cc
[544/582] Compiling hexdump.cc
[545/582] Compiling file.cc
[546/582] Compiling connect.cc
[547/582] Compiling errno.cc
[548/582] Compiling bio.cc
[549/582] Compiling bio_mem.cc
[550/582] Compiling base64.cc
[551/582] Compiling tasn_fre.cc
[552/582] Compiling tasn_typ.cc
[553/582] Compiling tasn_utl.cc
[554/582] Compiling posix_time.cc
[555/582] Compiling f_string.cc
[556/582] Compiling tasn_enc.cc
[557/582] Compiling tasn_new.cc
[558/582] Compiling asn_pack.cc
[559/582] Compiling asn1_par.cc
[560/582] Compiling f_int.cc
[561/582] Compiling tasn_dec.cc
[562/582] Compiling asn1_lib.cc
[563/582] Compiling a_utctm.cc
[564/582] Compiling a_time.cc
[565/582] Compiling a_type.cc
[566/582] Compiling a_strnid.cc
[567/582] Compiling a_octet.cc
[568/582] Compiling a_object.cc
[569/582] Compiling a_strex.cc
[570/582] Compiling a_i2d_fp.cc
[571/582] Compiling a_gentm.cc
[572/582] Compiling a_dup.cc
[573/582] Compiling CGRPCZlib empty.c
[574/582] Write sources
[575/582] Compiling a_d2i_fp.cc
[576/582] Compiling a_mbstr.cc
[577/600] Compiling a_int.cc
[578/600] Compiling a_bitstr.cc
[580/600] Compiling Atomics UnsafeAtomic.swift
[581/600] Compiling Atomics UnsafeAtomicLazyReference.swift
[582/600] Compiling Atomics ManagedAtomic.swift
[583/600] Compiling Atomics ManagedAtomicLazyReference.swift
[583/602] Compiling a_bool.cc
[585/602] Compiling Atomics AtomicMemoryOrderings.swift
[586/602] Compiling Atomics DoubleWord.swift
[587/602] Compiling Atomics AtomicStorage.swift
[588/602] Compiling Atomics AtomicValue.swift
[589/602] Compiling Atomics AtomicInteger.swift
[590/602] Compiling Atomics AtomicOptionalWrappable.swift
[591/602] Compiling Atomics AtomicReference.swift
[592/602] Compiling Atomics IntegerOperations.swift
[593/602] Compiling Atomics Unmanaged extensions.swift
[594/602] Emitting module Atomics
[595/602] Compiling Atomics IntegerConformances.swift
[596/602] Compiling Atomics PointerConformances.swift
[597/602] Compiling Atomics Primitives.native.swift
[598/602] Compiling Atomics OptionalRawRepresentable.swift
[599/602] Compiling Atomics RawRepresentable.swift
[600/602] Compiling Atomics AtomicBool.swift
[600/603] Compiling c-nioatomics.c
[602/603] Compiling c-atomics.c
[604/609] Compiling NIOConcurrencyHelpers lock.swift
[605/609] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[606/609] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[607/609] Emitting module NIOConcurrencyHelpers
[608/609] Compiling NIOConcurrencyHelpers atomics.swift
[609/609] Compiling NIOConcurrencyHelpers NIOLock.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/670] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[620/670] Compiling NIOCore EventLoopFuture+Deprecated.swift
[621/670] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[622/670] Compiling NIOCore EventLoopFuture.swift
[623/670] Compiling NIOCore FileDescriptor.swift
[624/670] Compiling NIOCore FileHandle.swift
[625/670] Compiling NIOCore FileRegion.swift
[626/670] Compiling NIOCore GlobalSingletons.swift
[627/670] Compiling NIOCore IO.swift
[628/670] Compiling NIOCore IOData.swift
[629/670] Compiling NIOCore IPProtocol.swift
[630/670] Compiling NIOCore IntegerBitPacking.swift
[631/670] Compiling NIOCore IntegerTypes.swift
[632/670] Compiling NIOCore Interfaces.swift
[633/670] Compiling NIOCore Linux.swift
[634/670] 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 AddressedEnvelope.swift
[644/678] Compiling NIOCore AsyncAwaitSupport.swift
[645/678] Compiling NIOCore AsyncChannel.swift
[646/678] Compiling NIOCore AsyncChannelHandler.swift
[647/678] Compiling NIOCore AsyncChannelInboundStream.swift
[648/678] Compiling NIOCore AsyncChannelOutboundWriter.swift
[649/678] Compiling NIOCore NIOAsyncSequenceProducer.swift
[650/678] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[651/678] Compiling NIOCore NIOAsyncWriter.swift
[652/678] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[653/678] Compiling NIOCore BSDSocketAPI.swift
[654/678] Compiling NIOCore ByteBuffer-aux.swift
[655/678] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[656/678] Compiling NIOCore ByteBuffer-conversions.swift
[657/678] Compiling NIOCore ByteBuffer-core.swift
[658/678] Compiling NIOCore ByteBuffer-hex.swift
[659/678] Compiling NIOCore ByteBuffer-int.swift
[660/678] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[661/678] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[662/678] Compiling NIOCore SocketAddresses.swift
[663/678] Compiling NIOCore SocketOptionProvider.swift
[664/678] Compiling NIOCore SystemCallHelpers.swift
[665/678] Compiling NIOCore TimeAmount+Duration.swift
[666/678] Compiling NIOCore TypeAssistedChannelHandler.swift
[667/678] Compiling NIOCore UniversalBootstrapSupport.swift
[668/678] Compiling NIOCore Utilities.swift
[669/678] Compiling NIOCore ByteBuffer-multi-int.swift
[670/678] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[671/678] Compiling NIOCore ByteBuffer-views.swift
[672/678] Compiling NIOCore Channel.swift
[673/678] Compiling NIOCore ChannelHandler.swift
[674/678] Compiling NIOCore ChannelHandlers.swift
[675/678] Compiling NIOCore ChannelInvoker.swift
[676/678] Compiling NIOCore ChannelOption.swift
[677/678] Compiling NIOCore ChannelPipeline.swift
[678/678] Emitting module NIOCore
[680/729] Emitting module NIOEmbedded
[681/729] Compiling NIOEmbedded AsyncTestingChannel.swift
[682/729] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[683/729] Compiling NIOPosix Pool.swift
[684/729] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[685/729] Compiling NIOPosix PosixSingletons.swift
[686/729] Compiling NIOPosix RawSocketBootstrap.swift
[687/729] Compiling NIOPosix Resolver.swift
[688/729] Compiling NIOPosix Selectable.swift
[689/735] Compiling NIOEmbedded Embedded.swift
[691/736] Compiling NIOPosix ThreadPosix.swift
[692/736] Compiling NIOPosix ThreadWindows.swift
[693/736] Compiling NIOPosix UnsafeTransfer.swift
[694/736] Compiling NIOPosix Utilities.swift
[695/736] Compiling NIOPosix VsockAddress.swift
[696/736] Compiling NIOPosix VsockChannelEvents.swift
[697/736] Emitting module NIOPosix
[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 IO.swift
[711/736] Compiling NIOPosix IntegerBitPacking.swift
[712/736] Compiling NIOPosix IntegerTypes.swift
[713/736] Compiling NIOPosix Linux.swift
[714/736] Compiling NIOPosix LinuxCPUSet.swift
[715/736] Compiling NIOPosix LinuxUring.swift
[716/736] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[717/736] Compiling NIOPosix NIOThreadPool.swift
[718/736] Compiling NIOPosix NonBlockingFileIO.swift
[719/736] Compiling NIOPosix PendingDatagramWritesManager.swift
[720/736] Compiling NIOPosix PendingWritesManager.swift
[721/736] Compiling NIOPosix PipeChannel.swift
[722/736] Compiling NIOPosix PipePair.swift
[723/736] Compiling NIOPosix BSDSocketAPICommon.swift
[724/736] Compiling NIOPosix BSDSocketAPIPosix.swift
[725/736] Compiling NIOPosix BSDSocketAPIWindows.swift
[726/736] Compiling NIOPosix BaseSocket.swift
[727/736] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[728/736] Compiling NIOPosix BaseSocketChannel.swift
[729/736] Compiling NIOPosix BaseStreamSocketChannel.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] Compiling NIO Exports.swift
[739/739] Emitting module NIO
[741/767] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[742/767] Compiling NIOTLS TLSEvents.swift
[743/767] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[744/767] Emitting module NIOTLS
[745/767] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[746/767] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[747/767] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[748/767] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[749/767] Compiling NIOTLS SNIHandler.swift
[750/768] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[751/768] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[753/770] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[754/770] Emitting module NIOFoundationCompat
[756/771] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[757/771] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[758/800] Compiling NIOSSL IdentityVerification.swift
[759/800] Compiling NIOSSL SSLContext.swift
[760/822] Compiling NIOTransportServices AcceptHandler.swift
[761/822] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[762/822] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[763/822] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[764/822] Compiling NIOTransportServices NIOTSListenerChannel.swift
[765/822] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[766/822] Compiling NIOTransportServices NIOTSErrors.swift
[767/822] Compiling NIOTransportServices NIOTSEventLoop.swift
[768/822] Emitting module NIOTransportServices
[769/822] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[770/822] Compiling NIOTransportServices NIOTSSingletons.swift
[771/822] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[772/822] Compiling NIOTransportServices StateManagedChannel.swift
[773/822] Compiling NIOTransportServices StateManagedListenerChannel.swift
[774/822] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[775/824] Compiling NIOTransportServices NIOTSBootstraps.swift
[776/824] Compiling NIOTransportServices NIOTSChannelOptions.swift
[777/824] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[778/824] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[779/824] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[784/824] Compiling NIOTransportServices NIOTSDatagramListener.swift
[785/824] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[786/824] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[789/824] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[793/825] Emitting module NIOHTTP1
[798/826] Emitting module NIOSSL
[799/857] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[800/857] Compiling NIOExtras JSONRPCFraming.swift
[801/857] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[802/857] Compiling NIOExtras LengthFieldPrepender.swift
[803/859] Compiling NIOSSL SubjectAlternativeName.swift
[804/859] Compiling NIOSSL NIOSSLSecureBytes.swift
[805/859] Compiling NIOSSL RNG.swift
[806/859] Compiling NIOSSL SafeCompare.swift
[810/859] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[811/859] Compiling NIOExtras DebugInboundEventsHandler.swift
[812/859] Compiling NIOExtras DebugOutboundEventsHandler.swift
[813/859] Compiling NIOExtras FixedLengthFrameDecoder.swift
[814/859] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[815/859] Compiling NIOExtras RequestResponseWithIDHandler.swift
[819/859] Compiling NIOExtras LineBasedFrameDecoder.swift
[820/859] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[821/859] Compiling NIOExtras NIOExtrasError.swift
[822/859] Compiling NIOExtras PCAPRingBuffer.swift
[823/859] Compiling NIOExtras QuiescingHelper.swift
[824/859] Compiling NIOExtras NIOLengthFieldBitLength.swift
[825/859] Compiling NIOExtras NIORequestIdentifiable.swift
[826/859] Compiling NIOExtras RequestResponseHandler.swift
[829/861] Compiling NIOHPACK IndexedHeaderTable.swift
[830/861] Compiling NIOHPACK HuffmanTables.swift
[831/861] Compiling NIOHPACK IntegerCoding.swift
[832/862] Compiling NIOHPACK HuffmanCoding.swift
[835/862] Emitting module NIOHPACK
[840/862] Emitting module NIOExtras
[850/862] Compiling NIOHPACK StaticHeaderTable.swift
[858/921] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[859/921] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[860/921] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[861/921] Compiling NIOHTTP2 HTTP2Error.swift
[863/922] Compiling NIOHTTP2 MaySendFrames.swift
[864/922] Compiling NIOHTTP2 SendingDataState.swift
[866/923] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[867/923] Compiling NIOHTTP2 HasFlowControlWindows.swift
[868/923] Compiling NIOHTTP2 HasLocalSettings.swift
[869/923] Compiling NIOHTTP2 HasRemoteSettings.swift
[870/923] Compiling NIOHTTP2 LocallyQuiescingState.swift
[871/923] Compiling NIOHTTP2 QuiescingState.swift
[872/923] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[873/923] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[874/931] Emitting module NIOHTTP2
[875/931] Compiling NIOHTTP2 StateMachineResult.swift
[876/931] Compiling NIOHTTP2 ContentLengthVerifier.swift
[877/931] Compiling NIOHTTP2 DOSHeuristics.swift
[878/931] Compiling NIOHTTP2 Error+Any.swift
[879/931] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[880/931] Compiling NIOHTTP2 ControlFrameBuffer.swift
[881/931] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[882/931] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[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
[892/931] Compiling NIOHTTP2 ConnectionStreamsState.swift
[893/931] Compiling NIOHTTP2 MayReceiveFrames.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 HTTP2FlowControlWindow.swift
[901/931] Compiling NIOHTTP2 HTTP2Frame.swift
[902/931] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[903/931] Compiling NIOHTTP2 HTTP2FrameParser.swift
[904/931] Compiling NIOHTTP2 HTTP2PingData.swift
[905/931] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[906/931] Compiling NIOHTTP2 HTTP2Settings.swift
[907/931] Compiling NIOHTTP2 HTTP2Stream.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
[918/931] Compiling NIOHTTP2 SendingGoawayState.swift
[919/931] Compiling NIOHTTP2 SendingHeadersState.swift
[920/931] Compiling NIOHTTP2 SendingPushPromiseState.swift
[921/931] Compiling NIOHTTP2 SendingRstStreamState.swift
[922/931] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[923/931] Compiling NIOHTTP2 HTTP2SettingsState.swift
[924/931] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[925/931] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[926/931] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[931/931] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[933/1059] Compiling GRPC Array+BoundsCheck.swift
[934/1059] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[935/1059] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[936/1059] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[937/1059] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[938/1059] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[939/1059] Compiling GRPC ServerHandlerStateMachine.swift
[940/1059] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[941/1059] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[942/1059] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[943/1059] Compiling GRPC ServerInterceptorStateMachine.swift
[944/1059] Compiling GRPC StreamState.swift
[945/1059] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[946/1059] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[947/1059] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[948/1059] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[949/1059] Compiling GRPC GRPCAsyncRequestStream.swift
[950/1059] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[951/1076] Emitting module GRPC
[952/1076] Compiling GRPC ServerInterceptorContext.swift
[953/1076] Compiling GRPC ServerInterceptorPipeline.swift
[954/1076] Compiling GRPC ServerInterceptors.swift
[955/1076] Compiling GRPC InterceptorContextList.swift
[956/1076] Compiling GRPC LengthPrefixedMessageReader.swift
[957/1076] Compiling GRPC Logger.swift
[958/1076] Compiling GRPC LoggingServerErrorDelegate.swift
[959/1076] Compiling GRPC MessageEncodingHeaderValidator.swift
[960/1076] Compiling GRPC PlatformSupport.swift
[961/1076] Compiling GRPC ReadWriteStates.swift
[962/1076] Compiling GRPC Ref.swift
[963/1076] Compiling GRPC Serialization.swift
[964/1076] Compiling GRPC Server+NIOSSL.swift
[965/1076] Compiling GRPC Server.swift
[966/1076] Compiling GRPC ServerBuilder+NIOSSL.swift
[967/1076] Compiling GRPC ServerBuilder.swift
[968/1076] Compiling GRPC ServerCallContext.swift
[969/1076] Compiling GRPC StreamingResponseCallContext.swift
[970/1076] Compiling GRPC BidirectionalStreamingCall.swift
[971/1076] Compiling GRPC Call.swift
[972/1076] Compiling GRPC CallDetails.swift
[973/1076] Compiling GRPC ClientCall.swift
[974/1076] Compiling GRPC ClientStreamingCall.swift
[975/1076] Compiling GRPC LazyEventLoopPromise.swift
[976/1076] Compiling GRPC ResponseContainers.swift
[977/1076] Compiling GRPC ResponsePartContainer.swift
[978/1076] Compiling GRPC ServerStreamingCall.swift
[979/1076] Compiling GRPC UnaryCall.swift
[980/1076] Compiling GRPC ClientConnection.swift
[981/1076] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[982/1076] Compiling GRPC ClientErrorDelegate.swift
[983/1076] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[984/1076] Compiling GRPC CompressionAlgorithm.swift
[985/1076] Compiling GRPC DecompressionLimit.swift
[986/1076] Compiling GRPC MessageEncoding.swift
[987/1076] Compiling GRPC Zlib.swift
[988/1076] Compiling GRPC UnaryResponseCallContext.swift
[989/1076] Compiling GRPC ServerChannelErrorHandler.swift
[990/1076] Compiling GRPC ServerErrorDelegate.swift
[991/1076] Compiling GRPC ServerErrorProcessor.swift
[992/1076] Compiling GRPC Stopwatch.swift
[993/1076] Compiling GRPC StreamEvent.swift
[994/1076] Compiling GRPC TLSVerificationHandler.swift
[995/1076] Compiling GRPC TLSVersion.swift
[996/1076] Compiling GRPC TimeLimit.swift
[997/1076] Compiling GRPC UserInfo.swift
[998/1076] Compiling GRPC Version.swift
[999/1076] Compiling GRPC WebCORSHandler.swift
[1000/1076] Compiling GRPC WriteCapturingHandler.swift
[1001/1076] Compiling GRPC _EmbeddedThroughput.swift
[1002/1076] Compiling GRPC _FakeResponseStream.swift
[1003/1076] Compiling GRPC _GRPCClientCodecHandler.swift
[1004/1076] Compiling GRPC _MessageContext.swift
[1005/1076] Compiling GRPC DelegatingErrorHandler.swift
[1006/1076] Compiling GRPC Error+NIOSSL.swift
[1007/1076] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1008/1076] Compiling GRPC FakeChannel.swift
[1009/1076] Compiling GRPC ClientConnection+NIOSSL.swift
[1010/1076] Compiling GRPC ClientConnection+NWTLS.swift
[1011/1076] Compiling GRPC GRPCChannel.swift
[1012/1076] Compiling GRPC GRPCChannelBuilder.swift
[1013/1076] Compiling GRPC GRPCClient.swift
[1014/1076] Compiling GRPC GRPCClientChannelHandler.swift
[1015/1076] Compiling GRPC GRPCClientStateMachine.swift
[1016/1076] Compiling GRPC GRPCContentType.swift
[1017/1076] Compiling GRPC GRPCError.swift
[1018/1076] Compiling GRPC GRPCHeaderName.swift
[1019/1076] Compiling GRPC GRPCIdleHandler.swift
[1020/1076] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1021/1076] Compiling GRPC GRPCKeepaliveHandlers.swift
[1022/1076] Compiling GRPC GRPCPayload.swift
[1023/1076] Compiling GRPC GRPCAsyncResponseStream.swift
[1024/1076] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1025/1076] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1026/1076] Compiling GRPC GRPCAsyncServerCallContext.swift
[1027/1076] Compiling GRPC GRPCAsyncServerHandler.swift
[1028/1076] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1029/1076] Compiling GRPC GRPCAsyncUnaryCall.swift
[1030/1076] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1031/1076] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1032/1076] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1033/1076] Compiling GRPC GRPCSendable.swift
[1034/1076] Compiling GRPC NIOAsyncWrappers.swift
[1035/1076] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1036/1076] Compiling GRPC ClientStreamingServerHandler.swift
[1037/1076] Compiling GRPC ServerHandlerProtocol.swift
[1038/1076] Compiling GRPC ServerStreamingServerHandler.swift
[1039/1076] Compiling GRPC UnaryServerHandler.swift
[1040/1076] Compiling GRPC CallOptions.swift
[1041/1076] Compiling GRPC ConnectionBackoff.swift
[1042/1076] Compiling GRPC ConnectionKeepalive.swift
[1043/1076] Compiling GRPC ConnectionManager+Delegates.swift
[1044/1076] Compiling GRPC ConnectionManager.swift
[1045/1076] Compiling GRPC ConnectionManagerChannelProvider.swift
[1046/1076] Compiling GRPC ConnectionManagerID.swift
[1047/1076] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1048/1076] Compiling GRPC ConnectionPool+Waiter.swift
[1049/1076] Compiling GRPC ConnectionPool.swift
[1050/1076] Compiling GRPC ConnectionPoolIDs.swift
[1051/1076] Compiling GRPC GRPCChannelPool.swift
[1052/1076] Compiling GRPC PoolManager.swift
[1053/1076] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1054/1076] Compiling GRPC PoolManagerStateMachine.swift
[1055/1076] Compiling GRPC PooledChannel.swift
[1056/1076] Compiling GRPC StreamLender.swift
[1057/1076] Compiling GRPC ConnectivityState.swift
[1058/1076] Compiling GRPC DebugOnly.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 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
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:12: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |            `- error: cannot find 'CFGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:35: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                   `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
[1079/1102] 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
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:12: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |            `- error: cannot find 'CFGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:35: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                   `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
[1080/1102] 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
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:12: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |            `- error: cannot find 'CFGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:35: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                   `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
[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 BinarySerializer.swift
[1090/1105] Compiling SwiftProtoReflect JSONDeserializer.swift
[1091/1105] Compiling SwiftProtoReflect JSONSerializer.swift
[1092/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
[1093/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
[1094/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
[1095/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
[1096/1105] 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 |   /// Зарегистрированные обработчики.
[1097/1105] 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 |   /// Зарегистрированные обработчики.
[1098/1105] 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 |   /// Зарегистрированные обработчики.
[1099/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
[1100/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
[1101/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
[1102/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
[1103/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
[1104/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
[1105/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/52] Compiling Logging MetadataProvider.swift
[5/52] Compiling Logging LogHandler.swift
[6/135] Compiling SwiftProtobuf FieldTypes.swift
[7/135] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[8/137] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/138] Compiling SwiftProtobuf FieldTag.swift
[12/138] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[13/138] Compiling _NIODataStructures PriorityQueue.swift
[14/138] Compiling SwiftProtobuf BinaryDecoder.swift
[15/138] Compiling SwiftProtobuf BinaryDecodingError.swift
[16/138] Compiling SwiftProtobuf AnyUnpackError.swift
[17/138] Compiling SwiftProtobuf AsyncMessageSequence.swift
[19/138] Compiling SwiftProtobuf AnyMessageStorage.swift
[20/138] Emitting module Logging
[21/138] Compiling Logging Locks.swift
[22/138] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/138] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/138] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/138] Compiling _NIODataStructures _TinyArray.swift
[26/138] Compiling SwiftProtobuf CustomJSONCodable.swift
[27/138] Compiling SwiftProtobuf Decoder.swift
[28/138] Compiling NIOConcurrencyHelpers lock.swift
[29/138] Compiling NIOConcurrencyHelpers atomics.swift
[30/138] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[31/138] Emitting module NIOConcurrencyHelpers
[32/139] Emitting module _NIODataStructures
[33/139] Compiling _NIODataStructures Heap.swift
[34/139] Compiling Atomics IntegerOperations.swift
[35/139] Compiling Atomics Unmanaged extensions.swift
[36/140] Emitting module InternalCollectionsUtilities
[37/140] Compiling SwiftProtobuf ExtensibleMessage.swift
[38/140] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[39/140] Compiling SwiftProtobuf ExtensionFields.swift
[40/140] Compiling SwiftProtobuf ExtensionMap.swift
[43/140] Emitting module _NIOBase64
[44/140] Compiling _NIOBase64 Base64.swift
[46/141] Compiling SwiftProtobuf DoubleParser.swift
[47/141] Compiling SwiftProtobuf Enum.swift
[51/142] Compiling Logging Logging.swift
[54/158] Compiling DequeModule Deque+CustomReflectable.swift
[55/158] Compiling DequeModule Deque+Descriptions.swift
[56/160] Compiling DequeModule _DequeBuffer.swift
[57/160] Compiling DequeModule _DequeBufferHeader.swift
[58/160] Compiling DequeModule Deque+Equatable.swift
[59/160] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[60/160] Compiling DequeModule _DequeSlot.swift
[61/160] Compiling DequeModule _UnsafeWrappedBuffer.swift
[62/160] Compiling DequeModule Deque+Testing.swift
[63/160] Compiling DequeModule Deque._Storage.swift
[64/160] Compiling DequeModule Deque+Extras.swift
[65/160] Compiling DequeModule Deque+Hashable.swift
[66/160] Compiling DequeModule Deque._UnsafeHandle.swift
[67/160] Compiling DequeModule Deque.swift
[70/160] Compiling DequeModule Deque+Codable.swift
[71/160] Compiling DequeModule Deque+Collection.swift
[74/160] Emitting module DequeModule
[75/160] Emitting module Atomics
[80/162] Emitting module SwiftProtobuf
[81/233] Compiling NIOCore Linux.swift
[82/233] Compiling NIOCore MarkedCircularBuffer.swift
[83/233] Compiling NIOCore ByteBuffer-multi-int.swift
[84/233] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[85/233] Compiling NIOCore ByteBuffer-views.swift
[86/233] Compiling NIOCore Channel.swift
[87/233] Compiling NIOCore ChannelHandler.swift
[88/233] Compiling NIOCore ChannelHandlers.swift
[89/233] Compiling NIOCore ChannelInvoker.swift
[90/233] Compiling NIOCore ChannelOption.swift
[91/233] Compiling NIOCore ChannelPipeline.swift
[92/233] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[93/233] Compiling NIOCore EventLoopFuture+Deprecated.swift
[94/233] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[95/233] Compiling NIOCore EventLoopFuture.swift
[96/233] Compiling NIOCore FileDescriptor.swift
[97/233] Compiling NIOCore FileHandle.swift
[98/233] Compiling NIOCore FileRegion.swift
[99/233] Compiling NIOCore GlobalSingletons.swift
[100/233] Compiling NIOCore CircularBuffer.swift
[101/233] Compiling NIOCore Codec.swift
[102/233] Compiling NIOCore ConvenienceOptionSupport.swift
[103/233] Compiling NIOCore DeadChannel.swift
[104/233] Compiling NIOCore DispatchQueue+WithFuture.swift
[105/233] Compiling SwiftProtobuf ProtobufMap.swift
[106/233] Compiling SwiftProtobuf SelectiveVisitor.swift
[107/233] Compiling SwiftProtobuf SimpleExtensionMap.swift
[108/233] Compiling SwiftProtobuf StringUtils.swift
[109/233] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[110/233] Compiling SwiftProtobuf SwiftProtobufError.swift
[111/233] Compiling SwiftProtobuf TextFormatDecoder.swift
[112/233] Compiling SwiftProtobuf TextFormatDecodingError.swift
[113/233] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[114/233] Compiling SwiftProtobuf TextFormatEncoder.swift
[115/233] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[116/233] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[117/233] Compiling SwiftProtobuf TextFormatScanner.swift
[118/233] Compiling SwiftProtobuf TimeUtils.swift
[119/233] Compiling SwiftProtobuf UnknownStorage.swift
[120/233] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[121/233] Compiling SwiftProtobuf Varint.swift
[122/233] Compiling SwiftProtobuf Version.swift
[123/233] Compiling SwiftProtobuf Visitor.swift
[124/233] Compiling SwiftProtobuf WireFormat.swift
[125/233] Compiling SwiftProtobuf ZigZag.swift
[126/233] Compiling SwiftProtobuf any.pb.swift
[127/233] Compiling NIOCore EventLoop+Deprecated.swift
[128/233] Compiling NIOCore EventLoop+SerialExecutor.swift
[129/233] Compiling NIOCore EventLoop.swift
[130/233] Compiling NIOCore MulticastChannel.swift
[131/233] Compiling NIOCore NIOAny.swift
[132/233] Compiling NIOCore NIOCloseOnErrorHandler.swift
[133/233] Compiling NIOCore NIOLoopBound.swift
[134/233] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[135/233] Compiling NIOCore NIOScheduledCallback.swift
[136/233] Compiling NIOCore NIOSendable.swift
[137/233] Compiling NIOCore RecvByteBufferAllocator.swift
[138/233] Compiling SwiftProtobuf JSONDecodingError.swift
[139/233] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[140/233] Compiling NIOCore BSDSocketAPI.swift
[141/233] Compiling NIOCore ByteBuffer-aux.swift
[142/233] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[143/233] Compiling NIOCore ByteBuffer-conversions.swift
[144/233] Compiling NIOCore ByteBuffer-core.swift
[145/233] Compiling NIOCore ByteBuffer-hex.swift
[146/233] Compiling NIOCore ByteBuffer-int.swift
[147/233] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[148/233] Compiling NIOCore AddressedEnvelope.swift
[149/233] Compiling NIOCore AsyncAwaitSupport.swift
[150/233] Compiling NIOCore AsyncChannel.swift
[151/233] Compiling NIOCore AsyncChannelHandler.swift
[152/233] Compiling NIOCore AsyncChannelInboundStream.swift
[153/233] Compiling NIOCore AsyncChannelOutboundWriter.swift
[154/233] Compiling NIOCore NIOAsyncSequenceProducer.swift
[155/233] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[156/233] Compiling NIOCore NIOAsyncWriter.swift
[157/233] Compiling NIOCore IO.swift
[158/233] Compiling NIOCore IOData.swift
[159/233] Compiling NIOCore IPProtocol.swift
[160/233] Compiling NIOCore IntegerBitPacking.swift
[161/233] Compiling NIOCore IntegerTypes.swift
[162/233] Compiling NIOCore Interfaces.swift
[195/241] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[196/241] Compiling NIOCore SocketAddresses.swift
[197/241] Compiling NIOCore SocketOptionProvider.swift
[198/241] Compiling NIOCore SystemCallHelpers.swift
[199/241] Compiling NIOCore TimeAmount+Duration.swift
[200/241] Compiling NIOCore TypeAssistedChannelHandler.swift
[201/241] Compiling NIOCore UniversalBootstrapSupport.swift
[202/241] Compiling NIOCore Utilities.swift
[203/241] Compiling SwiftProtobuf api.pb.swift
[204/241] Compiling SwiftProtobuf descriptor.pb.swift
[205/241] Compiling SwiftProtobuf duration.pb.swift
[206/241] Compiling SwiftProtobuf empty.pb.swift
[207/241] Compiling SwiftProtobuf field_mask.pb.swift
[208/241] Compiling SwiftProtobuf source_context.pb.swift
[209/241] Compiling SwiftProtobuf struct.pb.swift
[210/241] Compiling SwiftProtobuf timestamp.pb.swift
[211/241] Compiling SwiftProtobuf type.pb.swift
[212/241] Compiling SwiftProtobuf wrappers.pb.swift
[213/241] Compiling SwiftProtobuf resource_bundle_accessor.swift
[242/242] Emitting module NIOCore
[244/293] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[245/293] Compiling NIOEmbedded AsyncTestingChannel.swift
[246/293] Compiling NIOEmbedded Embedded.swift
[247/293] Emitting module NIOEmbedded
[248/294] Compiling NIOPosix Pool.swift
[249/294] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[250/294] Compiling NIOPosix PosixSingletons.swift
[251/294] Compiling NIOPosix RawSocketBootstrap.swift
[252/294] Compiling NIOPosix Resolver.swift
[253/294] Compiling NIOPosix Selectable.swift
[255/300] Compiling NIOPosix ThreadPosix.swift
[256/300] Compiling NIOPosix ThreadWindows.swift
[257/300] Compiling NIOPosix UnsafeTransfer.swift
[258/300] Compiling NIOPosix Utilities.swift
[259/300] Compiling NIOPosix VsockAddress.swift
[260/300] Compiling NIOPosix VsockChannelEvents.swift
[261/300] Compiling NIOPosix SelectableChannel.swift
[262/300] Compiling NIOPosix SelectableEventLoop.swift
[263/300] Compiling NIOPosix SelectorEpoll.swift
[264/300] Compiling NIOPosix SelectorGeneric.swift
[265/300] Compiling NIOPosix SelectorKqueue.swift
[266/300] Compiling NIOPosix SelectorUring.swift
[267/300] Compiling NIOPosix ServerSocket.swift
[268/300] Compiling NIOPosix Socket.swift
[269/300] Compiling NIOPosix SocketChannel.swift
[270/300] Compiling NIOPosix SocketProtocols.swift
[271/300] Compiling NIOPosix System.swift
[272/300] Compiling NIOPosix Thread.swift
[273/300] Compiling NIOPosix BSDSocketAPICommon.swift
[274/300] Compiling NIOPosix BSDSocketAPIPosix.swift
[275/300] Compiling NIOPosix BSDSocketAPIWindows.swift
[276/300] Compiling NIOPosix BaseSocket.swift
[277/300] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[278/300] Compiling NIOPosix BaseSocketChannel.swift
[279/300] Compiling NIOPosix BaseStreamSocketChannel.swift
[280/300] Compiling NIOPosix IO.swift
[281/300] Compiling NIOPosix IntegerBitPacking.swift
[282/300] Compiling NIOPosix IntegerTypes.swift
[283/300] Compiling NIOPosix Linux.swift
[284/300] Compiling NIOPosix LinuxCPUSet.swift
[285/300] Compiling NIOPosix LinuxUring.swift
[286/300] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[287/300] Compiling NIOPosix Bootstrap.swift
[288/300] Compiling NIOPosix ControlMessage.swift
[289/300] Compiling NIOPosix DatagramVectorReadManager.swift
[290/300] Compiling NIOPosix Errors+Any.swift
[291/300] Compiling NIOPosix FileDescriptor.swift
[292/300] Compiling NIOPosix GetaddrinfoResolver.swift
[293/300] Compiling NIOPosix HappyEyeballs.swift
[294/300] Emitting module NIOPosix
[295/300] Compiling NIOPosix NIOThreadPool.swift
[296/300] Compiling NIOPosix NonBlockingFileIO.swift
[297/300] Compiling NIOPosix PendingDatagramWritesManager.swift
[298/300] Compiling NIOPosix PendingWritesManager.swift
[299/300] Compiling NIOPosix PipeChannel.swift
[300/300] Compiling NIOPosix PipePair.swift
[302/303] Compiling NIO Exports.swift
[303/303] Emitting module NIO
[305/331] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[306/331] Compiling NIOTLS TLSEvents.swift
[307/331] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[308/331] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[309/331] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[310/331] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[311/331] Emitting module NIOTLS
[312/331] Compiling NIOTLS SNIHandler.swift
[313/331] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[315/332] Emitting module NIOFoundationCompat
[316/332] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[317/333] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[318/333] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[319/333] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[320/333] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[322/335] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[323/335] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[324/335] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[325/335] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[326/335] Emitting module NIOHTTP1
[327/335] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[328/335] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[329/335] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[330/335] Compiling NIOHTTP1 HTTPTypes.swift
[331/386] Compiling NIOSSL AndroidCABundle.swift
[332/386] Compiling NIOSSL ByteBufferBIO.swift
[333/386] Compiling NIOSSL CustomPrivateKey.swift
[334/388] Compiling NIOSSL SSLInit.swift
[335/388] Compiling NIOSSL SSLPKCS12Bundle.swift
[336/388] Compiling NIOSSL SubjectAlternativeName.swift
[337/388] Compiling NIOSSL IdentityVerification.swift
[338/388] Compiling NIOSSL LinuxCABundle.swift
[339/388] Compiling NIOSSL NIOSSLClientHandler.swift
[340/388] Emitting module NIOTransportServices
[341/388] Compiling NIOSSL SSLCallbacks.swift
[342/388] Compiling NIOSSL SSLContext.swift
[343/388] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[344/388] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[345/388] Compiling NIOSSL NIOSSLServerHandler.swift
[346/388] Compiling NIOSSL ObjectIdentifier.swift
[347/388] Compiling NIOSSL PosixPort.swift
[348/388] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[349/388] Compiling NIOSSL NIOSSLHandler.swift
[350/388] Compiling NIOSSL SSLCertificate.swift
[353/388] Compiling NIOSSL SSLErrors.swift
[354/388] Compiling NIOSSL SSLCertificateExtensions.swift
[355/388] Compiling NIOSSL SSLCertificateName.swift
[356/388] Compiling NIOSSL SSLConnection.swift
[361/390] Compiling NIOSSL SSLPrivateKey.swift
[362/390] Compiling NIOSSL SSLPublicKey.swift
[363/390] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[364/390] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[370/394] Emitting module NIOSSL
[378/423] Compiling NIOSSL SafeCompare.swift
[379/423] Compiling NIOExtras NIORequestIdentifiable.swift
[380/423] Compiling NIOExtras PCAPRingBuffer.swift
[381/423] Compiling NIOExtras QuiescingHelper.swift
[382/423] Compiling NIOExtras RequestResponseHandler.swift
[383/423] Compiling NIOExtras LineBasedFrameDecoder.swift
[384/423] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[385/423] Compiling NIOExtras NIOExtrasError.swift
[386/423] Compiling NIOExtras NIOLengthFieldBitLength.swift
[387/423] Compiling NIOExtras RequestResponseWithIDHandler.swift
[393/425] Compiling NIOSSL Zeroization.swift
[394/425] Compiling NIOSSL TLSConfiguration.swift
[395/425] Compiling NIOSSL UniversalBootstrapSupport.swift
[396/425] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[397/426] Compiling NIOHPACK IndexedHeaderTable.swift
[398/426] Compiling NIOHPACK HuffmanTables.swift
[399/426] Compiling NIOHPACK IntegerCoding.swift
[406/427] Compiling NIOHPACK HuffmanCoding.swift
[407/427] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[408/427] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[409/427] Compiling NIOExtras JSONRPCFraming.swift
[411/427] Compiling NIOExtras DebugOutboundEventsHandler.swift
[412/427] Compiling NIOExtras FixedLengthFrameDecoder.swift
[414/427] Compiling NIOExtras DebugInboundEventsHandler.swift
[417/427] Emitting module NIOHPACK
[418/427] Compiling NIOHPACK StaticHeaderTable.swift
[419/428] Emitting module NIOExtras
[421/428] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[422/428] Compiling NIOExtras LengthFieldPrepender.swift
[427/428] Compiling NIOExtras UnsafeTransfer.swift
[428/428] Compiling NIOExtras WritePCAPHandler.swift
[430/487] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[431/487] Compiling NIOHTTP2 HasFlowControlWindows.swift
[432/487] Compiling NIOHTTP2 HasLocalSettings.swift
[433/487] Compiling NIOHTTP2 HasRemoteSettings.swift
[434/487] Compiling NIOHTTP2 LocallyQuiescingState.swift
[435/487] Compiling NIOHTTP2 QuiescingState.swift
[436/487] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[437/487] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[438/487] Compiling NIOHTTP2 StateMachineResult.swift
[439/487] Compiling NIOHTTP2 ContentLengthVerifier.swift
[440/487] Compiling NIOHTTP2 DOSHeuristics.swift
[441/487] Compiling NIOHTTP2 Error+Any.swift
[442/487] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[443/487] Compiling NIOHTTP2 ControlFrameBuffer.swift
[444/487] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[445/487] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[446/495] Emitting module NIOHTTP2
[447/495] Compiling NIOHTTP2 ConnectionStateMachine.swift
[448/495] Compiling NIOHTTP2 ConnectionStreamsState.swift
[449/495] Compiling NIOHTTP2 MayReceiveFrames.swift
[450/495] Compiling NIOHTTP2 ReceivingDataState.swift
[451/495] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[452/495] Compiling NIOHTTP2 ReceivingHeadersState.swift
[453/495] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[454/495] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[455/495] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[456/495] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[457/495] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[458/495] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[459/495] Compiling NIOHTTP2 HTTP2StreamID.swift
[460/495] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[461/495] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[462/495] Compiling NIOHTTP2 HTTP2UserEvents.swift
[463/495] Compiling NIOHTTP2 InboundEventBuffer.swift
[464/495] Compiling NIOHTTP2 InboundWindowManager.swift
[465/495] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[466/495] Compiling NIOHTTP2 StreamChannelFlowController.swift
[467/495] Compiling NIOHTTP2 StreamChannelList.swift
[468/495] Compiling NIOHTTP2 StreamMap.swift
[469/495] Compiling NIOHTTP2 StreamStateMachine.swift
[470/495] Compiling NIOHTTP2 UnsafeTransfer.swift
[471/495] Compiling NIOHTTP2 WatermarkedFlowController.swift
[472/495] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[473/495] Compiling NIOHTTP2 HTTP2Frame.swift
[474/495] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[475/495] Compiling NIOHTTP2 HTTP2FrameParser.swift
[476/495] Compiling NIOHTTP2 HTTP2PingData.swift
[477/495] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[478/495] Compiling NIOHTTP2 HTTP2Settings.swift
[479/495] Compiling NIOHTTP2 HTTP2Stream.swift
[480/495] Compiling NIOHTTP2 MaySendFrames.swift
[481/495] Compiling NIOHTTP2 SendingDataState.swift
[482/495] Compiling NIOHTTP2 SendingGoawayState.swift
[483/495] Compiling NIOHTTP2 SendingHeadersState.swift
[484/495] Compiling NIOHTTP2 SendingPushPromiseState.swift
[485/495] Compiling NIOHTTP2 SendingRstStreamState.swift
[486/495] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[487/495] Compiling NIOHTTP2 HTTP2SettingsState.swift
[488/495] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[489/495] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[490/495] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[491/495] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[492/495] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[493/495] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[494/495] Compiling NIOHTTP2 HTTP2Error.swift
[495/495] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[497/623] Compiling GRPC GRPCAsyncResponseStream.swift
[498/623] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[499/623] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[500/623] Compiling GRPC GRPCAsyncServerCallContext.swift
[501/623] Compiling GRPC GRPCAsyncServerHandler.swift
[502/623] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[503/623] Compiling GRPC GRPCAsyncUnaryCall.swift
[504/623] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[505/623] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[506/623] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[507/623] Compiling GRPC GRPCSendable.swift
[508/623] Compiling GRPC NIOAsyncWrappers.swift
[509/623] Compiling GRPC BidirectionalStreamingServerHandler.swift
[510/623] Compiling GRPC ClientStreamingServerHandler.swift
[511/623] Compiling GRPC ServerHandlerProtocol.swift
[512/623] Compiling GRPC ServerStreamingServerHandler.swift
[513/623] Compiling GRPC UnaryServerHandler.swift
[514/623] Compiling GRPC CallOptions.swift
[515/640] Compiling GRPC ServerInterceptorContext.swift
[516/640] Compiling GRPC ServerInterceptorPipeline.swift
[517/640] Compiling GRPC ServerInterceptors.swift
[518/640] Compiling GRPC InterceptorContextList.swift
[519/640] Compiling GRPC LengthPrefixedMessageReader.swift
[520/640] Compiling GRPC Logger.swift
[521/640] Compiling GRPC LoggingServerErrorDelegate.swift
[522/640] Compiling GRPC MessageEncodingHeaderValidator.swift
[523/640] Compiling GRPC PlatformSupport.swift
[524/640] Compiling GRPC ReadWriteStates.swift
[525/640] Compiling GRPC Ref.swift
[526/640] Compiling GRPC Serialization.swift
[527/640] Compiling GRPC Server+NIOSSL.swift
[528/640] Compiling GRPC Server.swift
[529/640] Compiling GRPC ServerBuilder+NIOSSL.swift
[530/640] Compiling GRPC ServerBuilder.swift
[531/640] Compiling GRPC ServerCallContext.swift
[532/640] Compiling GRPC StreamingResponseCallContext.swift
[533/640] Compiling GRPC UnaryResponseCallContext.swift
[534/640] Compiling GRPC ServerChannelErrorHandler.swift
[535/640] Compiling GRPC ServerErrorDelegate.swift
[536/640] Compiling GRPC ServerErrorProcessor.swift
[537/640] Compiling GRPC Stopwatch.swift
[538/640] Compiling GRPC StreamEvent.swift
[539/640] Compiling GRPC TLSVerificationHandler.swift
[540/640] Compiling GRPC TLSVersion.swift
[541/640] Compiling GRPC TimeLimit.swift
[542/640] Compiling GRPC UserInfo.swift
[543/640] Compiling GRPC Version.swift
[544/640] Compiling GRPC WebCORSHandler.swift
[545/640] Compiling GRPC WriteCapturingHandler.swift
[546/640] Compiling GRPC _EmbeddedThroughput.swift
[547/640] Compiling GRPC _FakeResponseStream.swift
[548/640] Compiling GRPC _GRPCClientCodecHandler.swift
[549/640] Compiling GRPC _MessageContext.swift
[550/640] Emitting module GRPC
[551/640] Compiling GRPC DelegatingErrorHandler.swift
[552/640] Compiling GRPC Error+NIOSSL.swift
[553/640] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[554/640] Compiling GRPC FakeChannel.swift
[555/640] Compiling GRPC ClientConnection+NIOSSL.swift
[556/640] Compiling GRPC ClientConnection+NWTLS.swift
[557/640] Compiling GRPC GRPCChannel.swift
[558/640] Compiling GRPC GRPCChannelBuilder.swift
[559/640] Compiling GRPC GRPCClient.swift
[560/640] Compiling GRPC GRPCClientChannelHandler.swift
[561/640] Compiling GRPC GRPCClientStateMachine.swift
[562/640] Compiling GRPC GRPCContentType.swift
[563/640] Compiling GRPC GRPCError.swift
[564/640] Compiling GRPC GRPCHeaderName.swift
[565/640] Compiling GRPC GRPCIdleHandler.swift
[566/640] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[567/640] Compiling GRPC GRPCKeepaliveHandlers.swift
[568/640] Compiling GRPC GRPCPayload.swift
[569/640] Compiling GRPC BidirectionalStreamingCall.swift
[570/640] Compiling GRPC Call.swift
[571/640] Compiling GRPC CallDetails.swift
[572/640] Compiling GRPC ClientCall.swift
[573/640] Compiling GRPC ClientStreamingCall.swift
[574/640] Compiling GRPC LazyEventLoopPromise.swift
[575/640] Compiling GRPC ResponseContainers.swift
[576/640] Compiling GRPC ResponsePartContainer.swift
[577/640] Compiling GRPC ServerStreamingCall.swift
[578/640] Compiling GRPC UnaryCall.swift
[579/640] Compiling GRPC ClientConnection.swift
[580/640] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[581/640] Compiling GRPC ClientErrorDelegate.swift
[582/640] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[583/640] Compiling GRPC CompressionAlgorithm.swift
[584/640] Compiling GRPC DecompressionLimit.swift
[585/640] Compiling GRPC MessageEncoding.swift
[586/640] Compiling GRPC Zlib.swift
[587/640] Compiling GRPC Array+BoundsCheck.swift
[588/640] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[589/640] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[590/640] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[591/640] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[592/640] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[593/640] Compiling GRPC ServerHandlerStateMachine.swift
[594/640] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[595/640] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[596/640] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[597/640] Compiling GRPC ServerInterceptorStateMachine.swift
[598/640] Compiling GRPC StreamState.swift
[599/640] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[600/640] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[601/640] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[602/640] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[603/640] Compiling GRPC GRPCAsyncRequestStream.swift
[604/640] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[605/640] Compiling GRPC GRPCServerPipelineConfigurator.swift
[606/640] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[607/640] Compiling GRPC GRPCServiceDescription.swift
[608/640] Compiling GRPC GRPCStatus.swift
[609/640] Compiling GRPC GRPCStatusAndMetadata.swift
[610/640] Compiling GRPC GRPCStatusMessageMarshaller.swift
[611/640] Compiling GRPC GRPCTLSConfiguration.swift
[612/640] Compiling GRPC GRPCTimeout.swift
[613/640] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[614/640] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[615/640] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[616/640] Compiling GRPC ClientInterceptorContext.swift
[617/640] Compiling GRPC ClientInterceptorPipeline.swift
[618/640] Compiling GRPC ClientInterceptorProtocol.swift
[619/640] Compiling GRPC ClientInterceptors.swift
[620/640] Compiling GRPC ClientTransport.swift
[621/640] Compiling GRPC ClientTransportFactory.swift
[622/640] Compiling GRPC MessageParts.swift
[623/640] Compiling GRPC ConnectionBackoff.swift
[624/640] Compiling GRPC ConnectionKeepalive.swift
[625/640] Compiling GRPC ConnectionManager+Delegates.swift
[626/640] Compiling GRPC ConnectionManager.swift
[627/640] Compiling GRPC ConnectionManagerChannelProvider.swift
[628/640] Compiling GRPC ConnectionManagerID.swift
[629/640] Compiling GRPC ConnectionPool+PerConnectionState.swift
[630/640] Compiling GRPC ConnectionPool+Waiter.swift
[631/640] Compiling GRPC ConnectionPool.swift
[632/640] Compiling GRPC ConnectionPoolIDs.swift
[633/640] Compiling GRPC GRPCChannelPool.swift
[634/640] Compiling GRPC PoolManager.swift
[635/640] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[636/640] Compiling GRPC PoolManagerStateMachine.swift
[637/640] Compiling GRPC PooledChannel.swift
[638/640] Compiling GRPC StreamLender.swift
[639/640] Compiling GRPC ConnectivityState.swift
[640/640] Compiling GRPC DebugOnly.swift
[642/666] Emitting module SwiftProtoReflect
[643/669] Compiling SwiftProtoReflect TimestampHandler.swift
[644/669] Compiling SwiftProtoReflect ValueHandler.swift
[645/669] Compiling SwiftProtoReflect WellKnownTypes.swift
[646/669] Compiling SwiftProtoReflect FieldAccessor.swift
[647/669] Compiling SwiftProtoReflect MessageFactory.swift
[648/669] Compiling SwiftProtoReflect AnyHandler.swift
[649/669] Compiling SwiftProtoReflect DurationHandler.swift
[650/669] Compiling SwiftProtoReflect EmptyHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:12: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |            `- error: cannot find 'CFGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:35: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                   `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
[651/669] Compiling SwiftProtoReflect FieldMaskHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:12: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |            `- error: cannot find 'CFGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:35: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                   `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
[652/669] Compiling SwiftProtoReflect StructHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:12: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |            `- error: cannot find 'CFGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:35: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber может представлять как Bool, так и Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |         if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                   `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |           self = .boolValue(number.boolValue)
140 |         } else {
[653/669] Compiling SwiftProtoReflect WireFormat.swift
[654/669] Compiling SwiftProtoReflect ServiceClient.swift
[655/669] Compiling SwiftProtoReflect SwiftProtoReflect.swift
[656/669] Compiling SwiftProtoReflect DescriptorBridge.swift
[657/669] Compiling SwiftProtoReflect StaticMessageBridge.swift
[658/669] Compiling SwiftProtoReflect EnumDescriptor.swift
[659/669] Compiling SwiftProtoReflect FieldDescriptor.swift
[660/669] Compiling SwiftProtoReflect DescriptorPool.swift
[661/669] Compiling SwiftProtoReflect TypeRegistry.swift
[662/669] Compiling SwiftProtoReflect BinaryDeserializer.swift
[663/669] Compiling SwiftProtoReflect FileDescriptor.swift
[664/669] Compiling SwiftProtoReflect MessageDescriptor.swift
[665/669] Compiling SwiftProtoReflect ServiceDescriptor.swift
[666/669] Compiling SwiftProtoReflect DynamicMessage.swift
[667/669] Compiling SwiftProtoReflect BinarySerializer.swift
[668/669] Compiling SwiftProtoReflect JSONDeserializer.swift
[669/669] Compiling SwiftProtoReflect JSONSerializer.swift
BUILD FAILURE 6.1 android