Build Information
Failed to build Connect, reference main (f84661
), with Swift 6.1 for Linux on 30 Apr 2025 17:25:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.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/connectrpc/connect-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f846616 Upgrade NIO dependencies (#344)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
f8466163c0cf3f8727e3aff311f56d78760083a0
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/connectrpc/connect-swift.git
https://github.com/connectrpc/connect-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.35.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.29.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "Connect",
"name" : "Connect",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Connect",
"targets" : [
"Connect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ConnectMocks",
"targets" : [
"ConnectMocks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ConnectNIO",
"targets" : [
"ConnectNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "protoc-gen-connect-swift",
"targets" : [
"ConnectSwiftPlugin"
],
"type" : {
"executable" : null
}
},
{
"name" : "protoc-gen-connect-swift-mocks",
"targets" : [
"ConnectMocksPlugin"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConnectConformanceClient",
"targets" : [
"ConnectConformanceClient"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "ConnectSwiftPlugin",
"module_type" : "SwiftTarget",
"name" : "ConnectSwiftPlugin",
"path" : "Plugins/ConnectSwiftPlugin",
"product_dependencies" : [
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift"
],
"sources" : [
"ConnectClientGenerator.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "executable"
},
{
"c99name" : "ConnectPluginUtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "ConnectPluginUtilitiesTests",
"path" : "Tests/UnitTests/ConnectPluginUtilitiesTests",
"sources" : [
"FilePathComponentsTests.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "test"
},
{
"c99name" : "ConnectPluginUtilities",
"module_type" : "SwiftTarget",
"name" : "ConnectPluginUtilities",
"path" : "Plugins/ConnectPluginUtilities",
"product_dependencies" : [
"SwiftProtobuf",
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift",
"protoc-gen-connect-swift-mocks"
],
"sources" : [
"FilePathComponents.swift",
"Generator.swift",
"GeneratorOptions.swift",
"MethodDescriptor+Extensions.swift",
"ServiceDescriptor+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "ConnectNIO",
"module_type" : "SwiftTarget",
"name" : "ConnectNIO",
"path" : "Libraries/ConnectNIO",
"product_dependencies" : [
"NIOConcurrencyHelpers",
"NIOCore",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOHTTP2",
"NIOPosix",
"NIOSSL"
],
"product_memberships" : [
"ConnectNIO",
"ConnectConformanceClient"
],
"sources" : [
"Internal/ConnectStreamChannelHandler.swift",
"Internal/ConnectUnaryChannelHandler.swift",
"Internal/Extensions/ConnectError+Extensions.swift",
"Internal/Extensions/HTTPRequestHead+Extensions.swift",
"Internal/Extensions/Headers+Extensions.swift",
"Internal/GRPCInterceptor.swift",
"Public/NIOHTTPClient.swift",
"Public/NetworkProtocol+Extensions.swift"
],
"target_dependencies" : [
"Connect"
],
"type" : "library"
},
{
"c99name" : "ConnectMocksPlugin",
"module_type" : "SwiftTarget",
"name" : "ConnectMocksPlugin",
"path" : "Plugins/ConnectMocksPlugin",
"product_dependencies" : [
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift-mocks"
],
"sources" : [
"ConnectMockGenerator.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "executable"
},
{
"c99name" : "ConnectMocks",
"module_type" : "SwiftTarget",
"name" : "ConnectMocks",
"path" : "Libraries/ConnectMocks",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"ConnectMocks"
],
"sources" : [
"MockBidirectionalAsyncStream.swift",
"MockBidirectionalStream.swift",
"MockClientOnlyAsyncStream.swift",
"MockClientOnlyStream.swift",
"MockServerOnlyAsyncStream.swift",
"MockServerOnlyStream.swift"
],
"target_dependencies" : [
"Connect"
],
"type" : "library"
},
{
"c99name" : "ConnectLibraryTests",
"module_type" : "SwiftTarget",
"name" : "ConnectLibraryTests",
"path" : "Tests/UnitTests/ConnectLibraryTests",
"product_dependencies" : [
"SwiftProtobuf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/UnitTests/ConnectLibraryTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ConnectMocksTests/ConnectMocksTests.swift",
"ConnectTests/ConnectEndStreamResponseTests.swift",
"ConnectTests/ConnectErrorTests.swift",
"ConnectTests/EnvelopeTests.swift",
"ConnectTests/GzipCompressionPoolTests.swift",
"ConnectTests/InterceptorChainIterationTests.swift",
"ConnectTests/InterceptorFactoryTests.swift",
"ConnectTests/InterceptorIntegrationTests.swift",
"ConnectTests/JSONCodecTests.swift",
"ConnectTests/ProtoCodecTests.swift",
"ConnectTests/ProtocolClientConfigTests.swift",
"ConnectTests/ServiceMetadataTests.swift",
"GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
"GeneratedSources/connectrpc/conformance/v1/service.mock.swift",
"GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/suite.pb.swift"
],
"target_dependencies" : [
"Connect",
"ConnectMocks"
],
"type" : "test"
},
{
"c99name" : "ConnectConformanceClient",
"module_type" : "SwiftTarget",
"name" : "ConnectConformanceClient",
"path" : "Tests/ConformanceClient",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"ConnectConformanceClient"
],
"sources" : [
"GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
"GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/suite.pb.swift",
"Sources/CommandLineArgument.swift",
"Sources/ConformanceInvoker.swift",
"Sources/main.swift"
],
"target_dependencies" : [
"Connect",
"ConnectNIO"
],
"type" : "executable"
},
{
"c99name" : "Connect",
"module_type" : "SwiftTarget",
"name" : "Connect",
"path" : "Libraries/Connect",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"Connect",
"ConnectMocks",
"ConnectNIO",
"ConnectConformanceClient"
],
"sources" : [
"Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift",
"Internal/Interceptors/ConnectInterceptor.swift",
"Internal/Interceptors/GRPCWebInterceptor.swift",
"Internal/Interceptors/InterceptorChain.swift",
"Internal/Streaming/BidirectionalAsyncStream.swift",
"Internal/Streaming/BidirectionalStream.swift",
"Internal/Streaming/ClientOnlyAsyncStream.swift",
"Internal/Streaming/ClientOnlyStream.swift",
"Internal/Streaming/ClientOnlyStreamValidation.swift",
"Internal/Streaming/ConnectEndStreamResponse.swift",
"Internal/Streaming/ServerOnlyAsyncStream.swift",
"Internal/Streaming/ServerOnlyStream.swift",
"Internal/Streaming/URLSessionStream.swift",
"Internal/Unary/UnaryAsyncWrapper.swift",
"Internal/Utilities/Lock.swift",
"Internal/Utilities/Locked.swift",
"Internal/Utilities/TimeoutTimer.swift",
"PackageInternal/ConnectError+GRPC.swift",
"PackageInternal/Envelope.swift",
"PackageInternal/Headers+GRPC.swift",
"PackageInternal/Trailers+gRPC.swift",
"Public/Implementation/Clients/ProtocolClient.swift",
"Public/Implementation/Clients/URLSessionHTTPClient.swift",
"Public/Implementation/Codecs/JSONCodec.swift",
"Public/Implementation/Codecs/ProtoCodec.swift",
"Public/Implementation/Compression/GzipCompressionPool.swift",
"Public/Interfaces/Cancelable.swift",
"Public/Interfaces/Code.swift",
"Public/Interfaces/Codec.swift",
"Public/Interfaces/CompressionPool.swift",
"Public/Interfaces/ConnectError.swift",
"Public/Interfaces/HTTPClientInterface.swift",
"Public/Interfaces/HTTPMethod.swift",
"Public/Interfaces/HTTPMetrics.swift",
"Public/Interfaces/HTTPRequest.swift",
"Public/Interfaces/HTTPResponse.swift",
"Public/Interfaces/HeaderConstants.swift",
"Public/Interfaces/Headers.swift",
"Public/Interfaces/IdempotencyLevel.swift",
"Public/Interfaces/Interceptors/Interceptor.swift",
"Public/Interfaces/Interceptors/InterceptorFactory.swift",
"Public/Interfaces/Interceptors/StreamInterceptor.swift",
"Public/Interfaces/Interceptors/UnaryInterceptor.swift",
"Public/Interfaces/MethodSpec.swift",
"Public/Interfaces/NetworkProtocol.swift",
"Public/Interfaces/ProtobufMessage.swift",
"Public/Interfaces/ProtocolClientConfig.swift",
"Public/Interfaces/ProtocolClientInterface.swift",
"Public/Interfaces/ResponseMessage.swift",
"Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift",
"Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift",
"Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift",
"Public/Interfaces/Streaming/StreamResult.swift",
"Public/Interfaces/Trailers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-protobuf.git
[1/11504] Fetching swift-nio-http2
[2532/26313] Fetching swift-nio-http2, swift-nio-ssl
[5724/101882] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[14845/140386] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.43s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.44s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.51s)
Fetched https://github.com/apple/swift-nio.git from cache (6.54s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (7.81s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.06s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.58s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.42s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[4368/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.78s)
Fetched https://github.com/apple/swift-collections.git from cache (1.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.00s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/471] Write sources
[9/471] Write swift-version-24593BA9C3E375BF.txt
[10/471] Write sources
[12/473] Compiling cpu_aarch64_fuchsia.cc
[13/475] Compiling a_bitstr.cc
[14/475] Compiling e_des.cc
[14/475] Copying PrivacyInfo.xcprivacy
[14/475] Write sources
[31/475] Compiling CNIOWindows shim.c
[32/475] Compiling _AtomicsShims.c
[33/477] Compiling ec_asn1.cc
[34/477] Compiling p_x25519_asn1.cc
[35/477] Compiling CNIOWindows WSAStartup.c
[36/477] Compiling CNIOWASI CNIOWASI.c
[37/484] Compiling CNIOLinux liburing_shims.c
[38/509] Compiling CNIOLinux shim.c
[39/541] Compiling CNIOLLHTTP c_nio_http.c
[41/577] Emitting module _NIOBase64
[41/577] Compiling spake2plus.cc
[42/577] Compiling CNIOLLHTTP c_nio_api.c
[43/577] Compiling CNIODarwin shim.c
[44/577] Compiling v3_bcons.cc
[45/577] Compiling fiat_p256_adx_sqr.S
[46/577] Compiling fiat_p256_adx_mul.S
[47/577] Compiling fiat_curve25519_adx_square.S
[48/577] Compiling fiat_curve25519_adx_mul.S
[49/577] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/577] Compiling CNIOBoringSSLShims shims.c
[51/577] Compiling tls_record.cc
[52/577] Compiling tls_method.cc
[53/577] Compiling tls13_server.cc
[54/577] Compiling tls13_enc.cc
[56/577] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/577] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/579] Compiling _NIOBase64 Base64.swift
[59/580] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/580] Compiling InternalCollectionsUtilities Specialize.swift
[61/580] Compiling InternalCollectionsUtilities Debugging.swift
[62/580] Compiling InternalCollectionsUtilities Descriptions.swift
[63/580] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/580] Compiling InternalCollectionsUtilities Integer rank.swift
[65/580] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[66/580] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[67/580] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[68/580] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[69/580] Emitting module InternalCollectionsUtilities
[71/580] Compiling _NIODataStructures PriorityQueue.swift
[72/580] Compiling _NIODataStructures _TinyArray.swift
[73/580] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/580] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/580] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/580] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/580] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/580] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/581] Wrapping AST for _NIOBase64 for debugging
[80/581] Compiling t1_enc.cc
[81/596] Compiling tls13_both.cc
[83/596] Compiling DequeModule Deque+CustomReflectable.swift
[84/596] Compiling DequeModule Deque+Descriptions.swift
[84/598] Wrapping AST for InternalCollectionsUtilities for debugging
[85/598] Compiling ssl_x509.cc
[87/598] Compiling DequeModule _DequeBuffer.swift
[88/598] Compiling DequeModule _DequeBufferHeader.swift
[89/598] Emitting module _NIODataStructures
[90/598] Compiling _NIODataStructures Heap.swift
[90/599] Compiling tls13_client.cc
[93/599] Compiling DequeModule _DequeSlot.swift
[94/599] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/599] Wrapping AST for _NIODataStructures for debugging
[96/599] Compiling DequeModule Deque+Testing.swift
[97/599] Compiling DequeModule Deque._Storage.swift
[98/599] Compiling DequeModule Deque+Equatable.swift
[99/599] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[100/599] Compiling DequeModule Deque+Extras.swift
[101/599] Compiling DequeModule Deque+Hashable.swift
[102/599] Compiling DequeModule Deque._UnsafeHandle.swift
[103/599] Compiling DequeModule Deque.swift
[104/599] Compiling SwiftProtobuf Message+JSONAdditions.swift
[105/599] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[106/599] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[107/599] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[108/599] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[109/599] Compiling SwiftProtobuf Message.swift
[110/599] Compiling SwiftProtobuf MessageExtension.swift
[111/599] Compiling SwiftProtobuf NameMap.swift
[112/599] Compiling SwiftProtobuf PathDecoder.swift
[113/599] Compiling SwiftProtobuf PathVisitor.swift
[114/599] Compiling SwiftProtobuf ProtoNameProviding.swift
[115/599] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[116/610] Compiling DequeModule Deque+Codable.swift
[117/610] Compiling DequeModule Deque+Collection.swift
[118/610] Emitting module DequeModule
[118/611] Compiling ssl_transcript.cc
[119/611] Compiling ssl_stat.cc
[120/611] Compiling ssl_versions.cc
[134/611] Compiling SwiftProtobuf CustomJSONCodable.swift
[135/611] Compiling SwiftProtobuf Decoder.swift
[136/611] Compiling SwiftProtobuf DoubleParser.swift
[137/611] Compiling SwiftProtobuf Enum.swift
[138/611] Compiling SwiftProtobuf ExtensibleMessage.swift
[139/611] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[140/611] Compiling SwiftProtobuf ExtensionFields.swift
[141/611] Compiling SwiftProtobuf ExtensionMap.swift
[142/611] Compiling SwiftProtobuf FieldTag.swift
[143/611] Compiling SwiftProtobuf FieldTypes.swift
[144/611] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[145/611] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[147/611] Compiling SwiftProtobuf JSONDecodingOptions.swift
[148/611] Compiling SwiftProtobuf JSONEncoder.swift
[149/611] Compiling SwiftProtobuf JSONEncodingError.swift
[150/611] Compiling SwiftProtobuf JSONEncodingOptions.swift
[151/611] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[152/611] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[153/611] Compiling SwiftProtobuf JSONScanner.swift
[154/611] Compiling SwiftProtobuf MathUtils.swift
[155/611] Compiling SwiftProtobuf Message+AnyAdditions.swift
[156/611] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[157/611] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[158/611] Compiling SwiftProtobuf Message+FieldMask.swift
[159/611] Compiling SwiftProtobuf ProtobufMap.swift
[160/611] Compiling SwiftProtobuf SelectiveVisitor.swift
[161/611] Compiling SwiftProtobuf SimpleExtensionMap.swift
[162/611] Compiling SwiftProtobuf StringUtils.swift
[163/611] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[164/611] Compiling SwiftProtobuf SwiftProtobufError.swift
[165/611] Compiling SwiftProtobuf TextFormatDecoder.swift
[166/611] Compiling SwiftProtobuf TextFormatDecodingError.swift
[167/611] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[168/611] Compiling SwiftProtobuf TextFormatEncoder.swift
[169/611] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[170/611] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[171/611] Compiling SwiftProtobuf TextFormatScanner.swift
[172/611] Compiling SwiftProtobuf TimeUtils.swift
[173/611] Compiling SwiftProtobuf UnknownStorage.swift
[174/611] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[175/611] Compiling SwiftProtobuf Varint.swift
[176/611] Compiling SwiftProtobuf Version.swift
[177/611] Compiling SwiftProtobuf Visitor.swift
[178/611] Compiling SwiftProtobuf WireFormat.swift
[179/611] Compiling SwiftProtobuf ZigZag.swift
[180/611] Compiling SwiftProtobuf any.pb.swift
[180/611] Compiling ssl_session.cc
[181/611] Compiling ssl_privkey.cc
[183/611] Emitting module SwiftProtobuf
[190/611] Compiling SwiftProtobuf BinaryDelimited.swift
[191/611] Compiling SwiftProtobuf BinaryEncoder.swift
[192/611] Compiling SwiftProtobuf BinaryEncodingError.swift
[193/611] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[194/611] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[195/611] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[195/611] Wrapping AST for DequeModule for debugging
[196/611] Compiling ssl_file.cc
[197/611] Compiling ssl_credential.cc
[198/611] Compiling ssl_key_share.cc
[199/611] Compiling ssl_lib.cc
[200/611] Compiling ssl_cipher.cc
[201/611] Compiling ssl_cert.cc
[202/611] Compiling ssl_buffer.cc
[203/611] Compiling s3_both.cc
[204/611] Compiling s3_pkt.cc
[205/611] Compiling ssl_aead_ctx.cc
[205/611] Compiling ssl_asn1.cc
[207/611] Compiling s3_lib.cc
[208/611] Compiling handshake_server.cc
[209/611] Compiling handshake_client.cc
[210/611] Compiling encrypted_client_hello.cc
[211/611] Compiling handshake.cc
[212/611] Compiling handoff.cc
[213/611] Compiling dtls_record.cc
[214/611] Compiling extensions.cc
[215/611] Compiling md5-x86_64-linux.S
[216/611] Compiling md5-x86_64-apple.S
[217/611] Compiling md5-586-linux.S
[218/611] Compiling md5-586-apple.S
[219/611] Compiling dtls_method.cc
[220/611] Compiling err_data.cc
[221/611] Compiling chacha20_poly1305_x86_64-apple.S
[222/611] Compiling chacha20_poly1305_x86_64-linux.S
[223/611] Compiling d1_srtp.cc
[224/611] Compiling chacha20_poly1305_armv8-win.S
[225/611] Compiling chacha20_poly1305_armv8-linux.S
[226/611] Compiling chacha20_poly1305_armv8-apple.S
[227/611] Compiling chacha-x86_64-linux.S
[228/611] Compiling chacha-x86_64-apple.S
[229/611] Compiling chacha-x86-linux.S
[230/611] Compiling chacha-x86-apple.S
[231/611] Compiling chacha-armv8-win.S
[232/611] Compiling chacha-armv8-linux.S
[233/611] Compiling chacha-armv8-apple.S
[234/611] Compiling chacha-armv4-linux.S
[235/611] Compiling aes128gcmsiv-x86_64-linux.S
[236/611] Compiling aes128gcmsiv-x86_64-apple.S
[237/611] Compiling x86_64-mont5-linux.S
[238/611] Compiling x86_64-mont5-apple.S
[239/611] Compiling x86_64-mont-linux.S
[240/611] Compiling x86_64-mont-apple.S
[241/611] Compiling x86-mont-linux.S
[242/611] Compiling x86-mont-apple.S
[243/611] Compiling vpaes-x86_64-linux.S
[244/611] Compiling d1_pkt.cc
[245/611] Compiling vpaes-x86_64-apple.S
[246/611] Compiling bio_ssl.cc
[247/611] Compiling vpaes-x86-linux.S
[248/611] Compiling vpaes-x86-apple.S
[249/611] Compiling vpaes-armv8-win.S
[250/611] Compiling vpaes-armv8-linux.S
[251/611] Compiling vpaes-armv8-apple.S
[252/611] Compiling sha512-x86_64-apple.S
[253/611] Compiling vpaes-armv7-linux.S
[254/611] Compiling sha512-armv8-win.S
[255/611] Compiling sha512-x86_64-linux.S
[256/611] Compiling sha512-armv8-linux.S
[257/611] Compiling sha512-armv4-linux.S
[258/611] Compiling sha512-armv8-apple.S
[259/611] Compiling d1_lib.cc
[260/611] Compiling sha512-586-linux.S
[261/611] Compiling sha256-armv8-win.S
[262/611] Compiling sha256-x86_64-apple.S
[263/611] Compiling sha512-586-apple.S
[264/611] Compiling sha256-armv8-linux.S
[265/611] Compiling sha256-armv8-apple.S
[266/611] Compiling sha256-x86_64-linux.S
[267/611] Compiling sha256-586-linux.S
[268/611] Compiling sha256-armv4-linux.S
[269/611] Compiling sha256-586-apple.S
[270/611] Compiling sha1-x86_64-apple.S
[271/611] Compiling sha1-armv8-win.S
[272/611] Compiling sha1-armv8-apple.S
[273/611] Compiling sha1-x86_64-linux.S
[274/611] Compiling sha1-armv8-linux.S
[275/611] Compiling sha1-armv4-large-linux.S
[276/611] Compiling sha1-586-linux.S
[277/611] Compiling rsaz-avx2-apple.S
[278/611] Compiling rsaz-avx2-linux.S
[279/611] Compiling rdrand-x86_64-linux.S
[280/611] Compiling sha1-586-apple.S
[281/611] Compiling d1_both.cc
[282/611] Compiling p256_beeu-x86_64-asm-linux.S
[283/611] Compiling p256_beeu-armv8-asm-win.S
[284/611] Compiling p256_beeu-armv8-asm-linux.S
[285/611] Compiling rdrand-x86_64-apple.S
[286/611] Compiling p256_beeu-armv8-asm-apple.S
[287/611] Compiling p256_beeu-x86_64-asm-apple.S
[288/611] Compiling p256-armv8-asm-win.S
[289/611] Compiling p256-x86_64-asm-linux.S
[290/611] Compiling p256-x86_64-asm-apple.S
[291/611] Compiling ghashv8-armv8-linux.S
[292/611] Compiling p256-armv8-asm-linux.S
[293/611] Compiling p256-armv8-asm-apple.S
[294/611] Compiling ghashv8-armv8-win.S
[295/611] Compiling ghashv8-armv8-apple.S
[296/611] Compiling ghashv8-armv7-linux.S
[297/611] Compiling ghash-x86_64-apple.S
[298/611] Compiling ghash-x86_64-linux.S
[299/611] Compiling ghash-x86-linux.S
[300/611] Compiling ghash-x86-apple.S
[301/611] Compiling ghash-ssse3-x86_64-linux.S
[302/611] Compiling ghash-ssse3-x86_64-apple.S
[303/611] Compiling ghash-ssse3-x86-linux.S
[304/611] Compiling ghash-ssse3-x86-apple.S
[305/611] Compiling ghash-neon-armv8-linux.S
[306/611] Compiling ghash-neon-armv8-win.S
[307/611] Compiling ghash-armv4-linux.S
[308/611] Compiling co-586-linux.S
[309/611] Compiling ghash-neon-armv8-apple.S
[310/611] Compiling bn-armv8-linux.S
[311/611] Compiling co-586-apple.S
[312/611] Compiling bsaes-armv7-linux.S
[313/611] Compiling bn-armv8-win.S
[314/611] Compiling bn-armv8-apple.S
[315/611] Compiling bn-586-apple.S
[316/611] Compiling bn-586-linux.S
[317/611] Compiling armv8-mont-linux.S
[318/611] Compiling armv8-mont-apple.S
[319/611] Compiling armv4-mont-linux.S
[320/611] Compiling armv8-mont-win.S
[321/611] Compiling aesv8-gcm-armv8-win.S
[322/611] Compiling aesv8-armv8-apple.S
[323/611] Compiling aesv8-armv8-linux.S
[324/611] Compiling aesv8-armv8-win.S
[325/611] Compiling aesv8-gcm-armv8-apple.S
[326/611] Compiling aesv8-gcm-armv8-linux.S
[327/611] Compiling aesni-x86_64-linux.S
[328/611] Compiling aesv8-armv7-linux.S
[329/611] Compiling aesni-x86-apple.S
[330/611] Compiling aesni-x86_64-apple.S
[331/611] Compiling aesni-x86-linux.S
[331/611] Compiling aesni-gcm-x86_64-apple.S
[333/611] Compiling aes-gcm-avx2-x86_64-linux.S
[334/611] Compiling aes-gcm-avx2-x86_64-apple.S
[335/611] Compiling aes-gcm-avx10-x86_64-apple.S
[336/611] Compiling aes-gcm-avx10-x86_64-linux.S
[337/611] Compiling aesni-gcm-x86_64-linux.S
[338/611] Compiling x_x509.cc
[339/611] Compiling x_req.cc
[340/611] Compiling x_spki.cc
[341/611] Compiling x_val.cc
[342/611] Compiling x_x509a.cc
[343/611] Compiling x_pubkey.cc
[344/611] Compiling x_sig.cc
[345/611] Compiling x_name.cc
[346/611] Compiling x_exten.cc
[347/611] Compiling x509spki.cc
[348/611] Compiling x_crl.cc
[349/611] Compiling x509name.cc
[350/611] Compiling x_algor.cc
[351/611] Compiling x509rset.cc
[352/611] Compiling x_attrib.cc
[353/611] Compiling x_all.cc
[354/611] Compiling x509cset.cc
[356/611] Compiling SwiftProtobuf api.pb.swift
[357/611] Compiling SwiftProtobuf descriptor.pb.swift
[358/611] Compiling SwiftProtobuf duration.pb.swift
[359/611] Compiling SwiftProtobuf empty.pb.swift
[360/611] Compiling SwiftProtobuf field_mask.pb.swift
[361/611] Compiling SwiftProtobuf source_context.pb.swift
[362/611] Compiling SwiftProtobuf struct.pb.swift
[363/611] Compiling SwiftProtobuf timestamp.pb.swift
[364/611] Compiling SwiftProtobuf type.pb.swift
[365/611] Compiling SwiftProtobuf wrappers.pb.swift
[366/611] Compiling SwiftProtobuf resource_bundle_accessor.swift
[367/612] Compiling x509_req.cc
[368/612] Compiling x509_v3.cc
[369/612] Compiling x509_trs.cc
[370/612] Wrapping AST for SwiftProtobuf for debugging
[371/612] Compiling x509_txt.cc
[372/612] Compiling x509_vfy.cc
[373/626] Compiling x509_vpm.cc
[374/637] Compiling x509_set.cc
[376/690] Emitting module SwiftProtobufPluginLibrary
[377/693] Compiling Connect CompressionPool.swift
[378/693] Compiling Connect ConnectError.swift
[379/693] Compiling Connect TimeoutTimer.swift
[380/693] Compiling Connect BidirectionalAsyncStream.swift
[381/693] Compiling Connect BidirectionalStream.swift
[382/693] Compiling Connect ClientOnlyAsyncStream.swift
[383/693] Compiling Connect ClientOnlyStream.swift
[384/693] Compiling Connect ProtoCodec.swift
[385/693] Compiling Connect GzipCompressionPool.swift
[386/693] Compiling Connect Cancelable.swift
[387/693] Compiling Connect Code.swift
[388/693] Compiling Connect Codec.swift
[389/693] Compiling Connect URLSessionStream.swift
[390/693] Compiling Connect UnaryAsyncWrapper.swift
[391/693] Compiling Connect Lock.swift
[392/693] Compiling Connect Locked.swift
[392/693] Compiling x509_d2.cc
[393/693] Compiling x509_def.cc
[394/693] Compiling x509_obj.cc
[395/693] Compiling x509_cmp.cc
[396/693] Compiling x509_ext.cc
[397/693] Compiling x509_lu.cc
[399/693] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[400/693] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[401/693] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[401/693] Compiling x509.cc
[402/693] Compiling x509_att.cc
[403/693] Compiling v3_skey.cc
[404/693] Compiling v3_utl.cc
[405/693] Compiling v3_prn.cc
[406/693] Compiling v3_purp.cc
[408/693] Compiling Connect status.pb.swift
[409/693] Compiling Connect ConnectInterceptor.swift
[410/693] Compiling Connect GRPCWebInterceptor.swift
[411/693] Compiling Connect InterceptorChain.swift
[412/693] Compiling Connect ClientOnlyStreamValidation.swift
[413/693] Compiling Connect ConnectEndStreamResponse.swift
[414/693] Compiling Connect ServerOnlyAsyncStream.swift
[415/693] Compiling Connect ServerOnlyStream.swift
[416/694] Compiling Connect IdempotencyLevel.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[417/694] Compiling Connect Interceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[418/694] Compiling Connect InterceptorFactory.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[419/694] Compiling Connect StreamInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[420/694] Compiling Connect UnaryInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[421/694] Compiling Connect MethodSpec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[422/694] Compiling Connect NetworkProtocol.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[423/701] Compiling Connect HTTPClientInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[424/701] Compiling Connect HTTPMethod.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[425/701] Compiling Connect HTTPMetrics.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[426/701] Compiling Connect HTTPRequest.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[427/701] Compiling Connect HTTPResponse.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[428/701] Compiling Connect HeaderConstants.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[429/701] Compiling Connect Headers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[430/701] Compiling Connect ProtobufMessage.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[431/701] Compiling Connect ProtocolClientConfig.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[432/701] Compiling Connect ProtocolClientInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[433/701] Compiling Connect ResponseMessage.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[434/701] Compiling Connect BidirectionalAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[435/701] Compiling Connect ClientOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[436/701] Compiling Connect ServerOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[444/701] Compiling v3_pmaps.cc
[446/701] Compiling v3_ocsp.cc
[448/701] Compiling Connect BidirectionalStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[449/701] Compiling Connect ClientOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[450/701] Compiling Connect RequestCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[451/701] Compiling Connect ResponseCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[452/701] Compiling Connect ServerOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[453/701] Compiling Connect StreamResult.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[454/701] Compiling Connect Trailers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[462/701] Emitting module Connect
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[470/701] Compiling v3_pcons.cc
[471/701] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[472/704] Compiling v3_lib.cc
[473/707] Compiling v3_ncons.cc
[474/707] Compiling v3_int.cc
[476/707] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[477/707] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[478/707] Emitting module ConnectPluginUtilities
[479/707] Compiling ConnectPluginUtilities FilePathComponents.swift
[480/707] Compiling ConnectPluginUtilities GeneratorOptions.swift
[480/707] Compiling v3_ia5.cc
[482/707] Compiling ConnectPluginUtilities Generator.swift
[483/708] Compiling v3_info.cc
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[489/712] Compiling Connect Trailers+gRPC.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[490/712] Compiling Connect ProtocolClient.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[491/712] Compiling Connect URLSessionHTTPClient.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[492/712] Compiling Connect JSONCodec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[492/712] Compiling v3_genn.cc
[492/712] Compiling v3_cpols.cc
[492/712] Compiling v3_crld.cc
[492/712] Compiling v3_extku.cc
[492/712] Compiling v3_enum.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/224] Compiling v3_extku.cc
[2/224] Compiling v3_conf.cc
[3/224] Compiling v3_crld.cc
[4/224] Compiling v3_genn.cc
[5/224] Compiling v3_enum.cc
[6/224] Compiling v3_bitst.cc
[7/224] Compiling v3_cpols.cc
[8/224] Write swift-version-24593BA9C3E375BF.txt
[9/224] Compiling v3_alt.cc
[10/228] Compiling t_x509a.cc
[11/228] Compiling v3_akeya.cc
[12/228] Compiling t_crl.cc
[14/228] Compiling _NIODataStructures Heap.swift
[15/228] Emitting module _NIODataStructures
[15/228] Compiling v3_akey.cc
[16/228] Compiling rsa_pss.cc
[18/228] Compiling _NIODataStructures PriorityQueue.swift
[19/228] Compiling _NIODataStructures _TinyArray.swift
[19/228] Compiling t_req.cc
[20/231] Compiling t_x509.cc
[23/330] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/330] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/332] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/332] Compiling InternalCollectionsUtilities Specialize.swift
[27/332] Compiling InternalCollectionsUtilities Debugging.swift
[28/332] Compiling InternalCollectionsUtilities Descriptions.swift
[29/332] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/332] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/332] Emitting module _NIOBase64
[32/332] Compiling _NIOBase64 Base64.swift
[33/333] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/333] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/333] Compiling i2d_pr.cc
[37/332] Emitting module InternalCollectionsUtilities
[37/332] Compiling name_print.cc
[38/332] Compiling by_file.cc
[40/332] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/332] Compiling InternalCollectionsUtilities Integer rank.swift
[42/332] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/332] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[44/332] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/332] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[46/332] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[47/332] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[47/333] Compiling policy.cc
[48/333] Compiling by_dir.cc
[50/332] Compiling algorithm.cc
[51/332] Compiling asn1_gen.cc
[52/332] Compiling trust_token.cc
[53/332] Compiling a_sign.cc
[54/345] Compiling a_verify.cc
[56/347] Compiling SwiftProtobuf Message+JSONAdditions.swift
[57/347] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[58/347] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[59/347] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[60/347] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[61/347] Compiling SwiftProtobuf Message.swift
[62/347] Compiling SwiftProtobuf MessageExtension.swift
[63/347] Compiling SwiftProtobuf NameMap.swift
[64/347] Compiling SwiftProtobuf PathDecoder.swift
[65/347] Compiling SwiftProtobuf PathVisitor.swift
[66/347] Compiling SwiftProtobuf ProtoNameProviding.swift
[67/347] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[67/358] Compiling voprf.cc
[69/358] Compiling DequeModule _DequeBuffer.swift
[70/358] Compiling DequeModule _DequeBufferHeader.swift
[71/360] Compiling DequeModule Deque+CustomReflectable.swift
[72/360] Compiling DequeModule Deque+Descriptions.swift
[72/360] Compiling a_digest.cc
[73/360] Compiling thread_win.cc
[74/360] Compiling thread_pthread.cc
[76/360] Compiling DequeModule Deque+Equatable.swift
[77/360] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/360] Compiling thread_none.cc
[78/360] Compiling thread.cc
[80/360] Compiling DequeModule _DequeSlot.swift
[81/360] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/360] Emitting module DequeModule
[82/360] Compiling pmbtoken.cc
[84/360] Compiling DequeModule Deque+Testing.swift
[85/360] Compiling DequeModule Deque._Storage.swift
[86/360] Compiling DequeModule Deque._UnsafeHandle.swift
[87/360] Compiling DequeModule Deque.swift
[88/360] Compiling DequeModule Deque+Extras.swift
[89/360] Compiling DequeModule Deque+Hashable.swift
[89/360] Compiling stack.cc
[90/360] Compiling sha256.cc
[92/360] Compiling DequeModule Deque+Codable.swift
[93/360] Compiling DequeModule Deque+Collection.swift
[93/361] Compiling siphash.cc
[94/361] Compiling sha512.cc
[108/360] Compiling slhdsa.cc
[109/360] Compiling sha1.cc
[110/360] Compiling rsa_extra.cc
[111/360] Compiling rsa_print.cc
[113/360] Emitting module SwiftProtobuf
[114/360] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[115/360] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[116/360] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[117/360] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[118/360] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[119/360] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[120/360] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[121/360] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[122/360] Compiling SwiftProtobuf HashVisitor.swift
[123/360] Compiling SwiftProtobuf Internal.swift
[124/360] Compiling SwiftProtobuf JSONDecoder.swift
[125/360] Compiling SwiftProtobuf JSONDecodingError.swift
[125/360] Compiling urandom.cc
[126/360] Compiling windows.cc
[127/360] Compiling refcount.cc
[128/360] Compiling rc4.cc
[129/360] Compiling rsa_crypt.cc
[130/360] Compiling rsa_asn1.cc
[132/360] Compiling SwiftProtobuf JSONDecodingOptions.swift
[133/360] Compiling SwiftProtobuf JSONEncoder.swift
[134/360] Compiling SwiftProtobuf JSONEncodingError.swift
[135/360] Compiling SwiftProtobuf JSONEncodingOptions.swift
[136/360] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[137/360] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[138/360] Compiling SwiftProtobuf JSONScanner.swift
[139/360] Compiling SwiftProtobuf MathUtils.swift
[140/360] Compiling SwiftProtobuf Message+AnyAdditions.swift
[141/360] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[142/360] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[143/360] Compiling SwiftProtobuf Message+FieldMask.swift
[143/360] Compiling trusty.cc
[144/360] Compiling ios.cc
[145/360] Compiling getentropy.cc
[146/360] Compiling fork_detect.cc
[147/360] Compiling forkunsafe.cc
[148/360] Compiling rand.cc
[149/360] Compiling poly1305_arm_asm.S
[150/360] Compiling passive.cc
[151/360] Compiling deterministic.cc
[152/360] Compiling poly1305.cc
[153/360] Compiling poly1305_arm.cc
[154/360] Compiling pool.cc
[155/360] Compiling poly1305_vec.cc
[156/360] Compiling pkcs7.cc
[158/360] Compiling SwiftProtobuf ProtobufMap.swift
[159/360] Compiling SwiftProtobuf SelectiveVisitor.swift
[160/360] Compiling SwiftProtobuf SimpleExtensionMap.swift
[161/360] Compiling SwiftProtobuf StringUtils.swift
[162/360] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[163/360] Compiling SwiftProtobuf SwiftProtobufError.swift
[164/360] Compiling SwiftProtobuf TextFormatDecoder.swift
[165/360] Compiling SwiftProtobuf TextFormatDecodingError.swift
[166/360] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[167/360] Compiling SwiftProtobuf TextFormatEncoder.swift
[168/360] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[169/360] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[170/360] Compiling SwiftProtobuf TextFormatScanner.swift
[171/360] Compiling SwiftProtobuf TimeUtils.swift
[172/360] Compiling SwiftProtobuf UnknownStorage.swift
[173/360] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[174/360] Compiling SwiftProtobuf Varint.swift
[175/360] Compiling SwiftProtobuf Version.swift
[176/360] Compiling SwiftProtobuf Visitor.swift
[177/360] Compiling SwiftProtobuf WireFormat.swift
[178/360] Compiling SwiftProtobuf ZigZag.swift
[179/360] Compiling SwiftProtobuf any.pb.swift
[179/360] Compiling p5_pbev2.cc
[180/360] Compiling pkcs8.cc
[181/360] Compiling pkcs8_x509.cc
[182/360] Compiling pkcs7_x509.cc
[183/360] Compiling pem_xaux.cc
[184/360] Compiling pem_x509.cc
[185/360] Compiling pem_pkey.cc
[193/360] Compiling SwiftProtobuf BinaryDelimited.swift
[194/360] Compiling SwiftProtobuf BinaryEncoder.swift
[195/360] Compiling SwiftProtobuf BinaryEncodingError.swift
[196/360] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[197/360] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[198/360] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[198/360] Compiling pem_lib.cc
[199/360] Compiling pem_pk8.cc
[200/360] Compiling pem_oth.cc
[201/360] Compiling obj_xref.cc
[202/360] Compiling pem_info.cc
[203/360] Compiling mldsa.cc
[204/360] Compiling mlkem.cc
[205/360] Compiling pem_all.cc
[206/360] Compiling mem.cc
[207/360] Compiling md5.cc
[208/360] Compiling obj.cc
[209/360] Compiling fips_shared_support.cc
[210/360] Compiling md4.cc
[211/360] Compiling poly_rq_mul.S
[212/360] Compiling lhash.cc
[213/360] Compiling kyber.cc
[214/360] Compiling ex_data.cc
[215/360] Compiling hrss.cc
[216/360] Compiling sign.cc
[217/360] Compiling scrypt.cc
[218/360] Compiling hpke.cc
[219/360] Compiling print.cc
[220/360] Compiling p_x25519.cc
[221/360] Compiling pbkdf.cc
[222/360] Compiling p_rsa.cc
[223/360] Compiling p_rsa_asn1.cc
[224/360] Compiling p_ed25519_asn1.cc
[225/360] Compiling p_hkdf.cc
[226/360] Compiling p_ed25519.cc
[227/360] Compiling p_ec_asn1.cc
[229/360] Compiling SwiftProtobuf api.pb.swift
[230/360] Compiling SwiftProtobuf descriptor.pb.swift
[231/360] Compiling SwiftProtobuf duration.pb.swift
[232/360] Compiling SwiftProtobuf empty.pb.swift
[233/360] Compiling SwiftProtobuf field_mask.pb.swift
[234/360] Compiling SwiftProtobuf source_context.pb.swift
[235/360] Compiling SwiftProtobuf struct.pb.swift
[236/360] Compiling SwiftProtobuf timestamp.pb.swift
[237/360] Compiling SwiftProtobuf type.pb.swift
[238/360] Compiling SwiftProtobuf wrappers.pb.swift
[239/360] Compiling SwiftProtobuf resource_bundle_accessor.swift
[239/360] Compiling p_ec.cc
[241/361] Compiling p_dh_asn1.cc
[242/361] Compiling p_dh.cc
[243/361] Compiling evp_ctx.cc
[244/361] Compiling p_dsa_asn1.cc
[245/361] Compiling evp.cc
[246/361] Compiling err.cc
[247/361] Compiling engine.cc
[248/389] Compiling evp_asn1.cc
[249/405] Wrapping AST for SwiftProtobuf for debugging
[250/439] Compiling ecdh.cc
[251/439] Compiling hash_to_curve.cc
[252/439] Compiling ecdsa_asn1.cc
[254/439] Compiling Connect TimeoutTimer.swift
[255/439] Compiling Connect ConnectError+GRPC.swift
[256/439] Compiling Connect Envelope.swift
[257/442] Compiling Connect IdempotencyLevel.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[258/442] Compiling Connect Interceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[259/442] Compiling Connect InterceptorFactory.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[260/442] Compiling Connect StreamInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[261/442] Compiling Connect UnaryInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[262/442] Compiling Connect MethodSpec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[263/442] Compiling Connect NetworkProtocol.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[264/442] Compiling Connect ProtobufMessage.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[265/442] Compiling Connect ProtocolClientConfig.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[266/442] Compiling Connect ProtocolClientInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[267/442] Compiling Connect ResponseMessage.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[268/442] Compiling Connect BidirectionalAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[269/442] Compiling Connect ClientOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[270/442] Compiling Connect ServerOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[271/442] Compiling Connect HTTPClientInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[272/442] Compiling Connect HTTPMethod.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[273/442] Compiling Connect HTTPMetrics.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[274/442] Compiling Connect HTTPRequest.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[275/442] Compiling Connect HTTPResponse.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[276/442] Compiling Connect HeaderConstants.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[277/442] Compiling Connect Headers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[278/449] Compiling Connect JSONCodec.swift
[279/449] Compiling Connect ClientOnlyStreamValidation.swift
[280/449] Compiling Connect ConnectEndStreamResponse.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[281/449] Emitting module Connect
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[281/449] Compiling ec_derive.cc
[283/449] Compiling Connect BidirectionalStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[284/449] Compiling Connect ClientOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[285/449] Compiling Connect RequestCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[286/449] Compiling Connect ResponseCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[287/449] Compiling Connect ServerOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[288/449] Compiling Connect StreamResult.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[289/449] Compiling Connect Trailers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[290/449] Compiling Connect ServerOnlyAsyncStream.swift
[291/449] Compiling Connect ServerOnlyStream.swift
[292/449] Compiling Connect URLSessionStream.swift
[293/449] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[294/449] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[295/449] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[296/449] Compiling Connect Code.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[297/449] Compiling Connect Codec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[298/449] Compiling Connect CompressionPool.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[299/449] Compiling Connect ConnectError.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[300/449] Compiling Connect UnaryAsyncWrapper.swift
[301/449] Compiling Connect Lock.swift
[302/449] Compiling Connect Locked.swift
[302/449] Compiling dsa.cc
[304/449] Compiling Connect Headers+GRPC.swift
[305/449] Compiling Connect Trailers+gRPC.swift
[306/449] Compiling Connect ProtocolClient.swift
[307/449] Compiling Connect URLSessionHTTPClient.swift
[307/449] Compiling dsa_asn1.cc
[309/449] Compiling Connect status.pb.swift
[310/449] Compiling Connect ConnectInterceptor.swift
[311/449] Compiling Connect GRPCWebInterceptor.swift
[312/449] Compiling Connect InterceptorChain.swift
[312/449] Compiling params.cc
[313/449] Compiling digest_extra.cc
[315/449] Emitting module SwiftProtobufPluginLibrary
[315/449] Compiling des.cc
[319/449] Compiling x25519-asm-arm.S
[320/449] Compiling dh_asn1.cc
[321/449] Compiling spake25519.cc
[322/449] Compiling crypto.cc
[324/449] Compiling Connect BidirectionalAsyncStream.swift
[325/449] Compiling Connect BidirectionalStream.swift
[326/449] Compiling Connect ClientOnlyAsyncStream.swift
[327/449] Compiling Connect ClientOnlyStream.swift
[327/449] Compiling curve25519.cc
[328/450] Compiling cpu_intel.cc
[329/450] Compiling cpu_arm_linux.cc
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[346/450] Compiling bcm.cc
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[356/449] Compiling cpu_aarch64_openbsd.cc
[356/449] Compiling curve25519_64_adx.cc
[356/449] Compiling cpu_aarch64_apple.cc
[356/449] Compiling cpu_aarch64_linux.cc
[356/449] Compiling cpu_aarch64_sysreg.cc
[356/449] Compiling cpu_arm_freebsd.cc
[356/449] Compiling cpu_aarch64_win.cc
BUILD FAILURE 6.1 linux