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 master (62fee0), with Swift 6.1 for Android on 27 Sep 2025 02:38:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/truewebber/swift-protoreflect.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 62fee0e Add new dependencies for HTTP2 and logging - Included swift-nio-http2 and swift-log packages in Package.swift to enhance networking capabilities and logging functionality.
Cloned https://github.com/truewebber/swift-protoreflect.git
Revision (git rev-parse @):
62fee0e1e1d7f91821c410786624aa10d197cb7b
SUCCESS checkout https://github.com/truewebber/swift-protoreflect.git at master
========================================
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"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.86.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.38.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.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",
        "NIOCore",
        "NIOPosix"
      ],
      "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",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOHTTP2",
        "Logging"
      ],
      "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.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3910] Fetching swift-log
[3599/55213] Fetching swift-log, grpc-swift
[4425/66896] Fetching swift-log, grpc-swift, swift-nio-http2
[11333/145470] Fetching swift-log, grpc-swift, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.89s)
[10403/141560] Fetching grpc-swift, swift-nio-http2, swift-nio
[31102/181748] Fetching grpc-swift, swift-nio-http2, swift-nio, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (4.72s)
[102747/130445] Fetching swift-nio-http2, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (12.81s)
Fetched https://github.com/apple/swift-nio.git from cache (13.11s)
Fetched https://github.com/apple/swift-protobuf.git from cache (14.16s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (15.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.00s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (2.18s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5009] Fetching swift-system
[5010/22671] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
[2826/17662] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.00s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.1 (0.99s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (3.74s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/6170] Fetching swift-nio-extras
[433/8941] Fetching swift-nio-extras, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.74s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.83s)
[1/15120] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.41s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (4.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.90s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.98s)
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/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1645] Fetching swift-asn1
[100/2835] Fetching swift-asn1, swift-http-structured-headers
[242/5340] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[1655/10795] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[1981/16781] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-algorithms
[3099/23373] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.90s)
[17388/20868] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.10s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.11s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.15s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.16s)
[1/931] Fetching swift-http-types
Fetched https://github.com/apple/swift-certificates.git from cache (1.35s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
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 (2.33s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.12s)
Fetching https://github.com/apple/swift-numerics.git
[1/6369] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.73s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.97s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.99s)
Fetching https://github.com/apple/swift-crypto.git
[1/17156] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (7.02s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (1.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.17s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.96s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
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.29.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.31.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.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.4.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.38.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.15.1
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.34.1
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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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.1.1
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[935/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (2.25s)
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/440] Write sources
[2/440] Copying PrivacyInfo.xcprivacy
[2/440] Write sources
[24/440] Compiling CNIOWindows WSAStartup.c
[25/440] Compiling CNIOWASI CNIOWASI.c
[26/440] Compiling CNIOLinux liburing_shims.c
[26/440] Compiling CNIOPosix event_loop_id.c
[28/440] Compiling CNIOWindows shim.c
[28/440] Compiling _AtomicsShims.c
[30/440] Compiling CNIODarwin shim.c
[30/440] Compiling CNIOLLHTTP c_nio_http.c
[32/440] Compiling fiat_p256_adx_sqr.S
[33/440] Compiling fiat_p256_adx_mul.S
[34/440] Compiling CNIOLinux shim.c
[35/440] Compiling fiat_curve25519_adx_square.S
[36/440] Compiling fiat_curve25519_adx_mul.S
[37/440] Compiling CNIOLLHTTP c_nio_api.c
[38/440] Write swift-version-24593BA9C3E375BF.txt
[39/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/440] Compiling CNIOBoringSSLShims shims.c
[41/446] Compiling tls_method.cc
[41/446] Compiling tls_record.cc
[43/446] Compiling tls13_client.cc
[44/451] Compiling tls13_enc.cc
[45/451] Compiling tls13_server.cc
[46/536] Compiling tls13_both.cc
[48/550] Emitting module InternalCollectionsUtilities
[49/551] Emitting module Logging
[49/551] Compiling t1_enc.cc
[50/551] Compiling ssl_versions.cc
[51/551] Compiling ssl_x509.cc
[53/551] Compiling _NIOBase64 Base64.swift
[54/551] Emitting module _NIOBase64
[55/552] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[56/552] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/552] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/552] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/552] Compiling InternalCollectionsUtilities Debugging.swift
[60/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/552] Compiling InternalCollectionsUtilities Descriptions.swift
[63/552] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/552] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/552] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/552] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/552] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/552] Compiling InternalCollectionsUtilities Integer rank.swift
[69/553] Emitting module _NIODataStructures
[70/553] Compiling _NIODataStructures Heap.swift
[72/553] Compiling _NIODataStructures _TinyArray.swift
[73/553] Compiling _NIODataStructures PriorityQueue.swift
[76/569] Compiling DequeModule _DequeBuffer.swift
[77/569] Compiling DequeModule _DequeBufferHeader.swift
[77/571] Compiling ssl_stat.cc
[79/571] Compiling DequeModule Deque+Extras.swift
[80/571] Compiling DequeModule Deque+Hashable.swift
[81/571] Compiling DequeModule Deque+Equatable.swift
[82/571] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/571] Compiling ssl_transcript.cc
[84/571] Compiling DequeModule _DequeSlot.swift
[85/571] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/571] Compiling DequeModule Deque+Testing.swift
[87/571] Compiling DequeModule Deque._Storage.swift
[88/571] Compiling DequeModule Deque._UnsafeHandle.swift
[89/571] Compiling DequeModule Deque.swift
[90/571] Compiling DequeModule Deque+Codable.swift
[91/571] Compiling DequeModule Deque+Collection.swift
[92/571] Compiling DequeModule Deque+CustomReflectable.swift
[93/571] Compiling DequeModule Deque+Descriptions.swift
[93/571] Compiling ssl_session.cc
[95/571] Emitting module DequeModule
[97/572] Compiling Logging MetadataProvider.swift
[98/572] Compiling Logging Locks.swift
[99/572] Compiling Logging LogHandler.swift
[100/572] Compiling Logging Logging.swift
[100/573] Compiling ssl_privkey.cc
[102/573] Compiling ssl_key_share.cc
[103/573] Compiling ssl_lib.cc
[104/573] Compiling ssl_file.cc
[106/573] Emitting module SwiftProtobuf
[107/584] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[108/584] Compiling SwiftProtobuf Message+FieldMask.swift
[109/584] Compiling SwiftProtobuf Message+JSONAdditions.swift
[110/584] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[111/584] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[112/584] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[113/584] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[114/584] Compiling SwiftProtobuf Message.swift
[115/584] Compiling SwiftProtobuf MessageExtension.swift
[116/584] Compiling SwiftProtobuf NameMap.swift
[117/584] Compiling SwiftProtobuf PathDecoder.swift
[118/584] Compiling SwiftProtobuf PathVisitor.swift
[119/584] Compiling SwiftProtobuf ProtoNameProviding.swift
[120/584] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[121/584] Compiling SwiftProtobuf ProtobufMap.swift
[122/584] Compiling SwiftProtobuf SelectiveVisitor.swift
[123/584] Compiling SwiftProtobuf SimpleExtensionMap.swift
[124/584] Compiling SwiftProtobuf StringUtils.swift
[125/584] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[126/584] Compiling SwiftProtobuf SwiftProtobufError.swift
[127/584] Compiling SwiftProtobuf TextFormatDecoder.swift
[128/584] Compiling SwiftProtobuf TextFormatDecodingError.swift
[129/584] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[130/584] Compiling SwiftProtobuf TextFormatEncoder.swift
[130/584] Compiling ssl_cipher.cc
[131/584] Compiling ssl_credential.cc
[132/584] Compiling ssl_cert.cc
[133/584] Compiling ssl_buffer.cc
[139/584] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[140/584] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[141/584] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[142/584] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[143/584] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[144/584] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[145/584] Compiling SwiftProtobuf HashVisitor.swift
[146/584] Compiling SwiftProtobuf Internal.swift
[147/584] Compiling SwiftProtobuf BytecodeInterpreter.swift
[148/584] Compiling SwiftProtobuf BytecodeReader.swift
[149/584] Compiling SwiftProtobuf CustomJSONCodable.swift
[150/584] Compiling SwiftProtobuf Decoder.swift
[151/584] Compiling SwiftProtobuf DoubleParser.swift
[152/584] Compiling SwiftProtobuf Enum.swift
[153/584] Compiling SwiftProtobuf ExtensibleMessage.swift
[154/584] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[155/584] Compiling SwiftProtobuf ExtensionFields.swift
[156/584] Compiling SwiftProtobuf ExtensionMap.swift
[157/584] Compiling SwiftProtobuf FieldTag.swift
[158/584] Compiling SwiftProtobuf FieldTypes.swift
[159/584] Compiling SwiftProtobuf JSONDecoder.swift
[160/584] Compiling SwiftProtobuf JSONDecodingError.swift
[161/584] Compiling SwiftProtobuf JSONDecodingOptions.swift
[162/584] Compiling SwiftProtobuf JSONEncoder.swift
[163/584] Compiling SwiftProtobuf JSONEncodingError.swift
[164/584] Compiling SwiftProtobuf JSONEncodingOptions.swift
[165/584] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[166/584] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[167/584] Compiling SwiftProtobuf JSONScanner.swift
[168/584] Compiling SwiftProtobuf MathUtils.swift
[169/584] Compiling SwiftProtobuf Message+AnyAdditions.swift
[170/584] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[170/584] Compiling ssl_asn1.cc
[172/584] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[173/584] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[174/584] Compiling SwiftProtobuf TextFormatScanner.swift
[175/584] Compiling SwiftProtobuf TimeUtils.swift
[176/584] Compiling SwiftProtobuf UnknownStorage.swift
[177/584] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[178/584] Compiling SwiftProtobuf Varint.swift
[179/584] Compiling SwiftProtobuf Version.swift
[180/584] Compiling SwiftProtobuf Visitor.swift
[181/584] Compiling SwiftProtobuf WireFormat.swift
[182/584] Compiling SwiftProtobuf ZigZag.swift
[183/584] Compiling SwiftProtobuf any.pb.swift
[183/584] Compiling ssl_aead_ctx.cc
[184/584] Compiling s3_pkt.cc
[185/584] Compiling s3_both.cc
[186/584] Compiling s3_lib.cc
[199/584] Compiling handshake_server.cc
[200/584] Compiling handshake_client.cc
[201/584] Compiling handoff.cc
[202/584] Compiling handshake.cc
[203/584] Compiling extensions.cc
[204/584] Compiling dtls_record.cc
[205/584] Compiling d1_srtp.cc
[206/584] Compiling encrypted_client_hello.cc
[207/584] Compiling dtls_method.cc
[208/584] Compiling d1_pkt.cc
[209/584] Compiling md5-x86_64-linux.S
[210/584] Compiling md5-x86_64-apple.S
[211/584] Compiling md5-586-linux.S
[212/584] Compiling md5-586-apple.S
[213/584] Compiling chacha20_poly1305_x86_64-linux.S
[214/584] Compiling chacha20_poly1305_armv8-win.S
[215/584] Compiling chacha20_poly1305_x86_64-apple.S
[216/584] Compiling d1_lib.cc
[217/584] Compiling chacha20_poly1305_armv8-apple.S
[218/584] Compiling chacha-x86_64-linux.S
[219/584] Compiling chacha-x86_64-apple.S
[220/584] Compiling chacha20_poly1305_armv8-linux.S
[221/584] Compiling chacha-x86-linux.S
[221/584] Compiling chacha-x86-apple.S
[223/584] Compiling chacha-armv8-win.S
[224/584] Compiling chacha-armv8-apple.S
[225/584] Compiling chacha-armv4-linux.S
[226/584] Compiling chacha-armv8-linux.S
[227/584] Compiling aes128gcmsiv-x86_64-linux.S
[228/584] Compiling aes128gcmsiv-x86_64-apple.S
[229/584] Compiling x86_64-mont5-linux.S
[230/584] Compiling x86_64-mont-linux.S
[231/584] Compiling x86_64-mont5-apple.S
[232/584] Compiling x86-mont-linux.S
[233/584] Compiling x86_64-mont-apple.S
[234/584] Compiling x86-mont-apple.S
[235/584] Compiling vpaes-x86_64-linux.S
[236/584] Compiling vpaes-x86_64-apple.S
[237/584] Compiling vpaes-x86-linux.S
[238/584] Compiling vpaes-x86-apple.S
[239/584] Compiling vpaes-armv8-win.S
[240/584] Compiling err_data.cc
[241/584] Compiling vpaes-armv8-apple.S
[242/584] Compiling vpaes-armv8-linux.S
[243/584] Compiling sha512-x86_64-linux.S
[244/584] Compiling sha512-x86_64-apple.S
[245/584] Compiling vpaes-armv7-linux.S
[246/584] Compiling sha512-armv8-win.S
[247/584] Compiling sha512-586-linux.S
[248/584] Compiling sha512-armv8-linux.S
[249/584] Compiling sha512-armv4-linux.S
[250/584] Compiling sha512-armv8-apple.S
[251/584] Compiling sha256-x86_64-apple.S
[252/584] Compiling sha256-x86_64-linux.S
[253/584] Compiling sha256-armv8-win.S
[254/584] Compiling sha512-586-apple.S
[255/584] Compiling sha256-armv8-apple.S
[256/584] Compiling sha256-armv4-linux.S
[257/584] Compiling sha256-586-linux.S
[258/584] Compiling sha256-586-apple.S
[259/584] Compiling sha256-armv8-linux.S
[260/584] Compiling sha1-x86_64-linux.S
[261/584] Compiling sha1-x86_64-apple.S
[262/584] Compiling sha1-armv8-win.S
[263/584] Compiling sha1-armv8-apple.S
[264/584] Compiling sha1-586-linux.S
[265/584] Compiling sha1-armv4-large-linux.S
[266/584] Compiling sha1-586-apple.S
[267/584] Compiling sha1-armv8-linux.S
[268/584] Compiling rsaz-avx2-linux.S
[269/584] Compiling rsaz-avx2-apple.S
[270/584] Compiling rdrand-x86_64-apple.S
[271/584] Compiling rdrand-x86_64-linux.S
[272/584] Compiling p256_beeu-x86_64-asm-apple.S
[273/584] Compiling p256_beeu-x86_64-asm-linux.S
[274/584] Compiling p256_beeu-armv8-asm-win.S
[275/584] Compiling p256_beeu-armv8-asm-linux.S
[276/584] Compiling p256_beeu-armv8-asm-apple.S
[277/584] Compiling p256-x86_64-asm-apple.S
[278/584] Compiling p256-x86_64-asm-linux.S
[279/584] Compiling p256-armv8-asm-win.S
[280/584] Compiling p256-armv8-asm-apple.S
[281/584] Compiling ghashv8-armv8-win.S
[282/584] Compiling bio_ssl.cc
[283/584] Compiling ghashv8-armv8-apple.S
[284/584] Compiling p256-armv8-asm-linux.S
[285/584] Compiling ghashv8-armv8-linux.S
[286/584] Compiling ghashv8-armv7-linux.S
[287/584] Compiling ghash-x86_64-linux.S
[288/584] Compiling ghash-x86_64-apple.S
[289/584] Compiling ghash-x86-apple.S
[290/584] Compiling ghash-x86-linux.S
[291/584] Compiling ghash-ssse3-x86_64-linux.S
[292/584] Compiling ghash-ssse3-x86_64-apple.S
[293/584] Compiling ghash-ssse3-x86-linux.S
[294/584] Compiling ghash-neon-armv8-win.S
[295/584] Compiling ghash-ssse3-x86-apple.S
[296/584] Compiling ghash-neon-armv8-apple.S
[297/584] Compiling ghash-neon-armv8-linux.S
[298/584] Compiling ghash-armv4-linux.S
[299/584] Compiling co-586-linux.S
[300/584] Compiling bsaes-armv7-linux.S
[301/584] Compiling co-586-apple.S
[302/584] Compiling bn-armv8-win.S
[303/584] Compiling bn-armv8-linux.S
[304/584] Compiling bn-586-apple.S
[305/584] Compiling bn-armv8-apple.S
[306/584] Compiling bn-586-linux.S
[307/584] Compiling d1_both.cc
[308/584] Compiling armv8-mont-win.S
[309/584] Compiling armv8-mont-linux.S
[310/584] Compiling armv8-mont-apple.S
[311/584] Compiling aesv8-gcm-armv8-apple.S
[312/584] Compiling aesv8-gcm-armv8-win.S
[313/584] Compiling aesv8-armv8-win.S
[314/584] Compiling armv4-mont-linux.S
[315/584] Compiling aesv8-gcm-armv8-linux.S
[316/584] Compiling aesv8-armv8-apple.S
[317/584] Compiling aesv8-armv8-linux.S
[318/584] Compiling aesni-x86_64-linux.S
[319/584] Compiling aesv8-armv7-linux.S
[320/584] Compiling aesni-x86-apple.S
[321/584] Compiling aes-gcm-avx2-x86_64-linux.S
[322/584] Compiling aesni-gcm-x86_64-apple.S
[322/584] Compiling aesni-x86_64-apple.S
[324/584] Compiling aesni-x86-linux.S
[325/584] Compiling aes-gcm-avx2-x86_64-apple.S
[326/584] Compiling aesni-gcm-x86_64-linux.S
[327/584] Compiling aes-gcm-avx10-x86_64-linux.S
[328/584] Compiling aes-gcm-avx10-x86_64-apple.S
[329/584] Compiling x_req.cc
[330/584] Compiling x_sig.cc
[331/584] Compiling x_spki.cc
[332/584] Compiling x_val.cc
[333/584] Compiling x_pubkey.cc
[334/584] Compiling x_x509a.cc
[335/584] Compiling x_x509.cc
[336/584] Compiling x_name.cc
[337/584] Compiling x_algor.cc
[338/584] Compiling x_exten.cc
[339/584] Compiling x_attrib.cc
[340/584] Compiling x_crl.cc
[341/584] Compiling x_all.cc
[342/584] Compiling x509spki.cc
[343/584] Compiling x509rset.cc
[344/584] Compiling x509name.cc
[345/584] Compiling x509_v3.cc
[346/584] Compiling x509_txt.cc
[347/584] Compiling x509_vpm.cc
[348/584] Compiling x509cset.cc
[349/584] Compiling x509_vfy.cc
[350/584] Compiling x509_trs.cc
[351/584] Compiling x509_set.cc
[352/584] Compiling x509_req.cc
[353/584] Compiling x509_obj.cc
[354/584] Compiling x509_def.cc
[355/584] Compiling x509_ext.cc
[356/584] Compiling x509_lu.cc
[358/584] Compiling SwiftProtobuf api.pb.swift
[359/584] Compiling SwiftProtobuf descriptor.pb.swift
[360/584] Compiling SwiftProtobuf duration.pb.swift
[361/584] Compiling SwiftProtobuf empty.pb.swift
[362/584] Compiling SwiftProtobuf field_mask.pb.swift
[363/584] Compiling SwiftProtobuf source_context.pb.swift
[364/584] Compiling SwiftProtobuf struct.pb.swift
[365/584] Compiling SwiftProtobuf timestamp.pb.swift
[366/584] Compiling SwiftProtobuf type.pb.swift
[367/584] Compiling SwiftProtobuf wrappers.pb.swift
[368/584] Compiling SwiftProtobuf resource_bundle_accessor.swift
[369/585] Compiling x509_d2.cc
[370/585] Compiling x509_cmp.cc
[371/585] Compiling x509_att.cc
[372/585] Compiling v3_skey.cc
[373/585] Compiling x509.cc
[374/585] Compiling v3_utl.cc
[375/585] Compiling v3_purp.cc
[376/585] Compiling v3_pmaps.cc
[377/585] Compiling v3_prn.cc
[378/585] Compiling v3_pcons.cc
[379/585] Compiling v3_ncons.cc
[380/585] Compiling v3_ocsp.cc
[381/585] Compiling v3_lib.cc
[382/585] Compiling v3_info.cc
[383/585] Compiling v3_int.cc
[384/585] Compiling v3_genn.cc
[385/585] Compiling v3_ia5.cc
[386/585] Compiling v3_enum.cc
[387/585] Compiling v3_extku.cc
[388/585] Compiling v3_crld.cc
[389/585] Compiling v3_bitst.cc
[390/585] Compiling v3_cpols.cc
[391/585] Compiling v3_conf.cc
[392/585] Compiling v3_bcons.cc
[393/585] Compiling t_x509a.cc
[394/585] Compiling v3_alt.cc
[395/585] Compiling v3_akeya.cc
[396/585] Compiling v3_akey.cc
[397/585] Compiling t_req.cc
[398/585] Compiling t_crl.cc
[399/585] Compiling t_x509.cc
[400/585] Compiling rsa_pss.cc
[401/585] Compiling i2d_pr.cc
[402/585] Compiling policy.cc
[403/585] Compiling name_print.cc
[404/585] Compiling a_verify.cc
[405/585] Compiling asn1_gen.cc
[406/585] Compiling by_file.cc
[407/585] Compiling by_dir.cc
[408/585] Compiling algorithm.cc
[409/585] Compiling a_sign.cc
[410/585] Compiling thread_pthread.cc
[411/585] Compiling thread_win.cc
[412/585] Compiling thread_none.cc
[413/585] Compiling a_digest.cc
[414/585] Compiling voprf.cc
[415/585] Compiling trust_token.cc
[416/585] Compiling pmbtoken.cc
[417/585] Compiling thread.cc
[418/585] Compiling stack.cc
[419/585] Compiling sha256.cc
[420/585] Compiling siphash.cc
[421/585] Compiling sha512.cc
[422/585] Compiling sha1.cc
[423/585] Compiling slhdsa.cc
[424/585] Compiling rsa_crypt.cc
[425/585] Compiling rsa_extra.cc
[426/585] Compiling rsa_print.cc
[427/585] Compiling spake2plus.cc
[428/585] Compiling rc4.cc
[429/585] Compiling windows.cc
[430/585] Compiling urandom.cc
[431/585] Compiling refcount.cc
[432/585] Compiling rsa_asn1.cc
[433/585] Compiling passive.cc
[434/585] Compiling trusty.cc
[435/585] Compiling rand.cc
[436/585] Compiling deterministic.cc
[437/585] Compiling ios.cc
[438/585] Compiling fork_detect.cc
[439/585] Compiling poly1305_arm_asm.S
[440/585] Compiling getentropy.cc
[441/585] Compiling forkunsafe.cc
[442/585] Compiling poly1305_arm.cc
[443/585] Compiling poly1305_vec.cc
[444/585] Compiling poly1305.cc
[445/585] Compiling pool.cc
[446/585] Compiling pkcs8.cc
[447/585] Compiling p5_pbev2.cc
[448/585] Compiling pkcs8_x509.cc
[449/585] Compiling pkcs7.cc
[450/585] Compiling pem_x509.cc
[451/585] Compiling pkcs7_x509.cc
[452/585] Compiling pem_xaux.cc
[453/585] Compiling pem_pkey.cc
[454/585] Compiling pem_pk8.cc
[455/585] Compiling mlkem.cc
[456/585] Compiling pem_lib.cc
[457/585] Compiling pem_oth.cc
[458/585] Compiling obj_xref.cc
[459/585] Compiling pem_info.cc
[460/585] Compiling obj.cc
[461/585] Compiling pem_all.cc
[462/585] Compiling poly_rq_mul.S
[463/585] Compiling mldsa.cc
[464/585] Compiling fips_shared_support.cc
[465/585] Compiling md4.cc
[466/585] Compiling lhash.cc
[467/585] Compiling mem.cc
[468/585] Compiling md5.cc
[469/585] Compiling kyber.cc
[470/585] Compiling ex_data.cc
[471/585] Compiling hpke.cc
[472/585] Compiling sign.cc
[473/585] Compiling scrypt.cc
[474/585] Compiling hrss.cc
[475/585] Compiling print.cc
[476/585] Compiling pbkdf.cc
[477/585] Compiling p_x25519.cc
[478/585] Compiling p_ed25519_asn1.cc
[479/585] Compiling p_ed25519.cc
[480/585] Compiling p_rsa_asn1.cc
[481/585] Compiling p_rsa.cc
[482/585] Compiling p_x25519_asn1.cc
[483/585] Compiling p_hkdf.cc
[484/585] Compiling p_ec_asn1.cc
[484/585] Compiling p_ec.cc
[486/585] Compiling p_dh_asn1.cc
[487/585] Compiling p_dh.cc
[488/585] Compiling evp_ctx.cc
[489/585] Compiling p_dsa_asn1.cc
[490/585] Compiling ecdh.cc
[491/585] Compiling engine.cc
[492/585] Compiling err.cc
[493/585] Compiling evp_asn1.cc
[494/585] Compiling evp.cc
[495/585] Compiling ecdsa_asn1.cc
[496/585] Compiling ec_derive.cc
[497/585] Compiling hash_to_curve.cc
[498/585] Compiling params.cc
[499/585] Compiling dsa.cc
[500/585] Compiling ec_asn1.cc
[501/585] Compiling digest_extra.cc
[502/585] Compiling dsa_asn1.cc
[503/585] Compiling x25519-asm-arm.S
[504/585] Compiling bcm.cc
[505/585] Compiling des.cc
[506/585] Compiling dh_asn1.cc
[507/585] Compiling spake25519.cc
[508/585] Compiling curve25519_64_adx.cc
[509/585] Compiling cpu_intel.cc
[510/585] Compiling crypto.cc
[511/585] Compiling cpu_arm_linux.cc
[512/585] Compiling curve25519.cc
[513/585] Compiling cpu_aarch64_win.cc
[514/585] Compiling cpu_arm_freebsd.cc
[515/585] Compiling cpu_aarch64_sysreg.cc
[516/585] Compiling cpu_aarch64_openbsd.cc
[517/585] Compiling cpu_aarch64_linux.cc
[518/585] Compiling cpu_aarch64_fuchsia.cc
[519/585] Compiling cpu_aarch64_apple.cc
[520/585] Compiling conf.cc
[521/585] Compiling get_cipher.cc
[522/585] Compiling tls_cbc.cc
[523/585] Compiling e_tls.cc
[524/585] Compiling e_rc4.cc
[525/585] Compiling e_rc2.cc
[526/585] Compiling e_des.cc
[527/585] Compiling e_null.cc
[528/585] Compiling e_chacha20poly1305.cc
[529/585] Compiling e_aesctrhmac.cc
[530/585] Compiling e_aesgcmsiv.cc
[531/585] Compiling chacha.cc
[532/585] Compiling derive_key.cc
[533/585] Compiling unicode.cc
[534/585] Compiling buf.cc
[535/585] Compiling ber.cc
[536/585] Compiling asn1_compat.cc
[537/585] Compiling bn_asn1.cc
[538/585] Compiling cbb.cc
[539/585] Compiling cbs.cc
[540/585] Compiling socket.cc
[541/585] Compiling blake2.cc
[542/585] Compiling socket_helper.cc
[543/585] Compiling convert.cc
[544/585] Compiling pair.cc
[545/585] Compiling hexdump.cc
[546/585] Compiling printf.cc
[547/585] Compiling file.cc
[548/585] Compiling errno.cc
[549/585] Compiling fd.cc
[550/585] Compiling connect.cc
[551/585] Compiling bio_mem.cc
[552/585] Compiling base64.cc
[553/585] Compiling bio.cc
[554/585] Compiling tasn_utl.cc
[555/585] Compiling tasn_typ.cc
[556/585] Compiling tasn_fre.cc
[557/585] Compiling tasn_enc.cc
[558/585] Compiling posix_time.cc
[559/585] Compiling f_string.cc
[560/585] Compiling tasn_dec.cc
[561/585] Compiling tasn_new.cc
[562/585] Compiling f_int.cc
[563/585] Compiling asn_pack.cc
[564/585] Compiling asn1_par.cc
[565/585] Compiling a_utctm.cc
[566/585] Compiling a_strnid.cc
[567/585] Compiling a_octet.cc
[568/585] Compiling a_type.cc
[569/585] Compiling a_time.cc
[570/585] Compiling asn1_lib.cc
[571/585] Compiling a_strex.cc
[572/585] Compiling a_dup.cc
[573/585] Compiling a_object.cc
[574/585] Compiling a_mbstr.cc
[575/585] Compiling a_i2d_fp.cc
[576/585] Compiling CGRPCZlib empty.c
[576/585] Write sources
[578/585] Compiling a_int.cc
[579/585] Compiling a_d2i_fp.cc
[580/603] Compiling a_bool.cc
[581/603] Compiling a_gentm.cc
[583/603] Compiling Atomics ManagedAtomic.swift
[584/603] Compiling Atomics ManagedAtomicLazyReference.swift
[584/605] Compiling a_bitstr.cc
[586/605] Compiling Atomics AtomicMemoryOrderings.swift
[587/605] Compiling Atomics DoubleWord.swift
[588/605] Compiling Atomics OptionalRawRepresentable.swift
[589/605] Compiling Atomics RawRepresentable.swift
[590/605] Compiling Atomics AtomicBool.swift
[591/605] Compiling Atomics UnsafeAtomic.swift
[592/605] Compiling Atomics UnsafeAtomicLazyReference.swift
[593/605] Compiling Atomics IntegerOperations.swift
[594/605] Compiling Atomics Unmanaged extensions.swift
[595/605] Compiling Atomics AtomicInteger.swift
[596/605] Compiling Atomics AtomicOptionalWrappable.swift
[597/605] Compiling Atomics AtomicReference.swift
[598/605] Emitting module Atomics
[599/605] Compiling Atomics IntegerConformances.swift
[600/605] Compiling Atomics PointerConformances.swift
[601/605] Compiling Atomics Primitives.native.swift
[602/605] Compiling Atomics AtomicStorage.swift
[603/605] Compiling Atomics AtomicValue.swift
[604/606] Compiling c-nioatomics.c
[605/606] Compiling c-atomics.c
[607/612] Compiling NIOConcurrencyHelpers lock.swift
[608/612] Emitting module NIOConcurrencyHelpers
[609/612] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[610/612] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[611/612] Compiling NIOConcurrencyHelpers NIOLock.swift
[612/612] Compiling NIOConcurrencyHelpers atomics.swift
[614/674] Compiling NIOCore NIOAny.swift
[615/674] Compiling NIOCore NIOCloseOnErrorHandler.swift
[616/674] Compiling NIOCore NIOCoreSendableMetatype.swift
[617/674] Compiling NIOCore NIOLoopBound.swift
[618/674] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[619/674] Compiling NIOCore NIOScheduledCallback.swift
[620/674] Compiling NIOCore NIOSendable.swift
[621/674] Compiling NIOCore RecvByteBufferAllocator.swift
[622/682] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[623/682] Compiling NIOCore SocketAddresses.swift
[624/682] Compiling NIOCore SocketOptionProvider.swift
[625/682] Compiling NIOCore SystemCallHelpers.swift
[626/682] Compiling NIOCore TimeAmount+Duration.swift
[627/682] Compiling NIOCore TypeAssistedChannelHandler.swift
[628/682] Compiling NIOCore UniversalBootstrapSupport.swift
[629/682] Compiling NIOCore Utilities.swift
[630/682] Compiling NIOCore AddressedEnvelope.swift
[631/682] Compiling NIOCore AsyncAwaitSupport.swift
[632/682] Compiling NIOCore AsyncChannel.swift
[633/682] Compiling NIOCore AsyncChannelHandler.swift
[634/682] Compiling NIOCore AsyncChannelInboundStream.swift
[635/682] Compiling NIOCore AsyncChannelOutboundWriter.swift
[636/682] Compiling NIOCore NIOAsyncSequenceProducer.swift
[637/682] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[638/682] Compiling NIOCore NIOAsyncWriter.swift
[639/682] Compiling NIOCore CircularBuffer.swift
[640/682] Compiling NIOCore Codec.swift
[641/682] Compiling NIOCore ConvenienceOptionSupport.swift
[642/682] Compiling NIOCore DeadChannel.swift
[643/682] Compiling NIOCore DispatchQueue+WithFuture.swift
[644/682] Compiling NIOCore EventLoop+Deprecated.swift
[645/682] Compiling NIOCore EventLoop+SerialExecutor.swift
[646/682] Compiling NIOCore EventLoop.swift
[647/682] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[648/682] Compiling NIOCore IOData.swift
[649/682] Compiling NIOCore IPProtocol.swift
[650/682] Compiling NIOCore IntegerBitPacking.swift
[651/682] Compiling NIOCore IntegerTypes.swift
[652/682] Compiling NIOCore Interfaces.swift
[653/682] Compiling NIOCore Linux.swift
[654/682] Compiling NIOCore MarkedCircularBuffer.swift
[655/682] Compiling NIOCore MulticastChannel.swift
[656/682] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[657/682] Compiling NIOCore BSDSocketAPI.swift
[658/682] Compiling NIOCore ByteBuffer-aux.swift
[659/682] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[660/682] Compiling NIOCore ByteBuffer-conversions.swift
[661/682] Compiling NIOCore ByteBuffer-core.swift
[662/682] Compiling NIOCore ByteBuffer-hex.swift
[663/682] Compiling NIOCore ByteBuffer-int.swift
[664/682] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[665/682] Compiling NIOCore ByteBuffer-multi-int.swift
[666/682] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[667/682] Compiling NIOCore ByteBuffer-views.swift
[668/682] Compiling NIOCore Channel.swift
[669/682] Compiling NIOCore ChannelHandler.swift
[670/682] Compiling NIOCore ChannelHandlers.swift
[671/682] Compiling NIOCore ChannelInvoker.swift
[672/682] Compiling NIOCore ChannelOption.swift
[673/682] Compiling NIOCore ChannelPipeline.swift
[674/682] Compiling NIOCore EventLoopFuture+Deprecated.swift
[675/682] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[676/682] Compiling NIOCore EventLoopFuture.swift
[677/682] Compiling NIOCore FileDescriptor.swift
[678/682] Compiling NIOCore FileHandle.swift
[679/682] Compiling NIOCore FileRegion.swift
[680/682] Compiling NIOCore GlobalSingletons.swift
[681/682] Compiling NIOCore IO.swift
[682/682] Emitting module NIOCore
[684/737] Compiling NIOEmbedded AsyncTestingChannel.swift
[685/737] Emitting module NIOEmbedded
[686/737] Compiling NIOEmbedded Embedded.swift
[687/737] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[689/738] Compiling NIOPosix Socket.swift
[690/738] Compiling NIOPosix SocketChannel.swift
[691/738] Compiling NIOPosix SocketProtocols.swift
[692/738] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[693/738] Compiling NIOPosix System.swift
[694/738] Compiling NIOPosix Thread.swift
[695/738] Compiling NIOPosix ThreadPosix.swift
[696/738] Compiling NIOPosix Pool.swift
[697/738] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[698/738] Compiling NIOPosix PosixSingletons.swift
[699/738] Compiling NIOPosix RawSocketBootstrap.swift
[700/738] Compiling NIOPosix Resolver.swift
[701/738] Compiling NIOPosix Selectable.swift
[702/738] Compiling NIOPosix SelectableChannel.swift
[703/738] Compiling NIOPosix SelectableEventLoop.swift
[704/738] Compiling NIOPosix SelectorEpoll.swift
[705/738] Compiling NIOPosix SelectorGeneric.swift
[706/738] Compiling NIOPosix SelectorKqueue.swift
[707/738] Compiling NIOPosix SelectorUring.swift
[708/738] Compiling NIOPosix SelectorWSAPoll.swift
[709/738] Compiling NIOPosix ServerSocket.swift
[710/744] Compiling NIOPosix Bootstrap.swift
[711/744] Compiling NIOPosix ControlMessage.swift
[712/744] Compiling NIOPosix DatagramVectorReadManager.swift
[713/744] Compiling NIOPosix Errors+Any.swift
[714/744] Compiling NIOPosix FileDescriptor.swift
[715/744] Compiling NIOPosix GetaddrinfoResolver.swift
[716/744] Compiling NIOPosix HappyEyeballs.swift
[717/744] Emitting module NIOPosix
[718/744] Compiling NIOPosix BSDSocketAPICommon.swift
[719/744] Compiling NIOPosix BSDSocketAPIPosix.swift
[720/744] Compiling NIOPosix BSDSocketAPIWindows.swift
[721/744] Compiling NIOPosix BaseSocket.swift
[722/744] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[723/744] Compiling NIOPosix BaseSocketChannel.swift
[724/744] Compiling NIOPosix BaseStreamSocketChannel.swift
[725/744] Compiling NIOPosix IO.swift
[726/744] Compiling NIOPosix IntegerBitPacking.swift
[727/744] Compiling NIOPosix IntegerTypes.swift
[728/744] Compiling NIOPosix Linux.swift
[729/744] Compiling NIOPosix LinuxCPUSet.swift
[730/744] Compiling NIOPosix LinuxUring.swift
[731/744] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[732/744] Compiling NIOPosix NIOPosixSendableMetatype.swift
[733/744] Compiling NIOPosix NIOThreadPool.swift
[734/744] Compiling NIOPosix NonBlockingFileIO.swift
[735/744] Compiling NIOPosix PendingDatagramWritesManager.swift
[736/744] Compiling NIOPosix PendingWritesManager.swift
[737/744] Compiling NIOPosix PipeChannel.swift
[738/744] Compiling NIOPosix PipePair.swift
[739/744] Compiling NIOPosix ThreadWindows.swift
[740/744] Compiling NIOPosix UnsafeTransfer.swift
[741/744] Compiling NIOPosix Utilities.swift
[742/744] Compiling NIOPosix VsockAddress.swift
[743/744] Compiling NIOPosix VsockChannelEvents.swift
[744/744] Compiling NIOPosix Windows.swift
[746/747] Emitting module NIO
[747/747] Compiling NIO Exports.swift
[749/775] Compiling NIOTLS TLSEvents.swift
[750/775] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[751/775] Emitting module NIOTLS
[752/775] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[753/775] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[754/775] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[755/775] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[756/775] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[757/775] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[758/777] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[759/777] Compiling NIOTLS SNIHandler.swift
[761/778] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[762/778] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[763/778] Emitting module NIOFoundationCompat
[764/778] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[765/779] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[766/779] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[768/830] Compiling NIOTransportServices NIOTSBootstraps.swift
[769/830] Compiling NIOTransportServices NIOTSChannelOptions.swift
[772/830] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[773/830] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[774/830] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[775/830] Compiling NIOTransportServices NIOTSListenerChannel.swift
[776/832] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[777/832] Compiling NIOTransportServices NIOTSErrors.swift
[778/832] Compiling NIOTransportServices NIOTSEventLoop.swift
[779/832] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[780/832] Compiling NIOTransportServices NIOTSSingletons.swift
[781/832] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[782/832] Compiling NIOTransportServices StateManagedChannel.swift
[783/832] Compiling NIOTransportServices StateManagedListenerChannel.swift
[784/832] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[785/832] Emitting module NIOHTTP1
[786/832] Emitting module NIOTransportServices
[787/832] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[788/832] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[789/832] Compiling NIOTransportServices AcceptHandler.swift
[790/832] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[791/832] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[792/832] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[793/832] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[794/832] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[806/863] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[807/863] Compiling NIOExtras NIOExtrasError.swift
[808/865] Compiling NIOHPACK IndexedHeaderTable.swift
[809/866] Compiling NIOHPACK StaticHeaderTable.swift
[810/866] Compiling NIOHPACK IntegerCoding.swift
[811/866] Compiling NIOHPACK HuffmanTables.swift
[812/866] Compiling NIOExtras NIOLengthFieldBitLength.swift
[813/866] Compiling NIOExtras NIORequestIdentifiable.swift
[814/866] Compiling NIOExtras PCAPRingBuffer.swift
[815/866] Compiling NIOExtras QuiescingHelper.swift
[816/866] Compiling NIOExtras RequestResponseHandler.swift
[817/866] Compiling NIOExtras RequestResponseHandlers+State.swift
[821/866] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[822/870] Compiling NIOHPACK HPACKHeader.swift
[823/870] Compiling NIOHPACK HeaderTables.swift
[824/870] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[825/870] Compiling NIOExtras LengthFieldPrepender.swift
[826/870] Compiling NIOExtras DebugInboundEventsHandler.swift
[827/870] Compiling NIOExtras DebugOutboundEventsHandler.swift
[828/870] Compiling NIOExtras FixedLengthFrameDecoder.swift
[829/870] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[830/870] Emitting module NIOSSL
[831/870] Emitting module NIOExtras
[832/870] Compiling NIOHPACK HuffmanCoding.swift
[837/870] Emitting module NIOHPACK
[843/870] Compiling NIOExtras LineBasedFrameDecoder.swift
[847/870] Compiling NIOSSL SubjectAlternativeName.swift
[848/870] Compiling NIOSSL NIOSSLSecureBytes.swift
[849/870] Compiling NIOSSL RNG.swift
[850/870] Compiling NIOSSL SafeCompare.swift
[863/871] Compiling NIOExtras RequestResponseWithIDHandler.swift
[864/871] Compiling NIOExtras WritePCAPHandler.swift
[869/872] Compiling NIOSSL Zeroization.swift
[870/872] Compiling NIOSSL TLSConfiguration.swift
[871/872] Compiling NIOSSL UniversalBootstrapSupport.swift
[872/872] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[874/933] Compiling NIOHTTP2 MaySendFrames.swift
[875/933] Compiling NIOHTTP2 SendingDataState.swift
[876/933] Compiling NIOHTTP2 SendingGoawayState.swift
[877/933] Compiling NIOHTTP2 SendingHeadersState.swift
[878/933] Compiling NIOHTTP2 SendingPushPromiseState.swift
[879/933] Compiling NIOHTTP2 SendingRstStreamState.swift
[880/933] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[881/933] Compiling NIOHTTP2 HTTP2SettingsState.swift
[882/933] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[883/941] Emitting module NIOHTTP2
[884/941] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[885/941] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[886/941] Compiling NIOHTTP2 StreamChannelFlowController.swift
[887/941] Compiling NIOHTTP2 StreamChannelList.swift
[888/941] Compiling NIOHTTP2 StreamMap.swift
[889/941] Compiling NIOHTTP2 StreamStateMachine.swift
[890/941] Compiling NIOHTTP2 UnsafeTransfer.swift
[891/941] Compiling NIOHTTP2 WatermarkedFlowController.swift
[892/941] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[893/941] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[894/941] Compiling NIOHTTP2 HTTP2StreamID.swift
[895/941] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[896/941] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[897/941] Compiling NIOHTTP2 HTTP2UserEvents.swift
[898/941] Compiling NIOHTTP2 InboundEventBuffer.swift
[899/941] Compiling NIOHTTP2 InboundWindowManager.swift
[900/941] Compiling NIOHTTP2 HTTP2Frame.swift
[901/941] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[902/941] Compiling NIOHTTP2 HTTP2FrameParser.swift
[903/941] Compiling NIOHTTP2 HTTP2PingData.swift
[904/941] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[905/941] Compiling NIOHTTP2 HTTP2Settings.swift
[906/941] Compiling NIOHTTP2 HTTP2Stream.swift
[907/941] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[908/941] Compiling NIOHTTP2 DOSHeuristics.swift
[909/941] Compiling NIOHTTP2 Error+Any.swift
[910/941] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[911/941] Compiling NIOHTTP2 ControlFrameBuffer.swift
[912/941] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[913/941] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[914/941] Compiling NIOHTTP2 GlitchesMonitor.swift
[915/941] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[916/941] Compiling NIOHTTP2 ConnectionStateMachine.swift
[917/941] Compiling NIOHTTP2 ConnectionStreamsState.swift
[918/941] Compiling NIOHTTP2 MayReceiveFrames.swift
[919/941] Compiling NIOHTTP2 ReceivingDataState.swift
[920/941] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[921/941] Compiling NIOHTTP2 ReceivingHeadersState.swift
[922/941] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[923/941] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[924/941] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[925/941] Compiling NIOHTTP2 HasFlowControlWindows.swift
[926/941] Compiling NIOHTTP2 HasLocalSettings.swift
[927/941] Compiling NIOHTTP2 HasRemoteSettings.swift
[928/941] Compiling NIOHTTP2 LocallyQuiescingState.swift
[929/941] Compiling NIOHTTP2 QuiescingState.swift
[930/941] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[931/941] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[932/941] Compiling NIOHTTP2 StateMachineResult.swift
[933/941] Compiling NIOHTTP2 ContentLengthVerifier.swift
[934/941] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[935/941] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[936/941] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[937/941] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[938/941] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[939/941] Compiling NIOHTTP2 HTTP2Error.swift
[940/941] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[941/941] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[943/1069] Compiling GRPC Array+BoundsCheck.swift
[944/1069] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[945/1069] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[946/1069] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[947/1069] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[948/1069] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[949/1069] Compiling GRPC ServerHandlerStateMachine.swift
[950/1069] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[951/1069] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[952/1069] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[953/1069] Compiling GRPC ServerInterceptorStateMachine.swift
[954/1069] Compiling GRPC StreamState.swift
[955/1069] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[956/1069] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[957/1069] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[958/1069] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[959/1069] Compiling GRPC GRPCAsyncRequestStream.swift
[960/1069] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[961/1086] Compiling GRPC GRPCAsyncResponseStream.swift
[962/1086] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[963/1086] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[964/1086] Compiling GRPC GRPCAsyncServerCallContext.swift
[965/1086] Compiling GRPC GRPCAsyncServerHandler.swift
[966/1086] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[967/1086] Compiling GRPC GRPCAsyncUnaryCall.swift
[968/1086] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[969/1086] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[970/1086] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[971/1086] Compiling GRPC GRPCSendable.swift
[972/1086] Compiling GRPC NIOAsyncWrappers.swift
[973/1086] Compiling GRPC BidirectionalStreamingServerHandler.swift
[974/1086] Compiling GRPC ClientStreamingServerHandler.swift
[975/1086] Compiling GRPC ServerHandlerProtocol.swift
[976/1086] Compiling GRPC ServerStreamingServerHandler.swift
[977/1086] Compiling GRPC UnaryServerHandler.swift
[978/1086] Compiling GRPC CallOptions.swift
[979/1086] Emitting module GRPC
[980/1086] Compiling GRPC DelegatingErrorHandler.swift
[981/1086] Compiling GRPC Error+NIOSSL.swift
[982/1086] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[983/1086] Compiling GRPC FakeChannel.swift
[984/1086] Compiling GRPC ClientConnection+NIOSSL.swift
[985/1086] Compiling GRPC ClientConnection+NWTLS.swift
[986/1086] Compiling GRPC GRPCChannel.swift
[987/1086] Compiling GRPC GRPCChannelBuilder.swift
[988/1086] Compiling GRPC GRPCClient.swift
[989/1086] Compiling GRPC GRPCClientChannelHandler.swift
[990/1086] Compiling GRPC GRPCClientStateMachine.swift
[991/1086] Compiling GRPC GRPCContentType.swift
[992/1086] Compiling GRPC GRPCError.swift
[993/1086] Compiling GRPC GRPCHeaderName.swift
[994/1086] Compiling GRPC GRPCIdleHandler.swift
[995/1086] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[996/1086] Compiling GRPC GRPCKeepaliveHandlers.swift
[997/1086] Compiling GRPC GRPCPayload.swift
[998/1086] Compiling GRPC UnaryResponseCallContext.swift
[999/1086] Compiling GRPC ServerChannelErrorHandler.swift
[1000/1086] Compiling GRPC ServerErrorDelegate.swift
[1001/1086] Compiling GRPC ServerErrorProcessor.swift
[1002/1086] Compiling GRPC Stopwatch.swift
[1003/1086] Compiling GRPC StreamEvent.swift
[1004/1086] Compiling GRPC TLSVerificationHandler.swift
[1005/1086] Compiling GRPC TLSVersion.swift
[1006/1086] Compiling GRPC TimeLimit.swift
[1007/1086] Compiling GRPC UserInfo.swift
[1008/1086] Compiling GRPC Version.swift
[1009/1086] Compiling GRPC WebCORSHandler.swift
[1010/1086] Compiling GRPC WriteCapturingHandler.swift
[1011/1086] Compiling GRPC _EmbeddedThroughput.swift
[1012/1086] Compiling GRPC _FakeResponseStream.swift
[1013/1086] Compiling GRPC _GRPCClientCodecHandler.swift
[1014/1086] Compiling GRPC _MessageContext.swift
[1015/1086] Compiling GRPC BidirectionalStreamingCall.swift
[1016/1086] Compiling GRPC Call.swift
[1017/1086] Compiling GRPC CallDetails.swift
[1018/1086] Compiling GRPC ClientCall.swift
[1019/1086] Compiling GRPC ClientStreamingCall.swift
[1020/1086] Compiling GRPC LazyEventLoopPromise.swift
[1021/1086] Compiling GRPC ResponseContainers.swift
[1022/1086] Compiling GRPC ResponsePartContainer.swift
[1023/1086] Compiling GRPC ServerStreamingCall.swift
[1024/1086] Compiling GRPC UnaryCall.swift
[1025/1086] Compiling GRPC ClientConnection.swift
[1026/1086] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1027/1086] Compiling GRPC ClientErrorDelegate.swift
[1028/1086] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1029/1086] Compiling GRPC CompressionAlgorithm.swift
[1030/1086] Compiling GRPC DecompressionLimit.swift
[1031/1086] Compiling GRPC MessageEncoding.swift
[1032/1086] Compiling GRPC Zlib.swift
[1033/1086] Compiling GRPC ConnectionBackoff.swift
[1034/1086] Compiling GRPC ConnectionKeepalive.swift
[1035/1086] Compiling GRPC ConnectionManager+Delegates.swift
[1036/1086] Compiling GRPC ConnectionManager.swift
[1037/1086] Compiling GRPC ConnectionManagerChannelProvider.swift
[1038/1086] Compiling GRPC ConnectionManagerID.swift
[1039/1086] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1040/1086] Compiling GRPC ConnectionPool+Waiter.swift
[1041/1086] Compiling GRPC ConnectionPool.swift
[1042/1086] Compiling GRPC ConnectionPoolIDs.swift
[1043/1086] Compiling GRPC GRPCChannelPool.swift
[1044/1086] Compiling GRPC PoolManager.swift
[1045/1086] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1046/1086] Compiling GRPC PoolManagerStateMachine.swift
[1047/1086] Compiling GRPC PooledChannel.swift
[1048/1086] Compiling GRPC StreamLender.swift
[1049/1086] Compiling GRPC ConnectivityState.swift
[1050/1086] Compiling GRPC DebugOnly.swift
[1051/1086] Compiling GRPC ServerInterceptorContext.swift
[1052/1086] Compiling GRPC ServerInterceptorPipeline.swift
[1053/1086] Compiling GRPC ServerInterceptors.swift
[1054/1086] Compiling GRPC InterceptorContextList.swift
[1055/1086] Compiling GRPC LengthPrefixedMessageReader.swift
[1056/1086] Compiling GRPC Logger.swift
[1057/1086] Compiling GRPC LoggingServerErrorDelegate.swift
[1058/1086] Compiling GRPC MessageEncodingHeaderValidator.swift
[1059/1086] Compiling GRPC PlatformSupport.swift
[1060/1086] Compiling GRPC ReadWriteStates.swift
[1061/1086] Compiling GRPC Ref.swift
[1062/1086] Compiling GRPC Serialization.swift
[1063/1086] Compiling GRPC Server+NIOSSL.swift
[1064/1086] Compiling GRPC Server.swift
[1065/1086] Compiling GRPC ServerBuilder+NIOSSL.swift
[1066/1086] Compiling GRPC ServerBuilder.swift
[1067/1086] Compiling GRPC ServerCallContext.swift
[1068/1086] Compiling GRPC StreamingResponseCallContext.swift
[1069/1086] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1070/1086] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1071/1086] Compiling GRPC GRPCServiceDescription.swift
[1072/1086] Compiling GRPC GRPCStatus.swift
[1073/1086] Compiling GRPC GRPCStatusAndMetadata.swift
[1074/1086] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1075/1086] Compiling GRPC GRPCTLSConfiguration.swift
[1076/1086] Compiling GRPC GRPCTimeout.swift
[1077/1086] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1078/1086] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1079/1086] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1080/1086] Compiling GRPC ClientInterceptorContext.swift
[1081/1086] Compiling GRPC ClientInterceptorPipeline.swift
[1082/1086] Compiling GRPC ClientInterceptorProtocol.swift
[1083/1086] Compiling GRPC ClientInterceptors.swift
[1084/1086] Compiling GRPC ClientTransport.swift
[1085/1086] Compiling GRPC ClientTransportFactory.swift
[1086/1086] Compiling GRPC MessageParts.swift
[1088/1112] Compiling SwiftProtoReflect DescriptorBridge.swift
[1089/1112] Compiling SwiftProtoReflect StaticMessageBridge.swift
[1090/1112] Compiling SwiftProtoReflect EnumDescriptor.swift
[1091/1112] Compiling SwiftProtoReflect FieldDescriptor.swift
[1092/1115] 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 support phases.
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 support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1093/1115] 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 support phases.
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 support phases.
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
[1094/1115] 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 support phases.
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 support phases.
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
[1095/1115] 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 support phases.
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 support phases.
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
[1096/1115] 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 field type.
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 support phases.
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 support phases.
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 support phases.
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 messages contain no fields, so this is a simple unit type.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Creates the single instance of EmptyValue.
    :
 28 |
 29 |     /// The single instance of 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 support phases.
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 support phases.
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 support phases.
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 support phases.
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 | /// Registry of well-known type handlers.
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 |   /// Registered handlers.
/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 for 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 for 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
[1097/1115] 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 field type.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
[1098/1115] 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 field type.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
[1099/1115] 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 field type.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
[1100/1115] 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 field type.
224 | public enum FieldType: Equatable {
    |             `- note: consider making enum 'FieldType' conform to the 'Sendable' protocol
225 |   case double
226 |   case float
[1101/1115] 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 for 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 for 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
[1102/1115] 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 for 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 for 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
[1103/1115] 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 for 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 for 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/1115] 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 support phases.
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 messages contain no fields, so this is a simple unit type.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Creates the single instance of EmptyValue.
    :
 28 |
 29 |     /// The single instance of 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 support phases.
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 support phases.
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:14: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |              `- error: cannot find 'CFGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:37: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                     `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
[1105/1115] 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 support phases.
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 messages contain no fields, so this is a simple unit type.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Creates the single instance of EmptyValue.
    :
 28 |
 29 |     /// The single instance of 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 support phases.
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 support phases.
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:14: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |              `- error: cannot find 'CFGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:37: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                     `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
[1106/1115] 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 support phases.
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 messages contain no fields, so this is a simple unit type.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Creates the single instance of EmptyValue.
    :
 28 |
 29 |     /// The single instance of 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 support phases.
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 support phases.
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:14: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |              `- error: cannot find 'CFGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:37: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                     `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
[1107/1115] 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 support phases.
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 support phases.
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 | /// Registry of well-known type handlers.
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 |   /// Registered handlers.
[1108/1115] 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 support phases.
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 support phases.
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 | /// Registry of well-known type handlers.
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 |   /// Registered handlers.
[1109/1115] 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 support phases.
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 support phases.
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 | /// Registry of well-known type handlers.
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 |   /// Registered handlers.
[1110/1115] Compiling SwiftProtoReflect WireFormat.swift
[1111/1115] Compiling SwiftProtoReflect ServiceClient.swift
[1112/1115] Compiling SwiftProtoReflect SwiftProtoReflect.swift
[1113/1115] Compiling SwiftProtoReflect BinarySerializer.swift
[1114/1115] Compiling SwiftProtoReflect JSONDeserializer.swift
[1115/1115] Compiling SwiftProtoReflect JSONSerializer.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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 Atomics UnsafeAtomic.swift
[5/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/52] Compiling _NIODataStructures PriorityQueue.swift
[7/54] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/98] Compiling SwiftProtobuf JSONDecodingError.swift
[9/98] Compiling SwiftProtobuf JSONDecodingOptions.swift
[10/104] Compiling Logging MetadataProvider.swift
[11/139] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[12/139] Compiling SwiftProtobuf JSONDecoder.swift
[13/140] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[14/140] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[17/140] Compiling SwiftProtobuf BinaryEncodingError.swift
[19/140] Compiling _NIODataStructures _TinyArray.swift
[20/140] Emitting module Logging
[21/140] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[22/140] Compiling SwiftProtobuf AnyMessageStorage.swift
[23/140] Compiling SwiftProtobuf AnyUnpackError.swift
[24/140] Emitting module _NIODataStructures
[25/140] Compiling _NIODataStructures Heap.swift
[26/141] Compiling NIOConcurrencyHelpers lock.swift
[28/141] Emitting module NIOConcurrencyHelpers
[29/141] Emitting module _NIOBase64
[30/141] Compiling _NIOBase64 Base64.swift
[32/142] Emitting module InternalCollectionsUtilities
[33/142] Compiling SwiftProtobuf JSONEncodingOptions.swift
[34/142] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[35/142] Compiling NIOConcurrencyHelpers NIOLock.swift
[36/142] Compiling NIOConcurrencyHelpers atomics.swift
[37/142] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/143] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[40/143] Compiling SwiftProtobuf BinaryDecodingError.swift
[41/143] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[42/143] Compiling SwiftProtobuf AsyncMessageSequence.swift
[43/143] Compiling SwiftProtobuf BinaryDecoder.swift
[44/143] Compiling SwiftProtobuf BinaryDelimited.swift
[45/143] Compiling SwiftProtobuf BinaryEncoder.swift
[56/144] Emitting module SwiftProtobuf
[57/160] Compiling Logging Locks.swift
[58/160] Compiling Logging LogHandler.swift
[59/161] Compiling Logging Logging.swift
[61/171] Compiling DequeModule Deque+CustomReflectable.swift
[62/171] Compiling DequeModule Deque+Descriptions.swift
[63/173] Compiling DequeModule _DequeBuffer.swift
[64/173] Compiling DequeModule _DequeBufferHeader.swift
[65/173] Emitting module Atomics
[67/174] Compiling DequeModule Deque+Equatable.swift
[68/174] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[69/174] Compiling DequeModule Deque+Extras.swift
[70/174] Compiling DequeModule Deque+Hashable.swift
[71/174] Compiling DequeModule Deque+Testing.swift
[72/174] Compiling DequeModule Deque._Storage.swift
[73/174] Compiling DequeModule _DequeSlot.swift
[74/174] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/174] Compiling DequeModule Deque._UnsafeHandle.swift
[76/174] Compiling DequeModule Deque.swift
[77/174] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[78/174] Compiling SwiftProtobuf Message+FieldMask.swift
[79/174] Compiling SwiftProtobuf Message+JSONAdditions.swift
[80/174] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[81/174] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[82/174] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[83/174] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[84/174] Compiling SwiftProtobuf Message.swift
[85/174] Compiling SwiftProtobuf MessageExtension.swift
[86/174] Compiling SwiftProtobuf NameMap.swift
[87/174] Compiling SwiftProtobuf PathDecoder.swift
[88/174] Compiling SwiftProtobuf PathVisitor.swift
[89/174] Compiling DequeModule Deque+Codable.swift
[90/174] Compiling DequeModule Deque+Collection.swift
[91/174] Emitting module DequeModule
[93/236] Compiling NIOCore GlobalSingletons.swift
[94/236] Compiling NIOCore IO.swift
[95/236] Compiling NIOCore IOData.swift
[96/236] Compiling NIOCore IPProtocol.swift
[97/236] Compiling NIOCore IntegerBitPacking.swift
[98/236] Compiling NIOCore IntegerTypes.swift
[99/236] Compiling NIOCore Interfaces.swift
[100/236] Compiling NIOCore Linux.swift
[101/236] Compiling NIOCore MarkedCircularBuffer.swift
[102/236] Compiling NIOCore MulticastChannel.swift
[103/236] Compiling NIOCore ByteBuffer-multi-int.swift
[104/236] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[105/236] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[106/236] Compiling NIOCore ByteBuffer-conversions.swift
[107/236] Compiling NIOCore ByteBuffer-core.swift
[108/236] Compiling NIOCore ByteBuffer-hex.swift
[109/236] Compiling NIOCore ByteBuffer-int.swift
[110/236] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[111/236] Compiling NIOCore EventLoopFuture+Deprecated.swift
[112/236] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[113/236] Compiling NIOCore EventLoopFuture.swift
[114/236] Compiling NIOCore FileDescriptor.swift
[115/236] Compiling NIOCore FileHandle.swift
[116/236] Compiling NIOCore FileRegion.swift
[117/236] Compiling NIOCore ByteBuffer-views.swift
[118/236] Compiling NIOCore Channel.swift
[119/236] Compiling NIOCore ChannelHandler.swift
[120/236] Compiling NIOCore ChannelHandlers.swift
[121/236] Compiling NIOCore ChannelInvoker.swift
[122/236] Compiling NIOCore ChannelOption.swift
[123/236] Compiling NIOCore ChannelPipeline.swift
[124/236] Compiling NIOCore CircularBuffer.swift
[125/236] Compiling NIOCore Codec.swift
[126/236] Compiling NIOCore ConvenienceOptionSupport.swift
[127/236] Compiling NIOCore DeadChannel.swift
[128/236] Compiling NIOCore DispatchQueue+WithFuture.swift
[129/236] Compiling NIOCore EventLoop+Deprecated.swift
[130/236] Compiling NIOCore EventLoop+SerialExecutor.swift
[131/236] Compiling NIOCore EventLoop.swift
[132/236] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[133/236] Compiling NIOCore NIOAny.swift
[134/236] Compiling NIOCore NIOCloseOnErrorHandler.swift
[135/236] Compiling NIOCore NIOCoreSendableMetatype.swift
[136/236] Compiling NIOCore NIOLoopBound.swift
[137/236] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[138/236] Compiling NIOCore NIOScheduledCallback.swift
[139/236] Compiling NIOCore NIOSendable.swift
[140/236] Compiling NIOCore RecvByteBufferAllocator.swift
[141/236] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[142/236] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[143/236] Compiling SwiftProtobuf TextFormatScanner.swift
[144/236] Compiling SwiftProtobuf TimeUtils.swift
[145/236] Compiling SwiftProtobuf UnknownStorage.swift
[146/236] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[147/236] Compiling SwiftProtobuf Varint.swift
[148/236] Compiling SwiftProtobuf Version.swift
[149/236] Compiling SwiftProtobuf Visitor.swift
[150/236] Compiling SwiftProtobuf WireFormat.swift
[151/236] Compiling SwiftProtobuf ZigZag.swift
[152/236] Compiling SwiftProtobuf any.pb.swift
[177/244] Compiling NIOCore AddressedEnvelope.swift
[178/244] Compiling NIOCore AsyncAwaitSupport.swift
[179/244] Compiling NIOCore AsyncChannel.swift
[180/244] Compiling NIOCore AsyncChannelHandler.swift
[181/244] Compiling NIOCore AsyncChannelInboundStream.swift
[182/244] Compiling NIOCore AsyncChannelOutboundWriter.swift
[183/244] Compiling NIOCore NIOAsyncSequenceProducer.swift
[184/244] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[185/244] Compiling NIOCore NIOAsyncWriter.swift
[186/244] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[187/244] Compiling NIOCore BSDSocketAPI.swift
[188/244] Compiling NIOCore ByteBuffer-aux.swift
[195/244] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[196/244] Compiling NIOCore SocketAddresses.swift
[197/244] Compiling NIOCore SocketOptionProvider.swift
[198/244] Compiling NIOCore SystemCallHelpers.swift
[199/244] Compiling NIOCore TimeAmount+Duration.swift
[200/244] Compiling NIOCore TypeAssistedChannelHandler.swift
[201/244] Compiling NIOCore UniversalBootstrapSupport.swift
[202/244] Compiling NIOCore Utilities.swift
[224/244] Compiling SwiftProtobuf api.pb.swift
[225/244] Compiling SwiftProtobuf descriptor.pb.swift
[226/244] Compiling SwiftProtobuf duration.pb.swift
[227/244] Compiling SwiftProtobuf empty.pb.swift
[228/244] Compiling SwiftProtobuf field_mask.pb.swift
[229/244] Compiling SwiftProtobuf source_context.pb.swift
[230/244] Compiling SwiftProtobuf struct.pb.swift
[231/244] Compiling SwiftProtobuf timestamp.pb.swift
[232/244] Compiling SwiftProtobuf type.pb.swift
[233/244] Compiling SwiftProtobuf wrappers.pb.swift
[234/244] Compiling SwiftProtobuf resource_bundle_accessor.swift
[245/245] Emitting module NIOCore
[247/300] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[248/300] Emitting module NIOEmbedded
[249/300] Compiling NIOEmbedded AsyncTestingChannel.swift
[250/300] Compiling NIOEmbedded Embedded.swift
[251/301] Compiling NIOPosix Pool.swift
[252/301] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[253/301] Compiling NIOPosix PosixSingletons.swift
[254/301] Compiling NIOPosix RawSocketBootstrap.swift
[255/301] Compiling NIOPosix Resolver.swift
[256/301] Compiling NIOPosix Selectable.swift
[257/301] Compiling NIOPosix SelectableChannel.swift
[259/307] Compiling NIOPosix ThreadWindows.swift
[260/307] Compiling NIOPosix UnsafeTransfer.swift
[261/307] Compiling NIOPosix Utilities.swift
[262/307] Compiling NIOPosix VsockAddress.swift
[263/307] Compiling NIOPosix VsockChannelEvents.swift
[264/307] Compiling NIOPosix Windows.swift
[265/307] Compiling NIOPosix BSDSocketAPICommon.swift
[266/307] Compiling NIOPosix BSDSocketAPIPosix.swift
[267/307] Compiling NIOPosix BSDSocketAPIWindows.swift
[268/307] Compiling NIOPosix BaseSocket.swift
[269/307] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[270/307] Compiling NIOPosix BaseSocketChannel.swift
[271/307] Compiling NIOPosix BaseStreamSocketChannel.swift
[272/307] Compiling NIOPosix Bootstrap.swift
[273/307] Compiling NIOPosix ControlMessage.swift
[274/307] Compiling NIOPosix DatagramVectorReadManager.swift
[275/307] Compiling NIOPosix Errors+Any.swift
[276/307] Compiling NIOPosix FileDescriptor.swift
[277/307] Compiling NIOPosix GetaddrinfoResolver.swift
[278/307] Compiling NIOPosix HappyEyeballs.swift
[279/307] Emitting module NIOPosix
[280/307] Compiling NIOPosix NIOPosixSendableMetatype.swift
[281/307] Compiling NIOPosix NIOThreadPool.swift
[282/307] Compiling NIOPosix NonBlockingFileIO.swift
[283/307] Compiling NIOPosix PendingDatagramWritesManager.swift
[284/307] Compiling NIOPosix PendingWritesManager.swift
[285/307] Compiling NIOPosix PipeChannel.swift
[286/307] Compiling NIOPosix PipePair.swift
[287/307] Compiling NIOPosix IO.swift
[288/307] Compiling NIOPosix IntegerBitPacking.swift
[289/307] Compiling NIOPosix IntegerTypes.swift
[290/307] Compiling NIOPosix Linux.swift
[291/307] Compiling NIOPosix LinuxCPUSet.swift
[292/307] Compiling NIOPosix LinuxUring.swift
[293/307] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[294/307] Compiling NIOPosix Socket.swift
[295/307] Compiling NIOPosix SocketChannel.swift
[296/307] Compiling NIOPosix SocketProtocols.swift
[297/307] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[298/307] Compiling NIOPosix System.swift
[299/307] Compiling NIOPosix Thread.swift
[300/307] Compiling NIOPosix ThreadPosix.swift
[301/307] Compiling NIOPosix SelectableEventLoop.swift
[302/307] Compiling NIOPosix SelectorEpoll.swift
[303/307] Compiling NIOPosix SelectorGeneric.swift
[304/307] Compiling NIOPosix SelectorKqueue.swift
[305/307] Compiling NIOPosix SelectorUring.swift
[306/307] Compiling NIOPosix SelectorWSAPoll.swift
[307/307] Compiling NIOPosix ServerSocket.swift
[309/310] Emitting module NIO
[310/310] Compiling NIO Exports.swift
[312/338] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[313/338] Compiling NIOTLS TLSEvents.swift
[314/338] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[315/338] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[316/338] Emitting module NIOTLS
[317/338] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[318/338] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[319/338] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[320/338] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[321/340] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[322/340] Compiling NIOTLS SNIHandler.swift
[323/341] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[324/341] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[326/341] Emitting module NIOHTTP1
[327/341] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[328/341] Emitting module NIOFoundationCompat
[329/342] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[330/342] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[331/342] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[332/342] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[334/342] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[335/342] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[336/342] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[337/342] Compiling NIOHTTP1 HTTPTypes.swift
[338/342] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[339/342] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[340/342] Compiling NIOHTTP1 ByteCollectionUtils.swift
[341/342] Compiling NIOHTTP1 HTTPDecoder.swift
[342/342] Compiling NIOHTTP1 HTTPEncoder.swift
[344/412] Compiling NIOExtras RequestResponseHandler.swift
[345/412] Compiling NIOExtras RequestResponseHandlers+State.swift
[346/412] Compiling NIOSSL SSLPublicKey.swift
[347/414] Emitting module NIOTransportServices
[348/415] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[349/415] Compiling NIOExtras NIOExtrasError.swift
[350/415] Compiling NIOExtras NIOLengthFieldBitLength.swift
[351/422] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[352/422] Compiling NIOExtras LengthFieldPrepender.swift
[353/422] Compiling NIOExtras LineBasedFrameDecoder.swift
[354/425] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[355/425] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[356/425] Compiling NIOExtras NIORequestIdentifiable.swift
[357/425] Compiling NIOExtras PCAPRingBuffer.swift
[358/425] Compiling NIOExtras QuiescingHelper.swift
[359/425] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[360/425] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[361/425] Compiling NIOSSL NIOSSLServerHandler.swift
[362/425] Compiling NIOHPACK DynamicHeaderTable.swift
[363/425] Compiling NIOHPACK HPACKDecoder.swift
[364/425] Compiling NIOHPACK HPACKEncoder.swift
[365/425] Compiling NIOHPACK HPACKErrors.swift
[366/425] Compiling NIOHPACK HPACKHeader.swift
[367/425] Compiling NIOHPACK HeaderTables.swift
[374/428] Compiling NIOHPACK IndexedHeaderTable.swift
[375/428] Compiling NIOHPACK IntegerCoding.swift
[376/429] Compiling NIOHPACK HuffmanTables.swift
[387/429] Compiling NIOHPACK StaticHeaderTable.swift
[388/429] Emitting module NIOSSL
[389/433] Emitting module NIOHPACK
[392/433] Compiling NIOHPACK HuffmanCoding.swift
[393/434] Emitting module NIOExtras
[402/434] Compiling NIOExtras RequestResponseWithIDHandler.swift
[403/434] Compiling NIOExtras WritePCAPHandler.swift
[405/434] Compiling NIOSSL SubjectAlternativeName.swift
[406/434] Compiling NIOSSL NIOSSLSecureBytes.swift
[407/434] Compiling NIOSSL RNG.swift
[408/434] Compiling NIOSSL SafeCompare.swift
[423/435] Compiling NIOSSL SSLCallbacks.swift
[432/435] Compiling NIOSSL Zeroization.swift
[433/435] Compiling NIOSSL TLSConfiguration.swift
[434/435] Compiling NIOSSL UniversalBootstrapSupport.swift
[435/435] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[437/496] Compiling NIOHTTP2 HasFlowControlWindows.swift
[438/496] Compiling NIOHTTP2 HasLocalSettings.swift
[439/496] Compiling NIOHTTP2 HasRemoteSettings.swift
[440/496] Compiling NIOHTTP2 LocallyQuiescingState.swift
[441/496] Compiling NIOHTTP2 QuiescingState.swift
[442/496] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[443/496] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[444/496] Compiling NIOHTTP2 StateMachineResult.swift
[445/496] Compiling NIOHTTP2 ContentLengthVerifier.swift
[446/504] Compiling NIOHTTP2 DOSHeuristics.swift
[447/504] Compiling NIOHTTP2 Error+Any.swift
[448/504] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[449/504] Compiling NIOHTTP2 ControlFrameBuffer.swift
[450/504] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[451/504] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[452/504] Compiling NIOHTTP2 GlitchesMonitor.swift
[453/504] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[454/504] Emitting module NIOHTTP2
[455/504] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[456/504] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[457/504] Compiling NIOHTTP2 StreamChannelFlowController.swift
[458/504] Compiling NIOHTTP2 StreamChannelList.swift
[459/504] Compiling NIOHTTP2 StreamMap.swift
[460/504] Compiling NIOHTTP2 StreamStateMachine.swift
[461/504] Compiling NIOHTTP2 UnsafeTransfer.swift
[462/504] Compiling NIOHTTP2 WatermarkedFlowController.swift
[463/504] Compiling NIOHTTP2 ConnectionStateMachine.swift
[464/504] Compiling NIOHTTP2 ConnectionStreamsState.swift
[465/504] Compiling NIOHTTP2 MayReceiveFrames.swift
[466/504] Compiling NIOHTTP2 ReceivingDataState.swift
[467/504] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[468/504] Compiling NIOHTTP2 ReceivingHeadersState.swift
[469/504] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[470/504] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[471/504] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[472/504] Compiling NIOHTTP2 HTTP2Frame.swift
[473/504] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[474/504] Compiling NIOHTTP2 HTTP2FrameParser.swift
[475/504] Compiling NIOHTTP2 HTTP2PingData.swift
[476/504] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[477/504] Compiling NIOHTTP2 HTTP2Settings.swift
[478/504] Compiling NIOHTTP2 HTTP2Stream.swift
[479/504] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[480/504] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[481/504] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[482/504] Compiling NIOHTTP2 HTTP2StreamID.swift
[483/504] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[484/504] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[485/504] Compiling NIOHTTP2 HTTP2UserEvents.swift
[486/504] Compiling NIOHTTP2 InboundEventBuffer.swift
[487/504] Compiling NIOHTTP2 InboundWindowManager.swift
[488/504] Compiling NIOHTTP2 MaySendFrames.swift
[489/504] Compiling NIOHTTP2 SendingDataState.swift
[490/504] Compiling NIOHTTP2 SendingGoawayState.swift
[491/504] Compiling NIOHTTP2 SendingHeadersState.swift
[492/504] Compiling NIOHTTP2 SendingPushPromiseState.swift
[493/504] Compiling NIOHTTP2 SendingRstStreamState.swift
[494/504] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[495/504] Compiling NIOHTTP2 HTTP2SettingsState.swift
[496/504] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[497/504] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[498/504] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[499/504] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[500/504] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[501/504] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[502/504] Compiling NIOHTTP2 HTTP2Error.swift
[503/504] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[504/504] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[506/632] Emitting module GRPC
[507/649] Compiling GRPC GRPCAsyncResponseStream.swift
[508/649] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[509/649] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[510/649] Compiling GRPC GRPCAsyncServerCallContext.swift
[511/649] Compiling GRPC GRPCAsyncServerHandler.swift
[512/649] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[513/649] Compiling GRPC GRPCAsyncUnaryCall.swift
[514/649] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[515/649] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[516/649] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[517/649] Compiling GRPC GRPCSendable.swift
[518/649] Compiling GRPC NIOAsyncWrappers.swift
[519/649] Compiling GRPC BidirectionalStreamingServerHandler.swift
[520/649] Compiling GRPC ClientStreamingServerHandler.swift
[521/649] Compiling GRPC ServerHandlerProtocol.swift
[522/649] Compiling GRPC ServerStreamingServerHandler.swift
[523/649] Compiling GRPC UnaryServerHandler.swift
[524/649] Compiling GRPC CallOptions.swift
[525/649] Compiling GRPC DelegatingErrorHandler.swift
[526/649] Compiling GRPC Error+NIOSSL.swift
[527/649] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[528/649] Compiling GRPC FakeChannel.swift
[529/649] Compiling GRPC ClientConnection+NIOSSL.swift
[530/649] Compiling GRPC ClientConnection+NWTLS.swift
[531/649] Compiling GRPC GRPCChannel.swift
[532/649] Compiling GRPC GRPCChannelBuilder.swift
[533/649] Compiling GRPC GRPCClient.swift
[534/649] Compiling GRPC GRPCClientChannelHandler.swift
[535/649] Compiling GRPC GRPCClientStateMachine.swift
[536/649] Compiling GRPC GRPCContentType.swift
[537/649] Compiling GRPC GRPCError.swift
[538/649] Compiling GRPC GRPCHeaderName.swift
[539/649] Compiling GRPC GRPCIdleHandler.swift
[540/649] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[541/649] Compiling GRPC GRPCKeepaliveHandlers.swift
[542/649] Compiling GRPC GRPCPayload.swift
[543/649] Compiling GRPC ServerInterceptorContext.swift
[544/649] Compiling GRPC ServerInterceptorPipeline.swift
[545/649] Compiling GRPC ServerInterceptors.swift
[546/649] Compiling GRPC InterceptorContextList.swift
[547/649] Compiling GRPC LengthPrefixedMessageReader.swift
[548/649] Compiling GRPC Logger.swift
[549/649] Compiling GRPC LoggingServerErrorDelegate.swift
[550/649] Compiling GRPC MessageEncodingHeaderValidator.swift
[551/649] Compiling GRPC PlatformSupport.swift
[552/649] Compiling GRPC ReadWriteStates.swift
[553/649] Compiling GRPC Ref.swift
[554/649] Compiling GRPC Serialization.swift
[555/649] Compiling GRPC Server+NIOSSL.swift
[556/649] Compiling GRPC Server.swift
[557/649] Compiling GRPC ServerBuilder+NIOSSL.swift
[558/649] Compiling GRPC ServerBuilder.swift
[559/649] Compiling GRPC ServerCallContext.swift
[560/649] Compiling GRPC StreamingResponseCallContext.swift
[561/649] Compiling GRPC BidirectionalStreamingCall.swift
[562/649] Compiling GRPC Call.swift
[563/649] Compiling GRPC CallDetails.swift
[564/649] Compiling GRPC ClientCall.swift
[565/649] Compiling GRPC ClientStreamingCall.swift
[566/649] Compiling GRPC LazyEventLoopPromise.swift
[567/649] Compiling GRPC ResponseContainers.swift
[568/649] Compiling GRPC ResponsePartContainer.swift
[569/649] Compiling GRPC ServerStreamingCall.swift
[570/649] Compiling GRPC UnaryCall.swift
[571/649] Compiling GRPC ClientConnection.swift
[572/649] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[573/649] Compiling GRPC ClientErrorDelegate.swift
[574/649] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[575/649] Compiling GRPC CompressionAlgorithm.swift
[576/649] Compiling GRPC DecompressionLimit.swift
[577/649] Compiling GRPC MessageEncoding.swift
[578/649] Compiling GRPC Zlib.swift
[579/649] Compiling GRPC Array+BoundsCheck.swift
[580/649] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[581/649] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[582/649] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[583/649] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[584/649] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[585/649] Compiling GRPC ServerHandlerStateMachine.swift
[586/649] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[587/649] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[588/649] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[589/649] Compiling GRPC ServerInterceptorStateMachine.swift
[590/649] Compiling GRPC StreamState.swift
[591/649] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[592/649] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[593/649] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[594/649] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[595/649] Compiling GRPC GRPCAsyncRequestStream.swift
[596/649] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[597/649] Compiling GRPC ConnectionBackoff.swift
[598/649] Compiling GRPC ConnectionKeepalive.swift
[599/649] Compiling GRPC ConnectionManager+Delegates.swift
[600/649] Compiling GRPC ConnectionManager.swift
[601/649] Compiling GRPC ConnectionManagerChannelProvider.swift
[602/649] Compiling GRPC ConnectionManagerID.swift
[603/649] Compiling GRPC ConnectionPool+PerConnectionState.swift
[604/649] Compiling GRPC ConnectionPool+Waiter.swift
[605/649] Compiling GRPC ConnectionPool.swift
[606/649] Compiling GRPC ConnectionPoolIDs.swift
[607/649] Compiling GRPC GRPCChannelPool.swift
[608/649] Compiling GRPC PoolManager.swift
[609/649] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[610/649] Compiling GRPC PoolManagerStateMachine.swift
[611/649] Compiling GRPC PooledChannel.swift
[612/649] Compiling GRPC StreamLender.swift
[613/649] Compiling GRPC ConnectivityState.swift
[614/649] Compiling GRPC DebugOnly.swift
[615/649] Compiling GRPC GRPCServerPipelineConfigurator.swift
[616/649] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[617/649] Compiling GRPC GRPCServiceDescription.swift
[618/649] Compiling GRPC GRPCStatus.swift
[619/649] Compiling GRPC GRPCStatusAndMetadata.swift
[620/649] Compiling GRPC GRPCStatusMessageMarshaller.swift
[621/649] Compiling GRPC GRPCTLSConfiguration.swift
[622/649] Compiling GRPC GRPCTimeout.swift
[623/649] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[624/649] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[625/649] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[626/649] Compiling GRPC ClientInterceptorContext.swift
[627/649] Compiling GRPC ClientInterceptorPipeline.swift
[628/649] Compiling GRPC ClientInterceptorProtocol.swift
[629/649] Compiling GRPC ClientInterceptors.swift
[630/649] Compiling GRPC ClientTransport.swift
[631/649] Compiling GRPC ClientTransportFactory.swift
[632/649] Compiling GRPC MessageParts.swift
[633/649] Compiling GRPC UnaryResponseCallContext.swift
[634/649] Compiling GRPC ServerChannelErrorHandler.swift
[635/649] Compiling GRPC ServerErrorDelegate.swift
[636/649] Compiling GRPC ServerErrorProcessor.swift
[637/649] Compiling GRPC Stopwatch.swift
[638/649] Compiling GRPC StreamEvent.swift
[639/649] Compiling GRPC TLSVerificationHandler.swift
[640/649] Compiling GRPC TLSVersion.swift
[641/649] Compiling GRPC TimeLimit.swift
[642/649] Compiling GRPC UserInfo.swift
[643/649] Compiling GRPC Version.swift
[644/649] Compiling GRPC WebCORSHandler.swift
[645/649] Compiling GRPC WriteCapturingHandler.swift
[646/649] Compiling GRPC _EmbeddedThroughput.swift
[647/649] Compiling GRPC _FakeResponseStream.swift
[648/649] Compiling GRPC _GRPCClientCodecHandler.swift
[649/649] Compiling GRPC _MessageContext.swift
[651/675] Compiling SwiftProtoReflect EmptyHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:14: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |              `- error: cannot find 'CFGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:37: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                     `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
[652/675] Compiling SwiftProtoReflect FieldMaskHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:14: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |              `- error: cannot find 'CFGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:37: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                     `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
[653/675] Compiling SwiftProtoReflect StructHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:14: error: cannot find 'CFGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |              `- error: cannot find 'CFGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:138:37: error: cannot find 'CFBooleanGetTypeID' in scope
136 |         // NSNumber can represent both Bool and Number
137 |         #if canImport(CoreFoundation) && !os(Linux)
138 |           if CFGetTypeID(number) == CFBooleanGetTypeID() {
    |                                     `- error: cannot find 'CFBooleanGetTypeID' in scope
139 |             self = .boolValue(number.boolValue)
140 |           }
[654/678] Emitting module SwiftProtoReflect
[655/678] Compiling SwiftProtoReflect WireFormat.swift
[656/678] Compiling SwiftProtoReflect ServiceClient.swift
[657/678] Compiling SwiftProtoReflect SwiftProtoReflect.swift
[658/678] Compiling SwiftProtoReflect FieldAccessor.swift
[659/678] Compiling SwiftProtoReflect MessageFactory.swift
[660/678] Compiling SwiftProtoReflect AnyHandler.swift
[661/678] Compiling SwiftProtoReflect DurationHandler.swift
[662/678] Compiling SwiftProtoReflect DescriptorBridge.swift
[663/678] Compiling SwiftProtoReflect StaticMessageBridge.swift
[664/678] Compiling SwiftProtoReflect EnumDescriptor.swift
[665/678] Compiling SwiftProtoReflect FieldDescriptor.swift
[666/678] Compiling SwiftProtoReflect FileDescriptor.swift
[667/678] Compiling SwiftProtoReflect MessageDescriptor.swift
[668/678] Compiling SwiftProtoReflect ServiceDescriptor.swift
[669/678] Compiling SwiftProtoReflect DynamicMessage.swift
[670/678] Compiling SwiftProtoReflect DescriptorPool.swift
[671/678] Compiling SwiftProtoReflect TypeRegistry.swift
[672/678] Compiling SwiftProtoReflect BinaryDeserializer.swift
[673/678] Compiling SwiftProtoReflect TimestampHandler.swift
[674/678] Compiling SwiftProtoReflect ValueHandler.swift
[675/678] Compiling SwiftProtoReflect WellKnownTypes.swift
[676/678] Compiling SwiftProtoReflect BinarySerializer.swift
[677/678] Compiling SwiftProtoReflect JSONDeserializer.swift
[678/678] Compiling SwiftProtoReflect JSONSerializer.swift
BUILD FAILURE 6.1 android