Build Information
Successful build of grpc-swift-extras, reference 2.0.0 (dd34da
), with Swift 6.1 for Android on 3 Jun 2025 08:40:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-extras.git
Reference: 2.0.0
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.0.0 -> FETCH_HEAD
HEAD is now at dd34dae Move to grpc-swift-2 (#49)
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
dd34dae247c0b49db0e81dca5da64033b02cb49c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-extras.git at 2.0.0
========================================
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.28.1",
"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" : "/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",
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-protobuf.git
[1/29557] Fetching grpc-swift-2
[2/31706] Fetching grpc-swift-2, grpc-swift-protobuf
[2113/36680] Fetching grpc-swift-2, grpc-swift-protobuf, swift-distributed-tracing
[2179/39106] Fetching grpc-swift-2, grpc-swift-protobuf, swift-distributed-tracing, swift-service-lifecycle
[39107/78428] Fetching grpc-swift-2, grpc-swift-protobuf, swift-distributed-tracing, swift-service-lifecycle, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (1.43s)
[44429/76279] Fetching grpc-swift-2, swift-distributed-tracing, swift-service-lifecycle, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.45s)
[15658/46722] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.68s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.68s)
Fetched https://github.com/apple/swift-protobuf.git from cache (4.75s)
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 (5.27s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
[2/8821] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.07s)
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.0.0 (1.59s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.0.0 (0.49s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.16s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.48s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.22s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.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.0.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.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
[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
[3/24] Copying PrivacyInfo.xcprivacy
[3/24] Write sources
[23/24] Write swift-version-24593BA9C3E375BF.txt
[25/132] Emitting module InternalCollectionsUtilities
[26/133] Compiling ServiceContextModule ServiceContext.swift
[27/133] Compiling ServiceContextModule ServiceContextKey.swift
[28/133] Emitting module ServiceContextModule
[29/134] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/134] Compiling SwiftProtobuf BinaryEncodingError.swift
[31/134] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[32/134] Compiling SwiftProtobuf AsyncMessageSequence.swift
[33/134] Compiling SwiftProtobuf BinaryDecoder.swift
[34/134] Compiling SwiftProtobuf AnyMessageStorage.swift
[35/134] Compiling SwiftProtobuf AnyUnpackError.swift
[37/134] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[38/134] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[39/134] Compiling SwiftProtobuf BinaryDecodingError.swift
[40/134] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[41/134] Compiling SwiftProtobuf BinaryDelimited.swift
[42/134] Compiling SwiftProtobuf BinaryEncoder.swift
[43/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/211] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[46/211] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[47/213] Compiling Instrumentation NoOpInstrument.swift
[48/213] Compiling Instrumentation MultiplexInstrument.swift
[49/213] Compiling Instrumentation Instrument.swift
[50/213] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[51/213] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[52/213] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[53/213] Compiling OrderedCollections OrderedDictionary+Elements.swift
[54/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[55/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[56/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[57/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[58/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[59/213] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[60/213] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[61/213] Compiling DequeModule _DequeSlot.swift
[62/213] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/220] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[66/220] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/220] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/220] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[73/220] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[74/220] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[77/220] Compiling OrderedCollections OrderedDictionary.swift
[78/220] Compiling OrderedCollections OrderedSet+Codable.swift
[79/220] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[80/220] Compiling OrderedCollections OrderedSet+Descriptions.swift
[81/220] Compiling OrderedCollections OrderedSet+Diffing.swift
[82/220] Compiling OrderedCollections OrderedSet+Equatable.swift
[83/220] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[84/220] Compiling OrderedCollections OrderedSet+Hashable.swift
[85/220] Compiling OrderedCollections OrderedSet+Initializers.swift
[86/220] Compiling OrderedCollections OrderedSet+Insertions.swift
[87/220] Compiling OrderedCollections OrderedSet+Invariants.swift
[88/220] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[89/220] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[90/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[91/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[92/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[93/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[94/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[95/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[96/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[97/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[98/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[99/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[100/220] Compiling OrderedCollections OrderedDictionary+Codable.swift
[101/220] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[110/220] Emitting module DequeModule
[112/221] Compiling Instrumentation InstrumentationSystem.swift
[113/221] Emitting module Instrumentation
[114/221] Compiling Instrumentation Locks.swift
[115/222] Compiling ConcurrencyHelpers LockedValueBox.swift
[116/222] Emitting module ConcurrencyHelpers
[117/222] Compiling ConcurrencyHelpers Lock.swift
[118/223] Compiling Logging LogHandler.swift
[119/223] Compiling Logging Logging.swift
[120/223] Compiling Logging Locks.swift
[121/223] Compiling Logging MetadataProvider.swift
[122/223] Emitting module Logging
[126/290] Compiling OrderedCollections OrderedSet+Sendable.swift
[127/290] Compiling OrderedCollections OrderedSet+SubSequence.swift
[128/290] Compiling OrderedCollections OrderedSet+Testing.swift
[129/290] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[130/290] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[131/290] Compiling OrderedCollections OrderedSet.swift
[132/290] Compiling OrderedCollections _UnsafeBitset.swift
[133/290] Emitting module OrderedCollections
[134/290] Compiling GRPCCore RPCRouter.swift
[135/290] Compiling GRPCCore RegistrableRPCService.swift
[136/290] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[137/290] Compiling GRPCCore ServerContext.swift
[138/290] Compiling GRPCCore ServerInterceptor.swift
[139/290] Compiling GRPCCore ServerRequest.swift
[140/290] Compiling GRPCCore ServerResponse.swift
[141/290] Compiling GRPCCore Coding.swift
[143/291] Emitting module Tracing
[144/291] Compiling Tracing TracingTime.swift
[145/336] Compiling Tracing TracerProtocol.swift
[146/336] Compiling Tracing InstrumentationSystem+Tracing.swift
[147/336] Compiling Tracing TracerProtocol+Legacy.swift
[148/336] Compiling Tracing Tracer.swift
[149/336] Compiling UnixSignals UnixSignal.swift
[150/336] Emitting module UnixSignals
[151/336] Compiling UnixSignals UnixSignalsSequence.swift
[153/337] Compiling Tracing NoOpTracer.swift
[154/337] Compiling Tracing SpanProtocol.swift
[156/338] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[157/338] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[158/338] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[159/338] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[160/338] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[161/338] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[162/344] Compiling AsyncAlgorithms ZipStateMachine.swift
[163/344] Compiling AsyncAlgorithms ZipStorage.swift
[164/344] Compiling GRPCCore GRPCClient.swift
[165/344] Compiling GRPCCore GRPCServer.swift
[166/344] Compiling GRPCCore Base64.swift
[167/344] Compiling GRPCCore UnsafeTransfer.swift
[173/355] Compiling AsyncAlgorithms AsyncChannel.swift
[174/355] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[175/355] Compiling AsyncAlgorithms ChannelStateMachine.swift
[176/355] Compiling AsyncAlgorithms ChannelStorage.swift
[177/355] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[178/355] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[179/355] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[180/355] Compiling AsyncAlgorithms CombineLatestStorage.swift
[181/355] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[182/355] Compiling AsyncAlgorithms DebounceStateMachine.swift
[183/355] Compiling AsyncAlgorithms DebounceStorage.swift
[184/355] Compiling AsyncAlgorithms Dictionary.swift
[186/355] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[187/355] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[188/355] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[189/355] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[190/355] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[191/355] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[192/355] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[193/355] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[194/355] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[195/355] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[196/355] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[197/355] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[198/355] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[199/355] Compiling AsyncAlgorithms MergeStateMachine.swift
[200/355] Compiling AsyncAlgorithms MergeStorage.swift
[201/355] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[202/355] Compiling AsyncAlgorithms Rethrow.swift
[203/355] Emitting module AsyncAlgorithms
[206/355] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[207/355] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[208/355] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[209/355] Compiling SwiftProtobuf Message.swift
[210/355] Compiling SwiftProtobuf MessageExtension.swift
[211/355] Compiling SwiftProtobuf NameMap.swift
[212/355] Compiling SwiftProtobuf PathDecoder.swift
[213/355] Compiling SwiftProtobuf PathVisitor.swift
[214/355] Compiling SwiftProtobuf ProtoNameProviding.swift
[215/355] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[216/355] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[217/355] Compiling AsyncAlgorithms Locking.swift
[224/355] Compiling AsyncAlgorithms SetAlgebra.swift
[225/355] Compiling AsyncAlgorithms UnsafeTransfer.swift
[226/355] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[227/355] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[228/355] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[229/355] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[230/355] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[231/355] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[232/355] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[233/355] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[234/355] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[248/355] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[249/355] Compiling SwiftProtobuf TextFormatScanner.swift
[250/355] Compiling SwiftProtobuf TimeUtils.swift
[251/355] Compiling SwiftProtobuf UnknownStorage.swift
[252/355] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[253/355] Compiling SwiftProtobuf Varint.swift
[254/355] Compiling SwiftProtobuf Version.swift
[255/355] Compiling SwiftProtobuf Visitor.swift
[256/355] Compiling SwiftProtobuf WireFormat.swift
[257/355] Compiling SwiftProtobuf ZigZag.swift
[258/355] Compiling SwiftProtobuf any.pb.swift
[290/356] Emitting module SwiftProtobuf
[291/364] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[292/365] Compiling ServiceLifecycle CancellationWaiter.swift
[293/365] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[294/365] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[295/365] Emitting module ServiceLifecycle
[296/365] Compiling ServiceLifecycle ServiceRunnerError.swift
[297/365] Compiling ServiceLifecycle GracefulShutdown.swift
[298/365] Compiling ServiceLifecycle Service.swift
[299/365] Compiling ServiceLifecycle ServiceGroup.swift
[317/373] Emitting module GRPCCore
[356/373] Compiling GRPCCore RPCWriterProtocol.swift
[357/373] Compiling GRPCCore Timeout.swift
[358/373] Compiling GRPCCore ClientTransport.swift
[359/373] Compiling GRPCCore RPCParts.swift
[360/373] Compiling GRPCCore RPCStream.swift
[361/373] Compiling GRPCCore RetryThrottle.swift
[362/373] Compiling GRPCCore ServerTransport.swift
[364/383] Emitting module GRPCServiceLifecycle
[365/383] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[366/383] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[367/384] Emitting module GRPCOTelTracingInterceptors
[369/384] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[370/384] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[371/384] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[372/384] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[373/384] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[375/385] Compiling SwiftProtobuf api.pb.swift
[376/385] Compiling SwiftProtobuf descriptor.pb.swift
[377/385] Compiling SwiftProtobuf duration.pb.swift
[378/385] Compiling SwiftProtobuf empty.pb.swift
[379/385] Compiling SwiftProtobuf field_mask.pb.swift
[380/385] Compiling SwiftProtobuf source_context.pb.swift
[381/385] Compiling SwiftProtobuf struct.pb.swift
[382/385] Compiling SwiftProtobuf timestamp.pb.swift
[383/385] Compiling SwiftProtobuf type.pb.swift
[384/385] Compiling SwiftProtobuf wrappers.pb.swift
[385/385] Compiling SwiftProtobuf resource_bundle_accessor.swift
[387/397] Compiling GRPCProtobuf status.pb.swift
[388/397] Compiling GRPCProtobuf GoogleRPCStatus.swift
[389/398] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[390/398] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[391/398] Compiling GRPCProtobuf Coding.swift
[392/398] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[393/398] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[394/398] Compiling GRPCProtobuf code.pb.swift
[395/398] Compiling GRPCProtobuf error_details.pb.swift
[396/398] Compiling GRPCProtobuf ErrorDetails+Types.swift
[397/398] Compiling GRPCProtobuf ErrorDetails.swift
[398/398] Emitting module GRPCProtobuf
[400/423] Compiling GRPCHealthService ServingStatus.swift
[401/423] Compiling GRPCHealthService HealthService.swift
[402/423] Compiling GRPCInteropTests AssertionFailure.swift
[403/423] Compiling GRPCInteropTests empty.grpc.swift
[404/424] Compiling GRPCReflectionService reflection.grpc.swift
[405/424] Emitting module GRPCReflectionService
[406/424] Compiling GRPCHealthService HealthService+Service.swift
[407/424] Emitting module GRPCInteropTests
[408/424] Compiling GRPCReflectionService ReflectionService+V1.swift
[409/424] Compiling GRPCReflectionService ReflectionService.swift
[410/424] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[411/424] Emitting module GRPCHealthService
[412/424] Compiling GRPCHealthService health.grpc.swift
[413/424] Compiling GRPCHealthService health.pb.swift
[415/425] Compiling GRPCInteropTests TestService.swift
[416/425] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[417/425] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[418/425] Compiling GRPCInteropTests test.pb.swift
[419/425] Compiling GRPCReflectionService reflection.pb.swift
[421/426] Compiling GRPCInteropTests empty.pb.swift
[422/426] Compiling GRPCInteropTests empty_service.grpc.swift
[423/426] Compiling GRPCInteropTests messages.pb.swift
[424/426] Compiling GRPCInteropTests test.grpc.swift
[425/426] Compiling GRPCInteropTests empty_service.pb.swift
[426/426] Compiling GRPCInteropTests messages.grpc.swift
Build complete! (77.91s)
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.28.1",
"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" : "/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",
"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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.