Build Information
Successful build of grpc-swift-extras, reference main (b4d355
), with Swift 6.2 (beta) for macOS (SPM) on 20 Aug 2025 09:35:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.2
Building package at path: $PWD
https://github.com/grpc/grpc-swift-extras.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] 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 [#no-usage]
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 [#no-usage]
266 | throw CommandPluginError.generationFailure(
267 | executable: executableURL.absoluteStringNoScheme,
[2/2] Compiling plugin generate-grpc-code-from-protos
[3/3] Compiling plugin GRPCProtobufGenerator
Building for debugging...
[3/24] Write sources
[16/24] Copying PrivacyInfo.xcprivacy
[17/24] Write sources
[23/24] Write swift-version-1EA4D86E10B52AF.txt
[25/136] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/137] Compiling InternalCollectionsUtilities Debugging.swift
[27/137] Compiling InternalCollectionsUtilities Descriptions.swift
[28/137] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/137] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/137] Compiling ServiceContextModule ServiceContextKey.swift
[31/137] Emitting module ServiceContextModule
[32/137] Compiling ServiceContextModule ServiceContext.swift
[33/137] Emitting module InternalCollectionsUtilities
[34/137] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/137] Compiling SwiftProtobuf BinaryDelimited.swift
[36/137] Compiling SwiftProtobuf BinaryEncoder.swift
[37/143] Compiling SwiftProtobuf AsyncMessageSequence.swift
[38/143] Compiling SwiftProtobuf BinaryDecoder.swift
[39/143] Compiling SwiftProtobuf AnyMessageStorage.swift
[40/143] Compiling SwiftProtobuf AnyUnpackError.swift
[41/143] Compiling SwiftProtobuf BinaryDecodingError.swift
[42/143] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[43/159] Compiling Instrumentation NoOpInstrument.swift
[44/215] Compiling DequeModule _DequeBuffer.swift
[45/215] Compiling DequeModule _DequeBufferHeader.swift
[46/215] Compiling DequeModule _DequeSlot.swift
[47/216] Compiling ConcurrencyHelpers Lock.swift
[48/216] Emitting module ConcurrencyHelpers
[49/216] Compiling ConcurrencyHelpers LockedValueBox.swift
[50/216] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[51/216] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[52/216] Emitting module Instrumentation
[53/216] Compiling Instrumentation InstrumentationSystem.swift
[54/216] Compiling Instrumentation MultiplexInstrument.swift
[55/216] Compiling Instrumentation Locks.swift
[56/216] Compiling Instrumentation Instrument.swift
[57/216] Compiling DequeModule _UnsafeWrappedBuffer.swift
[58/227] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[59/227] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[60/227] Compiling OrderedCollections _HashTable+Constants.swift
[61/227] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[62/227] Compiling OrderedCollections _HashTable.swift
[63/227] Compiling OrderedCollections OrderedDictionary+Elements.swift
[64/227] Compiling OrderedCollections _HashTable+Testing.swift
[65/227] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[66/227] Compiling OrderedCollections _Hashtable+Header.swift
[67/227] Compiling OrderedCollections OrderedDictionary+Codable.swift
[68/227] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[69/227] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[70/227] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[71/227] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[72/227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[73/227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[74/227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[75/227] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[76/227] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[77/227] Compiling OrderedCollections OrderedSet+Sendable.swift
[78/233] Compiling Logging MetadataProvider.swift
[79/233] Compiling Logging LogHandler.swift
[80/233] Emitting module Logging
[81/233] Compiling Logging Logging.swift
[82/233] Compiling Logging Locks.swift
[88/233] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[89/233] Compiling OrderedCollections OrderedSet+Codable.swift
[90/233] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[91/233] Compiling OrderedCollections OrderedSet+Descriptions.swift
[92/233] Compiling OrderedCollections OrderedSet+Diffing.swift
[93/233] Compiling OrderedCollections OrderedSet+Equatable.swift
[94/233] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[95/233] Compiling Tracing TracingTime.swift
[96/233] Compiling OrderedCollections OrderedSet+Hashable.swift
[97/233] Compiling OrderedCollections OrderedSet+Initializers.swift
[98/233] Compiling OrderedCollections OrderedSet+Insertions.swift
[99/233] Compiling OrderedCollections OrderedSet+Invariants.swift
[100/233] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[101/233] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[102/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[103/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[104/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[105/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[106/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[107/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[108/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[109/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[110/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[111/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[112/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[113/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[114/233] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[115/233] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[116/233] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[117/233] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[118/233] Compiling OrderedCollections OrderedDictionary+Values.swift
[119/233] Compiling OrderedCollections OrderedDictionary.swift
[120/233] Compiling OrderedCollections _HashTable+Bucket.swift
[121/233] Compiling OrderedCollections _HashTable+BucketIterator.swift
[122/233] Emitting module DequeModule
[130/289] Compiling UnixSignals UnixSignal.swift
[131/289] Emitting module UnixSignals
[132/289] Compiling UnixSignals UnixSignalsSequence.swift
[133/289] Compiling Tracing TracerProtocol.swift
[134/289] Compiling Tracing Tracer.swift
[135/289] Compiling Tracing NoOpTracer.swift
[136/289] Compiling Tracing InstrumentationSystem+Tracing.swift
[137/289] Compiling Tracing SpanProtocol.swift
[138/289] Emitting module Tracing
[139/289] Compiling Tracing TracerProtocol+Legacy.swift
[140/289] Compiling OrderedCollections OrderedSet+SubSequence.swift
[141/289] Compiling OrderedCollections OrderedSet+Testing.swift
[142/289] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[143/289] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[144/289] Compiling OrderedCollections OrderedSet.swift
[145/289] Compiling OrderedCollections _UnsafeBitset.swift
[146/289] Emitting module OrderedCollections
[147/335] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[148/335] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[149/335] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[150/335] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[151/335] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[152/340] Emitting module AsyncAlgorithms
[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 ZipStorage.swift
[159/340] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[160/340] Compiling GRPCCore RPCAsyncSequence.swift
[161/340] Compiling GRPCCore RPCWriter+Closable.swift
[162/340] Compiling GRPCCore RPCWriter.swift
[163/340] Compiling GRPCCore RPCWriterProtocol.swift
[164/346] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[165/346] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[166/346] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[167/346] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[168/346] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[169/346] Compiling AsyncAlgorithms Dictionary.swift
[170/346] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[171/346] Compiling AsyncAlgorithms Locking.swift
[172/346] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[173/346] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[174/346] Compiling GRPCCore Timeout.swift
[175/346] Compiling GRPCCore ClientTransport.swift
[176/346] Compiling GRPCCore RPCParts.swift
[177/346] Compiling GRPCCore RPCStream.swift
[178/346] Compiling GRPCCore RetryThrottle.swift
[179/346] Compiling GRPCCore ServerTransport.swift
[180/346] Compiling AsyncAlgorithms DebounceStateMachine.swift
[181/346] Compiling AsyncAlgorithms DebounceStorage.swift
[182/346] Compiling AsyncAlgorithms UnsafeTransfer.swift
[183/346] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[184/346] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[185/346] Compiling AsyncAlgorithms ZipStateMachine.swift
[191/346] Emitting module GRPCCore
[198/346] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[199/346] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[200/346] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[201/346] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[202/346] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[203/346] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[204/346] Compiling AsyncAlgorithms ChannelStateMachine.swift
[205/346] Compiling AsyncAlgorithms ChannelStorage.swift
[206/346] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[207/346] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[208/346] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[209/346] Compiling AsyncAlgorithms CombineLatestStorage.swift
[210/346] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[213/346] Compiling AsyncAlgorithms MergeStateMachine.swift
[214/346] Compiling AsyncAlgorithms MergeStorage.swift
[215/346] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[216/346] Compiling AsyncAlgorithms Rethrow.swift
[217/346] Compiling AsyncAlgorithms SetAlgebra.swift
[218/346] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[219/346] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[220/346] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[221/346] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[222/346] Compiling AsyncAlgorithms AsyncChannel.swift
[247/355] Compiling SwiftProtobuf PathVisitor.swift
[248/355] Compiling SwiftProtobuf ProtoNameProviding.swift
[249/355] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[250/355] Compiling SwiftProtobuf ProtobufMap.swift
[251/355] Compiling SwiftProtobuf SelectiveVisitor.swift
[252/355] Compiling SwiftProtobuf SimpleExtensionMap.swift
[253/355] Compiling SwiftProtobuf StringUtils.swift
[254/355] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[255/355] Compiling SwiftProtobuf SwiftProtobufError.swift
[256/364] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[257/364] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[258/364] Compiling SwiftProtobuf BytecodeInterpreter.swift
[259/364] Compiling SwiftProtobuf BytecodeReader.swift
[260/364] Compiling SwiftProtobuf CustomJSONCodable.swift
[261/364] Compiling SwiftProtobuf Decoder.swift
[262/364] Compiling SwiftProtobuf DoubleParser.swift
[263/364] Compiling SwiftProtobuf Enum.swift
[264/364] Compiling SwiftProtobuf ExtensibleMessage.swift
[265/364] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[289/370] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[290/370] Compiling ServiceLifecycle ServiceRunnerError.swift
[291/370] Compiling ServiceLifecycle GracefulShutdown.swift
[292/370] Compiling ServiceLifecycle Service.swift
[293/370] Compiling ServiceLifecycle CancellationWaiter.swift
[294/370] Emitting module ServiceLifecycle
[295/370] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[296/370] Compiling ServiceLifecycle ServiceGroup.swift
[297/370] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[298/370] Emitting module SwiftProtobuf
[299/373] Emitting module GRPCOTelTracingInterceptors
[300/373] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[301/373] Emitting module GRPCServiceLifecycle
[302/373] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[303/373] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[304/373] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[305/373] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[306/373] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[307/373] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[337/373] Compiling SwiftProtobuf duration.pb.swift
[338/373] Compiling SwiftProtobuf empty.pb.swift
[339/373] Compiling SwiftProtobuf field_mask.pb.swift
[340/373] Compiling SwiftProtobuf source_context.pb.swift
[341/373] Compiling SwiftProtobuf struct.pb.swift
[342/373] Compiling SwiftProtobuf timestamp.pb.swift
[343/373] Compiling SwiftProtobuf type.pb.swift
[344/373] Compiling SwiftProtobuf wrappers.pb.swift
[345/373] Compiling SwiftProtobuf resource_bundle_accessor.swift
[350/373] Compiling SwiftProtobuf JSONScanner.swift
[351/373] Compiling SwiftProtobuf MathUtils.swift
[352/373] Compiling SwiftProtobuf Message+AnyAdditions.swift
[353/373] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[354/373] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[355/373] Compiling SwiftProtobuf Message+FieldMask.swift
[374/384] Emitting module GRPCProtobuf
[375/384] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[376/385] Compiling GRPCProtobuf status.pb.swift
[377/385] Compiling GRPCProtobuf error_details.pb.swift
[378/385] Compiling GRPCProtobuf code.pb.swift
[379/385] Compiling GRPCProtobuf ErrorDetails.swift
[380/385] Compiling GRPCProtobuf ErrorDetails+Types.swift
[381/385] Compiling GRPCProtobuf Coding.swift
[382/385] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[383/385] Compiling GRPCProtobuf GoogleRPCStatus.swift
[384/385] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[385/385] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[386/409] Compiling GRPCHealthService HealthService.swift
[387/409] Compiling GRPCInteropTests test.pb.swift
[388/410] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[389/410] Compiling GRPCReflectionService ReflectionService.swift
[390/410] Compiling GRPCInteropTests empty.pb.swift
[391/410] Compiling GRPCInteropTests empty_service.grpc.swift
[392/410] Compiling GRPCInteropTests AssertionFailure.swift
[393/410] Compiling GRPCInteropTests empty.grpc.swift
[394/410] Compiling GRPCHealthService ServingStatus.swift
[395/410] Compiling GRPCHealthService HealthService+Service.swift
[396/410] Compiling GRPCHealthService health.grpc.swift
[397/410] Emitting module GRPCHealthService
[398/410] Compiling GRPCHealthService health.pb.swift
[399/410] Emitting module GRPCInteropTests
[400/410] Compiling GRPCReflectionService ReflectionService+V1.swift
[401/410] Emitting module GRPCReflectionService
[402/410] Compiling GRPCReflectionService reflection.grpc.swift
[403/410] Compiling GRPCReflectionService reflection.pb.swift
[404/410] Compiling GRPCInteropTests TestService.swift
[405/410] Compiling GRPCInteropTests empty_service.pb.swift
[406/410] Compiling GRPCInteropTests messages.grpc.swift
[407/410] Compiling GRPCInteropTests test.grpc.swift
[408/410] Compiling GRPCInteropTests messages.pb.swift
[409/410] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[410/410] Compiling GRPCInteropTests InteroperabilityTestCases.swift
Build complete! (37.49s)
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
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/29775] Fetching grpc-swift-2
[2/34891] Fetching grpc-swift-2, swift-distributed-tracing
[54/37324] Fetching grpc-swift-2, swift-distributed-tracing, swift-service-lifecycle
[152/39685] Fetching grpc-swift-2, swift-distributed-tracing, swift-service-lifecycle, grpc-swift-protobuf
[39686/79822] Fetching grpc-swift-2, swift-distributed-tracing, swift-service-lifecycle, grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (3.83s)
Fetched https://github.com/grpc/grpc-swift-2.git from cache (3.83s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.83s)
Fetched https://github.com/apple/swift-protobuf.git from cache (3.83s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.83s)
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 (4.30s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5092] Fetching swift-async-algorithms
[154/8989] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.11s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (1.58s)
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.57s)
Fetching https://github.com/apple/swift-collections.git
[1/17351] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.82s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.1.0 (2.31s)
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.51s)
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.42s)
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.84s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.28s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.41s)
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-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-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-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/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/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[16375/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (1.14s)
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"
}
Done.