Build Information
Successful build of grpc-swift-extras, reference main (dd34da
), with Swift 6.1 for Linux on 2 Jun 2025 17:45:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.63.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 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 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.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-0":/host -w "$PWD" 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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-distributed-tracing.git
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
[1/29557] Fetching grpc-swift-2
[297/31983] Fetching grpc-swift-2, swift-service-lifecycle
[322/36957] Fetching grpc-swift-2, swift-service-lifecycle, swift-distributed-tracing
[371/39106] Fetching grpc-swift-2, swift-service-lifecycle, swift-distributed-tracing, grpc-swift-protobuf
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.46s)
[17285/34132] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf
[34133/73454] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.34s)
[38784/71028] Fetching grpc-swift-2, grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.38s)
[10014/41471] Fetching grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (6.55s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.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 (7.13s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[1613/8821] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.40s)
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.0.0 (0.91s)
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.51s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.65s)
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.44s)
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.28s)
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.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.57s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
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-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-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/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-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/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 2.0.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 ConcurrencyHelpers
[26/132] Compiling SwiftProtobuf JSONDecoder.swift
[27/132] Compiling SwiftProtobuf JSONDecodingError.swift
[28/132] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/133] Compiling ConcurrencyHelpers LockedValueBox.swift
[30/133] Compiling ServiceContextModule ServiceContext.swift
[31/133] Compiling Logging LogHandler.swift
[32/133] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[33/133] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[34/133] Compiling SwiftProtobuf HashVisitor.swift
[35/133] Compiling SwiftProtobuf Internal.swift
[36/133] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[37/133] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[38/133] Emitting module ServiceContextModule
[39/133] Emitting module InternalCollectionsUtilities
[40/133] Compiling ServiceContextModule ServiceContextKey.swift
[41/133] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[42/133] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[43/133] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[44/133] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[46/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/157] Compiling Instrumentation NoOpInstrument.swift
[49/211] Compiling Instrumentation MultiplexInstrument.swift
[50/211] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[51/211] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[52/213] Compiling Logging Locks.swift
[53/213] Emitting module Logging
[54/213] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[55/213] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[56/213] Compiling Instrumentation InstrumentationSystem.swift
[57/213] Compiling Instrumentation Instrument.swift
[58/213] Emitting module Instrumentation
[59/213] Compiling Instrumentation Locks.swift
[60/214] Compiling Logging Logging.swift
[62/214] Compiling ConcurrencyHelpers Lock.swift
[63/215] Compiling Logging MetadataProvider.swift
[65/216] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/216] Compiling OrderedCollections OrderedDictionary+Elements.swift
[68/216] Compiling DequeModule _DequeSlot.swift
[69/216] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[71/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[72/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[73/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[74/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[75/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[76/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[77/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[78/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[79/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[80/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[81/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[82/234] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[83/234] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[84/234] Compiling Tracing TracingTime.swift
[85/234] Emitting module UnixSignals
[86/234] Compiling OrderedCollections _HashTable+Testing.swift
[87/234] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[88/234] Compiling OrderedCollections _HashTable+Bucket.swift
[89/234] Compiling OrderedCollections _HashTable+BucketIterator.swift
[90/234] Compiling OrderedCollections _HashTable+Constants.swift
[91/234] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[92/234] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[93/234] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[94/234] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[95/234] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[96/234] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[97/234] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[98/234] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[99/234] Compiling OrderedCollections OrderedDictionary+Values.swift
[100/234] Compiling OrderedCollections OrderedDictionary+Codable.swift
[101/234] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[108/234] Compiling OrderedCollections OrderedDictionary.swift
[109/234] Compiling OrderedCollections OrderedSet+Codable.swift
[110/234] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[111/234] Compiling OrderedCollections OrderedSet+Descriptions.swift
[112/234] Compiling OrderedCollections OrderedSet+Diffing.swift
[113/234] Compiling OrderedCollections OrderedSet+Equatable.swift
[114/234] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[115/234] Compiling OrderedCollections OrderedSet+Hashable.swift
[116/234] Compiling OrderedCollections OrderedSet+Initializers.swift
[117/234] Compiling OrderedCollections OrderedSet+Insertions.swift
[118/234] Compiling OrderedCollections OrderedSet+Invariants.swift
[119/234] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[120/234] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[121/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[122/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[123/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[124/234] Emitting module DequeModule
[127/235] Compiling Tracing TracerProtocol.swift
[128/235] Compiling Tracing Tracer.swift
[129/235] Compiling Tracing TracerProtocol+Legacy.swift
[131/235] Emitting module SwiftProtobuf
[132/246] Compiling UnixSignals UnixSignalsSequence.swift
[133/246] Compiling UnixSignals UnixSignal.swift
[135/302] Compiling Tracing NoOpTracer.swift
[136/302] Emitting module Tracing
[137/302] Compiling Tracing InstrumentationSystem+Tracing.swift
[138/302] Compiling Tracing SpanProtocol.swift
[140/303] Compiling GRPCCore ClientRPCExecutor.swift
[141/303] Compiling GRPCCore ClientRequest+Convenience.swift
[142/303] Compiling GRPCCore ClientResponse+Convenience.swift
[143/303] Compiling GRPCCore ClientStreamExecutor.swift
[144/303] Compiling GRPCCore RetryDelaySequence.swift
[145/303] Compiling GRPCCore ConditionalInterceptor.swift
[146/303] Compiling GRPCCore ServerCancellationManager.swift
[147/303] Compiling GRPCCore ServerRPCExecutor.swift
[148/303] Emitting module OrderedCollections
[149/303] Compiling OrderedCollections OrderedSet+Sendable.swift
[150/303] Compiling OrderedCollections OrderedSet+SubSequence.swift
[151/303] Compiling OrderedCollections OrderedSet+Testing.swift
[152/303] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[153/303] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[154/303] Compiling OrderedCollections OrderedSet.swift
[155/303] Compiling OrderedCollections _UnsafeBitset.swift
[156/304] Compiling GRPCCore GRPCServer.swift
[157/304] Compiling GRPCCore Base64.swift
[158/304] Compiling GRPCCore UnsafeTransfer.swift
[159/304] Compiling GRPCCore Metadata+GRPC.swift
[160/304] Compiling GRPCCore MethodConfigs.swift
[161/304] Compiling GRPCCore Result+Catching.swift
[162/304] Compiling GRPCCore String+Extensions.swift
[163/304] Compiling GRPCCore TaskGroup+CancellableTask.swift
[164/304] Compiling GRPCCore Metadata.swift
[165/304] Compiling GRPCCore MethodDescriptor.swift
[166/304] Compiling GRPCCore RPCError.swift
[167/304] Compiling GRPCCore RuntimeError.swift
[169/349] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[170/349] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[171/349] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[172/349] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[173/349] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[174/349] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[175/349] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[176/349] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[177/349] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[178/349] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[179/349] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[180/349] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[181/349] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[182/349] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[183/349] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[184/349] Compiling AsyncAlgorithms DebounceStateMachine.swift
[185/349] Compiling AsyncAlgorithms DebounceStorage.swift
[186/349] Compiling AsyncAlgorithms Dictionary.swift
[187/349] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[188/349] Compiling AsyncAlgorithms Locking.swift
[189/349] Compiling AsyncAlgorithms ChannelStateMachine.swift
[190/349] Compiling AsyncAlgorithms ChannelStorage.swift
[191/349] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[192/349] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[193/349] Compiling GRPCCore ServiceDescriptor.swift
[194/349] Compiling GRPCCore Status.swift
[195/349] Compiling GRPCCore AsyncSequenceOfOne.swift
[196/349] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[197/349] Compiling GRPCCore BroadcastAsyncSequence.swift
[198/349] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[205/349] Emitting module AsyncAlgorithms
[207/355] Compiling SwiftProtobuf SelectiveVisitor.swift
[208/355] Compiling SwiftProtobuf SimpleExtensionMap.swift
[209/355] Compiling SwiftProtobuf StringUtils.swift
[210/355] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[211/355] Compiling SwiftProtobuf SwiftProtobufError.swift
[212/355] Compiling SwiftProtobuf TextFormatDecoder.swift
[213/355] Compiling SwiftProtobuf TextFormatDecodingError.swift
[214/355] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[215/355] Compiling SwiftProtobuf TextFormatEncoder.swift
[216/355] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[217/355] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[218/355] Compiling SwiftProtobuf TextFormatScanner.swift
[219/355] Compiling SwiftProtobuf TimeUtils.swift
[220/355] Compiling SwiftProtobuf UnknownStorage.swift
[221/355] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[222/355] Compiling SwiftProtobuf Varint.swift
[223/355] Compiling SwiftProtobuf Version.swift
[224/355] Compiling SwiftProtobuf Visitor.swift
[225/355] Compiling SwiftProtobuf WireFormat.swift
[226/355] Compiling SwiftProtobuf ZigZag.swift
[227/355] Compiling SwiftProtobuf any.pb.swift
[228/355] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[229/355] Compiling AsyncAlgorithms MergeStateMachine.swift
[230/355] Compiling AsyncAlgorithms MergeStorage.swift
[231/355] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[232/355] Compiling AsyncAlgorithms Rethrow.swift
[233/355] Compiling AsyncAlgorithms SetAlgebra.swift
[234/355] Compiling AsyncAlgorithms UnsafeTransfer.swift
[235/355] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[236/362] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[246/362] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[247/362] Compiling AsyncAlgorithms CombineLatestStorage.swift
[253/362] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[254/362] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[255/362] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[256/362] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[257/362] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[258/362] Compiling AsyncAlgorithms AsyncChannel.swift
[259/362] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[267/362] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[268/362] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[269/362] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[270/362] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[271/362] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[295/362] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[296/362] Compiling AsyncAlgorithms ZipStateMachine.swift
[297/362] Compiling AsyncAlgorithms ZipStorage.swift
[299/371] Compiling GRPCCore RPCWriterProtocol.swift
[300/371] Compiling GRPCCore Timeout.swift
[301/371] Compiling GRPCCore ClientTransport.swift
[302/371] Compiling GRPCCore RPCParts.swift
[303/371] Compiling GRPCCore RPCStream.swift
[304/371] Compiling GRPCCore RetryThrottle.swift
[305/371] Compiling GRPCCore ServerTransport.swift
[306/371] Emitting module GRPCCore
[353/372] Emitting module ServiceLifecycle
[355/373] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[356/373] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[357/373] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[358/373] Compiling ServiceLifecycle GracefulShutdown.swift
[359/373] Compiling ServiceLifecycle ServiceRunnerError.swift
[360/379] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[361/379] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[362/379] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[363/379] Emitting module GRPCOTelTracingInterceptors
[364/379] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[365/379] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[366/380] Compiling ServiceLifecycle CancellationWaiter.swift
[367/380] Compiling ServiceLifecycle Service.swift
[368/380] Compiling ServiceLifecycle ServiceGroup.swift
[371/384] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[372/384] Emitting module GRPCServiceLifecycle
[373/384] Compiling GRPCServiceLifecycle GRPCClient+Service.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/398] Compiling GRPCProtobuf GoogleRPCStatus.swift
[389/398] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[390/398] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[391/398] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[392/398] Emitting module GRPCProtobuf
[393/398] Compiling GRPCProtobuf code.pb.swift
[394/398] Compiling GRPCProtobuf Coding.swift
[395/398] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[396/398] Compiling GRPCProtobuf ErrorDetails+Types.swift
[397/398] Compiling GRPCProtobuf ErrorDetails.swift
[398/398] Compiling GRPCProtobuf error_details.pb.swift
[400/423] Compiling GRPCInteropTests test.pb.swift
[401/423] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[402/424] Compiling GRPCHealthService HealthService.swift
[403/424] Compiling GRPCHealthService ServingStatus.swift
[404/424] Compiling GRPCHealthService HealthService+Service.swift
[405/424] Compiling GRPCReflectionService ReflectionService.swift
[406/424] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[407/424] Compiling GRPCHealthService health.pb.swift
[408/424] Emitting module GRPCHealthService
[409/424] Compiling GRPCHealthService health.grpc.swift
[411/425] Compiling GRPCReflectionService ReflectionService+V1.swift
[412/425] Compiling GRPCInteropTests TestService.swift
[413/425] Compiling GRPCReflectionService reflection.grpc.swift
[414/425] Emitting module GRPCReflectionService
[415/425] Compiling GRPCReflectionService reflection.pb.swift
[416/426] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[418/426] Compiling GRPCInteropTests AssertionFailure.swift
[419/426] Compiling GRPCInteropTests empty.grpc.swift
[420/426] Compiling GRPCInteropTests empty.pb.swift
[421/426] Compiling GRPCInteropTests empty_service.grpc.swift
[422/426] Compiling GRPCInteropTests empty_service.pb.swift
[423/426] Compiling GRPCInteropTests messages.grpc.swift
[424/426] Emitting module GRPCInteropTests
[425/426] Compiling GRPCInteropTests messages.pb.swift
[426/426] Compiling GRPCInteropTests test.grpc.swift
Build complete! (77.86s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.