The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of grpc-swift-extras, reference 2.1.1 (7ab4a6), with Swift 6.1 for macOS (SPM) on 25 Nov 2025 21:33:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-extras.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/grpc/grpc-swift-extras
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 7ab4a69 Fix a number of OTel tracing issues (#60)
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
7ab4a690ac09696689a9c4b99320af7ef809bb3d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-extras.git at 2.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/grpc/grpc-swift-extras.git
https://github.com/grpc/grpc-swift-extras.git
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "grpc-swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-protobuf.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-extras",
  "name" : "grpc-swift-extras",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GRPCHealthService",
      "targets" : [
        "GRPCHealthService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCReflectionService",
      "targets" : [
        "GRPCReflectionService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCOTelTracingInterceptors",
      "targets" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCServiceLifecycle",
      "targets" : [
        "GRPCServiceLifecycle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCInteropTests",
      "targets" : [
        "GRPCInteropTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InProcessInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "InProcessInteropTests",
      "path" : "Tests/InProcessInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "InProcessInteroperabilityTests.swift"
      ],
      "target_dependencies" : [
        "GRPCInteropTests"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycleTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycleTests",
      "path" : "Tests/GRPCServiceLifecycleTests",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycleTestKit",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "ServiceLifecycleConformanceTests.swift"
      ],
      "target_dependencies" : [
        "GRPCServiceLifecycle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycle",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycle",
      "path" : "Sources/GRPCServiceLifecycle",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "GRPCServiceLifecycle"
      ],
      "sources" : [
        "GRPCClient+Service.swift",
        "GRPCServer+Service.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCReflectionServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionServiceTests",
      "path" : "Tests/GRPCReflectionServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GRPCReflectionServiceTests/Generated/DescriptorSets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GRPCReflectionServiceTests.swift",
        "ReflectionClient.swift"
      ],
      "target_dependencies" : [
        "GRPCReflectionService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCReflectionService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionService",
      "path" : "Sources/GRPCReflectionService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCReflectionService"
      ],
      "sources" : [
        "Generated/reflection.grpc.swift",
        "Generated/reflection.pb.swift",
        "Service/ReflectionService+V1.swift",
        "Service/ReflectionService.swift",
        "Service/ReflectionServiceRegistry.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptorsTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptorsTests",
      "path" : "Tests/GRPCOTelTracingInterceptorsTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "GRPCProtobuf",
        "Tracing",
        "InMemoryTracing"
      ],
      "sources" : [
        "Echo/EchoService.swift",
        "Echo/Generated/echo.grpc.swift",
        "Echo/Generated/echo.pb.swift",
        "GRPCOTelTracingInterceptorsTests.swift",
        "OTelTracingIntegrationTests.swift",
        "PeerAddressTests.swift",
        "TracingTestsUtilities.swift"
      ],
      "target_dependencies" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptors",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptors",
      "path" : "Sources/GRPCOTelTracingInterceptors",
      "product_dependencies" : [
        "GRPCCore",
        "Tracing"
      ],
      "product_memberships" : [
        "GRPCOTelTracingInterceptors"
      ],
      "sources" : [
        "Tracing/ClientOTelTracingInterceptor.swift",
        "Tracing/ServerOTelTracingInterceptor.swift",
        "Tracing/SpanAttributes+GRPCTracingKeys.swift",
        "Tracing/Tracing+RPC.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCInteropTests",
      "path" : "Sources/GRPCInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf"
      ],
      "product_memberships" : [
        "GRPCInteropTests"
      ],
      "sources" : [
        "AssertionFailure.swift",
        "Generated/empty.grpc.swift",
        "Generated/empty.pb.swift",
        "Generated/empty_service.grpc.swift",
        "Generated/empty_service.pb.swift",
        "Generated/messages.grpc.swift",
        "Generated/messages.pb.swift",
        "Generated/test.grpc.swift",
        "Generated/test.pb.swift",
        "InteroperabilityTestCase.swift",
        "InteroperabilityTestCases.swift",
        "TestService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCHealthServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthServiceTests",
      "path" : "Tests/GRPCHealthServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "HealthTests.swift",
        "Test Utilities/XCTest+Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCHealthService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCHealthService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthService",
      "path" : "Sources/GRPCHealthService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCHealthService"
      ],
      "sources" : [
        "Generated/health.grpc.swift",
        "Generated/health.pb.swift",
        "HealthService+Service.swift",
        "HealthService.swift",
        "ServingStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin generate-grpc-code-from-protos
[3/3] Compiling plugin GRPCProtobufGenerator
Building for debugging...
[3/24] Write sources
[10/24] Copying PrivacyInfo.xcprivacy
[11/24] Write sources
[23/24] Write swift-version-2F0A5646E1D333AE.txt
[25/139] Compiling SwiftProtobuf BinaryDelimited.swift
[26/139] Compiling SwiftProtobuf BinaryEncoder.swift
[27/140] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[28/140] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[29/140] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[30/140] Compiling ServiceContextModule ServiceContextKey.swift
[31/140] Emitting module ServiceContextModule
[32/140] Compiling ServiceContextModule ServiceContext.swift
[33/140] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/140] Compiling SwiftProtobuf BytecodeInterpreter.swift
[35/140] Compiling SwiftProtobuf BytecodeReader.swift
[36/140] Compiling SwiftProtobuf AnyMessageStorage.swift
[37/140] Compiling SwiftProtobuf AnyUnpackError.swift
[38/140] Emitting module InternalCollectionsUtilities
[39/140] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[40/140] Compiling SwiftProtobuf BinaryEncodingError.swift
[41/140] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[42/140] Compiling SwiftProtobuf AsyncMessageSequence.swift
[43/140] Compiling SwiftProtobuf BinaryDecoder.swift
[44/140] Compiling SwiftProtobuf BinaryDecodingError.swift
[45/140] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[46/218] Compiling Instrumentation InstrumentationSystem.swift
[47/218] Compiling DequeModule _DequeBufferHeader.swift
[48/218] Compiling DequeModule _DequeSlot.swift
[49/219] Compiling Instrumentation MultiplexInstrument.swift
[50/219] Compiling Instrumentation NoOpInstrument.swift
[51/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[52/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[53/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[54/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[55/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[56/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[57/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[58/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[59/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[60/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[61/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[62/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[63/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[64/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[65/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[66/225] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[67/225] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[68/225] Compiling OrderedCollections OrderedSet+Sendable.swift
[69/225] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/225] Compiling DequeModule _DequeBuffer.swift
[71/225] Compiling OrderedCollections OrderedDictionary+Codable.swift
[72/225] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[73/225] Compiling OrderedCollections _HashTable+Constants.swift
[74/225] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/225] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[76/225] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[77/225] Compiling OrderedCollections _HashTable.swift
[78/225] Compiling OrderedCollections _Hashtable+Header.swift
[79/225] Compiling OrderedCollections _HashTable+Testing.swift
[80/225] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[86/225] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[87/225] Compiling OrderedCollections OrderedSet+Codable.swift
[88/225] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[89/225] Compiling OrderedCollections OrderedSet+Descriptions.swift
[90/225] Compiling OrderedCollections OrderedSet+Diffing.swift
[91/225] Compiling OrderedCollections OrderedSet+Equatable.swift
[92/225] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[93/225] Compiling OrderedCollections OrderedSet+Hashable.swift
[94/225] Compiling OrderedCollections OrderedSet+Initializers.swift
[95/225] Compiling OrderedCollections OrderedSet+Insertions.swift
[96/225] Compiling OrderedCollections OrderedSet+Invariants.swift
[97/225] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[98/225] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[99/225] Compiling OrderedCollections OrderedDictionary+Elements.swift
[100/225] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[101/225] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[102/225] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[103/225] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[104/225] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[105/225] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[106/225] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[107/225] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[108/225] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[109/225] Compiling OrderedCollections OrderedDictionary+Values.swift
[110/225] Compiling OrderedCollections OrderedDictionary.swift
[111/225] Compiling Instrumentation Instrument.swift
[112/225] Compiling Instrumentation Locks.swift
[113/225] Compiling Logging MetadataProvider.swift
[114/225] Emitting module Instrumentation
[115/225] Compiling ConcurrencyHelpers LockedValueBox.swift
[116/225] Compiling ConcurrencyHelpers Lock.swift
[117/225] Emitting module ConcurrencyHelpers
[118/225] Compiling OrderedCollections _HashTable+Bucket.swift
[119/225] Compiling OrderedCollections _HashTable+BucketIterator.swift
[120/225] Emitting module DequeModule
[121/225] Compiling Logging LogHandler.swift
[122/225] Compiling Logging Locks.swift
[123/225] Compiling Logging Logging.swift
[124/225] Emitting module Logging
[132/228] Compiling OrderedCollections OrderedSet+SubSequence.swift
[133/228] Compiling OrderedCollections OrderedSet+Testing.swift
[134/228] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[135/228] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[136/228] Compiling OrderedCollections OrderedSet.swift
[137/228] Compiling OrderedCollections _UnsafeBitset.swift
[138/292] Emitting module OrderedCollections
[139/292] Compiling Tracing TracingTime.swift
[140/292] Compiling Tracing TracerProtocol.swift
[141/292] Compiling Tracing Tracer.swift
[142/292] Compiling Tracing TracerProtocol+Legacy.swift
[143/342] Compiling Tracing NoOpTracer.swift
[144/342] Compiling Tracing InstrumentationSystem+Tracing.swift
[145/342] Emitting module Tracing
[146/342] Compiling Tracing SpanProtocol.swift
[147/342] Compiling UnixSignals UnixSignal.swift
[148/342] Emitting module UnixSignals
[149/342] Compiling UnixSignals UnixSignalsSequence.swift
[150/342] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[151/342] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[152/342] Compiling AsyncAlgorithms AsyncShareSequence.swift
[153/342] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[154/342] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[155/342] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[156/347] Compiling AsyncAlgorithms Locking.swift
[157/347] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[158/347] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[159/347] Compiling AsyncAlgorithms MergeStateMachine.swift
[160/347] Compiling AsyncAlgorithms MergeStorage.swift
[161/347] Emitting module AsyncAlgorithms
[162/347] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[163/347] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[164/347] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[165/347] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[166/347] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[167/347] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[168/347] Compiling AsyncAlgorithms UnsafeTransfer.swift
[169/347] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[170/347] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[171/347] Compiling AsyncAlgorithms ZipStateMachine.swift
[172/347] Compiling AsyncAlgorithms ZipStorage.swift
[173/347] Compiling GRPCCore RPCWriterProtocol.swift
[174/353] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[175/353] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[176/353] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[177/353] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[178/353] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[179/353] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[180/353] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[181/353] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[182/353] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[183/353] Compiling AsyncAlgorithms CombineLatestStorage.swift
[184/353] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[185/353] Compiling AsyncAlgorithms DebounceStateMachine.swift
[186/353] Compiling AsyncAlgorithms DebounceStorage.swift
[187/353] Compiling AsyncAlgorithms Dictionary.swift
[188/353] Compiling AsyncAlgorithms _TinyArray.swift
[189/353] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[190/353] Compiling GRPCCore Timeout.swift
[191/353] Compiling GRPCCore ClientTransport.swift
[192/353] Compiling GRPCCore RPCParts.swift
[193/353] Compiling GRPCCore RPCStream.swift
[194/353] Compiling GRPCCore RetryThrottle.swift
[195/353] Compiling GRPCCore ServerTransport.swift
[201/353] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[202/353] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[203/353] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[204/353] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[205/353] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[206/353] Compiling AsyncAlgorithms Rethrow.swift
[207/353] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[208/353] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[209/353] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[210/353] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[213/353] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[214/353] Compiling AsyncAlgorithms AsyncChannel.swift
[215/353] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[216/353] Compiling AsyncAlgorithms ChannelStateMachine.swift
[217/353] Compiling AsyncAlgorithms ChannelStorage.swift
[222/353] Compiling AsyncAlgorithms SetAlgebra.swift
[230/362] Emitting module SwiftProtobuf
[231/371] Emitting module GRPCCore
[244/371] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[245/371] Compiling ServiceLifecycle Service.swift
[246/371] Compiling ServiceLifecycle ServiceRunnerError.swift
[313/371] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[314/371] Compiling SwiftProtobuf ProtobufMap.swift
[315/371] Compiling SwiftProtobuf SelectiveVisitor.swift
[316/371] Compiling SwiftProtobuf SimpleExtensionMap.swift
[317/371] Compiling SwiftProtobuf StringUtils.swift
[318/371] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[319/371] Compiling SwiftProtobuf SwiftProtobufError.swift
[329/371] Compiling SwiftProtobuf TextFormatDecoder.swift
[330/371] Compiling SwiftProtobuf TextFormatDecodingError.swift
[331/371] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[332/371] Compiling SwiftProtobuf TextFormatEncoder.swift
[333/371] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[334/371] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[335/371] Compiling SwiftProtobuf TextFormatScanner.swift
[336/371] Compiling SwiftProtobuf TimeUtils.swift
[337/371] Compiling SwiftProtobuf UnknownStorage.swift
[348/371] Compiling ServiceLifecycle CancellationWaiter.swift
[349/371] Compiling ServiceLifecycle GracefulShutdown.swift
[350/371] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[351/371] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[352/371] Compiling ServiceLifecycle ServiceGroup.swift
[353/371] Emitting module ServiceLifecycle
[354/379] Compiling GRPCOTelTracingInterceptors Tracing+RPC.swift
[355/379] Emitting module GRPCServiceLifecycle
[356/379] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[357/379] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[358/379] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[359/379] Emitting module GRPCOTelTracingInterceptors
[360/379] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[361/379] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[362/379] Compiling SwiftProtobuf duration.pb.swift
[363/379] Compiling SwiftProtobuf empty.pb.swift
[364/379] Compiling SwiftProtobuf field_mask.pb.swift
[365/379] Compiling SwiftProtobuf source_context.pb.swift
[366/379] Compiling SwiftProtobuf struct.pb.swift
[367/379] Compiling SwiftProtobuf timestamp.pb.swift
[368/379] Compiling SwiftProtobuf type.pb.swift
[369/379] Compiling SwiftProtobuf wrappers.pb.swift
[370/379] Compiling SwiftProtobuf resource_bundle_accessor.swift
[371/379] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[372/379] Compiling SwiftProtobuf Varint.swift
[373/379] Compiling SwiftProtobuf Version.swift
[374/379] Compiling SwiftProtobuf Visitor.swift
[375/379] Compiling SwiftProtobuf WireFormat.swift
[376/379] Compiling SwiftProtobuf ZigZag.swift
[377/379] Compiling SwiftProtobuf any.pb.swift
[378/379] Compiling SwiftProtobuf api.pb.swift
[379/379] Compiling SwiftProtobuf descriptor.pb.swift
[380/390] Compiling GRPCProtobuf code.pb.swift
[381/390] Compiling GRPCProtobuf Coding.swift
[382/390] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[383/390] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[384/391] Compiling GRPCProtobuf GoogleRPCStatus.swift
[385/391] Compiling GRPCProtobuf status.pb.swift
[386/391] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[387/391] Compiling GRPCProtobuf ErrorDetails.swift
[388/391] Compiling GRPCProtobuf ErrorDetails+Types.swift
[389/391] Emitting module GRPCProtobuf
[390/391] Compiling GRPCProtobuf error_details.pb.swift
[391/391] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[392/415] Compiling GRPCHealthService ServingStatus.swift
[393/415] Compiling GRPCReflectionService ReflectionService.swift
[394/415] Compiling GRPCHealthService HealthService+Service.swift
[395/415] Compiling GRPCHealthService HealthService.swift
[396/415] Compiling GRPCHealthService health.pb.swift
[397/415] Emitting module GRPCHealthService
[398/415] Compiling GRPCHealthService health.grpc.swift
[399/415] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[400/415] Compiling GRPCReflectionService reflection.grpc.swift
[401/415] Compiling GRPCReflectionService ReflectionService+V1.swift
[402/415] Emitting module GRPCReflectionService
[403/415] Compiling GRPCReflectionService reflection.pb.swift
[404/415] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[405/415] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[406/416] Compiling GRPCInteropTests test.pb.swift
[407/416] Compiling GRPCInteropTests test.grpc.swift
[408/416] Compiling GRPCInteropTests empty_service.pb.swift
[409/416] Compiling GRPCInteropTests messages.grpc.swift
[410/416] Compiling GRPCInteropTests empty.pb.swift
[411/416] Compiling GRPCInteropTests empty_service.grpc.swift
[412/416] Compiling GRPCInteropTests AssertionFailure.swift
[413/416] Compiling GRPCInteropTests empty.grpc.swift
[414/416] Compiling GRPCInteropTests messages.pb.swift
[415/416] Emitting module GRPCInteropTests
[416/416] Compiling GRPCInteropTests TestService.swift
Build complete! (67.14s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-protobuf.git from cache
[1/5566] Fetching swift-distributed-tracing
[2/35509] Fetching swift-distributed-tracing, grpc-swift-2
[3/37886] Fetching swift-distributed-tracing, grpc-swift-2, grpc-swift-protobuf
[162/40454] Fetching swift-distributed-tracing, grpc-swift-2, grpc-swift-protobuf, swift-service-lifecycle
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.14s)
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (1.14s)
[11252/32511] Fetching grpc-swift-2, swift-service-lifecycle
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.84s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.84s)
Fetched https://github.com/apple/swift-protobuf.git from cache (1.88s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (2.42s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.88s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.37s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git from cache
[1/5714] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.91s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.16s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (1.69s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.1.1 (1.78s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.2.0 (0.48s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.59s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.45s)
Creating working copy for https://github.com/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
Creating working copy for https://github.com/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.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.9.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "grpc-swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-protobuf.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-extras",
  "name" : "grpc-swift-extras",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GRPCHealthService",
      "targets" : [
        "GRPCHealthService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCReflectionService",
      "targets" : [
        "GRPCReflectionService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCOTelTracingInterceptors",
      "targets" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCServiceLifecycle",
      "targets" : [
        "GRPCServiceLifecycle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCInteropTests",
      "targets" : [
        "GRPCInteropTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InProcessInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "InProcessInteropTests",
      "path" : "Tests/InProcessInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "InProcessInteroperabilityTests.swift"
      ],
      "target_dependencies" : [
        "GRPCInteropTests"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycleTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycleTests",
      "path" : "Tests/GRPCServiceLifecycleTests",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycleTestKit",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "ServiceLifecycleConformanceTests.swift"
      ],
      "target_dependencies" : [
        "GRPCServiceLifecycle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycle",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycle",
      "path" : "Sources/GRPCServiceLifecycle",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "GRPCServiceLifecycle"
      ],
      "sources" : [
        "GRPCClient+Service.swift",
        "GRPCServer+Service.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCReflectionServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionServiceTests",
      "path" : "Tests/GRPCReflectionServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GRPCReflectionServiceTests/Generated/DescriptorSets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GRPCReflectionServiceTests.swift",
        "ReflectionClient.swift"
      ],
      "target_dependencies" : [
        "GRPCReflectionService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCReflectionService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionService",
      "path" : "Sources/GRPCReflectionService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCReflectionService"
      ],
      "sources" : [
        "Generated/reflection.grpc.swift",
        "Generated/reflection.pb.swift",
        "Service/ReflectionService+V1.swift",
        "Service/ReflectionService.swift",
        "Service/ReflectionServiceRegistry.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptorsTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptorsTests",
      "path" : "Tests/GRPCOTelTracingInterceptorsTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "GRPCProtobuf",
        "Tracing",
        "InMemoryTracing"
      ],
      "sources" : [
        "Echo/EchoService.swift",
        "Echo/Generated/echo.grpc.swift",
        "Echo/Generated/echo.pb.swift",
        "GRPCOTelTracingInterceptorsTests.swift",
        "OTelTracingIntegrationTests.swift",
        "PeerAddressTests.swift",
        "TracingTestsUtilities.swift"
      ],
      "target_dependencies" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptors",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptors",
      "path" : "Sources/GRPCOTelTracingInterceptors",
      "product_dependencies" : [
        "GRPCCore",
        "Tracing"
      ],
      "product_memberships" : [
        "GRPCOTelTracingInterceptors"
      ],
      "sources" : [
        "Tracing/ClientOTelTracingInterceptor.swift",
        "Tracing/ServerOTelTracingInterceptor.swift",
        "Tracing/SpanAttributes+GRPCTracingKeys.swift",
        "Tracing/Tracing+RPC.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCInteropTests",
      "path" : "Sources/GRPCInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf"
      ],
      "product_memberships" : [
        "GRPCInteropTests"
      ],
      "sources" : [
        "AssertionFailure.swift",
        "Generated/empty.grpc.swift",
        "Generated/empty.pb.swift",
        "Generated/empty_service.grpc.swift",
        "Generated/empty_service.pb.swift",
        "Generated/messages.grpc.swift",
        "Generated/messages.pb.swift",
        "Generated/test.grpc.swift",
        "Generated/test.pb.swift",
        "InteroperabilityTestCase.swift",
        "InteroperabilityTestCases.swift",
        "TestService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCHealthServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthServiceTests",
      "path" : "Tests/GRPCHealthServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "HealthTests.swift",
        "Test Utilities/XCTest+Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCHealthService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCHealthService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthService",
      "path" : "Sources/GRPCHealthService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCHealthService"
      ],
      "sources" : [
        "Generated/health.grpc.swift",
        "Generated/health.pb.swift",
        "HealthService+Service.swift",
        "HealthService.swift",
        "ServingStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.