The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftProtoReflect, reference 2.1.1 (62fee0), with Swift 6.1 for Linux on 27 Sep 2025 02:35:15 UTC.

Swift 6 data race errors: 13

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/truewebber/swift-protoreflect.git
Reference: 2.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/truewebber/swift-protoreflect
 * tag               2.1.1      -> FETCH_HEAD
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 2.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/truewebber/swift-protoreflect.git
https://github.com/truewebber/swift-protoreflect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "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-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/grpc/grpc-swift.git
[1/3910] Fetching swift-log
[1605/55213] Fetching swift-log, grpc-swift
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.71s)
[4105/51303] Fetching grpc-swift
[10262/62986] Fetching grpc-swift, swift-nio-http2
[49649/103174] Fetching grpc-swift, swift-nio-http2, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.87s)
[58939/91491] Fetching grpc-swift, swift-protobuf
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/grpc/grpc-swift.git from cache (4.46s)
[18889/40188] Fetching swift-protobuf
[31348/118762] Fetching swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-protobuf.git from cache (14.36s)
Fetched https://github.com/apple/swift-nio.git from cache (10.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (18.90s)
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.08s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.24s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (2.82s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5009] Fetching swift-system
[3508/22671] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.82s)
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.83s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.1 (0.96s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (3.65s)
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/2771] Fetching swift-nio-transport-services
[1747/8941] Fetching swift-nio-transport-services, swift-nio-extras
[8942/24061] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.83s)
[8287/21290] Fetching swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.99s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.44s)
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 (7.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.54s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.24s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.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
[2030/5340] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[2348/11326] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-algorithms
[2543/16781] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-algorithms, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.64s)
[12573/14276] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms, swift-async-algorithms
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.88s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.88s)
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.91s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.91s)
[1/931] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
[1/6592] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.71s)
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.54s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.85s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.83s)
Fetching https://github.com/apple/swift-numerics.git
[1/6369] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.87s)
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.88s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (1.05s)
Fetching https://github.com/apple/swift-crypto.git
[1/17156] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (3.69s)
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.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.66s)
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-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-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/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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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
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/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-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-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-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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1397/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
[23/440] Compiling CNIOWindows WSAStartup.c
[24/440] Compiling CNIOWASI CNIOWASI.c
[24/440] Write sources
[26/440] Compiling CNIOWindows shim.c
[27/440] Compiling CNIOPosix event_loop_id.c
[28/440] Compiling CNIOLinux liburing_shims.c
[29/440] Compiling CNIODarwin shim.c
[30/440] Compiling _AtomicsShims.c
[31/440] Compiling CNIOLLHTTP c_nio_http.c
[32/440] Compiling CNIOLLHTTP c_nio_api.c
[33/440] Compiling fiat_p256_adx_mul.S
[34/440] Compiling fiat_p256_adx_sqr.S
[35/440] Compiling CNIOLinux shim.c
[36/440] Compiling fiat_curve25519_adx_square.S
[37/440] Compiling fiat_curve25519_adx_mul.S
[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_record.cc
[42/446] Compiling tls_method.cc
[43/536] Compiling tls13_client.cc
[44/536] Compiling tls13_both.cc
[45/536] Compiling tls13_server.cc
[46/536] Compiling tls13_enc.cc
[48/550] Emitting module Logging
[49/550] Compiling _NIOBase64 Base64.swift
[50/550] Emitting module _NIOBase64
[51/551] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/552] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/552] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/552] Compiling _NIODataStructures _TinyArray.swift
[55/552] Emitting module InternalCollectionsUtilities
[56/552] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[57/552] Compiling InternalCollectionsUtilities Integer rank.swift
[58/552] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/552] Compiling InternalCollectionsUtilities Debugging.swift
[60/552] Compiling InternalCollectionsUtilities Descriptions.swift
[61/552] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/552] Compiling Logging LogHandler.swift
[63/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[65/552] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/552] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/552] Compiling _NIODataStructures PriorityQueue.swift
[69/552] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/553] Compiling t1_enc.cc
[70/553] Compiling ssl_versions.cc
[73/568] Compiling DequeModule Deque+CustomReflectable.swift
[74/568] Compiling DequeModule Deque+Descriptions.swift
[74/570] Compiling ssl_x509.cc
[76/570] Compiling DequeModule _DequeBuffer.swift
[77/570] Compiling DequeModule _DequeBufferHeader.swift
[78/570] Compiling DequeModule Deque+Equatable.swift
[79/570] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/570] Compiling Logging Locks.swift
[81/570] Compiling Logging MetadataProvider.swift
[82/570] Emitting module _NIODataStructures
[83/570] Compiling _NIODataStructures Heap.swift
[84/571] Compiling Logging Logging.swift
[87/572] Compiling DequeModule Deque+Extras.swift
[88/572] Compiling DequeModule Deque+Hashable.swift
[89/572] Compiling DequeModule Deque+Testing.swift
[90/572] Compiling DequeModule Deque._Storage.swift
[91/572] Compiling DequeModule Deque._UnsafeHandle.swift
[92/572] Compiling DequeModule Deque.swift
[93/572] Compiling DequeModule _DequeSlot.swift
[94/572] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/572] Compiling DequeModule Deque+Codable.swift
[96/572] Compiling DequeModule Deque+Collection.swift
[96/572] Compiling ssl_transcript.cc
[98/572] Emitting module DequeModule
[99/573] Compiling ssl_stat.cc
[100/573] Compiling ssl_session.cc
[101/573] Compiling ssl_key_share.cc
[102/573] Compiling ssl_privkey.cc
[104/573] Emitting module SwiftProtobuf
[104/584] Compiling ssl_file.cc
[106/584] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[107/584] Compiling SwiftProtobuf Message+FieldMask.swift
[108/584] Compiling SwiftProtobuf Message+JSONAdditions.swift
[109/584] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[110/584] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[111/584] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[112/584] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[113/584] Compiling SwiftProtobuf Message.swift
[114/584] Compiling SwiftProtobuf MessageExtension.swift
[115/584] Compiling SwiftProtobuf NameMap.swift
[116/584] Compiling SwiftProtobuf PathDecoder.swift
[117/584] Compiling SwiftProtobuf PathVisitor.swift
[118/584] Compiling SwiftProtobuf ProtoNameProviding.swift
[119/584] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[120/584] Compiling SwiftProtobuf ProtobufMap.swift
[121/584] Compiling SwiftProtobuf SelectiveVisitor.swift
[122/584] Compiling SwiftProtobuf SimpleExtensionMap.swift
[123/584] Compiling SwiftProtobuf StringUtils.swift
[124/584] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[125/584] Compiling SwiftProtobuf SwiftProtobufError.swift
[126/584] Compiling SwiftProtobuf TextFormatDecoder.swift
[127/584] Compiling SwiftProtobuf TextFormatDecodingError.swift
[128/584] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[129/584] Compiling SwiftProtobuf TextFormatEncoder.swift
[129/584] Compiling ssl_lib.cc
[130/584] Compiling ssl_credential.cc
[131/584] Compiling ssl_cipher.cc
[132/584] Compiling ssl_buffer.cc
[138/584] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[139/584] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[140/584] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[141/584] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[142/584] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[143/584] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[144/584] Compiling SwiftProtobuf HashVisitor.swift
[145/584] Compiling SwiftProtobuf Internal.swift
[146/584] Compiling SwiftProtobuf JSONDecoder.swift
[147/584] Compiling SwiftProtobuf JSONDecodingError.swift
[148/584] Compiling SwiftProtobuf JSONDecodingOptions.swift
[149/584] Compiling SwiftProtobuf JSONEncoder.swift
[150/584] Compiling SwiftProtobuf JSONEncodingError.swift
[151/584] Compiling SwiftProtobuf JSONEncodingOptions.swift
[152/584] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[153/584] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[154/584] Compiling SwiftProtobuf JSONScanner.swift
[155/584] Compiling SwiftProtobuf MathUtils.swift
[156/584] Compiling SwiftProtobuf Message+AnyAdditions.swift
[157/584] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[169/584] Compiling ssl_cert.cc
[170/584] Compiling ssl_asn1.cc
[171/584] Compiling s3_pkt.cc
[173/584] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[174/584] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[175/584] Compiling SwiftProtobuf TextFormatScanner.swift
[176/584] Compiling SwiftProtobuf TimeUtils.swift
[177/584] Compiling SwiftProtobuf UnknownStorage.swift
[178/584] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[179/584] Compiling SwiftProtobuf Varint.swift
[180/584] Compiling SwiftProtobuf Version.swift
[181/584] Compiling SwiftProtobuf Visitor.swift
[182/584] Compiling SwiftProtobuf WireFormat.swift
[183/584] Compiling SwiftProtobuf ZigZag.swift
[184/584] Compiling SwiftProtobuf any.pb.swift
[184/584] Compiling ssl_aead_ctx.cc
[186/584] Compiling SwiftProtobuf AnyMessageStorage.swift
[187/584] Compiling SwiftProtobuf AnyUnpackError.swift
[188/584] Compiling SwiftProtobuf AsyncMessageSequence.swift
[189/584] Compiling SwiftProtobuf BinaryDecoder.swift
[190/584] Compiling SwiftProtobuf BinaryDecodingError.swift
[191/584] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[192/584] Compiling SwiftProtobuf BinaryDelimited.swift
[193/584] Compiling SwiftProtobuf BinaryEncoder.swift
[194/584] Compiling SwiftProtobuf BinaryEncodingError.swift
[195/584] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[196/584] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[197/584] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[197/584] Compiling s3_lib.cc
[198/584] Compiling s3_both.cc
[199/584] Compiling handshake_server.cc
[200/584] Compiling handshake.cc
[201/584] Compiling handshake_client.cc
[202/584] Compiling handoff.cc
[203/584] Compiling extensions.cc
[204/584] Compiling encrypted_client_hello.cc
[205/584] Compiling dtls_record.cc
[206/584] Compiling md5-x86_64-linux.S
[207/584] Compiling md5-x86_64-apple.S
[208/584] Compiling md5-586-linux.S
[209/584] Compiling md5-586-apple.S
[210/584] Compiling d1_pkt.cc
[211/584] Compiling chacha20_poly1305_x86_64-linux.S
[212/584] Compiling chacha20_poly1305_x86_64-apple.S
[213/584] Compiling d1_srtp.cc
[214/584] Compiling chacha20_poly1305_armv8-win.S
[215/584] Compiling chacha20_poly1305_armv8-linux.S
[216/584] Compiling chacha20_poly1305_armv8-apple.S
[217/584] Compiling chacha-x86_64-linux.S
[218/584] Compiling dtls_method.cc
[219/584] Compiling chacha-x86_64-apple.S
[220/584] Compiling err_data.cc
[221/584] Compiling chacha-x86-apple.S
[222/584] Compiling chacha-x86-linux.S
[223/584] Compiling chacha-armv8-win.S
[224/584] Compiling chacha-armv8-linux.S
[225/584] Compiling chacha-armv8-apple.S
[226/584] Compiling chacha-armv4-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-mont5-apple.S
[231/584] Compiling x86_64-mont-apple.S
[232/584] Compiling x86-mont-linux.S
[233/584] Compiling x86_64-mont-linux.S
[234/584] Compiling x86-mont-apple.S
[235/584] Compiling vpaes-x86_64-linux.S
[236/584] Compiling vpaes-x86-linux.S
[236/584] Compiling vpaes-x86-apple.S
[238/584] Compiling vpaes-x86_64-apple.S
[239/584] Compiling vpaes-armv8-win.S
[240/584] Compiling vpaes-armv8-apple.S
[241/584] Compiling vpaes-armv8-linux.S
[242/584] Compiling vpaes-armv7-linux.S
[243/584] Compiling d1_lib.cc
[244/584] Compiling sha512-x86_64-linux.S
[245/584] Compiling sha512-x86_64-apple.S
[246/584] Compiling sha512-armv8-win.S
[247/584] Compiling sha512-armv8-linux.S
[248/584] Compiling sha512-armv8-apple.S
[249/584] Compiling sha512-586-linux.S
[250/584] Compiling sha256-x86_64-apple.S
[251/584] Compiling sha512-armv4-linux.S
[252/584] Compiling sha512-586-apple.S
[253/584] Compiling sha256-armv8-win.S
[254/584] Compiling sha256-x86_64-linux.S
[255/584] Compiling sha256-armv8-apple.S
[256/584] Compiling sha256-armv4-linux.S
[257/584] Compiling sha256-armv8-linux.S
[258/584] Compiling bio_ssl.cc
[259/584] Compiling sha256-586-linux.S
[260/584] Compiling sha256-586-apple.S
[261/584] Compiling sha1-armv8-win.S
[262/584] Compiling sha1-armv8-linux.S
[263/584] Compiling sha1-armv8-apple.S
[264/584] Compiling sha1-x86_64-apple.S
[265/584] Compiling sha1-armv4-large-linux.S
[266/584] Compiling sha1-x86_64-linux.S
[267/584] Compiling sha1-586-linux.S
[268/584] Compiling sha1-586-apple.S
[269/584] Compiling rsaz-avx2-apple.S
[270/584] Compiling rsaz-avx2-linux.S
[271/584] Compiling rdrand-x86_64-apple.S
[272/584] Compiling rdrand-x86_64-linux.S
[273/584] Compiling p256_beeu-x86_64-asm-linux.S
[274/584] Compiling p256_beeu-x86_64-asm-apple.S
[275/584] Compiling p256_beeu-armv8-asm-win.S
[276/584] Compiling p256_beeu-armv8-asm-linux.S
[277/584] Compiling p256-x86_64-asm-apple.S
[278/584] Compiling p256_beeu-armv8-asm-apple.S
[279/584] Compiling p256-x86_64-asm-linux.S
[280/584] Compiling p256-armv8-asm-linux.S
[281/584] Compiling p256-armv8-asm-win.S
[282/584] Compiling p256-armv8-asm-apple.S
[283/584] Compiling ghashv8-armv8-linux.S
[284/584] Compiling ghashv8-armv8-win.S
[285/584] Compiling ghashv8-armv7-linux.S
[286/584] Compiling ghashv8-armv8-apple.S
[287/584] Compiling ghash-x86_64-apple.S
[288/584] Compiling ghash-x86_64-linux.S
[289/584] Compiling ghash-x86-linux.S
[290/584] Compiling ghash-x86-apple.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-ssse3-x86-apple.S
[295/584] Compiling ghash-neon-armv8-win.S
[296/584] Compiling ghash-neon-armv8-linux.S
[297/584] Compiling co-586-apple.S
[298/584] Compiling ghash-armv4-linux.S
[299/584] Compiling ghash-neon-armv8-apple.S
[300/584] Compiling co-586-linux.S
[301/584] Compiling bsaes-armv7-linux.S
[302/584] Compiling bn-armv8-win.S
[303/584] Compiling bn-586-apple.S
[304/584] Compiling bn-armv8-linux.S
[305/584] Compiling bn-586-linux.S
[306/584] Compiling bn-armv8-apple.S
[307/584] Compiling armv4-mont-linux.S
[308/584] Compiling armv8-mont-win.S
[309/584] Compiling armv8-mont-apple.S
[310/584] Compiling armv8-mont-linux.S
[311/584] Compiling aesv8-gcm-armv8-linux.S
[312/584] Compiling aesv8-gcm-armv8-win.S
[313/584] Compiling aesv8-armv8-win.S
[314/584] Compiling aesv8-armv8-linux.S
[315/584] Compiling aesv8-gcm-armv8-apple.S
[316/584] Compiling aesv8-armv8-apple.S
[317/584] Compiling aesv8-armv7-linux.S
[318/584] Compiling aesni-x86_64-linux.S
[319/584] Compiling aesni-x86_64-apple.S
[320/584] Compiling aesni-x86-linux.S
[321/584] Compiling aesni-gcm-x86_64-linux.S
[322/584] Compiling aesni-x86-apple.S
[323/584] Compiling aesni-gcm-x86_64-apple.S
[324/584] Compiling d1_both.cc
[325/584] Compiling aes-gcm-avx2-x86_64-apple.S
[326/584] Compiling aes-gcm-avx10-x86_64-linux.S
[327/584] Compiling aes-gcm-avx2-x86_64-linux.S
[328/584] Compiling aes-gcm-avx10-x86_64-apple.S
[329/584] Compiling x_sig.cc
[330/584] Compiling x_x509.cc
[331/584] Compiling x_spki.cc
[332/584] Compiling x_pubkey.cc
[332/584] Compiling x_x509a.cc
[334/584] Compiling x_req.cc
[335/584] Compiling x_val.cc
[336/584] Compiling x_exten.cc
[337/584] Compiling x_attrib.cc
[338/584] Compiling x_name.cc
[339/584] Compiling x_all.cc
[340/584] Compiling x509spki.cc
[341/584] Compiling x_crl.cc
[342/584] Compiling x_algor.cc
[343/584] Compiling x509name.cc
[344/584] Compiling x509rset.cc
[345/584] Compiling x509_txt.cc
[346/584] Compiling x509_v3.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_def.cc
[353/584] Compiling x509_obj.cc
[354/584] Compiling x509_req.cc
[355/584] Compiling x509_lu.cc
[356/584] Compiling x509_ext.cc
[357/584] Compiling x509_d2.cc
[358/584] Compiling x509_att.cc
[359/584] Compiling x509.cc
[360/584] Compiling x509_cmp.cc
[361/584] Compiling v3_skey.cc
[362/584] Compiling v3_prn.cc
[364/584] Compiling SwiftProtobuf api.pb.swift
[365/584] Compiling SwiftProtobuf descriptor.pb.swift
[366/584] Compiling SwiftProtobuf duration.pb.swift
[367/584] Compiling SwiftProtobuf empty.pb.swift
[368/584] Compiling SwiftProtobuf field_mask.pb.swift
[369/584] Compiling SwiftProtobuf source_context.pb.swift
[370/584] Compiling SwiftProtobuf struct.pb.swift
[371/584] Compiling SwiftProtobuf timestamp.pb.swift
[372/584] Compiling SwiftProtobuf type.pb.swift
[373/584] Compiling SwiftProtobuf wrappers.pb.swift
[374/584] Compiling SwiftProtobuf resource_bundle_accessor.swift
[374/584] Compiling v3_purp.cc
[375/585] Compiling v3_utl.cc
[377/585] Compiling v3_pmaps.cc
[378/585] Compiling v3_pcons.cc
[379/585] Compiling v3_ocsp.cc
[380/585] Compiling v3_lib.cc
[381/585] Compiling v3_ncons.cc
[382/585] Compiling v3_int.cc
[383/585] Compiling v3_info.cc
[384/585] Compiling v3_ia5.cc
[385/585] Compiling v3_extku.cc
[386/585] Compiling v3_cpols.cc
[387/585] Compiling v3_genn.cc
[388/585] Compiling v3_enum.cc
[389/585] Compiling v3_conf.cc
[390/585] Compiling v3_crld.cc
[391/585] Compiling v3_bitst.cc
[392/585] Compiling v3_bcons.cc
[393/585] Compiling v3_alt.cc
[394/585] Compiling v3_akey.cc
[395/585] Compiling v3_akeya.cc
[396/585] Compiling t_x509a.cc
[397/585] Compiling t_x509.cc
[398/585] Compiling t_req.cc
[399/585] Compiling t_crl.cc
[400/585] Compiling i2d_pr.cc
[401/585] Compiling name_print.cc
[402/585] Compiling rsa_pss.cc
[403/585] Compiling policy.cc
[404/585] Compiling asn1_gen.cc
[405/585] Compiling by_file.cc
[406/585] Compiling by_dir.cc
[407/585] Compiling a_verify.cc
[408/585] Compiling algorithm.cc
[409/585] Compiling thread_pthread.cc
[410/585] Compiling thread_win.cc
[411/585] Compiling a_sign.cc
[412/585] Compiling voprf.cc
[413/585] Compiling a_digest.cc
[414/585] Compiling trust_token.cc
[415/585] Compiling pmbtoken.cc
[416/585] Compiling stack.cc
[417/585] Compiling thread_none.cc
[418/585] Compiling thread.cc
[419/585] Compiling siphash.cc
[420/585] Compiling sha256.cc
[421/585] Compiling sha512.cc
[422/585] Compiling sha1.cc
[423/585] Compiling slhdsa.cc
[424/585] Compiling rsa_extra.cc
[425/585] Compiling rsa_print.cc
[426/585] Compiling spake2plus.cc
[427/585] Compiling windows.cc
[428/585] Compiling refcount.cc
[429/585] Compiling rc4.cc
[430/585] Compiling rsa_crypt.cc
[431/585] Compiling trusty.cc
[432/585] Compiling urandom.cc
[433/585] Compiling rand.cc
[434/585] Compiling ios.cc
[435/585] Compiling rsa_asn1.cc
[436/585] Compiling getentropy.cc
[437/585] Compiling passive.cc
[438/585] Compiling poly1305_arm_asm.S
[439/585] Compiling forkunsafe.cc
[440/585] Compiling deterministic.cc
[441/585] Compiling fork_detect.cc
[442/585] Compiling poly1305.cc
[443/585] Compiling poly1305_arm.cc
[444/585] Compiling poly1305_vec.cc
[445/585] Compiling pool.cc
[446/585] Compiling pkcs7.cc
[447/585] Compiling pkcs8.cc
[448/585] Compiling p5_pbev2.cc
[449/585] Compiling pkcs8_x509.cc
[450/585] Compiling pkcs7_x509.cc
[451/585] Compiling pem_xaux.cc
[452/585] Compiling pem_pkey.cc
[453/585] Compiling pem_x509.cc
[454/585] Compiling pem_pk8.cc
[455/585] Compiling mlkem.cc
[456/585] Compiling obj_xref.cc
[457/585] Compiling pem_lib.cc
[458/585] Compiling pem_oth.cc
[459/585] Compiling pem_info.cc
[460/585] Compiling mldsa.cc
[461/585] Compiling pem_all.cc
[462/585] Compiling mem.cc
[463/585] Compiling obj.cc
[464/585] Compiling md5.cc
[465/585] Compiling fips_shared_support.cc
[466/585] Compiling poly_rq_mul.S
[467/585] Compiling md4.cc
[468/585] Compiling lhash.cc
[469/585] Compiling hrss.cc
[470/585] Compiling sign.cc
[471/585] Compiling kyber.cc
[472/585] Compiling ex_data.cc
[473/585] Compiling scrypt.cc
[474/585] Compiling print.cc
[475/585] Compiling hpke.cc
[476/585] Compiling pbkdf.cc
[477/585] Compiling p_x25519.cc
[478/585] Compiling p_x25519_asn1.cc
[479/585] Compiling p_rsa_asn1.cc
[480/585] Compiling p_ed25519.cc
[481/585] Compiling p_hkdf.cc
[482/585] Compiling p_rsa.cc
[483/585] Compiling p_ed25519_asn1.cc
[484/585] Compiling p_dh_asn1.cc
[485/585] Compiling evp_ctx.cc
[486/585] Compiling p_ec_asn1.cc
[487/585] Compiling p_dh.cc
[488/585] Compiling p_ec.cc
[489/585] Compiling err.cc
[490/585] Compiling p_dsa_asn1.cc
[491/585] Compiling evp_asn1.cc
[492/585] Compiling evp.cc
[493/585] Compiling engine.cc
[494/585] Compiling ecdh.cc
[495/585] Compiling ecdsa_asn1.cc
[496/585] Compiling hash_to_curve.cc
[497/585] Compiling ec_derive.cc
[498/585] Compiling params.cc
[499/585] Compiling dsa.cc
[500/585] Compiling dsa_asn1.cc
[501/585] Compiling ec_asn1.cc
[502/585] Compiling x25519-asm-arm.S
[503/585] Compiling digest_extra.cc
[504/585] Compiling des.cc
[505/585] Compiling dh_asn1.cc
[506/585] Compiling spake25519.cc
[507/585] Compiling curve25519.cc
[508/585] Compiling cpu_intel.cc
[509/585] Compiling crypto.cc
[510/585] Compiling curve25519_64_adx.cc
[511/585] Compiling cpu_aarch64_win.cc
[512/585] Compiling cpu_arm_linux.cc
[513/585] Compiling cpu_aarch64_openbsd.cc
[514/585] Compiling cpu_arm_freebsd.cc
[515/585] Compiling cpu_aarch64_sysreg.cc
[516/585] Compiling cpu_aarch64_linux.cc
[517/585] Compiling cpu_aarch64_fuchsia.cc
[518/585] Compiling bcm.cc
[519/585] Compiling cpu_aarch64_apple.cc
[520/585] Compiling e_rc4.cc
[521/585] Compiling tls_cbc.cc
[522/585] Compiling get_cipher.cc
[523/585] Compiling conf.cc
[524/585] Compiling e_tls.cc
[525/585] Compiling e_null.cc
[526/585] Compiling e_rc2.cc
[527/585] Compiling e_des.cc
[528/585] Compiling e_chacha20poly1305.cc
[529/585] Compiling derive_key.cc
[530/585] Compiling e_aesgcmsiv.cc
[531/585] Compiling e_aesctrhmac.cc
[532/585] Compiling chacha.cc
[533/585] Compiling unicode.cc
[534/585] Compiling buf.cc
[535/585] Compiling cbb.cc
[536/585] Compiling cbs.cc
[537/585] Compiling ber.cc
[538/585] Compiling asn1_compat.cc
[539/585] Compiling convert.cc
[540/585] Compiling blake2.cc
[541/585] Compiling bn_asn1.cc
[542/585] Compiling socket.cc
[543/585] Compiling pair.cc
[544/585] Compiling socket_helper.cc
[545/585] Compiling printf.cc
[546/585] Compiling hexdump.cc
[547/585] Compiling errno.cc
[548/585] Compiling file.cc
[549/585] Compiling fd.cc
[550/585] Compiling base64.cc
[551/585] Compiling bio_mem.cc
[552/585] Compiling connect.cc
[553/585] Compiling bio.cc
[554/585] Compiling tasn_typ.cc
[555/585] Compiling tasn_fre.cc
[556/585] Compiling posix_time.cc
[557/585] Compiling tasn_enc.cc
[558/585] Compiling tasn_utl.cc
[559/585] Compiling tasn_new.cc
[560/585] Compiling f_string.cc
[561/585] Compiling f_int.cc
[562/585] Compiling asn_pack.cc
[563/585] Compiling tasn_dec.cc
[564/585] Compiling asn1_par.cc
[565/585] Compiling a_strnid.cc
[566/585] Compiling a_octet.cc
[567/585] Compiling a_type.cc
[568/585] Compiling asn1_lib.cc
[569/585] Compiling a_time.cc
[570/585] Compiling a_utctm.cc
[571/585] Compiling a_strex.cc
[572/585] Compiling a_dup.cc
[573/585] Compiling a_i2d_fp.cc
[574/585] Compiling a_object.cc
[575/585] Compiling a_mbstr.cc
[576/585] Compiling a_d2i_fp.cc
[577/585] Write sources
[578/585] Compiling CGRPCZlib empty.c
[579/585] Compiling a_int.cc
[580/585] Compiling a_gentm.cc
[581/585] Compiling a_bitstr.cc
[582/603] Compiling a_bool.cc
[584/603] Compiling Atomics ManagedAtomic.swift
[585/603] Compiling Atomics ManagedAtomicLazyReference.swift
[586/605] Compiling Atomics UnsafeAtomic.swift
[587/605] Compiling Atomics UnsafeAtomicLazyReference.swift
[588/605] Compiling Atomics IntegerOperations.swift
[589/605] Compiling Atomics Unmanaged extensions.swift
[590/605] Compiling Atomics AtomicMemoryOrderings.swift
[591/605] Compiling Atomics DoubleWord.swift
[592/605] Compiling Atomics AtomicInteger.swift
[593/605] Compiling Atomics AtomicOptionalWrappable.swift
[594/605] Compiling Atomics AtomicReference.swift
[595/605] Compiling Atomics AtomicStorage.swift
[596/605] Compiling Atomics AtomicValue.swift
[597/605] Emitting module Atomics
[598/605] Compiling Atomics OptionalRawRepresentable.swift
[599/605] Compiling Atomics RawRepresentable.swift
[600/605] Compiling Atomics AtomicBool.swift
[601/605] Compiling Atomics IntegerConformances.swift
[602/605] Compiling Atomics PointerConformances.swift
[603/605] Compiling Atomics Primitives.native.swift
[603/606] Compiling c-nioatomics.c
[605/606] Compiling c-atomics.c
[607/612] Compiling NIOConcurrencyHelpers lock.swift
[608/612] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[609/612] Compiling NIOConcurrencyHelpers atomics.swift
[610/612] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[611/612] Compiling NIOConcurrencyHelpers NIOLock.swift
[612/612] Emitting module NIOConcurrencyHelpers
[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 IOData.swift
[623/682] Compiling NIOCore IPProtocol.swift
[624/682] Compiling NIOCore IntegerBitPacking.swift
[625/682] Compiling NIOCore IntegerTypes.swift
[626/682] Compiling NIOCore Interfaces.swift
[627/682] Compiling NIOCore Linux.swift
[628/682] Compiling NIOCore MarkedCircularBuffer.swift
[629/682] Compiling NIOCore MulticastChannel.swift
[630/682] Compiling NIOCore EventLoopFuture+Deprecated.swift
[631/682] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[632/682] Compiling NIOCore EventLoopFuture.swift
[633/682] Compiling NIOCore FileDescriptor.swift
[634/682] Compiling NIOCore FileHandle.swift
[635/682] Compiling NIOCore FileRegion.swift
[636/682] Compiling NIOCore GlobalSingletons.swift
[637/682] Compiling NIOCore IO.swift
[638/682] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[639/682] Compiling NIOCore SocketAddresses.swift
[640/682] Compiling NIOCore SocketOptionProvider.swift
[641/682] Compiling NIOCore SystemCallHelpers.swift
[642/682] Compiling NIOCore TimeAmount+Duration.swift
[643/682] Compiling NIOCore TypeAssistedChannelHandler.swift
[644/682] Compiling NIOCore UniversalBootstrapSupport.swift
[645/682] Compiling NIOCore Utilities.swift
[646/682] Compiling NIOCore AddressedEnvelope.swift
[647/682] Compiling NIOCore AsyncAwaitSupport.swift
[648/682] Compiling NIOCore AsyncChannel.swift
[649/682] Compiling NIOCore AsyncChannelHandler.swift
[650/682] Compiling NIOCore AsyncChannelInboundStream.swift
[651/682] Compiling NIOCore AsyncChannelOutboundWriter.swift
[652/682] Compiling NIOCore NIOAsyncSequenceProducer.swift
[653/682] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[654/682] Compiling NIOCore NIOAsyncWriter.swift
[655/682] Compiling NIOCore CircularBuffer.swift
[656/682] Compiling NIOCore Codec.swift
[657/682] Compiling NIOCore ConvenienceOptionSupport.swift
[658/682] Compiling NIOCore DeadChannel.swift
[659/682] Compiling NIOCore DispatchQueue+WithFuture.swift
[660/682] Compiling NIOCore EventLoop+Deprecated.swift
[661/682] Compiling NIOCore EventLoop+SerialExecutor.swift
[662/682] Compiling NIOCore EventLoop.swift
[663/682] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[664/682] Compiling NIOCore ByteBuffer-multi-int.swift
[665/682] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[666/682] Compiling NIOCore ByteBuffer-views.swift
[667/682] Compiling NIOCore Channel.swift
[668/682] Compiling NIOCore ChannelHandler.swift
[669/682] Compiling NIOCore ChannelHandlers.swift
[670/682] Compiling NIOCore ChannelInvoker.swift
[671/682] Compiling NIOCore ChannelOption.swift
[672/682] Compiling NIOCore ChannelPipeline.swift
[673/682] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[674/682] Compiling NIOCore BSDSocketAPI.swift
[675/682] Compiling NIOCore ByteBuffer-aux.swift
[676/682] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[677/682] Compiling NIOCore ByteBuffer-conversions.swift
[678/682] Compiling NIOCore ByteBuffer-core.swift
[679/682] Compiling NIOCore ByteBuffer-hex.swift
[680/682] Compiling NIOCore ByteBuffer-int.swift
[681/682] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[682/682] Emitting module NIOCore
[684/737] Emitting module NIOEmbedded
[685/737] Compiling NIOPosix Pool.swift
[686/737] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[687/737] Compiling NIOPosix PosixSingletons.swift
[688/737] Compiling NIOPosix RawSocketBootstrap.swift
[689/737] Compiling NIOPosix Resolver.swift
[690/737] Compiling NIOPosix Selectable.swift
[691/737] Compiling NIOPosix SelectableChannel.swift
[692/743] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[693/743] Compiling NIOEmbedded Embedded.swift
[694/743] Compiling NIOEmbedded AsyncTestingChannel.swift
[696/744] Emitting module NIOPosix
[697/744] Compiling NIOPosix ThreadWindows.swift
[698/744] Compiling NIOPosix UnsafeTransfer.swift
[699/744] Compiling NIOPosix Utilities.swift
[700/744] Compiling NIOPosix VsockAddress.swift
[701/744] Compiling NIOPosix VsockChannelEvents.swift
[702/744] Compiling NIOPosix Windows.swift
[703/744] Compiling NIOPosix Socket.swift
[704/744] Compiling NIOPosix SocketChannel.swift
[705/744] Compiling NIOPosix SocketProtocols.swift
[706/744] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[707/744] Compiling NIOPosix System.swift
[708/744] Compiling NIOPosix Thread.swift
[709/744] Compiling NIOPosix ThreadPosix.swift
[710/744] Compiling NIOPosix BSDSocketAPICommon.swift
[711/744] Compiling NIOPosix BSDSocketAPIPosix.swift
[712/744] Compiling NIOPosix BSDSocketAPIWindows.swift
[713/744] Compiling NIOPosix BaseSocket.swift
[714/744] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[715/744] Compiling NIOPosix BaseSocketChannel.swift
[716/744] Compiling NIOPosix BaseStreamSocketChannel.swift
[717/744] Compiling NIOPosix SelectableEventLoop.swift
[718/744] Compiling NIOPosix SelectorEpoll.swift
[719/744] Compiling NIOPosix SelectorGeneric.swift
[720/744] Compiling NIOPosix SelectorKqueue.swift
[721/744] Compiling NIOPosix SelectorUring.swift
[722/744] Compiling NIOPosix SelectorWSAPoll.swift
[723/744] Compiling NIOPosix ServerSocket.swift
[724/744] Compiling NIOPosix IO.swift
[725/744] Compiling NIOPosix IntegerBitPacking.swift
[726/744] Compiling NIOPosix IntegerTypes.swift
[727/744] Compiling NIOPosix Linux.swift
[728/744] Compiling NIOPosix LinuxCPUSet.swift
[729/744] Compiling NIOPosix LinuxUring.swift
[730/744] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[731/744] Compiling NIOPosix NIOPosixSendableMetatype.swift
[732/744] Compiling NIOPosix NIOThreadPool.swift
[733/744] Compiling NIOPosix NonBlockingFileIO.swift
[734/744] Compiling NIOPosix PendingDatagramWritesManager.swift
[735/744] Compiling NIOPosix PendingWritesManager.swift
[736/744] Compiling NIOPosix PipeChannel.swift
[737/744] Compiling NIOPosix PipePair.swift
[738/744] Compiling NIOPosix Bootstrap.swift
[739/744] Compiling NIOPosix ControlMessage.swift
[740/744] Compiling NIOPosix DatagramVectorReadManager.swift
[741/744] Compiling NIOPosix Errors+Any.swift
[742/744] Compiling NIOPosix FileDescriptor.swift
[743/744] Compiling NIOPosix GetaddrinfoResolver.swift
[744/744] Compiling NIOPosix HappyEyeballs.swift
[746/747] Compiling NIO Exports.swift
[747/747] Emitting module NIO
[749/775] Compiling NIOTLS TLSEvents.swift
[750/775] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[751/775] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[752/775] Emitting module NIOTLS
[753/775] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[754/775] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[755/775] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[756/775] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[757/775] Compiling NIOTLS SNIHandler.swift
[759/776] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[760/776] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[761/778] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[762/778] Emitting module NIOFoundationCompat
[763/779] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[764/779] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[765/779] Emitting module NIOHTTP1
[767/808] Compiling NIOSSL SSLErrors.swift
[768/808] Compiling NIOSSL SSLInit.swift
[769/808] Compiling NIOSSL SSLPublicKey.swift
[770/808] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[771/830] Compiling NIOTransportServices NIOTSBootstraps.swift
[772/830] Compiling NIOTransportServices NIOTSChannelOptions.swift
[773/830] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[774/830] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[775/830] Compiling NIOTransportServices StateManagedChannel.swift
[776/830] Compiling NIOTransportServices StateManagedListenerChannel.swift
[777/830] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[779/830] Compiling NIOTransportServices NIOTSErrors.swift
[780/830] Compiling NIOTransportServices NIOTSEventLoop.swift
[784/830] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[785/830] Compiling NIOTransportServices NIOTSSingletons.swift
[786/830] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[787/830] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[788/830] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[789/830] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[790/830] Compiling NIOTransportServices AcceptHandler.swift
[791/830] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[792/830] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[793/830] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[794/830] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[795/830] Compiling NIOTransportServices NIOTSListenerChannel.swift
[796/830] Emitting module NIOTransportServices
[802/833] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[803/833] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[806/834] Emitting module NIOSSL
[807/867] Compiling NIOSSL LinuxCABundle.swift
[808/867] Compiling NIOSSL NIOSSLClientHandler.swift
[809/867] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[810/867] Compiling NIOSSL NIOSSLHandler.swift
[811/867] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[812/867] Compiling NIOExtras NIOExtrasError.swift
[813/869] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[814/869] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[815/869] Compiling NIOExtras JSONRPCFraming.swift
[817/869] Compiling NIOExtras PCAPRingBuffer.swift
[818/869] Compiling NIOExtras QuiescingHelper.swift
[819/869] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[820/869] Compiling NIOExtras LengthFieldPrepender.swift
[821/869] Compiling NIOExtras RequestResponseHandlers+State.swift
[822/869] Compiling NIOExtras RequestResponseWithIDHandler.swift
[823/869] Compiling NIOExtras WritePCAPHandler.swift
[825/869] Compiling NIOHPACK IntegerCoding.swift
[826/869] Compiling NIOHPACK IndexedHeaderTable.swift
[827/870] Emitting module NIOHPACK
[828/870] Compiling NIOExtras RequestResponseHandler.swift
[832/870] Compiling NIOExtras NIOLengthFieldBitLength.swift
[833/870] Compiling NIOExtras NIORequestIdentifiable.swift
[834/870] Compiling NIOHPACK StaticHeaderTable.swift
[835/870] Compiling NIOHPACK HuffmanTables.swift
[836/870] Compiling NIOHPACK HuffmanCoding.swift
[837/870] Emitting module NIOExtras
[839/870] Compiling NIOExtras DebugInboundEventsHandler.swift
[840/870] Compiling NIOExtras DebugOutboundEventsHandler.swift
[841/870] Compiling NIOExtras FixedLengthFrameDecoder.swift
[845/870] Compiling NIOSSL SSLCallbacks.swift
[846/870] Compiling NIOExtras LineBasedFrameDecoder.swift
[866/871] Compiling NIOSSL Zeroization.swift
[867/871] Compiling NIOSSL TLSConfiguration.swift
[868/871] Compiling NIOSSL UniversalBootstrapSupport.swift
[869/871] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[871/932] Compiling NIOHTTP2 ContentLengthVerifier.swift
[872/932] Compiling NIOHTTP2 DOSHeuristics.swift
[874/933] Compiling NIOHTTP2 HasFlowControlWindows.swift
[875/933] Compiling NIOHTTP2 HasLocalSettings.swift
[876/933] Compiling NIOHTTP2 HasRemoteSettings.swift
[877/933] Compiling NIOHTTP2 LocallyQuiescingState.swift
[878/933] Compiling NIOHTTP2 QuiescingState.swift
[879/933] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[880/933] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[881/933] Compiling NIOHTTP2 StateMachineResult.swift
[883/941] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[884/941] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[885/941] Compiling NIOHTTP2 HTTP2StreamID.swift
[886/941] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[887/941] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[888/941] Compiling NIOHTTP2 HTTP2UserEvents.swift
[889/941] Compiling NIOHTTP2 InboundEventBuffer.swift
[890/941] Compiling NIOHTTP2 InboundWindowManager.swift
[891/941] Compiling NIOHTTP2 ConnectionStateMachine.swift
[892/941] Compiling NIOHTTP2 ConnectionStreamsState.swift
[893/941] Compiling NIOHTTP2 MayReceiveFrames.swift
[894/941] Compiling NIOHTTP2 ReceivingDataState.swift
[895/941] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[896/941] Compiling NIOHTTP2 ReceivingHeadersState.swift
[897/941] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[898/941] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[899/941] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[900/941] Emitting module NIOHTTP2
[901/941] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[902/941] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[903/941] Compiling NIOHTTP2 StreamChannelFlowController.swift
[904/941] Compiling NIOHTTP2 StreamChannelList.swift
[905/941] Compiling NIOHTTP2 StreamMap.swift
[906/941] Compiling NIOHTTP2 StreamStateMachine.swift
[907/941] Compiling NIOHTTP2 UnsafeTransfer.swift
[908/941] Compiling NIOHTTP2 WatermarkedFlowController.swift
[909/941] Compiling NIOHTTP2 HTTP2Frame.swift
[910/941] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[911/941] Compiling NIOHTTP2 HTTP2FrameParser.swift
[912/941] Compiling NIOHTTP2 HTTP2PingData.swift
[913/941] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[914/941] Compiling NIOHTTP2 HTTP2Settings.swift
[915/941] Compiling NIOHTTP2 HTTP2Stream.swift
[916/941] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[917/941] Compiling NIOHTTP2 MaySendFrames.swift
[918/941] Compiling NIOHTTP2 SendingDataState.swift
[919/941] Compiling NIOHTTP2 SendingGoawayState.swift
[920/941] Compiling NIOHTTP2 SendingHeadersState.swift
[921/941] Compiling NIOHTTP2 SendingPushPromiseState.swift
[922/941] Compiling NIOHTTP2 SendingRstStreamState.swift
[923/941] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[924/941] Compiling NIOHTTP2 HTTP2SettingsState.swift
[925/941] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[927/941] Compiling NIOHTTP2 Error+Any.swift
[928/941] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[929/941] Compiling NIOHTTP2 ControlFrameBuffer.swift
[930/941] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[931/941] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[932/941] Compiling NIOHTTP2 GlitchesMonitor.swift
[933/941] Compiling NIOHTTP2 HPACKHeaders+Validation.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 ServerInterceptorContext.swift
[962/1086] Compiling GRPC ServerInterceptorPipeline.swift
[963/1086] Compiling GRPC ServerInterceptors.swift
[964/1086] Compiling GRPC InterceptorContextList.swift
[965/1086] Compiling GRPC LengthPrefixedMessageReader.swift
[966/1086] Compiling GRPC Logger.swift
[967/1086] Compiling GRPC LoggingServerErrorDelegate.swift
[968/1086] Compiling GRPC MessageEncodingHeaderValidator.swift
[969/1086] Compiling GRPC PlatformSupport.swift
[970/1086] Compiling GRPC ReadWriteStates.swift
[971/1086] Compiling GRPC Ref.swift
[972/1086] Compiling GRPC Serialization.swift
[973/1086] Compiling GRPC Server+NIOSSL.swift
[974/1086] Compiling GRPC Server.swift
[975/1086] Compiling GRPC ServerBuilder+NIOSSL.swift
[976/1086] Compiling GRPC ServerBuilder.swift
[977/1086] Compiling GRPC ServerCallContext.swift
[978/1086] Compiling GRPC StreamingResponseCallContext.swift
[979/1086] Emitting module GRPC
[980/1086] Compiling GRPC UnaryResponseCallContext.swift
[981/1086] Compiling GRPC ServerChannelErrorHandler.swift
[982/1086] Compiling GRPC ServerErrorDelegate.swift
[983/1086] Compiling GRPC ServerErrorProcessor.swift
[984/1086] Compiling GRPC Stopwatch.swift
[985/1086] Compiling GRPC StreamEvent.swift
[986/1086] Compiling GRPC TLSVerificationHandler.swift
[987/1086] Compiling GRPC TLSVersion.swift
[988/1086] Compiling GRPC TimeLimit.swift
[989/1086] Compiling GRPC UserInfo.swift
[990/1086] Compiling GRPC Version.swift
[991/1086] Compiling GRPC WebCORSHandler.swift
[992/1086] Compiling GRPC WriteCapturingHandler.swift
[993/1086] Compiling GRPC _EmbeddedThroughput.swift
[994/1086] Compiling GRPC _FakeResponseStream.swift
[995/1086] Compiling GRPC _GRPCClientCodecHandler.swift
[996/1086] Compiling GRPC _MessageContext.swift
[997/1086] Compiling GRPC DelegatingErrorHandler.swift
[998/1086] Compiling GRPC Error+NIOSSL.swift
[999/1086] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1000/1086] Compiling GRPC FakeChannel.swift
[1001/1086] Compiling GRPC ClientConnection+NIOSSL.swift
[1002/1086] Compiling GRPC ClientConnection+NWTLS.swift
[1003/1086] Compiling GRPC GRPCChannel.swift
[1004/1086] Compiling GRPC GRPCChannelBuilder.swift
[1005/1086] Compiling GRPC GRPCClient.swift
[1006/1086] Compiling GRPC GRPCClientChannelHandler.swift
[1007/1086] Compiling GRPC GRPCClientStateMachine.swift
[1008/1086] Compiling GRPC GRPCContentType.swift
[1009/1086] Compiling GRPC GRPCError.swift
[1010/1086] Compiling GRPC GRPCHeaderName.swift
[1011/1086] Compiling GRPC GRPCIdleHandler.swift
[1012/1086] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1013/1086] Compiling GRPC GRPCKeepaliveHandlers.swift
[1014/1086] Compiling GRPC GRPCPayload.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 GRPCAsyncResponseStream.swift
[1034/1086] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1035/1086] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1036/1086] Compiling GRPC GRPCAsyncServerCallContext.swift
[1037/1086] Compiling GRPC GRPCAsyncServerHandler.swift
[1038/1086] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1039/1086] Compiling GRPC GRPCAsyncUnaryCall.swift
[1040/1086] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1041/1086] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1042/1086] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1043/1086] Compiling GRPC GRPCSendable.swift
[1044/1086] Compiling GRPC NIOAsyncWrappers.swift
[1045/1086] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1046/1086] Compiling GRPC ClientStreamingServerHandler.swift
[1047/1086] Compiling GRPC ServerHandlerProtocol.swift
[1048/1086] Compiling GRPC ServerStreamingServerHandler.swift
[1049/1086] Compiling GRPC UnaryServerHandler.swift
[1050/1086] Compiling GRPC CallOptions.swift
[1051/1086] Compiling GRPC ConnectionBackoff.swift
[1052/1086] Compiling GRPC ConnectionKeepalive.swift
[1053/1086] Compiling GRPC ConnectionManager+Delegates.swift
[1054/1086] Compiling GRPC ConnectionManager.swift
[1055/1086] Compiling GRPC ConnectionManagerChannelProvider.swift
[1056/1086] Compiling GRPC ConnectionManagerID.swift
[1057/1086] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1058/1086] Compiling GRPC ConnectionPool+Waiter.swift
[1059/1086] Compiling GRPC ConnectionPool.swift
[1060/1086] Compiling GRPC ConnectionPoolIDs.swift
[1061/1086] Compiling GRPC GRPCChannelPool.swift
[1062/1086] Compiling GRPC PoolManager.swift
[1063/1086] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1064/1086] Compiling GRPC PoolManagerStateMachine.swift
[1065/1086] Compiling GRPC PooledChannel.swift
[1066/1086] Compiling GRPC StreamLender.swift
[1067/1086] Compiling GRPC ConnectivityState.swift
[1068/1086] Compiling GRPC DebugOnly.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 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
[1089/1112] 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
[1090/1112] 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
[1091/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
[1092/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
[1093/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
[1094/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
[1095/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
[1096/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
[1097/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
[1098/1115] Compiling SwiftProtoReflect WireFormat.swift
[1099/1115] Compiling SwiftProtoReflect ServiceClient.swift
[1100/1115] Compiling SwiftProtoReflect SwiftProtoReflect.swift
[1101/1115] Compiling SwiftProtoReflect DescriptorBridge.swift
[1102/1115] Compiling SwiftProtoReflect StaticMessageBridge.swift
[1103/1115] Compiling SwiftProtoReflect EnumDescriptor.swift
[1104/1115] Compiling SwiftProtoReflect FieldDescriptor.swift
[1105/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
[1106/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
[1107/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
[1108/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
[1109/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
[1110/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.
[1111/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.
[1112/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.
[1113/1115] Compiling SwiftProtoReflect BinarySerializer.swift
[1114/1115] Compiling SwiftProtoReflect JSONDeserializer.swift
[1115/1115] Compiling SwiftProtoReflect JSONSerializer.swift
Build complete! (336.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.