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