Build Information
Successful build of grpc-swift-extras, reference main (be9dd9
), with Swift 6.1 for Linux on 30 Apr 2025 11:08:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.61.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 be9dd92 Enable Swift 6.1 jobs in CI (#43)
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
be9dd92d6b264a5e6de2d07d24b4ec3137e4c636
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",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
},
{
"identity" : "grpc-swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.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.6.3",
"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" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"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" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/grpc/grpc-swift.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-protobuf.git
[1/1951] Fetching grpc-swift-protobuf
[782/4345] Fetching grpc-swift-protobuf, swift-service-lifecycle
[2747/9319] Fetching grpc-swift-protobuf, swift-service-lifecycle, swift-distributed-tracing
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.36s)
[1/50696] Fetching grpc-swift
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.43s)
[10141/89200] Fetching grpc-swift, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (2.03s)
[36194/38504] Fetching swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.63s)
Fetched https://github.com/apple/swift-protobuf.git from cache (4.71s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (5.27s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
[2782/8801] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.37s)
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
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.94s)
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.24s)
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.76s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.55s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 1.2.0 (0.55s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 2.1.2 (0.56s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.63s)
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.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
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 1.2.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 2.1.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/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.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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.7.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/135] Emitting module InternalCollectionsUtilities
[26/137] Compiling ServiceContextModule ServiceContextKey.swift
[27/137] Compiling Logging LogHandler.swift
[28/137] Compiling SwiftProtobuf DoubleParser.swift
[29/137] Compiling SwiftProtobuf Enum.swift
[30/137] Compiling ConcurrencyHelpers LockedValueBox.swift
[31/137] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/137] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/137] Compiling SwiftProtobuf CustomJSONCodable.swift
[34/137] Compiling SwiftProtobuf Decoder.swift
[35/137] Compiling SwiftProtobuf BinaryEncodingError.swift
[36/137] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[37/137] Emitting module ServiceContextModule
[38/137] Compiling ServiceContextModule ServiceContext.swift
[39/137] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[40/137] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[41/137] Compiling SwiftProtobuf BinaryDelimited.swift
[42/137] Compiling SwiftProtobuf BinaryEncoder.swift
[43/138] Compiling SwiftProtobuf BinaryDecoder.swift
[44/138] Compiling SwiftProtobuf BinaryDecodingError.swift
[45/138] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[46/138] Compiling SwiftProtobuf AnyMessageStorage.swift
[47/138] Compiling SwiftProtobuf AnyUnpackError.swift
[48/138] Compiling SwiftProtobuf AsyncMessageSequence.swift
[51/139] Emitting module Logging
[52/139] Compiling Logging Locks.swift
[53/139] Compiling Logging MetadataProvider.swift
[54/139] Compiling Logging Logging.swift
[55/140] Emitting module ConcurrencyHelpers
[56/140] Compiling ConcurrencyHelpers Lock.swift
[59/217] Compiling Instrumentation Instrument.swift
[60/217] Emitting module Instrumentation
[61/220] Compiling Instrumentation NoOpInstrument.swift
[62/220] Compiling Instrumentation MultiplexInstrument.swift
[63/220] Compiling Instrumentation Locks.swift
[64/220] Compiling Instrumentation InstrumentationSystem.swift
[65/220] Compiling DequeModule _DequeBuffer.swift
[66/220] Compiling DequeModule _DequeBufferHeader.swift
[67/221] Compiling DequeModule Deque+CustomReflectable.swift
[68/221] Compiling DequeModule Deque+Descriptions.swift
[69/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[70/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[71/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[72/223] Compiling OrderedCollections OrderedSet+Initializers.swift
[73/223] Compiling OrderedCollections OrderedSet+Insertions.swift
[74/223] Compiling OrderedCollections OrderedSet+Invariants.swift
[75/223] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[76/223] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[77/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[78/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[79/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[80/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[81/234] Compiling DequeModule Deque+Equatable.swift
[82/234] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[83/234] Compiling DequeModule Deque+Extras.swift
[84/234] Compiling DequeModule Deque+Hashable.swift
[85/234] Compiling UnixSignals UnixSignal.swift
[86/234] Emitting module UnixSignals
[87/234] Compiling UnixSignals UnixSignalsSequence.swift
[88/235] Compiling SwiftProtobuf ProtobufMap.swift
[89/235] Compiling SwiftProtobuf SelectiveVisitor.swift
[90/235] Compiling SwiftProtobuf SimpleExtensionMap.swift
[91/235] Compiling SwiftProtobuf StringUtils.swift
[92/235] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[93/235] Compiling SwiftProtobuf SwiftProtobufError.swift
[94/235] Compiling SwiftProtobuf TextFormatDecoder.swift
[95/235] Compiling SwiftProtobuf TextFormatDecodingError.swift
[96/235] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[97/235] Compiling SwiftProtobuf TextFormatEncoder.swift
[98/235] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[99/235] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[100/235] Compiling SwiftProtobuf TextFormatScanner.swift
[101/235] Compiling SwiftProtobuf TimeUtils.swift
[102/235] Compiling SwiftProtobuf UnknownStorage.swift
[103/235] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[104/235] Compiling SwiftProtobuf Varint.swift
[105/235] Compiling SwiftProtobuf Version.swift
[106/235] Compiling SwiftProtobuf Visitor.swift
[107/235] Compiling SwiftProtobuf WireFormat.swift
[108/235] Compiling SwiftProtobuf ZigZag.swift
[109/235] Compiling SwiftProtobuf any.pb.swift
[114/235] Compiling DequeModule _DequeSlot.swift
[115/235] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/235] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[117/235] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[118/235] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[119/235] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[120/235] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[121/235] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[122/235] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[123/235] Compiling OrderedCollections OrderedDictionary+Values.swift
[124/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[125/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[126/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[127/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[128/235] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[129/235] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[130/235] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[131/235] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[132/235] Compiling SwiftProtobuf HashVisitor.swift
[133/235] Compiling SwiftProtobuf Internal.swift
[134/235] Compiling SwiftProtobuf JSONDecoder.swift
[135/235] Compiling SwiftProtobuf JSONDecodingError.swift
[143/235] Compiling OrderedCollections OrderedDictionary.swift
[144/235] Compiling OrderedCollections OrderedSet+Codable.swift
[145/235] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[146/235] Compiling OrderedCollections OrderedSet+Descriptions.swift
[147/235] Compiling OrderedCollections OrderedSet+Diffing.swift
[148/235] Compiling OrderedCollections OrderedSet+Equatable.swift
[149/235] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[150/235] Compiling OrderedCollections OrderedSet+Hashable.swift
[151/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/250] Compiling DequeModule Deque+Codable.swift
[156/250] Compiling DequeModule Deque+Collection.swift
[164/250] Compiling DequeModule Deque+Testing.swift
[165/250] Compiling DequeModule Deque._Storage.swift
[166/250] Compiling DequeModule Deque._UnsafeHandle.swift
[167/250] Compiling DequeModule Deque.swift
[184/250] Compiling Tracing InstrumentationSystem+Tracing.swift
[187/250] Compiling Tracing TracingTime.swift
[188/250] Emitting module Tracing
[205/250] Compiling Tracing Tracer.swift
[206/250] Emitting module DequeModule
[208/251] Compiling Tracing TracerProtocol+Legacy.swift
[209/251] Compiling Tracing TracerProtocol.swift
[210/251] Compiling Tracing NoOpTracer.swift
[211/251] Compiling Tracing SpanProtocol.swift
[221/307] Compiling OrderedCollections OrderedSet+Sendable.swift
[222/307] Compiling OrderedCollections OrderedSet+SubSequence.swift
[223/307] Compiling OrderedCollections OrderedSet+Testing.swift
[224/307] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[225/307] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[226/307] Compiling OrderedCollections OrderedSet.swift
[227/307] Compiling OrderedCollections _UnsafeBitset.swift
[228/307] Emitting module OrderedCollections
[229/308] Emitting module SwiftProtobuf
[230/308] Compiling GRPCCore ClientRPCExecutor.swift
[231/308] Compiling GRPCCore ClientRequest+Convenience.swift
[232/308] Compiling GRPCCore ClientResponse+Convenience.swift
[233/308] Compiling GRPCCore ClientStreamExecutor.swift
[234/308] Compiling GRPCCore RetryDelaySequence.swift
[235/308] Compiling GRPCCore ConditionalInterceptor.swift
[236/308] Compiling GRPCCore ServerCancellationManager.swift
[237/308] Compiling GRPCCore ServerRPCExecutor.swift
[238/308] Compiling GRPCCore CallOptions.swift
[239/308] Compiling GRPCCore ClientContext.swift
[240/308] Compiling GRPCCore ClientInterceptor.swift
[241/308] Compiling GRPCCore ClientRequest.swift
[243/353] Emitting module AsyncAlgorithms
[244/359] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[245/359] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[246/359] Compiling AsyncAlgorithms MergeStateMachine.swift
[247/359] Compiling AsyncAlgorithms MergeStorage.swift
[248/359] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[249/359] Compiling AsyncAlgorithms Rethrow.swift
[250/359] Emitting module GRPCCore
[251/366] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[252/366] Compiling AsyncAlgorithms DebounceStateMachine.swift
[253/366] Compiling AsyncAlgorithms DebounceStorage.swift
[254/366] Compiling AsyncAlgorithms Dictionary.swift
[255/366] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[256/366] Compiling AsyncAlgorithms Locking.swift
[257/366] Compiling AsyncAlgorithms SetAlgebra.swift
[258/366] Compiling AsyncAlgorithms UnsafeTransfer.swift
[259/366] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[260/366] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[261/366] Compiling AsyncAlgorithms ZipStateMachine.swift
[262/366] Compiling AsyncAlgorithms ZipStorage.swift
[263/366] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[264/366] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[265/366] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[266/366] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[267/366] Compiling AsyncAlgorithms AsyncChannel.swift
[268/366] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[269/366] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[270/366] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[271/366] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[272/366] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[273/366] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[274/366] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[275/366] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[276/366] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[277/366] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[278/366] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[279/366] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[280/366] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[281/366] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[282/366] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[283/366] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[284/366] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[285/366] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[286/366] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[287/366] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[288/366] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[289/366] Compiling AsyncAlgorithms ChannelStateMachine.swift
[290/366] Compiling AsyncAlgorithms ChannelStorage.swift
[291/366] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[292/366] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[293/366] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[294/366] Compiling AsyncAlgorithms CombineLatestStorage.swift
[319/367] Compiling GRPCCore RPCWriterProtocol.swift
[320/367] Compiling GRPCCore Timeout.swift
[321/367] Compiling GRPCCore ClientTransport.swift
[322/367] Compiling GRPCCore RPCParts.swift
[323/367] Compiling GRPCCore RPCStream.swift
[324/367] Compiling GRPCCore RetryThrottle.swift
[325/367] Compiling GRPCCore ServerTransport.swift
[337/374] Compiling GRPCCore AsyncSequenceOfOne.swift
[338/374] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[339/374] Compiling GRPCCore BroadcastAsyncSequence.swift
[340/374] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[357/376] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[359/377] Compiling ServiceLifecycle CancellationWaiter.swift
[360/377] Emitting module ServiceLifecycle
[361/377] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[362/380] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[363/383] Compiling ServiceLifecycle ServiceRunnerError.swift
[364/383] Compiling ServiceLifecycle GracefulShutdown.swift
[365/383] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[366/383] Emitting module GRPCOTelTracingInterceptors
[367/383] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[368/383] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[369/383] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[370/383] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[372/384] Compiling ServiceLifecycle ServiceGroup.swift
[373/384] Compiling ServiceLifecycle Service.swift
[375/388] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[376/388] Emitting module GRPCServiceLifecycle
[377/388] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[379/389] Compiling SwiftProtobuf api.pb.swift
[380/389] Compiling SwiftProtobuf descriptor.pb.swift
[381/389] Compiling SwiftProtobuf duration.pb.swift
[382/389] Compiling SwiftProtobuf empty.pb.swift
[383/389] Compiling SwiftProtobuf field_mask.pb.swift
[384/389] Compiling SwiftProtobuf source_context.pb.swift
[385/389] Compiling SwiftProtobuf struct.pb.swift
[386/389] Compiling SwiftProtobuf timestamp.pb.swift
[387/389] Compiling SwiftProtobuf type.pb.swift
[388/389] Compiling SwiftProtobuf wrappers.pb.swift
[389/389] Compiling SwiftProtobuf resource_bundle_accessor.swift
[391/401] Compiling GRPCProtobuf code.pb.swift
[392/402] Compiling GRPCProtobuf GoogleRPCStatus.swift
[393/402] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[394/402] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[395/402] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[396/402] Compiling GRPCProtobuf Coding.swift
[397/402] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[398/402] Emitting module GRPCProtobuf
[399/402] Compiling GRPCProtobuf ErrorDetails+Types.swift
[400/402] Compiling GRPCProtobuf ErrorDetails.swift
[401/402] Compiling GRPCProtobuf status.pb.swift
[402/402] Compiling GRPCProtobuf error_details.pb.swift
[404/427] Compiling GRPCHealthService ServingStatus.swift
[405/427] Compiling GRPCHealthService HealthService.swift
[406/427] Compiling GRPCInteropTests empty.pb.swift
[407/427] Compiling GRPCInteropTests empty_service.grpc.swift
[408/427] Compiling GRPCInteropTests AssertionFailure.swift
[409/427] Compiling GRPCInteropTests empty.grpc.swift
[410/428] Compiling GRPCReflectionService ReflectionService.swift
[411/428] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[412/428] Compiling GRPCInteropTests test.pb.swift
[413/428] Compiling GRPCHealthService health.pb.swift
[414/428] Compiling GRPCHealthService HealthService+Service.swift
[415/428] Emitting module GRPCHealthService
[416/428] Compiling GRPCHealthService health.grpc.swift
[417/429] Emitting module GRPCInteropTests
[419/429] Compiling GRPCInteropTests TestService.swift
[420/429] Compiling GRPCReflectionService reflection.grpc.swift
[421/429] Emitting module GRPCReflectionService
[422/429] Compiling GRPCReflectionService ReflectionService+V1.swift
[423/429] Compiling GRPCReflectionService reflection.pb.swift
[425/430] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[426/430] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[427/430] Compiling GRPCInteropTests empty_service.pb.swift
[428/430] Compiling GRPCInteropTests messages.grpc.swift
[429/430] Compiling GRPCInteropTests messages.pb.swift
[430/430] Compiling GRPCInteropTests test.grpc.swift
Build complete! (62.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "grpc-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
},
{
"identity" : "grpc-swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.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.6.3",
"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" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.