Build Information
Successful build of grpc-swift-extras, reference 2.1.1 (7ab4a6), with Swift 6.1 for Android on 25 Nov 2025 21:27:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/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: android
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-2.git
[1/29943] Fetching grpc-swift-2
[301/32320] Fetching grpc-swift-2, grpc-swift-protobuf
[349/34888] Fetching grpc-swift-2, grpc-swift-protobuf, swift-service-lifecycle
[925/40454] Fetching grpc-swift-2, grpc-swift-protobuf, swift-service-lifecycle, swift-distributed-tracing
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.46s)
[14762/37886] Fetching grpc-swift-2, grpc-swift-protobuf, swift-distributed-tracing
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.58s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.58s)
[11978/29943] Fetching grpc-swift-2
[29944/71391] Fetching grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.73s)
[2073/41448] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (8.17s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (8.76s)
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.25s)
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 (0.83s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5075] Fetching swift-log
[610/10789] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
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.15s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.1.1 (2.01s)
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.66s)
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.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.84s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.59s)
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
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-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/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-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/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/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.2.0
[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
[12/24] Copying PrivacyInfo.xcprivacy
[13/24] Write sources
[23/24] Write swift-version-24593BA9C3E375BF.txt
[25/136] Compiling ConcurrencyHelpers LockedValueBox.swift
[26/136] Compiling ServiceContextModule ServiceContextKey.swift
[27/136] Emitting module ServiceContextModule
[28/136] Compiling ServiceContextModule ServiceContext.swift
[29/137] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[30/137] Compiling SwiftProtobuf BytecodeInterpreter.swift
[31/137] Compiling SwiftProtobuf AsyncMessageSequence.swift
[32/137] Compiling SwiftProtobuf BinaryDecoder.swift
[33/137] Compiling SwiftProtobuf AnyMessageStorage.swift
[34/137] Compiling SwiftProtobuf AnyUnpackError.swift
[35/139] Compiling SwiftProtobuf BinaryDecodingError.swift
[36/139] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[37/139] Compiling SwiftProtobuf BytecodeReader.swift
[38/139] Compiling SwiftProtobuf CustomJSONCodable.swift
[39/139] Emitting module InternalCollectionsUtilities
[40/139] Compiling SwiftProtobuf BinaryEncodingError.swift
[41/139] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[42/139] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[43/139] Compiling SwiftProtobuf BinaryDelimited.swift
[44/139] Compiling SwiftProtobuf BinaryEncoder.swift
[46/139] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[47/139] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[49/146] Compiling Instrumentation Instrument.swift
[50/146] Compiling Instrumentation NoOpInstrument.swift
[51/146] Emitting module Instrumentation
[52/146] Compiling Instrumentation MultiplexInstrument.swift
[53/216] Compiling DequeModule _DequeBuffer.swift
[54/216] Compiling DequeModule _DequeBufferHeader.swift
[55/218] Compiling DequeModule _DequeSlot.swift
[56/218] Compiling DequeModule _UnsafeWrappedBuffer.swift
[57/218] Compiling DequeModule Deque+Extras.swift
[58/218] Compiling DequeModule Deque+Hashable.swift
[59/218] Compiling DequeModule Deque+CustomReflectable.swift
[60/218] Compiling DequeModule Deque+Descriptions.swift
[61/218] Compiling DequeModule Deque+Equatable.swift
[62/218] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[64/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[65/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[66/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[67/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[68/218] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[69/218] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[70/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[71/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[72/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[73/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[74/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[75/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[76/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[77/225] Compiling DequeModule Deque._UnsafeHandle.swift
[78/225] Compiling DequeModule Deque.swift
[79/225] Compiling DequeModule Deque+Testing.swift
[80/225] Compiling DequeModule Deque._Storage.swift
[81/225] Compiling OrderedCollections OrderedSet+Initializers.swift
[82/225] Compiling OrderedCollections OrderedSet+Insertions.swift
[83/225] Compiling OrderedCollections OrderedSet+Invariants.swift
[84/225] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[85/225] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[86/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[87/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[88/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[89/225] Compiling OrderedCollections OrderedDictionary.swift
[90/225] Compiling OrderedCollections OrderedSet+Codable.swift
[91/225] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[92/225] Compiling OrderedCollections OrderedSet+Descriptions.swift
[93/225] Compiling OrderedCollections OrderedSet+Diffing.swift
[94/225] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/225] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[96/225] Compiling OrderedCollections OrderedSet+Hashable.swift
[97/225] Compiling DequeModule Deque+Codable.swift
[98/225] Compiling DequeModule Deque+Collection.swift
[115/225] Emitting module DequeModule
[117/226] Compiling Instrumentation InstrumentationSystem.swift
[118/226] Compiling Instrumentation Locks.swift
[119/226] Compiling Logging MetadataProvider.swift
[120/226] Emitting module ConcurrencyHelpers
[121/226] Compiling ConcurrencyHelpers Lock.swift
[122/228] Emitting module Logging
[123/228] Compiling Logging LogHandler.swift
[124/228] Compiling Logging Locks.swift
[125/228] Compiling Logging Logging.swift
[129/229] Compiling OrderedCollections OrderedSet+Sendable.swift
[130/229] Compiling OrderedCollections OrderedSet+SubSequence.swift
[131/229] Compiling OrderedCollections OrderedSet+Testing.swift
[132/229] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[133/229] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[134/229] Compiling OrderedCollections OrderedSet.swift
[135/229] Compiling OrderedCollections _UnsafeBitset.swift
[136/275] Compiling GRPCCore RPCRouter.swift
[137/275] Compiling GRPCCore RegistrableRPCService.swift
[138/275] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[139/275] Compiling GRPCCore ServerContext.swift
[140/275] Compiling GRPCCore ServerInterceptor.swift
[141/275] Compiling GRPCCore ServerRequest.swift
[142/275] Compiling GRPCCore ServerResponse.swift
[143/275] Compiling GRPCCore Coding.swift
[144/295] Emitting module UnixSignals
[145/295] Compiling Tracing TracingTime.swift
[146/295] Emitting module Tracing
[147/295] Compiling Tracing TracerProtocol.swift
[148/295] Compiling UnixSignals UnixSignalsSequence.swift
[149/295] Compiling UnixSignals UnixSignal.swift
[150/296] Compiling Tracing Tracer.swift
[151/296] Compiling Tracing TracerProtocol+Legacy.swift
[152/296] Emitting module OrderedCollections
[155/297] Compiling Tracing InstrumentationSystem+Tracing.swift
[156/297] Compiling Tracing NoOpTracer.swift
[157/297] Compiling Tracing SpanProtocol.swift
[159/347] Compiling AsyncAlgorithms Dictionary.swift
[160/347] Compiling AsyncAlgorithms _TinyArray.swift
[161/347] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[162/347] Compiling AsyncAlgorithms Locking.swift
[163/347] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[164/347] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[165/347] Compiling AsyncAlgorithms MergeStateMachine.swift
[166/347] Compiling AsyncAlgorithms MergeStorage.swift
[167/347] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[168/347] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[169/347] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[170/347] Compiling AsyncAlgorithms Rethrow.swift
[171/358] Emitting module SwiftProtobuf
[172/358] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[173/358] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[174/358] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[175/358] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[176/358] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[177/358] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[178/358] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[179/364] Compiling SwiftProtobuf ProtoNameProviding.swift
[180/364] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[181/364] Compiling SwiftProtobuf ProtobufMap.swift
[182/364] Compiling SwiftProtobuf SelectiveVisitor.swift
[183/364] Compiling SwiftProtobuf SimpleExtensionMap.swift
[184/364] Compiling SwiftProtobuf StringUtils.swift
[185/364] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[186/364] Compiling SwiftProtobuf SwiftProtobufError.swift
[187/364] Compiling SwiftProtobuf TextFormatDecoder.swift
[188/364] Compiling SwiftProtobuf TextFormatDecodingError.swift
[189/364] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[190/364] Compiling SwiftProtobuf TextFormatEncoder.swift
[192/364] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[193/364] Compiling SwiftProtobuf TextFormatScanner.swift
[194/364] Compiling SwiftProtobuf TimeUtils.swift
[195/364] Compiling SwiftProtobuf UnknownStorage.swift
[196/364] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[197/364] Compiling SwiftProtobuf Varint.swift
[198/364] Compiling SwiftProtobuf Version.swift
[199/364] Compiling SwiftProtobuf Visitor.swift
[200/364] Compiling SwiftProtobuf WireFormat.swift
[201/364] Compiling SwiftProtobuf ZigZag.swift
[202/364] Compiling SwiftProtobuf any.pb.swift
[203/364] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[204/364] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[205/364] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[206/364] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[207/364] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[208/364] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[209/364] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[210/364] Emitting module GRPCCore
[211/371] Compiling AsyncAlgorithms CombineLatestStorage.swift
[212/371] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[213/371] Compiling AsyncAlgorithms DebounceStateMachine.swift
[214/371] Compiling AsyncAlgorithms DebounceStorage.swift
[219/371] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[220/371] Compiling AsyncAlgorithms AsyncChannel.swift
[221/371] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[222/371] Compiling AsyncAlgorithms ChannelStateMachine.swift
[223/371] Compiling AsyncAlgorithms ChannelStorage.swift
[224/371] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[225/371] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[226/371] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[231/371] Compiling AsyncAlgorithms SetAlgebra.swift
[232/371] Compiling AsyncAlgorithms UnsafeTransfer.swift
[233/371] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[234/371] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[235/371] Compiling AsyncAlgorithms ZipStateMachine.swift
[236/371] Compiling AsyncAlgorithms ZipStorage.swift
[237/371] Compiling GRPCCore RPCWriterProtocol.swift
[238/371] Compiling GRPCCore Timeout.swift
[239/371] Compiling GRPCCore ClientTransport.swift
[240/371] Compiling GRPCCore RPCParts.swift
[241/371] Compiling GRPCCore RPCStream.swift
[242/371] Compiling GRPCCore RetryThrottle.swift
[249/371] Emitting module AsyncAlgorithms
[252/371] Compiling AsyncAlgorithms AsyncShareSequence.swift
[253/371] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[254/371] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[255/371] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[256/371] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[257/371] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[258/371] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[259/371] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[260/371] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[261/371] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[321/372] Compiling GRPCCore ServerTransport.swift
[363/381] Compiling ServiceLifecycle CancellationWaiter.swift
[364/387] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[365/387] Emitting module ServiceLifecycle
[366/387] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[367/387] Compiling GRPCOTelTracingInterceptors Tracing+RPC.swift
[368/387] Compiling ServiceLifecycle ServiceRunnerError.swift
[369/387] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[370/387] Compiling ServiceLifecycle Service.swift
[371/387] Compiling ServiceLifecycle GracefulShutdown.swift
[372/387] Compiling ServiceLifecycle ServiceGroup.swift
[374/388] Emitting module GRPCOTelTracingInterceptors
[375/391] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[376/391] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[377/391] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[379/392] Emitting module GRPCServiceLifecycle
[380/392] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[381/392] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[383/393] Compiling SwiftProtobuf api.pb.swift
[384/393] Compiling SwiftProtobuf descriptor.pb.swift
[385/393] Compiling SwiftProtobuf duration.pb.swift
[386/393] Compiling SwiftProtobuf empty.pb.swift
[387/393] Compiling SwiftProtobuf field_mask.pb.swift
[388/393] Compiling SwiftProtobuf source_context.pb.swift
[389/393] Compiling SwiftProtobuf struct.pb.swift
[390/393] Compiling SwiftProtobuf timestamp.pb.swift
[391/393] Compiling SwiftProtobuf type.pb.swift
[392/393] Compiling SwiftProtobuf wrappers.pb.swift
[393/393] Compiling SwiftProtobuf resource_bundle_accessor.swift
[395/405] Compiling GRPCProtobuf status.pb.swift
[396/405] Compiling GRPCProtobuf GoogleRPCStatus.swift
[397/406] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[398/406] Compiling GRPCProtobuf error_details.pb.swift
[399/406] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[400/406] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[401/406] Compiling GRPCProtobuf code.pb.swift
[402/406] Emitting module GRPCProtobuf
[403/406] Compiling GRPCProtobuf Coding.swift
[404/406] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[405/406] Compiling GRPCProtobuf ErrorDetails+Types.swift
[406/406] Compiling GRPCProtobuf ErrorDetails.swift
[408/431] Compiling GRPCHealthService ServingStatus.swift
[409/431] Compiling GRPCHealthService HealthService.swift
[410/431] Emitting module GRPCInteropTests
[411/431] Compiling GRPCReflectionService ReflectionService.swift
[412/432] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[413/432] Compiling GRPCHealthService health.pb.swift
[414/432] Compiling GRPCHealthService HealthService+Service.swift
[415/432] Compiling GRPCInteropTests AssertionFailure.swift
[416/432] Compiling GRPCInteropTests empty.grpc.swift
[417/432] Compiling GRPCReflectionService ReflectionService+V1.swift
[418/432] Compiling GRPCHealthService health.grpc.swift
[419/432] Emitting module GRPCHealthService
[421/433] Compiling GRPCInteropTests TestService.swift
[422/433] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[423/433] Compiling GRPCInteropTests test.pb.swift
[424/433] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[425/433] Compiling GRPCReflectionService reflection.grpc.swift
[426/433] Compiling GRPCReflectionService reflection.pb.swift
[427/433] Emitting module GRPCReflectionService
[429/434] Compiling GRPCInteropTests empty_service.pb.swift
[430/434] Compiling GRPCInteropTests messages.grpc.swift
[431/434] Compiling GRPCInteropTests empty.pb.swift
[432/434] Compiling GRPCInteropTests empty_service.grpc.swift
[433/434] Compiling GRPCInteropTests messages.pb.swift
[434/434] Compiling GRPCInteropTests test.grpc.swift
Build complete! (175.32s)
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" : "/host/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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.