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