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