Build Information
Successful build of grpc-swift-extras, reference main (b4d355
), with Swift 6.1 for Android on 20 Aug 2025 09:36:08 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
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 /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
* 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: 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.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-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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
[1/29775] Fetching grpc-swift-2
[2/32136] Fetching grpc-swift-2, grpc-swift-protobuf
[3851/34569] Fetching grpc-swift-2, grpc-swift-protobuf, swift-service-lifecycle
[6393/39685] Fetching grpc-swift-2, grpc-swift-protobuf, swift-service-lifecycle, swift-distributed-tracing
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.33s)
[15892/37324] Fetching grpc-swift-2, swift-service-lifecycle, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.43s)
[16725/32208] Fetching grpc-swift-2, swift-service-lifecycle
[32209/72345] Fetching grpc-swift-2, swift-service-lifecycle, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.75s)
Fetched https://github.com/grpc/grpc-swift-2.git from cache (5.78s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.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 (6.33s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/5092] Fetching swift-async-algorithms
[3770/8989] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.82s)
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.55s)
Fetching https://github.com/apple/swift-collections.git
[1/17351] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.1.0 (1.56s)
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.47s)
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.23s)
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.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.66s)
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/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/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-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-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-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
[1369/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.42s)
[1/1] Compiling plugin SwiftProtobufPlugin
/host/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 |
/host/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") {
/host/spi-builder-workspace/.build/checkouts/grpc-swift-protobuf/Plugins/GRPCProtobufGeneratorCommand/Plugin.swift:265:7: warning: initialization of immutable value 'problem' was never used; consider replacing with assignment to '_' or removing it
263 | stdErr = nil
264 | }
265 | let problem = "\(process.terminationReason):\(process.terminationStatus)"
| `- warning: initialization of immutable value 'problem' was never used; consider replacing with assignment to '_' or removing it
266 | throw CommandPluginError.generationFailure(
267 | executable: executableURL.absoluteStringNoScheme,
[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/134] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/135] Compiling Logging LogHandler.swift
[27/135] Compiling SwiftProtobuf FieldTag.swift
[28/135] Compiling SwiftProtobuf FieldTypes.swift
[29/135] Compiling SwiftProtobuf ExtensibleMessage.swift
[30/135] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[31/135] Compiling SwiftProtobuf ExtensionFields.swift
[32/135] Compiling SwiftProtobuf ExtensionMap.swift
[33/135] Compiling SwiftProtobuf DoubleParser.swift
[34/135] Compiling SwiftProtobuf Enum.swift
[35/135] Compiling ServiceContextModule ServiceContext.swift
[36/135] Compiling ServiceContextModule ServiceContextKey.swift
[37/135] Emitting module ServiceContextModule
[38/135] Compiling ConcurrencyHelpers LockedValueBox.swift
[39/136] Compiling SwiftProtobuf BytecodeInterpreter.swift
[40/136] Compiling SwiftProtobuf BytecodeReader.swift
[41/136] Emitting module InternalCollectionsUtilities
[43/136] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/136] Compiling SwiftProtobuf CustomJSONCodable.swift
[45/136] Compiling SwiftProtobuf Decoder.swift
[47/205] Compiling Instrumentation NoOpInstrument.swift
[48/213] Compiling Instrumentation MultiplexInstrument.swift
[49/213] Compiling OrderedCollections _HashTable+Constants.swift
[50/213] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[51/215] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[52/215] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[53/215] Compiling OrderedCollections _HashTable+Testing.swift
[54/215] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[55/215] Compiling OrderedCollections _HashTable.swift
[56/215] Compiling OrderedCollections _Hashtable+Header.swift
[57/215] Compiling DequeModule _DequeSlot.swift
[58/215] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[60/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[61/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[62/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[63/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[64/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[65/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[66/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[68/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[69/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[70/215] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[71/215] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[72/215] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[73/222] Compiling OrderedCollections OrderedDictionary.swift
[74/222] Compiling OrderedCollections OrderedSet+Codable.swift
[75/222] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[76/222] Compiling OrderedCollections OrderedSet+Descriptions.swift
[77/222] Compiling OrderedCollections OrderedSet+Diffing.swift
[78/222] Compiling OrderedCollections OrderedSet+Equatable.swift
[79/222] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[80/222] Compiling OrderedCollections OrderedSet+Hashable.swift
[81/222] Compiling OrderedCollections _HashTable+Bucket.swift
[82/222] Compiling OrderedCollections _HashTable+BucketIterator.swift
[83/222] Compiling OrderedCollections OrderedDictionary+Codable.swift
[84/222] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[85/222] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[86/222] Compiling OrderedCollections OrderedDictionary+Elements.swift
[87/222] Compiling OrderedCollections OrderedSet+Initializers.swift
[88/222] Compiling OrderedCollections OrderedSet+Insertions.swift
[89/222] Compiling OrderedCollections OrderedSet+Invariants.swift
[90/222] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[91/222] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[92/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[93/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[94/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[103/222] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[104/222] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[105/222] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[106/222] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[107/222] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[108/222] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[109/222] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[110/222] Compiling OrderedCollections OrderedDictionary+Values.swift
[111/222] Emitting module DequeModule
[113/223] Emitting module OrderedCollections
[114/278] Compiling GRPCCore CallOptions.swift
[115/278] Compiling GRPCCore ClientContext.swift
[116/278] Compiling GRPCCore ClientInterceptor.swift
[117/278] Compiling GRPCCore ClientRequest.swift
[118/278] Compiling GRPCCore ClientResponse.swift
[119/278] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[120/278] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[121/278] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[122/278] Compiling OrderedCollections OrderedSet+Sendable.swift
[123/278] Compiling OrderedCollections OrderedSet+SubSequence.swift
[124/278] Compiling OrderedCollections OrderedSet+Testing.swift
[125/278] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[126/278] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[127/278] Compiling OrderedCollections OrderedSet.swift
[128/278] Compiling OrderedCollections _UnsafeBitset.swift
[129/279] Compiling Instrumentation InstrumentationSystem.swift
[130/279] Compiling Instrumentation Instrument.swift
[131/279] Compiling Instrumentation Locks.swift
[132/279] Emitting module Instrumentation
[133/279] Compiling Logging MetadataProvider.swift
[134/279] Emitting module Logging
[135/279] Compiling Logging Locks.swift
[136/280] Emitting module ConcurrencyHelpers
[137/280] Compiling ConcurrencyHelpers Lock.swift
[139/281] Compiling Logging Logging.swift
[141/282] Emitting module SwiftProtobuf
[144/349] Compiling Tracing TracingTime.swift
[145/349] Emitting module Tracing
[146/349] Compiling Tracing TracerProtocol.swift
[147/349] Compiling Tracing Tracer.swift
[148/349] Compiling Tracing TracerProtocol+Legacy.swift
[149/349] Compiling GRPCCore Result+Catching.swift
[150/349] Compiling GRPCCore String+Extensions.swift
[151/349] Compiling GRPCCore TaskGroup+CancellableTask.swift
[152/349] Compiling GRPCCore Metadata.swift
[153/349] Compiling GRPCCore MethodDescriptor.swift
[154/349] Compiling GRPCCore RPCError.swift
[161/349] Emitting module UnixSignals
[162/349] Compiling UnixSignals UnixSignal.swift
[163/349] Compiling UnixSignals UnixSignalsSequence.swift
[165/350] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[166/350] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[167/350] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[168/350] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[169/350] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[170/350] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[171/350] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[172/350] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[173/350] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[174/350] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[175/350] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[176/350] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[177/350] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[178/350] Compiling AsyncAlgorithms Locking.swift
[179/350] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[180/350] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[181/350] Compiling AsyncAlgorithms MergeStateMachine.swift
[182/350] Compiling AsyncAlgorithms MergeStorage.swift
[183/350] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[184/350] Compiling AsyncAlgorithms Rethrow.swift
[185/350] Compiling GRPCCore RPCWriter+Closable.swift
[186/350] Compiling GRPCCore RPCWriter.swift
[187/350] Compiling GRPCCore Metadata+GRPC.swift
[188/350] Compiling GRPCCore MethodConfigs.swift
[189/350] Compiling AsyncAlgorithms AsyncChannel.swift
[190/350] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[191/350] Compiling AsyncAlgorithms ChannelStateMachine.swift
[192/350] Compiling AsyncAlgorithms ChannelStorage.swift
[193/350] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[194/350] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[195/350] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[196/350] Compiling AsyncAlgorithms CombineLatestStorage.swift
[197/350] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[198/350] Compiling AsyncAlgorithms DebounceStateMachine.swift
[199/350] Compiling AsyncAlgorithms DebounceStorage.swift
[200/350] Compiling AsyncAlgorithms Dictionary.swift
[201/350] Compiling Tracing InstrumentationSystem+Tracing.swift
[202/350] Compiling Tracing SpanProtocol.swift
[203/350] Compiling Tracing NoOpTracer.swift
[204/351] Emitting module AsyncAlgorithms
[206/357] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[207/357] Compiling SwiftProtobuf ProtobufMap.swift
[208/357] Compiling SwiftProtobuf SelectiveVisitor.swift
[209/357] Compiling SwiftProtobuf SimpleExtensionMap.swift
[210/357] Compiling SwiftProtobuf StringUtils.swift
[211/357] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[212/357] Compiling SwiftProtobuf SwiftProtobufError.swift
[213/357] Compiling SwiftProtobuf TextFormatDecoder.swift
[214/357] Compiling SwiftProtobuf TextFormatDecodingError.swift
[215/357] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[216/357] Compiling SwiftProtobuf TextFormatEncoder.swift
[217/357] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[218/357] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[219/357] Compiling SwiftProtobuf TextFormatScanner.swift
[220/357] Compiling SwiftProtobuf TimeUtils.swift
[221/357] Compiling SwiftProtobuf UnknownStorage.swift
[222/357] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[223/357] Compiling SwiftProtobuf Varint.swift
[224/357] Compiling SwiftProtobuf Version.swift
[225/357] Compiling SwiftProtobuf Visitor.swift
[226/357] Compiling SwiftProtobuf WireFormat.swift
[227/357] Compiling SwiftProtobuf ZigZag.swift
[228/357] Compiling SwiftProtobuf any.pb.swift
[241/357] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[242/357] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[243/357] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[244/357] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[245/357] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[246/357] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[247/357] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[248/357] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[262/357] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[263/357] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[264/357] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[265/357] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[274/357] Compiling AsyncAlgorithms SetAlgebra.swift
[287/357] Compiling AsyncAlgorithms UnsafeTransfer.swift
[288/357] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[289/357] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[290/357] Compiling AsyncAlgorithms ZipStateMachine.swift
[291/357] Compiling AsyncAlgorithms ZipStorage.swift
[293/366] Compiling ServiceLifecycle Service.swift
[294/367] Emitting module ServiceLifecycle
[295/367] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[296/367] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[297/367] Compiling ServiceLifecycle ServiceRunnerError.swift
[298/367] Emitting module GRPCCore
[299/367] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[300/367] Compiling ServiceLifecycle GracefulShutdown.swift
[301/369] Compiling ServiceLifecycle CancellationWaiter.swift
[302/374] Compiling ServiceLifecycle ServiceGroup.swift
[304/375] Compiling GRPCCore RPCWriterProtocol.swift
[305/375] Compiling GRPCCore Timeout.swift
[306/375] Compiling GRPCCore ClientTransport.swift
[307/375] Compiling GRPCCore RPCParts.swift
[308/375] Compiling GRPCCore RPCStream.swift
[309/375] Compiling GRPCCore RetryThrottle.swift
[310/375] Compiling GRPCCore ServerTransport.swift
[366/385] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[367/385] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[368/385] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[369/385] Emitting module GRPCServiceLifecycle
[370/385] Emitting module GRPCOTelTracingInterceptors
[371/385] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[373/386] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[374/386] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[375/386] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[377/387] Compiling SwiftProtobuf api.pb.swift
[378/387] Compiling SwiftProtobuf descriptor.pb.swift
[379/387] Compiling SwiftProtobuf duration.pb.swift
[380/387] Compiling SwiftProtobuf empty.pb.swift
[381/387] Compiling SwiftProtobuf field_mask.pb.swift
[382/387] Compiling SwiftProtobuf source_context.pb.swift
[383/387] Compiling SwiftProtobuf struct.pb.swift
[384/387] Compiling SwiftProtobuf timestamp.pb.swift
[385/387] Compiling SwiftProtobuf type.pb.swift
[386/387] Compiling SwiftProtobuf wrappers.pb.swift
[387/387] Compiling SwiftProtobuf resource_bundle_accessor.swift
[389/399] Compiling GRPCProtobuf status.pb.swift
[390/399] Compiling GRPCProtobuf GoogleRPCStatus.swift
[391/400] Emitting module GRPCProtobuf
[392/400] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[393/400] Compiling GRPCProtobuf ErrorDetails+Types.swift
[394/400] Compiling GRPCProtobuf ErrorDetails.swift
[395/400] Compiling GRPCProtobuf Coding.swift
[396/400] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[397/400] Compiling GRPCProtobuf code.pb.swift
[398/400] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[399/400] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[400/400] Compiling GRPCProtobuf error_details.pb.swift
[402/425] Compiling GRPCHealthService HealthService.swift
[403/425] Compiling GRPCHealthService ServingStatus.swift
[404/425] Compiling GRPCReflectionService ReflectionService.swift
[405/425] Compiling GRPCReflectionService reflection.grpc.swift
[406/425] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[407/425] Compiling GRPCHealthService HealthService+Service.swift
[408/426] Emitting module GRPCReflectionService
[409/426] Compiling GRPCInteropTests AssertionFailure.swift
[410/426] Compiling GRPCInteropTests empty.grpc.swift
[411/426] Compiling GRPCInteropTests empty.pb.swift
[412/426] Compiling GRPCInteropTests empty_service.grpc.swift
[413/426] Compiling GRPCReflectionService ReflectionService+V1.swift
[414/426] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[415/426] Emitting module GRPCHealthService
[416/426] Compiling GRPCHealthService health.grpc.swift
[417/426] Compiling GRPCHealthService health.pb.swift
[418/427] Emitting module GRPCInteropTests
[419/427] Compiling GRPCReflectionService reflection.pb.swift
[422/428] Compiling GRPCInteropTests TestService.swift
[423/428] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[424/428] Compiling GRPCInteropTests test.pb.swift
[425/428] Compiling GRPCInteropTests empty_service.pb.swift
[426/428] Compiling GRPCInteropTests messages.grpc.swift
[427/428] Compiling GRPCInteropTests messages.pb.swift
[428/428] Compiling GRPCInteropTests test.grpc.swift
Build complete! (78.72s)
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" : "/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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.