Build Information
Successful build of grpc-swift-extras, reference main (b4d355
), with Swift 6.0 for macOS (SPM) on 20 Aug 2025 09:35:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-extras.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/grpc/grpc-swift-extras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b4d355e Regenerate protos after update (#54)
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
b4d355ea68b9cd2af1961e6ca2ad680115c7c817
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-extras.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/grpc/grpc-swift-extras.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GRPCProtobufGenerator
[2/2] Compiling plugin SwiftProtobufPlugin
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift-protobuf/Plugins/GRPCProtobufGeneratorCommand/CommandPluginError.swift:74:13: warning: variable 'nextArg' was never mutated; consider changing to 'let' constant
72 | var current = iterator.next()
73 | while let currentArg = current {
74 | var nextArg = iterator.next()
| `- warning: variable 'nextArg' was never mutated; consider changing to 'let' constant
75 | defer { current = nextArg }
76 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift-protobuf/Plugins/GRPCProtobufGeneratorCommand/Plugin.swift:183:16: warning: variable 'enumerator' was never mutated; consider changing to 'let' constant
181 | dirs.append(file)
182 | // Do a deep traversal of the directory.
183 | if var enumerator = fileManager.enumerator(atPath: file) {
| `- warning: variable 'enumerator' was never mutated; consider changing to 'let' constant
184 | while let path = enumerator.nextObject() as? String {
185 | if path.hasSuffix(".proto") {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/grpc-swift-protobuf/Plugins/GRPCProtobufGeneratorCommand/Plugin.swift:265:7: warning: initialization of immutable value 'problem' was never used; consider replacing with assignment to '_' or removing it
263 | stdErr = nil
264 | }
265 | let problem = "\(process.terminationReason):\(process.terminationStatus)"
| `- warning: initialization of immutable value 'problem' was never used; consider replacing with assignment to '_' or removing it
266 | throw CommandPluginError.generationFailure(
267 | executable: executableURL.absoluteStringNoScheme,
[3/3] Compiling plugin generate-grpc-code-from-protos
Building for debugging...
[3/24] Write sources
[12/24] Copying PrivacyInfo.xcprivacy
[13/24] Write sources
[23/24] Write swift-version-5BDAB9E9C0126B9D.txt
[25/136] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/136] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/136] Compiling InternalCollectionsUtilities Debugging.swift
[28/136] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/136] Compiling InternalCollectionsUtilities Descriptions.swift
[30/137] Compiling ServiceContextModule ServiceContextKey.swift
[31/137] Compiling ServiceContextModule ServiceContext.swift
[32/137] Emitting module ServiceContextModule
[33/137] Compiling SwiftProtobuf BinaryDelimited.swift
[34/137] Compiling SwiftProtobuf BinaryEncoder.swift
[35/137] Compiling SwiftProtobuf AsyncMessageSequence.swift
[36/137] Compiling SwiftProtobuf BinaryDecoder.swift
[37/137] Compiling SwiftProtobuf BinaryDecodingError.swift
[38/137] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[39/137] Emitting module InternalCollectionsUtilities
[40/137] Compiling SwiftProtobuf AnyMessageStorage.swift
[41/137] Compiling SwiftProtobuf AnyUnpackError.swift
[42/137] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/215] Compiling DequeModule _DequeSlot.swift
[44/215] Compiling DequeModule _DequeBufferHeader.swift
[45/216] Compiling DequeModule _DequeBuffer.swift
[46/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[47/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[48/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[49/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[50/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[51/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[52/222] Compiling DequeModule _UnsafeWrappedBuffer.swift
[53/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[54/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[55/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[56/222] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[57/222] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[58/222] Compiling OrderedCollections OrderedSet+Sendable.swift
[59/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[60/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[61/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[62/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[63/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[64/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[65/222] Compiling ConcurrencyHelpers LockedValueBox.swift
[66/222] Compiling Instrumentation NoOpInstrument.swift
[67/222] Compiling Instrumentation MultiplexInstrument.swift
[68/222] Emitting module Instrumentation
[69/222] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[70/222] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[71/222] Compiling OrderedCollections _HashTable+Testing.swift
[72/222] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/222] Compiling OrderedCollections _HashTable.swift
[74/222] Compiling OrderedCollections OrderedDictionary+Elements.swift
[75/222] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[76/222] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/222] Compiling OrderedCollections _HashTable+Bucket.swift
[78/222] Compiling OrderedCollections _HashTable+BucketIterator.swift
[79/222] Compiling OrderedCollections _HashTable+Constants.swift
[80/222] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[81/222] Compiling OrderedCollections _Hashtable+Header.swift
[82/222] Compiling OrderedCollections OrderedDictionary+Codable.swift
[83/222] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[84/222] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[85/222] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[86/222] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[87/222] Compiling OrderedCollections OrderedSet+Codable.swift
[88/222] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[89/222] Compiling OrderedCollections OrderedSet+Descriptions.swift
[90/222] Compiling OrderedCollections OrderedSet+Diffing.swift
[91/222] Compiling OrderedCollections OrderedSet+Equatable.swift
[92/222] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[93/222] Compiling OrderedCollections OrderedSet+Hashable.swift
[94/222] Compiling OrderedCollections OrderedSet+Initializers.swift
[95/222] Compiling OrderedCollections OrderedSet+Insertions.swift
[96/222] Compiling OrderedCollections OrderedSet+Invariants.swift
[97/222] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[98/222] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[99/222] Emitting module DequeModule
[100/269] Compiling OrderedCollections OrderedSet+SubSequence.swift
[101/269] Compiling OrderedCollections OrderedSet+Testing.swift
[102/269] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[103/269] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[104/269] Compiling OrderedCollections OrderedSet.swift
[105/269] Compiling OrderedCollections _UnsafeBitset.swift
[106/269] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[107/269] Compiling GRPCCore ClientRPCExecutor.swift
[108/269] Compiling GRPCCore ClientRequest+Convenience.swift
[109/269] Compiling GRPCCore ClientResponse+Convenience.swift
[110/269] Compiling GRPCCore ClientStreamExecutor.swift
[111/269] Compiling GRPCCore RetryDelaySequence.swift
[112/269] Compiling GRPCCore AsyncSequenceOfOne.swift
[113/269] Compiling Instrumentation InstrumentationSystem.swift
[114/269] Compiling Instrumentation Instrument.swift
[115/269] Compiling Instrumentation Locks.swift
[116/271] Compiling Logging MetadataProvider.swift
[117/271] Compiling Logging Locks.swift
[118/275] Emitting module ConcurrencyHelpers
[119/275] Compiling ConcurrencyHelpers Lock.swift
[120/278] Compiling Logging Logging.swift
[121/278] Emitting module Logging
[122/278] Compiling Logging LogHandler.swift
[123/278] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[124/278] Compiling GRPCCore BroadcastAsyncSequence.swift
[125/278] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[126/278] Compiling GRPCCore RPCWriter+Map.swift
[127/278] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[128/278] Compiling GRPCCore GRPCContiguousBytes.swift
[129/278] Compiling GRPCCore MethodConfig.swift
[130/278] Compiling GRPCCore ServiceConfig.swift
[131/278] Compiling GRPCCore GRPCClient.swift
[132/278] Compiling GRPCCore GRPCServer.swift
[133/278] Compiling GRPCCore Base64.swift
[134/278] Compiling GRPCCore ConditionalInterceptor.swift
[135/278] Emitting module OrderedCollections
[136/335] Compiling Tracing TracerProtocol.swift
[137/335] Compiling Tracing Tracer.swift
[138/335] Compiling Tracing TracingTime.swift
[139/335] Compiling Tracing InstrumentationSystem+Tracing.swift
[140/335] Compiling Tracing SpanProtocol.swift
[141/335] Compiling Tracing NoOpTracer.swift
[142/335] Emitting module Tracing
[143/335] Compiling Tracing TracerProtocol+Legacy.swift
[144/335] Emitting module AsyncAlgorithms
[145/340] Emitting module UnixSignals
[146/340] Compiling UnixSignals UnixSignalsSequence.swift
[147/340] Compiling UnixSignals UnixSignal.swift
[148/340] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[149/340] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[150/340] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[151/340] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[152/340] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[153/340] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[154/340] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[155/340] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[156/340] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[157/340] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[158/340] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[159/340] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[160/340] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[161/340] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[162/340] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[163/340] Compiling AsyncAlgorithms Dictionary.swift
[164/340] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[165/340] Compiling AsyncAlgorithms Locking.swift
[166/340] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[167/340] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[168/340] Compiling AsyncAlgorithms MergeStateMachine.swift
[169/340] Compiling AsyncAlgorithms MergeStorage.swift
[170/340] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[171/340] Compiling AsyncAlgorithms Rethrow.swift
[172/340] Compiling AsyncAlgorithms SetAlgebra.swift
[173/340] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[174/340] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[175/340] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[176/340] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[177/340] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[178/340] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[179/340] Compiling AsyncAlgorithms ChannelStateMachine.swift
[180/340] Compiling AsyncAlgorithms ChannelStorage.swift
[181/340] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[182/340] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[183/340] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[184/340] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[185/340] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[186/340] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[187/340] Compiling AsyncAlgorithms AsyncChannel.swift
[188/340] Compiling AsyncAlgorithms UnsafeTransfer.swift
[189/340] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[190/340] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[191/340] Compiling AsyncAlgorithms ZipStateMachine.swift
[192/340] Compiling AsyncAlgorithms ZipStorage.swift
[205/346] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[206/346] Compiling AsyncAlgorithms CombineLatestStorage.swift
[207/346] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[208/346] Compiling AsyncAlgorithms DebounceStateMachine.swift
[209/346] Compiling AsyncAlgorithms DebounceStorage.swift
[216/355] Compiling GRPCCore Timeout.swift
[217/355] Compiling GRPCCore ClientTransport.swift
[218/355] Compiling GRPCCore RPCParts.swift
[219/355] Compiling GRPCCore RPCStream.swift
[220/355] Compiling GRPCCore RetryThrottle.swift
[221/355] Compiling GRPCCore ServerTransport.swift
[230/355] Compiling GRPCCore ClientInterceptor.swift
[231/355] Compiling GRPCCore ClientRequest.swift
[232/355] Compiling GRPCCore ClientResponse.swift
[233/355] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[234/355] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[241/355] Compiling ServiceLifecycle ServiceRunnerError.swift
[242/355] Emitting module GRPCCore
[255/355] Emitting module SwiftProtobuf
[256/364] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[257/364] Compiling ServiceLifecycle Service.swift
[258/364] Compiling ServiceLifecycle GracefulShutdown.swift
[259/364] Compiling ServiceLifecycle CancellationWaiter.swift
[260/364] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[261/364] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[262/364] Emitting module ServiceLifecycle
[263/364] Compiling ServiceLifecycle ServiceGroup.swift
[272/364] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[273/364] Compiling SwiftProtobuf ProtobufMap.swift
[274/364] Compiling SwiftProtobuf SelectiveVisitor.swift
[275/364] Compiling SwiftProtobuf SimpleExtensionMap.swift
[276/364] Compiling SwiftProtobuf StringUtils.swift
[277/364] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[278/364] Compiling SwiftProtobuf SwiftProtobufError.swift
[338/373] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[339/373] Emitting module GRPCServiceLifecycle
[340/373] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[341/373] Emitting module GRPCOTelTracingInterceptors
[342/373] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[343/373] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[344/373] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[345/373] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[346/373] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[347/373] Compiling SwiftProtobuf duration.pb.swift
[348/373] Compiling SwiftProtobuf empty.pb.swift
[349/373] Compiling SwiftProtobuf field_mask.pb.swift
[350/373] Compiling SwiftProtobuf source_context.pb.swift
[351/373] Compiling SwiftProtobuf struct.pb.swift
[352/373] Compiling SwiftProtobuf timestamp.pb.swift
[353/373] Compiling SwiftProtobuf type.pb.swift
[354/373] Compiling SwiftProtobuf wrappers.pb.swift
[355/373] Compiling SwiftProtobuf resource_bundle_accessor.swift
[356/373] Compiling SwiftProtobuf TextFormatDecoder.swift
[357/373] Compiling SwiftProtobuf TextFormatDecodingError.swift
[358/373] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[359/373] Compiling SwiftProtobuf TextFormatEncoder.swift
[360/373] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[361/373] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[362/373] Compiling SwiftProtobuf TextFormatScanner.swift
[363/373] Compiling SwiftProtobuf TimeUtils.swift
[364/373] Compiling SwiftProtobuf UnknownStorage.swift
[365/373] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[366/373] Compiling SwiftProtobuf Varint.swift
[367/373] Compiling SwiftProtobuf Version.swift
[368/373] Compiling SwiftProtobuf Visitor.swift
[369/373] Compiling SwiftProtobuf WireFormat.swift
[370/373] Compiling SwiftProtobuf ZigZag.swift
[371/373] Compiling SwiftProtobuf any.pb.swift
[372/373] Compiling SwiftProtobuf api.pb.swift
[373/373] Compiling SwiftProtobuf descriptor.pb.swift
[374/384] Compiling GRPCProtobuf GoogleRPCStatus.swift
[375/385] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[376/385] Compiling GRPCProtobuf Coding.swift
[377/385] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[378/385] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[379/385] Emitting module GRPCProtobuf
[380/385] Compiling GRPCProtobuf ErrorDetails.swift
[381/385] Compiling GRPCProtobuf status.pb.swift
[382/385] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[383/385] Compiling GRPCProtobuf ErrorDetails+Types.swift
[384/385] Compiling GRPCProtobuf code.pb.swift
[385/385] Compiling GRPCProtobuf error_details.pb.swift
[386/409] Compiling GRPCHealthService ServingStatus.swift
[387/409] Compiling GRPCHealthService HealthService.swift
[388/409] Compiling GRPCHealthService health.grpc.swift
[389/409] Compiling GRPCHealthService HealthService+Service.swift
[390/409] Compiling GRPCHealthService health.pb.swift
[391/409] Emitting module GRPCHealthService
[392/409] Compiling GRPCReflectionService ReflectionService.swift
[393/409] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[394/409] Compiling GRPCReflectionService reflection.grpc.swift
[395/409] Compiling GRPCReflectionService reflection.pb.swift
[396/409] Compiling GRPCReflectionService ReflectionService+V1.swift
[397/409] Emitting module GRPCReflectionService
[398/409] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[399/409] Compiling GRPCInteropTests messages.pb.swift
[400/409] Compiling GRPCInteropTests messages.grpc.swift
[401/409] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[402/409] Compiling GRPCInteropTests test.pb.swift
[403/409] Compiling GRPCInteropTests empty_service.pb.swift
[404/409] Compiling GRPCInteropTests empty.pb.swift
[405/409] Compiling GRPCInteropTests empty_service.grpc.swift
[406/409] Compiling GRPCInteropTests AssertionFailure.swift
[407/409] Compiling GRPCInteropTests empty.grpc.swift
[408/409] Emitting module GRPCInteropTests
[409/409] Compiling GRPCInteropTests test.grpc.swift
[410/410] Compiling GRPCInteropTests TestService.swift
Build complete! (44.84s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
[1/29775] Fetching grpc-swift-2
[2/32208] Fetching grpc-swift-2, swift-service-lifecycle
[75/34569] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf
[221/39685] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.26s)
[17002/34569] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf
[27722/74706] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.75s)
[40565/72273] Fetching grpc-swift-2, grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (6.88s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.88s)
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (6.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.8.0 (0.48s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
[196/8989] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.06s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.47s)
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.54s)
Fetching https://github.com/apple/swift-collections.git
[1/17351] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.1.0 (0.49s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.1.0 (0.48s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.46s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.82s)
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.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.51s)
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.1.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/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.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.2.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
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
[16375/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (1.43s)
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.1.2",
"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",
"Tracing"
],
"sources" : [
"GRPCOTelTracingInterceptorsTests.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" : [
"HookedAsyncSequence.swift",
"HookedWriter.swift",
"Tracing/ClientOTelTracingInterceptor.swift",
"Tracing/ServerOTelTracingInterceptor.swift",
"Tracing/SpanAttributes+GRPCTracingKeys.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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/grpc/grpc-swift-extras/main
Repository: grpc/grpc-swift-extras
Swift version used: 6.0
Target: GRPCHealthService
Extracting symbol information for 'GRPCHealthService'...
Finished extracting symbol information for 'GRPCHealthService'. (2.41s)
Building documentation for 'GRPCHealthService'...
Finished building documentation for 'GRPCHealthService' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift-extras/main
Updating https://github.com/apple/swift-service-context.git
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-distributed-tracing.git
Updating https://github.com/apple/swift-protobuf.git
Updating https://github.com/apple/swift-async-algorithms.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/swift-server/swift-service-lifecycle.git
Updated https://github.com/swift-server/swift-service-lifecycle.git (0.51s)
Updated https://github.com/apple/swift-log.git (0.51s)
Updated https://github.com/apple/swift-async-algorithms.git (0.51s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/grpc/grpc-swift-protobuf.git
Updated https://github.com/apple/swift-distributed-tracing.git (0.67s)
Updated https://github.com/apple/swift-service-context.git (0.67s)
Updated https://github.com/apple/swift-collections.git (0.67s)
Updated https://github.com/apple/swift-protobuf.git (0.67s)
Updated https://github.com/grpc/grpc-swift-protobuf.git (0.47s)
[1/2094] Fetching swift-docc-plugin
Updating https://github.com/grpc/grpc-swift-2.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Updated https://github.com/grpc/grpc-swift-2.git (0.43s)
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.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.44s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.45s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.1.0 (0.57s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.1.0 (0.74s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.49s)
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.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3456] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit SemanticVersion.swift
[13/57] Compiling SymbolKit AccessControl.swift
[14/57] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit AvailabilityItem.swift
[16/57] Compiling SymbolKit Domain.swift
[17/57] Compiling SymbolKit GenericConstraint.swift
[18/57] Compiling SymbolKit GenericParameter.swift
[19/57] Compiling SymbolKit Generics.swift
[20/57] Compiling SymbolKit Namespace.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit DeclarationFragments.swift
[26/57] Compiling SymbolKit Fragment.swift
[27/57] Compiling SymbolKit FragmentKind.swift
[28/57] Compiling SymbolKit FunctionParameter.swift
[29/57] Compiling SymbolKit FunctionSignature.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit SourceRange.swift
[36/57] Compiling SymbolKit Metadata.swift
[37/57] Compiling SymbolKit Module.swift
[38/57] Compiling SymbolKit OperatingSystem.swift
[39/57] Compiling SymbolKit Platform.swift
[40/57] Compiling SymbolKit Symbol.swift
[41/57] Compiling SymbolKit SymbolKind.swift
[42/57] Compiling SymbolKit SymbolGraph.swift
[43/57] Compiling SymbolKit GraphCollector.swift
[44/57] Compiling SymbolKit Identifier.swift
[45/57] Compiling SymbolKit KindIdentifier.swift
[46/57] Compiling SymbolKit Location.swift
[47/57] Compiling SymbolKit Mutability.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.52s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'GRPCHealthService' complete! (0.30s)
Target: GRPCInteropTests
Extracting symbol information for 'GRPCInteropTests'...
Finished extracting symbol information for 'GRPCInteropTests'. (0.64s)
Building documentation for 'GRPCInteropTests'...
Finished building documentation for 'GRPCInteropTests' (0.61s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift-extras/main
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.32s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'GRPCInteropTests' complete! (0.30s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift-extras/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift-extras/main/linkable-paths.json
Target: GRPCReflectionService
Extracting symbol information for 'GRPCReflectionService'...
Finished extracting symbol information for 'GRPCReflectionService'. (0.56s)
Building documentation for 'GRPCReflectionService'...
Finished building documentation for 'GRPCReflectionService' (0.04s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift-extras/main
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.34s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'GRPCReflectionService' complete! (0.29s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift-extras/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift-extras/main/linkable-paths.json
Target: GRPCOTelTracingInterceptors
Extracting symbol information for 'GRPCOTelTracingInterceptors'...
Finished extracting symbol information for 'GRPCOTelTracingInterceptors'. (0.54s)
Building documentation for 'GRPCOTelTracingInterceptors'...
Finished building documentation for 'GRPCOTelTracingInterceptors' (0.05s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift-extras/main
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.32s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'GRPCOTelTracingInterceptors' complete! (0.29s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift-extras/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift-extras/main/linkable-paths.json
Target: GRPCServiceLifecycle
Extracting symbol information for 'GRPCServiceLifecycle'...
Finished extracting symbol information for 'GRPCServiceLifecycle'. (0.54s)
Building documentation for 'GRPCServiceLifecycle'...
Finished building documentation for 'GRPCServiceLifecycle' (0.05s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift-extras/main
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.31s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'GRPCServiceLifecycle' complete! (0.29s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift-extras/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift-extras/main/linkable-paths.json
2118
15 /Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift-extras/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/grpc/grpc-swift-extras/main
File count: 2118
Doc size: 15.0MB
Preparing doc bundle ...
Uploading prod-grpc-grpc-swift-extras-main-3c0edc03.zip to s3://spi-docs-inbox/prod-grpc-grpc-swift-extras-main-3c0edc03.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [52%]
Copying... [62%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.