Build Information
Successful build of grpc-swift-extras, reference main (b4d355
), with Swift 6.1 for Linux on 20 Aug 2025 09:36:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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: linux
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-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/grpc/grpc-swift-protobuf.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
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2361] Fetching grpc-swift-protobuf
[49/7477] Fetching grpc-swift-protobuf, swift-distributed-tracing
[3127/37252] Fetching grpc-swift-protobuf, swift-distributed-tracing, grpc-swift-2
[3875/39685] Fetching grpc-swift-protobuf, swift-distributed-tracing, grpc-swift-2, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.64s)
[15814/37252] Fetching grpc-swift-protobuf, swift-distributed-tracing, grpc-swift-2
[37253/77389] Fetching grpc-swift-protobuf, swift-distributed-tracing, grpc-swift-2, swift-protobuf
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.37s)
[39763/72273] Fetching grpc-swift-protobuf, grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.47s)
[11192/42498] Fetching grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (12.55s)
Fetched https://github.com/apple/swift-protobuf.git from cache (12.63s)
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 (13.34s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3897] Fetching swift-log
[508/8989] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (1.07s)
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.76s)
Fetching https://github.com/apple/swift-collections.git
[1/17351] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
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.98s)
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.63s)
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.69s)
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.30s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.82s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.72s)
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.1.0
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.99s)
[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
[6/24] Copying PrivacyInfo.xcprivacy
[6/24] Write sources
[23/24] Write swift-version-24593BA9C3E375BF.txt
[25/134] Emitting module ServiceContextModule
[26/134] Emitting module Logging
[27/134] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/135] Compiling ServiceContextModule ServiceContextKey.swift
[29/135] Compiling ServiceContextModule ServiceContext.swift
[30/135] Compiling ConcurrencyHelpers LockedValueBox.swift
[31/136] Compiling SwiftProtobuf AnyMessageStorage.swift
[32/136] Compiling SwiftProtobuf AnyUnpackError.swift
[33/136] Emitting module InternalCollectionsUtilities
[34/136] Compiling SwiftProtobuf AsyncMessageSequence.swift
[35/136] Compiling SwiftProtobuf BinaryDecoder.swift
[36/136] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[37/136] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[38/136] Compiling SwiftProtobuf BinaryDelimited.swift
[39/136] Compiling SwiftProtobuf BinaryEncoder.swift
[40/136] Compiling SwiftProtobuf BinaryEncodingError.swift
[41/136] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[42/136] Compiling SwiftProtobuf BinaryDecodingError.swift
[43/136] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[45/136] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/213] Compiling Instrumentation NoOpInstrument.swift
[48/213] Compiling Instrumentation MultiplexInstrument.swift
[49/213] Emitting module Instrumentation
[50/213] Compiling DequeModule Deque+CustomReflectable.swift
[51/213] Compiling DequeModule Deque+Descriptions.swift
[52/215] Compiling DequeModule _DequeBuffer.swift
[53/215] Compiling DequeModule _DequeBufferHeader.swift
[54/215] Compiling DequeModule Deque+Equatable.swift
[55/215] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[56/215] Compiling Instrumentation Locks.swift
[57/215] Compiling Instrumentation Instrument.swift
[58/215] Compiling Instrumentation InstrumentationSystem.swift
[59/216] Emitting module ConcurrencyHelpers
[60/216] Compiling ConcurrencyHelpers Lock.swift
[61/216] Compiling Logging MetadataProvider.swift
[62/217] Compiling Logging Logging.swift
[63/217] Compiling Logging LogHandler.swift
[64/217] Compiling Logging Locks.swift
[65/218] Compiling DequeModule Deque+Extras.swift
[66/218] Compiling DequeModule Deque+Hashable.swift
[70/218] Compiling DequeModule _DequeSlot.swift
[71/218] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[73/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[74/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[75/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[76/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[77/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[78/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[79/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[80/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[81/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[82/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[83/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[84/218] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[85/218] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[86/236] Compiling DequeModule Deque+Codable.swift
[87/236] Compiling DequeModule Deque+Collection.swift
[88/236] Compiling DequeModule Deque+Testing.swift
[89/236] Compiling DequeModule Deque._Storage.swift
[90/236] Compiling DequeModule Deque._UnsafeHandle.swift
[91/236] Compiling DequeModule Deque.swift
[92/236] Compiling Tracing InstrumentationSystem+Tracing.swift
[93/236] Emitting module UnixSignals
[94/236] Compiling OrderedCollections OrderedDictionary.swift
[95/236] Compiling OrderedCollections OrderedSet+Codable.swift
[96/236] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[97/236] Compiling OrderedCollections OrderedSet+Descriptions.swift
[98/236] Compiling OrderedCollections OrderedSet+Diffing.swift
[99/236] Compiling OrderedCollections OrderedSet+Equatable.swift
[100/236] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[101/236] Compiling OrderedCollections OrderedSet+Hashable.swift
[102/236] Compiling OrderedCollections OrderedSet+Initializers.swift
[103/236] Compiling OrderedCollections OrderedSet+Insertions.swift
[104/236] Compiling OrderedCollections OrderedSet+Invariants.swift
[105/236] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[106/236] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[107/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[108/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[109/236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[110/236] Compiling Tracing TracingTime.swift
[119/236] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[120/236] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[121/236] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[122/236] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[123/236] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[124/236] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[125/236] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[126/236] Compiling OrderedCollections OrderedDictionary+Values.swift
[127/236] Emitting module Tracing
[128/236] Compiling Tracing TracerProtocol.swift
[129/236] Compiling UnixSignals UnixSignalsSequence.swift
[130/236] Compiling UnixSignals UnixSignal.swift
[131/237] Compiling Tracing TracerProtocol+Legacy.swift
[132/237] Compiling Tracing Tracer.swift
[134/237] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[135/237] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[136/237] Compiling SwiftProtobuf TextFormatScanner.swift
[137/237] Compiling SwiftProtobuf TimeUtils.swift
[138/237] Compiling SwiftProtobuf UnknownStorage.swift
[139/237] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[140/237] Compiling SwiftProtobuf Varint.swift
[141/237] Compiling SwiftProtobuf Version.swift
[142/237] Compiling SwiftProtobuf Visitor.swift
[143/237] Compiling SwiftProtobuf WireFormat.swift
[144/237] Compiling SwiftProtobuf ZigZag.swift
[145/237] Compiling SwiftProtobuf any.pb.swift
[146/248] Emitting module DequeModule
[154/249] Compiling OrderedCollections OrderedSet+Sendable.swift
[155/249] Compiling OrderedCollections OrderedSet+SubSequence.swift
[156/249] Compiling OrderedCollections OrderedSet+Testing.swift
[157/249] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[158/249] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[159/249] Compiling OrderedCollections OrderedSet.swift
[160/249] Compiling OrderedCollections _UnsafeBitset.swift
[161/249] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[162/249] Compiling SwiftProtobuf ProtobufMap.swift
[163/249] Compiling SwiftProtobuf SelectiveVisitor.swift
[164/249] Compiling SwiftProtobuf SimpleExtensionMap.swift
[165/249] Compiling SwiftProtobuf StringUtils.swift
[166/249] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[167/249] Compiling SwiftProtobuf SwiftProtobufError.swift
[168/249] Compiling SwiftProtobuf TextFormatDecoder.swift
[169/249] Compiling SwiftProtobuf TextFormatDecodingError.swift
[170/249] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[171/249] Compiling SwiftProtobuf TextFormatEncoder.swift
[172/249] Compiling Tracing SpanProtocol.swift
[173/249] Compiling Tracing NoOpTracer.swift
[190/305] Compiling GRPCCore RetryDelaySequence.swift
[191/305] Compiling GRPCCore ConditionalInterceptor.swift
[192/305] Compiling GRPCCore ServerCancellationManager.swift
[193/305] Compiling GRPCCore ServerRPCExecutor.swift
[194/305] Compiling GRPCCore RuntimeError.swift
[195/305] Compiling GRPCCore ServiceDescriptor.swift
[196/305] Compiling GRPCCore Status.swift
[197/305] Compiling GRPCCore AsyncSequenceOfOne.swift
[198/305] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[199/305] Compiling GRPCCore BroadcastAsyncSequence.swift
[200/305] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[201/305] Compiling GRPCCore RPCRouter.swift
[202/305] Compiling GRPCCore RegistrableRPCService.swift
[203/305] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[204/305] Compiling GRPCCore ServerContext.swift
[205/305] Compiling GRPCCore ServerInterceptor.swift
[206/305] Compiling GRPCCore ServerRequest.swift
[207/305] Compiling GRPCCore ServerResponse.swift
[208/305] Compiling GRPCCore Coding.swift
[209/305] Compiling GRPCCore CompressionAlgorithm.swift
[210/305] Compiling GRPCCore GRPCContiguousBytes.swift
[211/305] Compiling GRPCCore MethodConfig.swift
[212/305] Compiling GRPCCore ServiceConfig.swift
[213/305] Compiling GRPCCore GRPCClient.swift
[214/305] Compiling GRPCCore GRPCServer.swift
[215/305] Compiling GRPCCore Base64.swift
[216/305] Compiling GRPCCore UnsafeTransfer.swift
[217/305] Compiling GRPCCore RPCWriter+Map.swift
[218/305] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[219/305] Compiling GRPCCore RPCWriter+Serialize.swift
[220/305] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[221/305] Compiling GRPCCore RPCAsyncSequence.swift
[222/305] Compiling GRPCCore RPCWriter+Closable.swift
[223/305] Compiling GRPCCore RPCWriter.swift
[224/305] Compiling GRPCCore Metadata+GRPC.swift
[225/305] Compiling GRPCCore MethodConfigs.swift
[226/305] Emitting module OrderedCollections
[228/306] Emitting module SwiftProtobuf
[229/306] Compiling GRPCCore CallOptions.swift
[230/306] Compiling GRPCCore ClientContext.swift
[231/306] Compiling GRPCCore ClientInterceptor.swift
[232/306] Compiling GRPCCore ClientRequest.swift
[233/306] Compiling GRPCCore ClientResponse.swift
[234/306] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[235/306] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[236/306] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[237/306] Compiling GRPCCore ClientRPCExecutor.swift
[238/306] Compiling GRPCCore ClientRequest+Convenience.swift
[239/306] Compiling GRPCCore ClientResponse+Convenience.swift
[240/306] Compiling GRPCCore ClientStreamExecutor.swift
[241/351] Emitting module AsyncAlgorithms
[242/357] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[243/357] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[244/357] Compiling AsyncAlgorithms MergeStateMachine.swift
[245/357] Compiling AsyncAlgorithms MergeStorage.swift
[246/357] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[247/357] Compiling AsyncAlgorithms Rethrow.swift
[248/357] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[249/357] Compiling AsyncAlgorithms DebounceStateMachine.swift
[250/357] Compiling AsyncAlgorithms DebounceStorage.swift
[251/357] Compiling AsyncAlgorithms Dictionary.swift
[252/357] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[253/357] Compiling AsyncAlgorithms Locking.swift
[254/357] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[255/357] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[256/357] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[257/357] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[258/357] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[259/357] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[260/357] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[261/357] Compiling AsyncAlgorithms ChannelStateMachine.swift
[262/357] Compiling AsyncAlgorithms ChannelStorage.swift
[263/357] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[264/357] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[265/357] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[266/357] Compiling AsyncAlgorithms CombineLatestStorage.swift
[267/357] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[268/357] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[269/357] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[270/357] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[271/357] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[272/357] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[273/357] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[274/357] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[275/357] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[276/357] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[277/357] Compiling AsyncAlgorithms AsyncChannel.swift
[278/357] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[279/357] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[280/357] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[281/357] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[282/357] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[283/357] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[284/357] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[285/357] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[286/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 AsyncGracefulShutdownSequence.swift
[294/367] Compiling ServiceLifecycle Service.swift
[295/367] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[296/367] Emitting module ServiceLifecycle
[297/367] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[305/374] Compiling ServiceLifecycle ServiceRunnerError.swift
[306/374] Emitting module GRPCCore
[311/374] Compiling GRPCCore TaskGroup+CancellableTask.swift
[312/374] Compiling GRPCCore Metadata.swift
[313/374] Compiling GRPCCore MethodDescriptor.swift
[314/374] Compiling GRPCCore RPCError.swift
[330/374] Compiling ServiceLifecycle GracefulShutdown.swift
[331/374] Compiling ServiceLifecycle CancellationWaiter.swift
[356/374] Compiling GRPCCore RPCWriterProtocol.swift
[357/374] Compiling GRPCCore Timeout.swift
[358/374] Compiling GRPCCore ClientTransport.swift
[359/374] Compiling GRPCCore RPCParts.swift
[360/374] Compiling GRPCCore RPCStream.swift
[361/374] Compiling GRPCCore RetryThrottle.swift
[362/374] Compiling GRPCCore ServerTransport.swift
[363/375] Compiling ServiceLifecycle ServiceGroup.swift
[366/385] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[367/385] Emitting module GRPCServiceLifecycle
[368/385] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[369/385] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[370/386] Emitting module GRPCOTelTracingInterceptors
[371/386] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[372/386] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[374/386] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[375/386] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.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 Coding.swift
[393/400] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[394/400] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[395/400] Compiling GRPCProtobuf error_details.pb.swift
[396/400] Compiling GRPCProtobuf ErrorDetails+Types.swift
[397/400] Compiling GRPCProtobuf ErrorDetails.swift
[398/400] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[399/400] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[400/400] Compiling GRPCProtobuf code.pb.swift
[402/425] Compiling GRPCHealthService HealthService.swift
[403/425] Compiling GRPCHealthService ServingStatus.swift
[404/425] Compiling GRPCReflectionService ReflectionService.swift
[405/425] Compiling GRPCInteropTests test.pb.swift
[406/425] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[407/426] Compiling GRPCReflectionService reflection.grpc.swift
[408/426] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[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 GRPCHealthService health.pb.swift
[415/426] Compiling GRPCHealthService HealthService+Service.swift
[416/426] Emitting module GRPCHealthService
[417/426] Compiling GRPCHealthService health.grpc.swift
[418/427] Emitting module GRPCInteropTests
[420/427] Compiling GRPCInteropTests TestService.swift
[421/427] Compiling GRPCReflectionService reflection.pb.swift
[422/427] Emitting module GRPCReflectionService
[424/428] Compiling GRPCInteropTests InteroperabilityTestCases.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! (115.34s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.