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

Swift 6 data race errors: 13

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/truewebber/swift-protoreflect
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 62fee0e Add new dependencies for HTTP2 and logging - Included swift-nio-http2 and swift-log packages in Package.swift to enhance networking capabilities and logging functionality.
Cloned https://github.com/truewebber/swift-protoreflect.git
Revision (git rev-parse @):
62fee0e1e1d7f91821c410786624aa10d197cb7b
SUCCESS checkout https://github.com/truewebber/swift-protoreflect.git at master
========================================
Build
========================================
Selected platform:         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-2":/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-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-protobuf.git
[1/3910] Fetching swift-log
[2660/15593] Fetching swift-log, swift-nio-http2
[4067/66896] Fetching swift-log, swift-nio-http2, grpc-swift
[7392/145470] Fetching swift-log, swift-nio-http2, grpc-swift, swift-nio
[34499/185658] Fetching swift-log, swift-nio-http2, grpc-swift, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-log.git from cache (5.74s)
[154068/181748] Fetching swift-nio-http2, grpc-swift, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (15.05s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (17.09s)
Fetched https://github.com/grpc/grpc-swift.git from cache (17.16s)
Fetched https://github.com/apple/swift-protobuf.git from cache (17.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (18.29s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.00s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (2.07s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5009] Fetching swift-system
[3909/22671] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.95s)
Fetched https://github.com/apple/swift-collections.git from cache (2.03s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.02s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.1 (0.87s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (3.61s)
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
[362/8941] Fetching swift-nio-transport-services, swift-nio-extras
[7030/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.74s)
[7985/21290] Fetching swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.78s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.82s)
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 (3.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.11s)
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.18s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1190] Fetching swift-http-structured-headers
[1191/2835] Fetching swift-http-structured-headers, swift-asn1
[1372/8290] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[1937/14276] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms
[2444/20868] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms, swift-certificates
[2570/23373] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.97s)
Fetching https://github.com/apple/swift-http-types.git
[20737/20868] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.14s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.20s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.21s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.32s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.32s)
[1/931] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.50s)
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.05s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/6369] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.75s)
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.99s)
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.89s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (1.06s)
Fetching https://github.com/apple/swift-crypto.git
[1/17156] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (3.62s)
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.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.64s)
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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-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-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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[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.30s)
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/440] Write sources
[2/440] Copying PrivacyInfo.xcprivacy
[2/440] Write sources
[24/440] Compiling CNIOWASI CNIOWASI.c
[24/440] Compiling CNIOWindows shim.c
[24/440] Compiling CNIOWindows WSAStartup.c
[27/440] Compiling _AtomicsShims.c
[28/440] Compiling CNIOPosix event_loop_id.c
[29/440] Compiling CNIOLinux liburing_shims.c
[30/440] Compiling CNIODarwin shim.c
[31/440] Compiling CNIOLLHTTP c_nio_http.c
[32/440] Compiling fiat_p256_adx_sqr.S
[33/440] Compiling CNIOLinux shim.c
[34/440] Compiling fiat_p256_adx_mul.S
[35/440] Compiling fiat_curve25519_adx_square.S
[36/440] Compiling CNIOLLHTTP c_nio_api.c
[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 tls13_enc.cc
[42/446] Compiling tls_method.cc
[43/446] Compiling tls13_client.cc
[44/446] Compiling tls13_both.cc
[45/467] Compiling tls_record.cc
[46/550] Compiling tls13_server.cc
[48/550] Emitting module InternalCollectionsUtilities
[48/551] Compiling ssl_versions.cc
[49/551] Compiling t1_enc.cc
[51/551] Emitting module _NIOBase64
[52/551] Compiling _NIOBase64 Base64.swift
[53/552] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/552] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/552] Compiling InternalCollectionsUtilities Debugging.swift
[57/552] Compiling _NIODataStructures _TinyArray.swift
[58/552] Compiling _NIODataStructures PriorityQueue.swift
[59/552] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/552] Compiling InternalCollectionsUtilities Descriptions.swift
[61/552] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/552] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/552] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/552] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/552] Compiling InternalCollectionsUtilities Integer rank.swift
[68/552] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/552] Compiling InternalCollectionsUtilities _SortedCollection.swift
[69/552] Compiling ssl_x509.cc
[72/553] Compiling Logging Logging.swift
[73/553] Compiling Logging LogHandler.swift
[74/553] Emitting module Logging
[75/553] Compiling Logging Locks.swift
[76/553] Compiling Logging MetadataProvider.swift
[77/554] Emitting module _NIODataStructures
[78/554] Compiling _NIODataStructures Heap.swift
[80/555] Compiling ssl_stat.cc
[81/570] Compiling ssl_transcript.cc
[83/570] Compiling DequeModule _DequeBuffer.swift
[84/570] Compiling DequeModule _DequeBufferHeader.swift
[85/572] Compiling DequeModule Deque+CustomReflectable.swift
[86/572] Compiling DequeModule Deque+Descriptions.swift
[87/572] Compiling DequeModule Deque+Extras.swift
[88/572] Compiling DequeModule Deque+Hashable.swift
[89/572] Compiling DequeModule Deque+Equatable.swift
[90/572] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/572] Compiling DequeModule Deque+Testing.swift
[92/572] Compiling DequeModule Deque._Storage.swift
[93/572] Compiling DequeModule Deque._UnsafeHandle.swift
[94/572] Compiling DequeModule Deque.swift
[95/572] Compiling DequeModule Deque+Codable.swift
[96/572] Compiling DequeModule Deque+Collection.swift
[97/572] Emitting module DequeModule
[98/572] Compiling DequeModule _DequeSlot.swift
[99/572] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/573] Compiling ssl_privkey.cc
[101/573] Compiling ssl_session.cc
[103/573] Emitting module SwiftProtobuf
[103/584] Compiling ssl_lib.cc
[104/584] Compiling ssl_file.cc
[105/584] Compiling ssl_key_share.cc
[106/584] Compiling ssl_credential.cc
[120/584] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[121/584] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[122/584] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[123/584] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[124/584] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[125/584] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[126/584] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[127/584] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[128/584] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[129/584] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[130/584] Compiling SwiftProtobuf HashVisitor.swift
[131/584] Compiling SwiftProtobuf Internal.swift
[132/584] Compiling SwiftProtobuf JSONDecoder.swift
[133/584] Compiling SwiftProtobuf JSONDecodingError.swift
[134/584] Compiling SwiftProtobuf JSONDecodingOptions.swift
[135/584] Compiling SwiftProtobuf JSONEncoder.swift
[136/584] Compiling SwiftProtobuf JSONEncodingError.swift
[137/584] Compiling SwiftProtobuf JSONEncodingOptions.swift
[138/584] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[139/584] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[140/584] Compiling SwiftProtobuf JSONScanner.swift
[141/584] Compiling SwiftProtobuf MathUtils.swift
[142/584] Compiling SwiftProtobuf Message+AnyAdditions.swift
[143/584] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[144/584] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[145/584] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[146/584] Compiling SwiftProtobuf TextFormatScanner.swift
[147/584] Compiling SwiftProtobuf TimeUtils.swift
[148/584] Compiling SwiftProtobuf UnknownStorage.swift
[149/584] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[150/584] Compiling SwiftProtobuf Varint.swift
[151/584] Compiling SwiftProtobuf Version.swift
[152/584] Compiling SwiftProtobuf Visitor.swift
[153/584] Compiling SwiftProtobuf WireFormat.swift
[154/584] Compiling SwiftProtobuf ZigZag.swift
[155/584] Compiling SwiftProtobuf any.pb.swift
[156/584] Compiling SwiftProtobuf ProtoNameProviding.swift
[157/584] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[158/584] Compiling SwiftProtobuf ProtobufMap.swift
[159/584] Compiling SwiftProtobuf SelectiveVisitor.swift
[160/584] Compiling SwiftProtobuf SimpleExtensionMap.swift
[161/584] Compiling SwiftProtobuf StringUtils.swift
[162/584] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[163/584] Compiling SwiftProtobuf SwiftProtobufError.swift
[164/584] Compiling SwiftProtobuf TextFormatDecoder.swift
[165/584] Compiling SwiftProtobuf TextFormatDecodingError.swift
[166/584] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[167/584] Compiling SwiftProtobuf TextFormatEncoder.swift
[168/584] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[169/584] Compiling SwiftProtobuf Message+FieldMask.swift
[170/584] Compiling SwiftProtobuf Message+JSONAdditions.swift
[171/584] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[172/584] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[173/584] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[174/584] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[175/584] Compiling SwiftProtobuf Message.swift
[176/584] Compiling SwiftProtobuf MessageExtension.swift
[177/584] Compiling SwiftProtobuf NameMap.swift
[178/584] Compiling SwiftProtobuf PathDecoder.swift
[179/584] Compiling SwiftProtobuf PathVisitor.swift
[179/584] Compiling ssl_cipher.cc
[180/584] Compiling ssl_cert.cc
[181/584] Compiling ssl_buffer.cc
[182/584] Compiling ssl_asn1.cc
[183/584] Compiling ssl_aead_ctx.cc
[184/584] Compiling s3_lib.cc
[185/584] Compiling s3_pkt.cc
[191/584] Compiling SwiftProtobuf BinaryDecodingError.swift
[192/584] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[193/584] Compiling SwiftProtobuf BinaryDelimited.swift
[194/584] Compiling SwiftProtobuf BinaryEncoder.swift
[195/584] Compiling SwiftProtobuf BinaryEncodingError.swift
[196/584] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[197/584] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[198/584] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[198/584] Compiling s3_both.cc
[199/584] Compiling handshake_server.cc
[200/584] Compiling handshake.cc
[201/584] Compiling handoff.cc
[202/584] Compiling handshake_client.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 dtls_method.cc
[211/584] Compiling chacha20_poly1305_x86_64-linux.S
[212/584] Compiling err_data.cc
[213/584] Compiling chacha20_poly1305_x86_64-apple.S
[214/584] Compiling chacha20_poly1305_armv8-win.S
[215/584] Compiling chacha20_poly1305_armv8-apple.S
[216/584] Compiling chacha20_poly1305_armv8-linux.S
[217/584] Compiling chacha-x86_64-linux.S
[218/584] Compiling bio_ssl.cc
[219/584] Compiling chacha-x86_64-apple.S
[220/584] Compiling chacha-x86-linux.S
[221/584] Compiling chacha-x86-apple.S
[222/584] Compiling d1_srtp.cc
[223/584] Compiling chacha-armv8-linux.S
[224/584] Compiling chacha-armv8-win.S
[225/584] Compiling chacha-armv8-apple.S
[226/584] Compiling d1_both.cc
[227/584] Compiling aes128gcmsiv-x86_64-apple.S
[228/584] Compiling chacha-armv4-linux.S
[229/584] Compiling d1_lib.cc
[230/584] Compiling aes128gcmsiv-x86_64-linux.S
[231/584] Compiling x86_64-mont5-apple.S
[231/584] Compiling x86_64-mont-linux.S
[233/584] Compiling x86_64-mont-apple.S
[234/584] Compiling x86_64-mont5-linux.S
[235/584] Compiling d1_pkt.cc
[236/584] Compiling x86-mont-linux.S
[237/584] Compiling x86-mont-apple.S
[238/584] Compiling vpaes-x86_64-linux.S
[239/584] Compiling vpaes-x86-linux.S
[240/584] Compiling vpaes-x86-apple.S
[241/584] Compiling vpaes-x86_64-apple.S
[242/584] Compiling vpaes-armv8-linux.S
[243/584] Compiling vpaes-armv8-win.S
[244/584] Compiling vpaes-armv7-linux.S
[245/584] Compiling vpaes-armv8-apple.S
[246/584] Compiling sha512-x86_64-linux.S
[247/584] Compiling sha512-armv8-win.S
[248/584] Compiling sha512-x86_64-apple.S
[249/584] Compiling sha512-armv8-linux.S
[250/584] Compiling sha512-armv8-apple.S
[251/584] Compiling sha512-armv4-linux.S
[252/584] Compiling sha512-586-apple.S
[253/584] Compiling sha512-586-linux.S
[254/584] Compiling sha256-armv8-linux.S
[255/584] Compiling sha256-x86_64-apple.S
[256/584] Compiling sha256-x86_64-linux.S
[257/584] Compiling sha256-armv8-apple.S
[258/584] Compiling sha256-armv8-win.S
[259/584] Compiling sha256-586-linux.S
[260/584] Compiling sha256-586-apple.S
[261/584] Compiling sha256-armv4-linux.S
[262/584] Compiling sha1-armv8-win.S
[263/584] Compiling sha1-x86_64-apple.S
[264/584] Compiling sha1-x86_64-linux.S
[265/584] Compiling sha1-armv8-linux.S
[266/584] Compiling sha1-armv8-apple.S
[267/584] Compiling sha1-armv4-large-linux.S
[268/584] Compiling sha1-586-linux.S
[269/584] Compiling rsaz-avx2-apple.S
[270/584] Compiling sha1-586-apple.S
[271/584] Compiling rsaz-avx2-linux.S
[272/584] Compiling rdrand-x86_64-apple.S
[273/584] Compiling rdrand-x86_64-linux.S
[274/584] Compiling p256_beeu-x86_64-asm-apple.S
[275/584] Compiling p256_beeu-x86_64-asm-linux.S
[276/584] Compiling p256_beeu-armv8-asm-apple.S
[277/584] Compiling p256_beeu-armv8-asm-linux.S
[278/584] Compiling p256_beeu-armv8-asm-win.S
[279/584] Compiling p256-x86_64-asm-apple.S
[280/584] Compiling p256-x86_64-asm-linux.S
[281/584] Compiling p256-armv8-asm-win.S
[282/584] Compiling p256-armv8-asm-linux.S
[283/584] Compiling ghashv8-armv8-apple.S
[284/584] Compiling ghashv8-armv8-linux.S
[285/584] Compiling ghashv8-armv7-linux.S
[286/584] Compiling p256-armv8-asm-apple.S
[287/584] Compiling ghash-x86_64-apple.S
[287/584] Compiling ghashv8-armv8-win.S
[289/584] Compiling ghash-x86_64-linux.S
[290/584] Compiling ghash-x86-linux.S
[291/584] Compiling ghash-x86-apple.S
[292/584] Compiling ghash-ssse3-x86_64-apple.S
[293/584] Compiling ghash-ssse3-x86_64-linux.S
[294/584] Compiling ghash-armv4-linux.S
[295/584] Compiling ghash-ssse3-x86-linux.S
[296/584] Compiling ghash-ssse3-x86-apple.S
[297/584] Compiling ghash-neon-armv8-win.S
[297/584] Compiling ghash-neon-armv8-apple.S
[299/584] Compiling ghash-neon-armv8-linux.S
[300/584] Compiling co-586-linux.S
[300/584] Compiling co-586-apple.S
[302/584] Compiling bn-armv8-apple.S
[303/584] Compiling bsaes-armv7-linux.S
[304/584] Compiling bn-armv8-linux.S
[305/584] Compiling bn-586-linux.S
[306/584] Compiling bn-armv8-win.S
[307/584] Compiling armv8-mont-win.S
[308/584] Compiling armv8-mont-linux.S
[309/584] Compiling bn-586-apple.S
[310/584] Compiling armv8-mont-apple.S
[311/584] Compiling aesv8-gcm-armv8-win.S
[312/584] Compiling armv4-mont-linux.S
[313/584] Compiling aesv8-gcm-armv8-linux.S
[314/584] Compiling aesv8-armv8-win.S
[315/584] Compiling aesv8-armv7-linux.S
[316/584] Compiling aesv8-gcm-armv8-apple.S
[317/584] Compiling aesv8-armv8-linux.S
[318/584] Compiling aesv8-armv8-apple.S
[319/584] Compiling aesni-x86_64-apple.S
[320/584] Compiling aesni-x86_64-linux.S
[320/584] Compiling aesni-x86-linux.S
[322/584] Compiling aesni-gcm-x86_64-apple.S
[323/584] Compiling aes-gcm-avx2-x86_64-linux.S
[324/584] Compiling aesni-x86-apple.S
[325/584] Compiling aesni-gcm-x86_64-linux.S
[326/584] Compiling aes-gcm-avx2-x86_64-apple.S
[327/584] Compiling aes-gcm-avx10-x86_64-apple.S
[328/584] Compiling aes-gcm-avx10-x86_64-linux.S
[329/584] Compiling x_x509a.cc
[330/584] Compiling x_val.cc
[331/584] Compiling x_sig.cc
[332/584] Compiling x_req.cc
[333/584] Compiling x_x509.cc
[334/584] Compiling x_pubkey.cc
[335/584] Compiling x_spki.cc
[336/584] Compiling x_name.cc
[337/584] Compiling x_exten.cc
[338/584] Compiling x_crl.cc
[339/584] Compiling x_attrib.cc
[340/584] Compiling x_algor.cc
[341/584] Compiling x509spki.cc
[342/584] Compiling x_all.cc
[343/584] Compiling x509rset.cc
[344/584] Compiling x509name.cc
[345/584] Compiling x509cset.cc
[346/584] Compiling x509_txt.cc
[347/584] Compiling x509_v3.cc
[348/584] Compiling x509_vpm.cc
[349/584] Compiling x509_vfy.cc
[350/584] Compiling x509_trs.cc
[351/584] Compiling x509_set.cc
[352/584] Compiling x509_obj.cc
[353/584] Compiling x509_req.cc
[354/584] Compiling x509_def.cc
[355/584] Compiling x509_ext.cc
[356/584] Compiling x509_lu.cc
[358/584] Compiling SwiftProtobuf api.pb.swift
[359/584] Compiling SwiftProtobuf descriptor.pb.swift
[360/584] Compiling SwiftProtobuf duration.pb.swift
[361/584] Compiling SwiftProtobuf empty.pb.swift
[362/584] Compiling SwiftProtobuf field_mask.pb.swift
[363/584] Compiling SwiftProtobuf source_context.pb.swift
[364/584] Compiling SwiftProtobuf struct.pb.swift
[365/584] Compiling SwiftProtobuf timestamp.pb.swift
[366/584] Compiling SwiftProtobuf type.pb.swift
[367/584] Compiling SwiftProtobuf wrappers.pb.swift
[368/584] Compiling SwiftProtobuf resource_bundle_accessor.swift
[369/585] Compiling x509_d2.cc
[370/585] Compiling x509_att.cc
[371/585] Compiling x509_cmp.cc
[372/585] Compiling x509.cc
[373/585] Compiling v3_skey.cc
[374/585] Compiling v3_utl.cc
[375/585] Compiling v3_purp.cc
[376/585] Compiling v3_prn.cc
[377/585] Compiling v3_pcons.cc
[378/585] Compiling v3_pmaps.cc
[379/585] Compiling v3_ncons.cc
[380/585] Compiling v3_ocsp.cc
[381/585] Compiling v3_info.cc
[382/585] Compiling v3_int.cc
[383/585] Compiling v3_lib.cc
[384/585] Compiling v3_genn.cc
[385/585] Compiling v3_ia5.cc
[386/585] Compiling v3_extku.cc
[387/585] Compiling v3_enum.cc
[388/585] Compiling v3_crld.cc
[389/585] Compiling v3_cpols.cc
[390/585] Compiling v3_bitst.cc
[391/585] Compiling v3_akeya.cc
[392/585] Compiling v3_bcons.cc
[393/585] Compiling v3_conf.cc
[394/585] Compiling v3_alt.cc
[395/585] Compiling v3_akey.cc
[396/585] Compiling t_x509a.cc
[397/585] Compiling i2d_pr.cc
[398/585] Compiling t_x509.cc
[399/585] Compiling t_req.cc
[400/585] Compiling name_print.cc
[401/585] Compiling t_crl.cc
[402/585] Compiling policy.cc
[403/585] Compiling rsa_pss.cc
[404/585] Compiling algorithm.cc
[405/585] Compiling by_dir.cc
[406/585] Compiling asn1_gen.cc
[407/585] Compiling by_file.cc
[408/585] Compiling voprf.cc
[409/585] Compiling thread_win.cc
[410/585] Compiling a_sign.cc
[411/585] Compiling thread_pthread.cc
[412/585] Compiling trust_token.cc
[413/585] Compiling a_verify.cc
[414/585] Compiling thread_none.cc
[415/585] Compiling thread.cc
[416/585] Compiling pmbtoken.cc
[417/585] Compiling stack.cc
[418/585] Compiling sha512.cc
[419/585] Compiling a_digest.cc
[420/585] Compiling siphash.cc
[421/585] Compiling sha256.cc
[422/585] Compiling slhdsa.cc
[423/585] Compiling spake2plus.cc
[424/585] Compiling sha1.cc
[425/585] Compiling rsa_crypt.cc
[426/585] Compiling rsa_asn1.cc
[427/585] Compiling rsa_extra.cc
[428/585] Compiling rsa_print.cc
[429/585] Compiling trusty.cc
[430/585] Compiling rc4.cc
[431/585] Compiling refcount.cc
[432/585] Compiling urandom.cc
[433/585] Compiling windows.cc
[434/585] Compiling rand.cc
[435/585] Compiling getentropy.cc
[436/585] Compiling forkunsafe.cc
[437/585] Compiling ios.cc
[438/585] Compiling poly1305_arm_asm.S
[439/585] Compiling passive.cc
[440/585] Compiling deterministic.cc
[441/585] Compiling fork_detect.cc
[442/585] Compiling poly1305_arm.cc
[443/585] Compiling poly1305_vec.cc
[444/585] Compiling poly1305.cc
[445/585] Compiling pool.cc
[446/585] Compiling pkcs8_x509.cc
[447/585] Compiling pkcs7.cc
[448/585] Compiling pkcs7_x509.cc
[449/585] Compiling pkcs8.cc
[450/585] Compiling p5_pbev2.cc
[451/585] Compiling pem_xaux.cc
[452/585] Compiling pem_pkey.cc
[453/585] Compiling pem_x509.cc
[454/585] Compiling mlkem.cc
[455/585] Compiling obj.cc
[456/585] Compiling pem_pk8.cc
[457/585] Compiling pem_all.cc
[458/585] Compiling mldsa.cc
[459/585] Compiling pem_oth.cc
[460/585] Compiling pem_lib.cc
[461/585] Compiling obj_xref.cc
[462/585] Compiling poly_rq_mul.S
[463/585] Compiling mem.cc
[464/585] Compiling fips_shared_support.cc
[465/585] Compiling pem_info.cc
[466/585] Compiling md5.cc
[467/585] Compiling md4.cc
[468/585] Compiling hrss.cc
[469/585] Compiling lhash.cc
[470/585] Compiling ex_data.cc
[471/585] Compiling kyber.cc
[472/585] Compiling scrypt.cc
[473/585] Compiling sign.cc
[474/585] Compiling p_x25519.cc
[475/585] Compiling hpke.cc
[476/585] Compiling print.cc
[477/585] Compiling pbkdf.cc
[478/585] Compiling p_x25519_asn1.cc
[479/585] Compiling p_rsa.cc
[480/585] Compiling p_rsa_asn1.cc
[481/585] Compiling p_ed25519.cc
[482/585] Compiling p_hkdf.cc
[483/585] Compiling p_ec_asn1.cc
[484/585] Compiling p_ed25519_asn1.cc
[485/585] Compiling p_ec.cc
[486/585] Compiling p_dh.cc
[487/585] Compiling evp_ctx.cc
[488/585] Compiling err.cc
[489/585] Compiling p_dh_asn1.cc
[490/585] Compiling p_dsa_asn1.cc
[491/585] Compiling evp.cc
[492/585] Compiling ec_derive.cc
[493/585] Compiling engine.cc
[494/585] Compiling ecdh.cc
[495/585] Compiling hash_to_curve.cc
[496/585] Compiling evp_asn1.cc
[497/585] Compiling ecdsa_asn1.cc
[498/585] Compiling dsa.cc
[499/585] Compiling params.cc
[500/585] Compiling ec_asn1.cc
[501/585] Compiling des.cc
[502/585] Compiling digest_extra.cc
[503/585] Compiling dh_asn1.cc
[504/585] Compiling dsa_asn1.cc
[505/585] Compiling x25519-asm-arm.S
[506/585] Compiling cpu_intel.cc
[507/585] Compiling crypto.cc
[508/585] Compiling spake25519.cc
[509/585] Compiling cpu_arm_linux.cc
[510/585] Compiling cpu_aarch64_win.cc
[511/585] Compiling curve25519.cc
[512/585] Compiling cpu_aarch64_openbsd.cc
[513/585] Compiling cpu_arm_freebsd.cc
[514/585] Compiling cpu_aarch64_apple.cc
[515/585] Compiling cpu_aarch64_sysreg.cc
[516/585] Compiling cpu_aarch64_fuchsia.cc
[517/585] Compiling conf.cc
[518/585] Compiling get_cipher.cc
[519/585] Compiling bcm.cc
[520/585] Compiling tls_cbc.cc
[520/585] Compiling e_rc2.cc
[520/585] Compiling cpu_aarch64_linux.cc
[520/585] Compiling curve25519_64_adx.cc
[520/585] Compiling e_tls.cc
[520/585] Compiling e_rc4.cc
[526/585] Compiling e_null.cc
[527/585] Compiling derive_key.cc
[528/585] Compiling e_aesctrhmac.cc
[529/585] Compiling e_aesgcmsiv.cc
[530/585] Compiling chacha.cc
[531/585] Compiling e_des.cc
[532/585] Compiling e_chacha20poly1305.cc
[533/585] Compiling unicode.cc
[534/585] Compiling buf.cc
[535/585] Compiling ber.cc
[536/585] Compiling cbs.cc
[537/585] Compiling cbb.cc
[538/585] Compiling convert.cc
[539/585] Compiling bn_asn1.cc
[540/585] Compiling asn1_compat.cc
[541/585] Compiling printf.cc
[542/585] Compiling blake2.cc
[543/585] Compiling socket_helper.cc
[544/585] Compiling socket.cc
[545/585] Compiling pair.cc
[546/585] Compiling hexdump.cc
[547/585] Compiling file.cc
[548/585] Compiling errno.cc
[549/585] Compiling connect.cc
[550/585] Compiling fd.cc
[551/585] Compiling tasn_utl.cc
[552/585] Compiling base64.cc
[553/585] Compiling bio_mem.cc
[554/585] Compiling tasn_typ.cc
[555/585] Compiling tasn_fre.cc
[556/585] Compiling bio.cc
[557/585] Compiling tasn_enc.cc
[557/585] Compiling tasn_new.cc
[559/585] Compiling f_string.cc
[560/585] Compiling posix_time.cc
[561/585] Compiling tasn_dec.cc
[562/585] Compiling f_int.cc
[563/585] Compiling asn_pack.cc
[564/585] Compiling a_time.cc
[565/585] Compiling asn1_par.cc
[566/585] Compiling a_octet.cc
[567/585] Compiling a_object.cc
[568/585] Compiling a_type.cc
[568/585] Compiling asn1_lib.cc
[569/585] Compiling a_strex.cc
[570/585] Compiling a_utctm.cc
[572/585] Compiling a_strnid.cc
[573/585] Compiling a_dup.cc
[574/585] Compiling a_d2i_fp.cc
[575/585] Compiling a_bitstr.cc
[576/585] Compiling a_i2d_fp.cc
[576/585] Write sources
[578/585] Compiling a_gentm.cc
[579/585] Compiling a_mbstr.cc
[580/585] Compiling CGRPCZlib empty.c
[581/592] Compiling a_bool.cc
[582/603] Compiling a_int.cc
[584/603] Compiling Atomics AtomicStorage.swift
[585/603] Compiling Atomics AtomicValue.swift
[586/605] Compiling Atomics UnsafeAtomic.swift
[587/605] Compiling Atomics UnsafeAtomicLazyReference.swift
[588/605] Compiling Atomics ManagedAtomic.swift
[589/605] Compiling Atomics ManagedAtomicLazyReference.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 IntegerOperations.swift
[596/605] Compiling Atomics Unmanaged extensions.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
[604/606] Compiling c-nioatomics.c
[605/606] Compiling c-atomics.c
[607/612] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[608/612] Compiling NIOConcurrencyHelpers lock.swift
[609/612] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[610/612] Emitting module NIOConcurrencyHelpers
[611/612] Compiling NIOConcurrencyHelpers NIOLock.swift
[612/612] Compiling NIOConcurrencyHelpers atomics.swift
[614/674] Compiling NIOCore IOData.swift
[615/674] Compiling NIOCore IPProtocol.swift
[616/674] Compiling NIOCore IntegerBitPacking.swift
[617/674] Compiling NIOCore IntegerTypes.swift
[618/674] Compiling NIOCore Interfaces.swift
[619/674] Compiling NIOCore Linux.swift
[620/674] Compiling NIOCore MarkedCircularBuffer.swift
[621/674] Compiling NIOCore MulticastChannel.swift
[622/674] Compiling NIOCore EventLoopFuture+Deprecated.swift
[623/674] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[624/674] Compiling NIOCore EventLoopFuture.swift
[625/674] Compiling NIOCore FileDescriptor.swift
[626/674] Compiling NIOCore FileHandle.swift
[627/674] Compiling NIOCore FileRegion.swift
[628/674] Compiling NIOCore GlobalSingletons.swift
[629/674] Compiling NIOCore IO.swift
[630/682] Compiling NIOCore AddressedEnvelope.swift
[631/682] Compiling NIOCore AsyncAwaitSupport.swift
[632/682] Compiling NIOCore AsyncChannel.swift
[633/682] Compiling NIOCore AsyncChannelHandler.swift
[634/682] Compiling NIOCore AsyncChannelInboundStream.swift
[635/682] Compiling NIOCore AsyncChannelOutboundWriter.swift
[636/682] Compiling NIOCore NIOAsyncSequenceProducer.swift
[637/682] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[638/682] Compiling NIOCore NIOAsyncWriter.swift
[639/682] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[640/682] Compiling NIOCore BSDSocketAPI.swift
[641/682] Compiling NIOCore ByteBuffer-aux.swift
[642/682] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[643/682] Compiling NIOCore ByteBuffer-conversions.swift
[644/682] Compiling NIOCore ByteBuffer-core.swift
[645/682] Compiling NIOCore ByteBuffer-hex.swift
[646/682] Compiling NIOCore ByteBuffer-int.swift
[647/682] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[648/682] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[649/682] Compiling NIOCore SocketAddresses.swift
[650/682] Compiling NIOCore SocketOptionProvider.swift
[651/682] Compiling NIOCore SystemCallHelpers.swift
[652/682] Compiling NIOCore TimeAmount+Duration.swift
[653/682] Compiling NIOCore TypeAssistedChannelHandler.swift
[654/682] Compiling NIOCore UniversalBootstrapSupport.swift
[655/682] Compiling NIOCore Utilities.swift
[656/682] Emitting module NIOCore
[657/682] Compiling NIOCore NIOAny.swift
[658/682] Compiling NIOCore NIOCloseOnErrorHandler.swift
[659/682] Compiling NIOCore NIOCoreSendableMetatype.swift
[660/682] Compiling NIOCore NIOLoopBound.swift
[661/682] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[662/682] Compiling NIOCore NIOScheduledCallback.swift
[663/682] Compiling NIOCore NIOSendable.swift
[664/682] Compiling NIOCore RecvByteBufferAllocator.swift
[665/682] Compiling NIOCore CircularBuffer.swift
[666/682] Compiling NIOCore Codec.swift
[667/682] Compiling NIOCore ConvenienceOptionSupport.swift
[668/682] Compiling NIOCore DeadChannel.swift
[669/682] Compiling NIOCore DispatchQueue+WithFuture.swift
[670/682] Compiling NIOCore EventLoop+Deprecated.swift
[671/682] Compiling NIOCore EventLoop+SerialExecutor.swift
[672/682] Compiling NIOCore EventLoop.swift
[673/682] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[674/682] Compiling NIOCore ByteBuffer-multi-int.swift
[675/682] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[676/682] Compiling NIOCore ByteBuffer-views.swift
[677/682] Compiling NIOCore Channel.swift
[678/682] Compiling NIOCore ChannelHandler.swift
[679/682] Compiling NIOCore ChannelHandlers.swift
[680/682] Compiling NIOCore ChannelInvoker.swift
[681/682] Compiling NIOCore ChannelOption.swift
[682/682] Compiling NIOCore ChannelPipeline.swift
[684/737] Emitting module NIOEmbedded
[685/737] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[686/737] Compiling NIOEmbedded AsyncTestingChannel.swift
[687/737] Compiling NIOEmbedded Embedded.swift
[689/738] Compiling NIOPosix Socket.swift
[690/738] Compiling NIOPosix SocketChannel.swift
[691/738] Compiling NIOPosix SocketProtocols.swift
[692/738] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[693/738] Compiling NIOPosix System.swift
[694/738] Compiling NIOPosix Thread.swift
[695/738] Compiling NIOPosix ThreadPosix.swift
[696/744] Emitting module NIOPosix
[697/744] Compiling NIOPosix SelectableEventLoop.swift
[698/744] Compiling NIOPosix SelectorEpoll.swift
[699/744] Compiling NIOPosix SelectorGeneric.swift
[700/744] Compiling NIOPosix SelectorKqueue.swift
[701/744] Compiling NIOPosix SelectorUring.swift
[702/744] Compiling NIOPosix SelectorWSAPoll.swift
[703/744] Compiling NIOPosix ServerSocket.swift
[704/744] Compiling NIOPosix ThreadWindows.swift
[705/744] Compiling NIOPosix UnsafeTransfer.swift
[706/744] Compiling NIOPosix Utilities.swift
[707/744] Compiling NIOPosix VsockAddress.swift
[708/744] Compiling NIOPosix VsockChannelEvents.swift
[709/744] Compiling NIOPosix Windows.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 NIOPosixSendableMetatype.swift
[718/744] Compiling NIOPosix NIOThreadPool.swift
[719/744] Compiling NIOPosix NonBlockingFileIO.swift
[720/744] Compiling NIOPosix PendingDatagramWritesManager.swift
[721/744] Compiling NIOPosix PendingWritesManager.swift
[722/744] Compiling NIOPosix PipeChannel.swift
[723/744] Compiling NIOPosix PipePair.swift
[724/744] Compiling NIOPosix Pool.swift
[725/744] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[726/744] Compiling NIOPosix PosixSingletons.swift
[727/744] Compiling NIOPosix RawSocketBootstrap.swift
[728/744] Compiling NIOPosix Resolver.swift
[729/744] Compiling NIOPosix Selectable.swift
[730/744] Compiling NIOPosix SelectableChannel.swift
[731/744] Compiling NIOPosix IO.swift
[732/744] Compiling NIOPosix IntegerBitPacking.swift
[733/744] Compiling NIOPosix IntegerTypes.swift
[734/744] Compiling NIOPosix Linux.swift
[735/744] Compiling NIOPosix LinuxCPUSet.swift
[736/744] Compiling NIOPosix LinuxUring.swift
[737/744] Compiling NIOPosix MultiThreadedEventLoopGroup.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 NIOFoundationCompat WaitSpinningRunLoop.swift
[750/775] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[751/775] Compiling NIOTLS TLSEvents.swift
[752/775] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[753/775] Compiling NIOTLS SNIHandler.swift
[754/775] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[755/775] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[756/777] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[757/777] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[758/777] Emitting module NIOTLS
[759/778] Emitting module NIOFoundationCompat
[760/778] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[761/778] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[764/779] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[765/779] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[766/779] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[767/779] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[768/779] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[769/779] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[770/830] Compiling NIOTransportServices StateManagedChannel.swift
[771/830] Compiling NIOTransportServices StateManagedListenerChannel.swift
[772/830] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[773/830] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[774/830] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[775/830] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[776/830] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[777/832] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[778/832] Compiling NIOTransportServices NIOTSSingletons.swift
[779/832] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[780/832] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[781/832] Compiling NIOTransportServices NIOTSErrors.swift
[782/832] Compiling NIOTransportServices NIOTSEventLoop.swift
[783/832] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[784/832] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[785/832] Compiling NIOTransportServices NIOTSListenerChannel.swift
[786/832] Compiling NIOTransportServices NIOTSBootstraps.swift
[787/832] Compiling NIOTransportServices NIOTSChannelOptions.swift
[788/832] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[789/832] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[790/832] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[791/832] Compiling NIOTransportServices AcceptHandler.swift
[794/832] Emitting module NIOTransportServices
[797/832] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[804/833] Emitting module NIOHTTP1
[806/863] Emitting module NIOSSL
[807/867] Compiling NIOExtras RequestResponseHandler.swift
[808/867] Compiling NIOExtras RequestResponseHandlers+State.swift
[809/869] Compiling NIOHPACK IndexedHeaderTable.swift
[810/869] Compiling NIOHPACK IntegerCoding.swift
[811/870] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[812/870] Compiling NIOExtras NIOExtrasError.swift
[813/870] Compiling NIOExtras DebugInboundEventsHandler.swift
[814/870] Compiling NIOExtras DebugOutboundEventsHandler.swift
[815/870] Compiling NIOExtras NIOLengthFieldBitLength.swift
[816/870] Compiling NIOExtras NIORequestIdentifiable.swift
[817/870] Compiling NIOExtras PCAPRingBuffer.swift
[818/870] Compiling NIOExtras QuiescingHelper.swift
[819/870] Compiling NIOHPACK HuffmanCoding.swift
[820/870] Compiling NIOHPACK HuffmanTables.swift
[821/870] Compiling NIOExtras FixedLengthFrameDecoder.swift
[822/870] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[823/870] Compiling NIOHPACK StaticHeaderTable.swift
[824/870] Emitting module NIOHPACK
[828/870] Emitting module NIOExtras
[829/870] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[830/870] Compiling NIOExtras JSONRPCFraming.swift
[831/870] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[832/870] Compiling NIOExtras LengthFieldPrepender.swift
[840/870] Compiling NIOSSL SafeCompare.swift
[842/870] Compiling NIOExtras RequestResponseWithIDHandler.swift
[843/870] Compiling NIOExtras WritePCAPHandler.swift
[845/870] Compiling NIOExtras LineBasedFrameDecoder.swift
[849/870] Compiling NIOSSL SSLContext.swift
[850/870] Compiling NIOSSL SSLErrors.swift
[851/870] Compiling NIOSSL SSLInit.swift
[852/870] Compiling NIOSSL SSLPKCS12Bundle.swift
[866/931] Compiling NIOHTTP2 HasRemoteSettings.swift
[867/931] Compiling NIOHTTP2 LocallyQuiescingState.swift
[868/931] Compiling NIOHTTP2 QuiescingState.swift
[869/931] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[871/932] Compiling NIOHTTP2 ConnectionStateMachine.swift
[872/932] Compiling NIOHTTP2 ConnectionStreamsState.swift
[874/933] Compiling NIOHTTP2 MaySendFrames.swift
[875/933] Compiling NIOHTTP2 SendingDataState.swift
[876/933] Compiling NIOHTTP2 SendingGoawayState.swift
[877/933] Compiling NIOHTTP2 SendingHeadersState.swift
[878/933] Compiling NIOHTTP2 SendingPushPromiseState.swift
[879/933] Compiling NIOHTTP2 SendingRstStreamState.swift
[880/933] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[881/933] Compiling NIOHTTP2 HTTP2SettingsState.swift
[882/933] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[883/941] Emitting module NIOHTTP2
[884/941] Compiling NIOHTTP2 DOSHeuristics.swift
[885/941] Compiling NIOHTTP2 Error+Any.swift
[886/941] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[887/941] Compiling NIOHTTP2 ControlFrameBuffer.swift
[888/941] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[889/941] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[890/941] Compiling NIOHTTP2 GlitchesMonitor.swift
[891/941] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[892/941] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[893/941] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[894/941] Compiling NIOHTTP2 StreamChannelFlowController.swift
[895/941] Compiling NIOHTTP2 StreamChannelList.swift
[896/941] Compiling NIOHTTP2 StreamMap.swift
[897/941] Compiling NIOHTTP2 StreamStateMachine.swift
[898/941] Compiling NIOHTTP2 UnsafeTransfer.swift
[899/941] Compiling NIOHTTP2 WatermarkedFlowController.swift
[900/941] Compiling NIOHTTP2 HasFlowControlWindows.swift
[901/941] Compiling NIOHTTP2 HasLocalSettings.swift
[906/941] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[907/941] Compiling NIOHTTP2 StateMachineResult.swift
[908/941] Compiling NIOHTTP2 ContentLengthVerifier.swift
[909/941] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[910/941] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[911/941] Compiling NIOHTTP2 HTTP2StreamID.swift
[912/941] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[913/941] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[914/941] Compiling NIOHTTP2 HTTP2UserEvents.swift
[915/941] Compiling NIOHTTP2 InboundEventBuffer.swift
[916/941] Compiling NIOHTTP2 InboundWindowManager.swift
[919/941] Compiling NIOHTTP2 MayReceiveFrames.swift
[920/941] Compiling NIOHTTP2 ReceivingDataState.swift
[921/941] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[922/941] Compiling NIOHTTP2 ReceivingHeadersState.swift
[923/941] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[924/941] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[925/941] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[926/941] Compiling NIOHTTP2 HTTP2Frame.swift
[927/941] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[928/941] Compiling NIOHTTP2 HTTP2FrameParser.swift
[929/941] Compiling NIOHTTP2 HTTP2PingData.swift
[930/941] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[931/941] Compiling NIOHTTP2 HTTP2Settings.swift
[932/941] Compiling NIOHTTP2 HTTP2Stream.swift
[933/941] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.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] Compiling GRPC UnaryResponseCallContext.swift
[980/1086] Compiling GRPC ServerChannelErrorHandler.swift
[981/1086] Compiling GRPC ServerErrorDelegate.swift
[982/1086] Compiling GRPC ServerErrorProcessor.swift
[983/1086] Compiling GRPC Stopwatch.swift
[984/1086] Compiling GRPC StreamEvent.swift
[985/1086] Compiling GRPC TLSVerificationHandler.swift
[986/1086] Compiling GRPC TLSVersion.swift
[987/1086] Compiling GRPC TimeLimit.swift
[988/1086] Compiling GRPC UserInfo.swift
[989/1086] Compiling GRPC Version.swift
[990/1086] Compiling GRPC WebCORSHandler.swift
[991/1086] Compiling GRPC WriteCapturingHandler.swift
[992/1086] Compiling GRPC _EmbeddedThroughput.swift
[993/1086] Compiling GRPC _FakeResponseStream.swift
[994/1086] Compiling GRPC _GRPCClientCodecHandler.swift
[995/1086] Compiling GRPC _MessageContext.swift
[996/1086] Compiling GRPC GRPCAsyncResponseStream.swift
[997/1086] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[998/1086] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[999/1086] Compiling GRPC GRPCAsyncServerCallContext.swift
[1000/1086] Compiling GRPC GRPCAsyncServerHandler.swift
[1001/1086] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1002/1086] Compiling GRPC GRPCAsyncUnaryCall.swift
[1003/1086] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1004/1086] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1005/1086] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1006/1086] Compiling GRPC GRPCSendable.swift
[1007/1086] Compiling GRPC NIOAsyncWrappers.swift
[1008/1086] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1009/1086] Compiling GRPC ClientStreamingServerHandler.swift
[1010/1086] Compiling GRPC ServerHandlerProtocol.swift
[1011/1086] Compiling GRPC ServerStreamingServerHandler.swift
[1012/1086] Compiling GRPC UnaryServerHandler.swift
[1013/1086] Compiling GRPC CallOptions.swift
[1014/1086] Emitting module GRPC
[1015/1086] Compiling GRPC ConnectionBackoff.swift
[1016/1086] Compiling GRPC ConnectionKeepalive.swift
[1017/1086] Compiling GRPC ConnectionManager+Delegates.swift
[1018/1086] Compiling GRPC ConnectionManager.swift
[1019/1086] Compiling GRPC ConnectionManagerChannelProvider.swift
[1020/1086] Compiling GRPC ConnectionManagerID.swift
[1021/1086] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1022/1086] Compiling GRPC ConnectionPool+Waiter.swift
[1023/1086] Compiling GRPC ConnectionPool.swift
[1024/1086] Compiling GRPC ConnectionPoolIDs.swift
[1025/1086] Compiling GRPC GRPCChannelPool.swift
[1026/1086] Compiling GRPC PoolManager.swift
[1027/1086] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1028/1086] Compiling GRPC PoolManagerStateMachine.swift
[1029/1086] Compiling GRPC PooledChannel.swift
[1030/1086] Compiling GRPC StreamLender.swift
[1031/1086] Compiling GRPC ConnectivityState.swift
[1032/1086] Compiling GRPC DebugOnly.swift
[1033/1086] Compiling GRPC BidirectionalStreamingCall.swift
[1034/1086] Compiling GRPC Call.swift
[1035/1086] Compiling GRPC CallDetails.swift
[1036/1086] Compiling GRPC ClientCall.swift
[1037/1086] Compiling GRPC ClientStreamingCall.swift
[1038/1086] Compiling GRPC LazyEventLoopPromise.swift
[1039/1086] Compiling GRPC ResponseContainers.swift
[1040/1086] Compiling GRPC ResponsePartContainer.swift
[1041/1086] Compiling GRPC ServerStreamingCall.swift
[1042/1086] Compiling GRPC UnaryCall.swift
[1043/1086] Compiling GRPC ClientConnection.swift
[1044/1086] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1045/1086] Compiling GRPC ClientErrorDelegate.swift
[1046/1086] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1047/1086] Compiling GRPC CompressionAlgorithm.swift
[1048/1086] Compiling GRPC DecompressionLimit.swift
[1049/1086] Compiling GRPC MessageEncoding.swift
[1050/1086] Compiling GRPC Zlib.swift
[1051/1086] Compiling GRPC DelegatingErrorHandler.swift
[1052/1086] Compiling GRPC Error+NIOSSL.swift
[1053/1086] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1054/1086] Compiling GRPC FakeChannel.swift
[1055/1086] Compiling GRPC ClientConnection+NIOSSL.swift
[1056/1086] Compiling GRPC ClientConnection+NWTLS.swift
[1057/1086] Compiling GRPC GRPCChannel.swift
[1058/1086] Compiling GRPC GRPCChannelBuilder.swift
[1059/1086] Compiling GRPC GRPCClient.swift
[1060/1086] Compiling GRPC GRPCClientChannelHandler.swift
[1061/1086] Compiling GRPC GRPCClientStateMachine.swift
[1062/1086] Compiling GRPC GRPCContentType.swift
[1063/1086] Compiling GRPC GRPCError.swift
[1064/1086] Compiling GRPC GRPCHeaderName.swift
[1065/1086] Compiling GRPC GRPCIdleHandler.swift
[1066/1086] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1067/1086] Compiling GRPC GRPCKeepaliveHandlers.swift
[1068/1086] Compiling GRPC GRPCPayload.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] 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
[1089/1115] Compiling SwiftProtoReflect DescriptorBridge.swift
[1090/1115] Compiling SwiftProtoReflect StaticMessageBridge.swift
[1091/1115] Compiling SwiftProtoReflect EnumDescriptor.swift
[1092/1115] Compiling SwiftProtoReflect FieldDescriptor.swift
[1093/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
[1094/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
[1095/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
[1096/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
[1097/1115] Compiling SwiftProtoReflect WireFormat.swift
[1098/1115] Compiling SwiftProtoReflect ServiceClient.swift
[1099/1115] Compiling SwiftProtoReflect SwiftProtoReflect.swift
[1100/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.
[1101/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.
[1102/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.
[1103/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
[1104/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
[1105/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
[1106/1115] Compiling SwiftProtoReflect BinarySerializer.swift
[1107/1115] Compiling SwiftProtoReflect JSONDeserializer.swift
[1108/1115] Compiling SwiftProtoReflect JSONSerializer.swift
[1109/1115] Compiling SwiftProtoReflect EmptyHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.empty
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Empty Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:30:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |   ///
 23 |   /// Empty messages contain no fields, so this is a simple unit type.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Creates the single instance of EmptyValue.
    :
 28 |
 29 |     /// The single instance of Empty (singleton pattern).
 30 |     public static let instance = EmptyValue()
    |                       |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     public var description: String {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/FieldMaskHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.fieldMask
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - FieldMask Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.structType
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Struct Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1110/1115] Compiling SwiftProtoReflect FieldMaskHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.empty
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Empty Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:30:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |   ///
 23 |   /// Empty messages contain no fields, so this is a simple unit type.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Creates the single instance of EmptyValue.
    :
 28 |
 29 |     /// The single instance of Empty (singleton pattern).
 30 |     public static let instance = EmptyValue()
    |                       |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     public var description: String {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/FieldMaskHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.fieldMask
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - FieldMask Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.structType
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Struct Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1111/1115] Compiling SwiftProtoReflect StructHandler.swift
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.empty
 17 |   public static let supportPhase: WellKnownSupportPhase = .critical
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Empty Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/EmptyHandler.swift:30:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |   ///
 23 |   /// Empty messages contain no fields, so this is a simple unit type.
 24 |   public struct EmptyValue: Equatable, CustomStringConvertible {
    |                 `- note: consider making struct 'EmptyValue' conform to the 'Sendable' protocol
 25 |
 26 |     /// Creates the single instance of EmptyValue.
    :
 28 |
 29 |     /// The single instance of Empty (singleton pattern).
 30 |     public static let instance = EmptyValue()
    |                       |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'EmptyHandler.EmptyValue' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     public var description: String {
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/FieldMaskHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.fieldMask
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - FieldMask Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/StructHandler.swift:17:21: warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |
 16 |   public static let handledTypeName = WellKnownTypeNames.structType
 17 |   public static let supportPhase: WellKnownSupportPhase = .important
    |                     |- warning: static property 'supportPhase' is not concurrency-safe because non-'Sendable' type 'WellKnownSupportPhase' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'supportPhase' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |   // MARK: - Struct Representation
/host/spi-builder-workspace/Sources/SwiftProtoReflect/Integration/WellKnownTypes.swift:115:13: note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
113 |
114 | /// Well-known types support phases.
115 | public enum WellKnownSupportPhase: Int, CaseIterable {
    |             `- note: consider making enum 'WellKnownSupportPhase' conform to the 'Sendable' protocol
116 |   case critical = 1  // Timestamp, Duration, Empty
117 |   case important = 2  // FieldMask, Struct, Value
[1112/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
[1113/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
[1114/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
[1115/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
Build complete! (252.35s)
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.