Build Information
Failed to build Connect, reference 1.0.4 (534a58
), with Swift 6.1 for Linux on 13 Jun 2025 05:53:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: 1.0.4
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
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 534a58d Update CocoaPods for 1.0.4 (#351)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
534a58d6194afffb1c5f8fbe9bbf5b5d0699b12f
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.0.4
========================================
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-4609320-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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11527] Fetching swift-nio-http2
[2422/26376] Fetching swift-nio-http2, swift-nio-ssl
[4171/102651] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[49699/142087] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.68s)
[91633/127238] Fetching swift-nio-http2, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.18s)
Fetched https://github.com/apple/swift-nio.git from cache (6.28s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.83s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (7.31s)
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.83s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.75s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
[3854/21028] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.64s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.31.0
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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/471] Write sources
[4/471] Copying PrivacyInfo.xcprivacy
[4/471] Write sources
[27/471] Compiling CNIOWindows WSAStartup.c
[28/471] Compiling _AtomicsShims.c
[29/471] Compiling CNIOWindows shim.c
[29/471] Compiling CNIOWASI CNIOWASI.c
[29/471] Compiling CNIOLinux liburing_shims.c
[32/471] Compiling CNIODarwin shim.c
[33/471] Compiling CNIOLLHTTP c_nio_http.c
[34/471] Compiling CNIOLinux shim.c
[35/471] Compiling fiat_p256_adx_sqr.S
[36/471] Compiling fiat_curve25519_adx_square.S
[37/471] Compiling fiat_p256_adx_mul.S
[38/471] Compiling fiat_curve25519_adx_mul.S
[39/471] Compiling CNIOLLHTTP c_nio_api.c
[40/471] Write swift-version-24593BA9C3E375BF.txt
[41/471] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/471] Compiling CNIOBoringSSLShims shims.c
[43/477] Compiling tls_record.cc
[44/477] Compiling tls_method.cc
[45/560] Compiling tls13_both.cc
[46/560] Compiling tls13_client.cc
[47/565] Compiling tls13_server.cc
[48/574] Compiling tls13_enc.cc
[49/574] Compiling ssl_transcript.cc
[50/574] Compiling ssl_versions.cc
[51/574] Compiling t1_enc.cc
[53/574] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/575] Compiling InternalCollectionsUtilities Descriptions.swift
[55/575] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/575] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/575] Compiling InternalCollectionsUtilities Debugging.swift
[58/575] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/575] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/575] Emitting module InternalCollectionsUtilities
[61/575] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/575] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/575] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/575] Compiling InternalCollectionsUtilities Integer rank.swift
[65/575] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/575] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/575] Emitting module _NIOBase64
[68/575] Compiling _NIOBase64 Base64.swift
[69/575] Compiling _NIODataStructures PriorityQueue.swift
[70/575] Compiling _NIODataStructures _TinyArray.swift
[70/576] Compiling ssl_x509.cc
[73/576] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/592] Compiling DequeModule Deque+CustomReflectable.swift
[76/592] Compiling DequeModule Deque+Descriptions.swift
[77/594] Compiling DequeModule _DequeBuffer.swift
[78/594] Compiling DequeModule _DequeBufferHeader.swift
[79/594] Compiling _NIODataStructures Heap.swift
[80/594] Emitting module _NIODataStructures
[82/595] Compiling DequeModule _DequeSlot.swift
[83/595] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/595] Compiling ssl_stat.cc
[84/595] Wrapping AST for _NIODataStructures for debugging
[86/595] Compiling DequeModule Deque+Equatable.swift
[87/595] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/595] Compiling DequeModule Deque+Testing.swift
[89/595] Compiling DequeModule Deque._Storage.swift
[90/595] Compiling DequeModule Deque._UnsafeHandle.swift
[91/595] Compiling DequeModule Deque.swift
[92/595] Compiling DequeModule Deque+Extras.swift
[93/595] Compiling DequeModule Deque+Hashable.swift
[93/595] Wrapping AST for _NIOBase64 for debugging
[94/595] Wrapping AST for InternalCollectionsUtilities for debugging
[96/595] Compiling DequeModule Deque+Codable.swift
[97/595] Compiling DequeModule Deque+Collection.swift
[97/595] Compiling ssl_session.cc
[98/595] Compiling ssl_privkey.cc
[100/595] Emitting module DequeModule
[101/596] Compiling ssl_key_share.cc
[102/596] Wrapping AST for DequeModule for debugging
[104/596] Compiling SwiftProtobuf Message+JSONAdditions.swift
[105/596] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[106/596] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[107/596] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[108/596] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[109/596] Compiling SwiftProtobuf Message.swift
[110/596] Compiling SwiftProtobuf MessageExtension.swift
[111/596] Compiling SwiftProtobuf NameMap.swift
[112/596] Compiling SwiftProtobuf PathDecoder.swift
[113/596] Compiling SwiftProtobuf PathVisitor.swift
[114/596] Compiling SwiftProtobuf ProtoNameProviding.swift
[115/596] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[115/607] Compiling ssl_lib.cc
[121/607] Compiling SwiftProtobuf ExtensibleMessage.swift
[122/607] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[123/607] Compiling SwiftProtobuf ExtensionFields.swift
[124/607] Compiling SwiftProtobuf ExtensionMap.swift
[125/607] Compiling SwiftProtobuf FieldTag.swift
[126/607] Compiling SwiftProtobuf FieldTypes.swift
[127/607] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[128/607] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[129/607] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[130/607] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[131/607] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[132/607] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[133/607] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[134/607] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[135/607] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[136/607] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[137/607] Compiling SwiftProtobuf HashVisitor.swift
[138/607] Compiling SwiftProtobuf Internal.swift
[139/607] Compiling SwiftProtobuf JSONDecoder.swift
[140/607] Compiling SwiftProtobuf JSONDecodingError.swift
[141/607] Emitting module SwiftProtobuf
[142/607] Compiling SwiftProtobuf JSONDecodingOptions.swift
[143/607] Compiling SwiftProtobuf JSONEncoder.swift
[144/607] Compiling SwiftProtobuf JSONEncodingError.swift
[145/607] Compiling SwiftProtobuf JSONEncodingOptions.swift
[146/607] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[147/607] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[148/607] Compiling SwiftProtobuf JSONScanner.swift
[149/607] Compiling SwiftProtobuf MathUtils.swift
[150/607] Compiling SwiftProtobuf Message+AnyAdditions.swift
[151/607] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[152/607] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[153/607] Compiling SwiftProtobuf Message+FieldMask.swift
[153/607] Compiling ssl_file.cc
[154/607] Compiling ssl_credential.cc
[155/607] Compiling ssl_cipher.cc
[156/607] Compiling ssl_buffer.cc
[157/607] Compiling ssl_cert.cc
[158/607] Compiling ssl_asn1.cc
[160/607] Compiling SwiftProtobuf ProtobufMap.swift
[161/607] Compiling SwiftProtobuf SelectiveVisitor.swift
[162/607] Compiling SwiftProtobuf SimpleExtensionMap.swift
[163/607] Compiling SwiftProtobuf StringUtils.swift
[164/607] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[165/607] Compiling SwiftProtobuf SwiftProtobufError.swift
[166/607] Compiling SwiftProtobuf TextFormatDecoder.swift
[167/607] Compiling SwiftProtobuf TextFormatDecodingError.swift
[168/607] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[169/607] Compiling SwiftProtobuf TextFormatEncoder.swift
[170/607] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[171/607] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[172/607] Compiling SwiftProtobuf TextFormatScanner.swift
[173/607] Compiling SwiftProtobuf TimeUtils.swift
[174/607] Compiling SwiftProtobuf UnknownStorage.swift
[175/607] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[176/607] Compiling SwiftProtobuf Varint.swift
[177/607] Compiling SwiftProtobuf Version.swift
[178/607] Compiling SwiftProtobuf Visitor.swift
[179/607] Compiling SwiftProtobuf WireFormat.swift
[180/607] Compiling SwiftProtobuf ZigZag.swift
[181/607] Compiling SwiftProtobuf any.pb.swift
[181/607] Compiling ssl_aead_ctx.cc
[194/607] Compiling s3_pkt.cc
[195/607] Compiling s3_lib.cc
[196/607] Compiling handshake.cc
[197/607] Compiling s3_both.cc
[198/607] Compiling handshake_server.cc
[199/607] Compiling handshake_client.cc
[200/607] Compiling handoff.cc
[201/607] Compiling dtls_record.cc
[202/607] Compiling dtls_method.cc
[203/607] Compiling d1_srtp.cc
[204/607] Compiling md5-x86_64-linux.S
[205/607] Compiling encrypted_client_hello.cc
[206/607] Compiling md5-586-linux.S
[207/607] Compiling md5-x86_64-apple.S
[208/607] Compiling md5-586-apple.S
[209/607] Compiling extensions.cc
[210/607] Compiling d1_pkt.cc
[211/607] Compiling chacha20_poly1305_x86_64-apple.S
[212/607] Compiling chacha20_poly1305_x86_64-linux.S
[213/607] Compiling chacha20_poly1305_armv8-win.S
[214/607] Compiling chacha20_poly1305_armv8-linux.S
[215/607] Compiling chacha-x86_64-linux.S
[216/607] Compiling chacha20_poly1305_armv8-apple.S
[217/607] Compiling err_data.cc
[218/607] Compiling chacha-x86_64-apple.S
[219/607] Compiling chacha-x86-apple.S
[220/607] Compiling chacha-x86-linux.S
[221/607] Compiling chacha-armv8-win.S
[222/607] Compiling chacha-armv4-linux.S
[223/607] Compiling chacha-armv8-linux.S
[224/607] Compiling chacha-armv8-apple.S
[225/607] Compiling aes128gcmsiv-x86_64-linux.S
[226/607] Compiling aes128gcmsiv-x86_64-apple.S
[227/607] Compiling x86_64-mont5-apple.S
[228/607] Compiling x86_64-mont5-linux.S
[229/607] Compiling x86_64-mont-linux.S
[230/607] Compiling x86_64-mont-apple.S
[231/607] Compiling x86-mont-apple.S
[232/607] Compiling x86-mont-linux.S
[233/607] Compiling vpaes-x86_64-linux.S
[234/607] Compiling vpaes-x86_64-apple.S
[235/607] Compiling vpaes-x86-linux.S
[236/607] Compiling vpaes-x86-apple.S
[237/607] Compiling vpaes-armv8-win.S
[238/607] Compiling vpaes-armv8-linux.S
[239/607] Compiling vpaes-armv8-apple.S
[240/607] Compiling vpaes-armv7-linux.S
[241/607] Compiling sha512-x86_64-linux.S
[242/607] Compiling sha512-x86_64-apple.S
[243/607] Compiling sha512-armv8-linux.S
[244/607] Compiling sha512-armv8-win.S
[245/607] Compiling sha512-armv8-apple.S
[246/607] Compiling sha512-586-linux.S
[247/607] Compiling sha512-armv4-linux.S
[248/607] Compiling sha512-586-apple.S
[249/607] Compiling sha256-armv8-win.S
[250/607] Compiling sha256-x86_64-apple.S
[251/607] Compiling sha256-armv8-linux.S
[252/607] Compiling sha256-x86_64-linux.S
[253/607] Compiling sha256-armv8-apple.S
[254/607] Compiling sha256-armv4-linux.S
[255/607] Compiling sha256-586-linux.S
[256/607] Compiling sha256-586-apple.S
[257/607] Compiling sha1-x86_64-apple.S
[258/607] Compiling bio_ssl.cc
[259/607] Compiling sha1-x86_64-linux.S
[260/607] Compiling sha1-armv8-linux.S
[261/607] Compiling sha1-armv8-win.S
[262/607] Compiling sha1-armv4-large-linux.S
[263/607] Compiling sha1-armv8-apple.S
[264/607] Compiling sha1-586-linux.S
[265/607] Compiling sha1-586-apple.S
[266/607] Compiling rsaz-avx2-linux.S
[267/607] Compiling rsaz-avx2-apple.S
[268/607] Compiling d1_lib.cc
[269/607] Compiling rdrand-x86_64-linux.S
[270/607] Compiling p256_beeu-x86_64-asm-apple.S
[271/607] Compiling p256_beeu-x86_64-asm-linux.S
[272/607] Compiling rdrand-x86_64-apple.S
[273/607] Compiling p256_beeu-armv8-asm-win.S
[274/607] Compiling p256_beeu-armv8-asm-linux.S
[275/607] Compiling p256_beeu-armv8-asm-apple.S
[276/607] Compiling p256-x86_64-asm-apple.S
[277/607] Compiling p256-armv8-asm-linux.S
[278/607] Compiling p256-armv8-asm-apple.S
[279/607] Compiling p256-armv8-asm-win.S
[280/607] Compiling p256-x86_64-asm-linux.S
[281/607] Compiling ghashv8-armv8-win.S
[282/607] Compiling ghashv8-armv8-linux.S
[283/607] Compiling ghashv8-armv8-apple.S
[284/607] Compiling ghashv8-armv7-linux.S
[285/607] Compiling ghash-x86_64-linux.S
[286/607] Compiling ghash-x86_64-apple.S
[287/607] Compiling ghash-x86-linux.S
[288/607] Compiling d1_both.cc
[289/607] Compiling ghash-x86-apple.S
[290/607] Compiling ghash-ssse3-x86-apple.S
[291/607] Compiling ghash-ssse3-x86_64-linux.S
[292/607] Compiling ghash-ssse3-x86_64-apple.S
[293/607] Compiling ghash-ssse3-x86-linux.S
[294/607] Compiling ghash-neon-armv8-win.S
[295/607] Compiling ghash-neon-armv8-apple.S
[296/607] Compiling ghash-neon-armv8-linux.S
[297/607] Compiling co-586-apple.S
[298/607] Compiling ghash-armv4-linux.S
[299/607] Compiling co-586-linux.S
[300/607] Compiling bsaes-armv7-linux.S
[301/607] Compiling bn-armv8-win.S
[302/607] Compiling bn-armv8-apple.S
[303/607] Compiling bn-armv8-linux.S
[304/607] Compiling bn-586-linux.S
[305/607] Compiling bn-586-apple.S
[306/607] Compiling armv8-mont-win.S
[307/607] Compiling armv8-mont-apple.S
[308/607] Compiling armv8-mont-linux.S
[309/607] Compiling armv4-mont-linux.S
[310/607] Compiling aesv8-gcm-armv8-win.S
[311/607] Compiling aesv8-gcm-armv8-linux.S
[312/607] Compiling aesv8-armv8-apple.S
[313/607] Compiling aesv8-gcm-armv8-apple.S
[314/607] Compiling aesv8-armv8-win.S
[315/607] Compiling aesv8-armv8-linux.S
[316/607] Compiling aesv8-armv7-linux.S
[317/607] Compiling aesni-x86_64-apple.S
[318/607] Compiling aesni-gcm-x86_64-linux.S
[319/607] Compiling aesni-x86-linux.S
[320/607] Compiling aesni-gcm-x86_64-apple.S
[321/607] Compiling aesni-x86-apple.S
[322/607] Compiling aesni-x86_64-linux.S
[323/607] Compiling aes-gcm-avx2-x86_64-linux.S
[324/607] Compiling aes-gcm-avx2-x86_64-apple.S
[325/607] Compiling aes-gcm-avx10-x86_64-apple.S
[326/607] Compiling aes-gcm-avx10-x86_64-linux.S
[327/607] Compiling x_spki.cc
[328/607] Compiling x_x509.cc
[329/607] Compiling x_req.cc
[330/607] Compiling x_sig.cc
[331/607] Compiling x_val.cc
[332/607] Compiling x_x509a.cc
[333/607] Compiling x_pubkey.cc
[334/607] Compiling x_crl.cc
[335/607] Compiling x_name.cc
[336/607] Compiling x_algor.cc
[337/607] Compiling x_attrib.cc
[338/607] Compiling x_all.cc
[338/607] Compiling x_exten.cc
[340/607] Compiling x509spki.cc
[341/607] Compiling x509rset.cc
[342/607] Compiling x509_v3.cc
[343/607] Compiling x509name.cc
[344/607] Compiling x509_txt.cc
[345/607] Compiling x509_vpm.cc
[346/607] Compiling x509cset.cc
[347/607] Compiling x509_vfy.cc
[348/607] Compiling x509_trs.cc
[349/607] Compiling x509_set.cc
[350/607] Compiling x509_obj.cc
[351/607] Compiling x509_req.cc
[352/607] Compiling x509_def.cc
[353/607] Compiling x509_lu.cc
[354/607] Compiling x509_ext.cc
[355/607] Compiling x509_d2.cc
[356/607] Compiling x509_cmp.cc
[357/607] Compiling x509.cc
[358/607] Compiling x509_att.cc
[359/607] Compiling v3_skey.cc
[360/607] Compiling v3_utl.cc
[362/607] Compiling SwiftProtobuf api.pb.swift
[363/607] Compiling SwiftProtobuf descriptor.pb.swift
[364/607] Compiling SwiftProtobuf duration.pb.swift
[365/607] Compiling SwiftProtobuf empty.pb.swift
[366/607] Compiling SwiftProtobuf field_mask.pb.swift
[367/607] Compiling SwiftProtobuf source_context.pb.swift
[368/607] Compiling SwiftProtobuf struct.pb.swift
[369/607] Compiling SwiftProtobuf timestamp.pb.swift
[370/607] Compiling SwiftProtobuf type.pb.swift
[371/607] Compiling SwiftProtobuf wrappers.pb.swift
[372/607] Compiling SwiftProtobuf resource_bundle_accessor.swift
[372/608] Compiling v3_purp.cc
[374/608] Compiling v3_prn.cc
[375/608] Compiling v3_ocsp.cc
[376/679] Compiling v3_pcons.cc
[378/686] Compiling Connect Locked.swift
[379/686] Compiling Connect status.pb.swift
[380/686] Compiling Connect ConnectInterceptor.swift
[380/689] Wrapping AST for SwiftProtobuf for debugging
[382/689] Compiling Connect Cancelable.swift
[383/689] Compiling Connect Code.swift
[384/689] Compiling Connect Codec.swift
[384/689] Compiling v3_ncons.cc
[385/689] Compiling v3_lib.cc
[386/689] Compiling v3_pmaps.cc
[387/689] Compiling v3_int.cc
[389/689] Compiling Connect ClientOnlyStreamValidation.swift
[390/689] Compiling Connect ConnectEndStreamResponse.swift
[391/689] Compiling Connect ServerOnlyAsyncStream.swift
[392/689] Emitting module SwiftProtobufPluginLibrary
[393/689] Compiling Connect CompressionPool.swift
[394/689] Compiling Connect ConnectError.swift
[395/689] Compiling Connect TimeoutTimer.swift
[396/689] Compiling Connect ClientOnlyAsyncStream.swift
[397/689] Compiling Connect ClientOnlyStream.swift
[398/689] Compiling Connect ProtoCodec.swift
[399/689] Compiling Connect GzipCompressionPool.swift
[399/689] Compiling v3_info.cc
[401/689] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[402/689] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[403/689] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[403/689] Compiling v3_ia5.cc
[403/689] Compiling v3_genn.cc
[405/689] Compiling v3_crld.cc
[406/689] Compiling v3_extku.cc
[407/689] Compiling v3_enum.cc
[409/689] Compiling Connect ServerOnlyStream.swift
[410/689] Compiling Connect URLSessionStream.swift
[411/689] Compiling Connect UnaryAsyncWrapper.swift
[412/689] Compiling Connect Lock.swift
[413/689] Compiling Connect GRPCWebInterceptor.swift
[414/689] Compiling Connect InterceptorChain.swift
[415/689] Compiling Connect BidirectionalAsyncStream.swift
[416/689] Compiling Connect BidirectionalStream.swift
[416/690] Compiling v3_cpols.cc
[418/690] Compiling v3_bitst.cc
[419/690] Compiling v3_conf.cc
[420/690] Compiling v3_bcons.cc
[421/690] Compiling v3_alt.cc
[422/690] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[423/693] Compiling v3_akeya.cc
[425/696] 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 |
[426/696] 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 |
[427/696] 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 |
[428/696] 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 |
[429/696] 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 |
[430/696] 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 |
[431/696] 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 |
[432/703] 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 |
[433/703] 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 |
[434/703] 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 |
[435/703] 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 |
[436/703] 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 |
[437/703] 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 |
[438/703] 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 |
[439/703] 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 |
[440/703] 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 |
[441/703] 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 |
[442/703] 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 |
[443/703] 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 |
[444/703] 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 |
[445/703] 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 |
[446/703] Compiling ConnectPluginUtilities FilePathComponents.swift
[447/703] Compiling ConnectPluginUtilities Generator.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 |
[456/703] 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 |
[457/703] 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 |
[458/703] 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 |
[459/703] 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 |
[460/703] 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 |
[461/703] 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 |
[462/703] 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 |
[463/703] Emitting module ConnectPluginUtilities
[463/703] Compiling v3_akey.cc
[465/703] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[466/703] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.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 |
[474/703] Compiling ConnectPluginUtilities GeneratorOptions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[475/704] 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 |
[484/704] Compiling t_x509a.cc
[485/704] Compiling rsa_pss.cc
[486/704] Compiling t_crl.cc
[487/704] Compiling t_x509.cc
[488/704] Compiling t_req.cc
[489/704] Compiling policy.cc
[490/704] Compiling i2d_pr.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 |
[496/708] 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 |
[497/708] 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 |
[498/708] 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 |
[499/708] 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 |
[499/708] Compiling algorithm.cc
[499/708] Compiling asn1_gen.cc
[499/708] Compiling name_print.cc
[499/708] Compiling by_dir.cc
[499/708] Compiling by_file.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
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/213] Compiling name_print.cc
[2/213] Compiling a_digest.cc
[3/213] Compiling a_verify.cc
[4/213] Compiling algorithm.cc
[5/213] Compiling by_file.cc
[6/213] Compiling a_sign.cc
[7/213] Compiling by_dir.cc
[8/213] Compiling asn1_gen.cc
[9/213] Compiling thread_win.cc
[10/213] Compiling thread.cc
[11/213] Compiling thread_pthread.cc
[12/213] Compiling thread_none.cc
[13/213] Compiling pmbtoken.cc
[14/213] Compiling stack.cc
[15/213] Compiling trust_token.cc
[16/213] Write swift-version-24593BA9C3E375BF.txt
[17/213] Compiling voprf.cc
[18/213] Compiling siphash.cc
[19/217] Compiling sha512.cc
[20/217] Compiling slhdsa.cc
[21/219] Compiling sha256.cc
[22/219] Compiling sha1.cc
[23/219] Compiling spake2plus.cc
[24/219] Compiling rsa_print.cc
[25/280] Compiling refcount.cc
[27/293] Compiling _NIODataStructures _TinyArray.swift
[28/293] Compiling _NIODataStructures PriorityQueue.swift
[29/316] Compiling SwiftProtobuf BinaryEncodingError.swift
[30/316] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[31/317] Emitting module _NIODataStructures
[32/317] Compiling _NIODataStructures Heap.swift
[32/318] Compiling rsa_extra.cc
[33/318] Compiling rsa_crypt.cc
[36/317] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[37/317] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[38/317] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/317] Compiling _NIOBase64 Base64.swift
[40/317] Emitting module _NIOBase64
[41/318] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/318] Compiling rsa_asn1.cc
[43/317] Compiling windows.cc
[44/317] Compiling rc4.cc
[45/317] Compiling trusty.cc
[47/317] Emitting module InternalCollectionsUtilities
[48/317] Compiling SwiftProtobuf AnyMessageStorage.swift
[49/317] Compiling SwiftProtobuf AnyUnpackError.swift
[49/317] Compiling urandom.cc
[51/317] Compiling SwiftProtobuf AsyncMessageSequence.swift
[52/317] Compiling SwiftProtobuf BinaryDecoder.swift
[53/317] Compiling SwiftProtobuf BinaryDelimited.swift
[54/317] Compiling SwiftProtobuf BinaryEncoder.swift
[55/317] Compiling SwiftProtobuf BinaryDecodingError.swift
[56/317] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[56/318] Compiling rand.cc
[57/318] Compiling ios.cc
[58/318] Compiling passive.cc
[59/318] Compiling getentropy.cc
[61/318] Compiling poly1305_arm_asm.S
[62/317] Compiling forkunsafe.cc
[63/317] Compiling deterministic.cc
[64/317] Compiling fork_detect.cc
[65/317] Compiling poly1305.cc
[66/317] Compiling poly1305_arm.cc
[67/332] Compiling poly1305_vec.cc
[68/332] Compiling pool.cc
[70/332] Compiling DequeModule Deque+CustomReflectable.swift
[71/332] Compiling DequeModule Deque+Descriptions.swift
[72/332] Compiling DequeModule _DequeBuffer.swift
[73/332] Compiling DequeModule _DequeBufferHeader.swift
[74/334] Compiling DequeModule Deque+Extras.swift
[75/334] Compiling DequeModule Deque+Hashable.swift
[76/334] Compiling DequeModule Deque+Testing.swift
[77/334] Compiling DequeModule Deque._Storage.swift
[78/334] Compiling DequeModule _DequeSlot.swift
[79/334] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/334] Compiling pkcs7.cc
[81/334] Compiling DequeModule Deque._UnsafeHandle.swift
[82/334] Compiling DequeModule Deque.swift
[83/334] Compiling DequeModule Deque+Equatable.swift
[84/334] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/334] Compiling DequeModule Deque+Codable.swift
[86/334] Compiling DequeModule Deque+Collection.swift
[86/334] Compiling p5_pbev2.cc
[87/334] Compiling pkcs8_x509.cc
[88/334] Compiling pkcs8.cc
[89/334] Compiling pkcs7_x509.cc
[91/334] Compiling SwiftProtobuf Message+JSONAdditions.swift
[92/334] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[93/334] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[94/334] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[95/334] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[96/334] Compiling SwiftProtobuf Message.swift
[97/334] Compiling SwiftProtobuf MessageExtension.swift
[98/334] Compiling SwiftProtobuf NameMap.swift
[99/334] Compiling SwiftProtobuf PathDecoder.swift
[100/334] Compiling SwiftProtobuf PathVisitor.swift
[101/334] Compiling SwiftProtobuf ProtoNameProviding.swift
[102/334] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[103/334] Compiling SwiftProtobuf ProtobufMap.swift
[104/334] Compiling SwiftProtobuf SelectiveVisitor.swift
[105/334] Compiling SwiftProtobuf SimpleExtensionMap.swift
[106/334] Compiling SwiftProtobuf StringUtils.swift
[107/334] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[108/334] Compiling SwiftProtobuf SwiftProtobufError.swift
[109/334] Compiling SwiftProtobuf TextFormatDecoder.swift
[110/334] Compiling SwiftProtobuf TextFormatDecodingError.swift
[111/334] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[112/334] Compiling SwiftProtobuf TextFormatEncoder.swift
[113/334] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[114/345] Emitting module DequeModule
[114/345] Compiling pem_xaux.cc
[120/346] Compiling SwiftProtobuf ExtensibleMessage.swift
[121/346] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[122/346] Compiling SwiftProtobuf ExtensionFields.swift
[123/346] Compiling SwiftProtobuf ExtensionMap.swift
[124/346] Compiling SwiftProtobuf FieldTag.swift
[125/346] Compiling SwiftProtobuf FieldTypes.swift
[126/346] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[127/346] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[128/345] Compiling pem_x509.cc
[130/345] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[131/345] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[132/345] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[133/345] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[134/345] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[135/345] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[136/345] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[137/345] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[138/345] Compiling SwiftProtobuf HashVisitor.swift
[139/345] Compiling SwiftProtobuf Internal.swift
[140/345] Compiling SwiftProtobuf JSONDecoder.swift
[141/345] Compiling SwiftProtobuf JSONDecodingError.swift
[142/345] Compiling SwiftProtobuf JSONDecodingOptions.swift
[143/345] Compiling SwiftProtobuf JSONEncoder.swift
[144/345] Compiling SwiftProtobuf JSONEncodingError.swift
[145/345] Compiling SwiftProtobuf JSONEncodingOptions.swift
[146/345] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[147/345] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[148/345] Compiling SwiftProtobuf JSONScanner.swift
[149/345] Compiling SwiftProtobuf MathUtils.swift
[150/345] Compiling SwiftProtobuf Message+AnyAdditions.swift
[151/345] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[152/345] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[153/345] Compiling SwiftProtobuf Message+FieldMask.swift
[153/345] Compiling pem_pkey.cc
[154/345] Compiling pem_pk8.cc
[155/345] Compiling pem_info.cc
[156/345] Compiling pem_oth.cc
[157/345] Compiling pem_lib.cc
[158/345] Compiling mlkem.cc
[159/345] Compiling obj_xref.cc
[160/345] Compiling mldsa.cc
[161/345] Compiling md5.cc
[162/345] Compiling mem.cc
[163/345] Compiling pem_all.cc
[164/345] Compiling obj.cc
[165/345] Compiling md4.cc
[166/345] Compiling fips_shared_support.cc
[167/345] Compiling poly_rq_mul.S
[168/345] Compiling lhash.cc
[170/345] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[171/345] Compiling SwiftProtobuf TextFormatScanner.swift
[172/345] Compiling SwiftProtobuf TimeUtils.swift
[173/345] Compiling SwiftProtobuf UnknownStorage.swift
[174/345] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[175/345] Compiling SwiftProtobuf Varint.swift
[176/345] Compiling SwiftProtobuf Version.swift
[177/345] Compiling SwiftProtobuf Visitor.swift
[178/345] Compiling SwiftProtobuf WireFormat.swift
[179/345] Compiling SwiftProtobuf ZigZag.swift
[180/345] Compiling SwiftProtobuf any.pb.swift
[180/345] Compiling ex_data.cc
[181/345] Compiling kyber.cc
[182/345] Compiling hrss.cc
[183/345] Compiling sign.cc
[184/345] Compiling hpke.cc
[186/345] Emitting module SwiftProtobuf
[198/345] Compiling scrypt.cc
[199/345] Compiling pbkdf.cc
[200/345] Compiling p_x25519.cc
[201/345] Compiling print.cc
[202/345] Compiling p_x25519_asn1.cc
[203/345] Compiling p_rsa_asn1.cc
[204/345] Compiling p_ed25519.cc
[205/345] Compiling p_rsa.cc
[206/345] Compiling p_hkdf.cc
[207/345] Compiling p_ed25519_asn1.cc
[208/345] Compiling p_ec.cc
[209/345] Compiling p_ec_asn1.cc
[210/345] Compiling p_dh_asn1.cc
[211/345] Compiling p_dh.cc
[212/345] Compiling evp_ctx.cc
[213/345] Compiling p_dsa_asn1.cc
[214/345] Compiling evp.cc
[215/345] Compiling err.cc
[216/345] Compiling engine.cc
[217/345] Compiling evp_asn1.cc
[218/345] Compiling ecdh.cc
[219/345] Compiling hash_to_curve.cc
[220/345] Compiling ecdsa_asn1.cc
[221/345] Compiling ec_derive.cc
[222/345] Compiling ec_asn1.cc
[223/345] Compiling dsa.cc
[224/345] Compiling params.cc
[225/345] Compiling dsa_asn1.cc
[226/345] Compiling dh_asn1.cc
[227/345] Compiling digest_extra.cc
[228/345] Compiling x25519-asm-arm.S
[229/345] Compiling des.cc
[230/345] Compiling spake25519.cc
[231/345] Compiling bcm.cc
[232/345] Compiling cpu_intel.cc
[233/345] Compiling crypto.cc
[234/345] Compiling cpu_arm_linux.cc
[235/345] Compiling curve25519.cc
[236/345] Compiling cpu_arm_freebsd.cc
[237/345] Compiling cpu_aarch64_openbsd.cc
[238/345] Compiling cpu_aarch64_win.cc
[239/345] Compiling cpu_aarch64_linux.cc
[240/345] Compiling cpu_aarch64_sysreg.cc
[241/345] Compiling cpu_aarch64_fuchsia.cc
[242/345] Compiling curve25519_64_adx.cc
[243/345] Compiling cpu_aarch64_apple.cc
[245/345] Compiling SwiftProtobuf api.pb.swift
[246/345] Compiling SwiftProtobuf descriptor.pb.swift
[247/345] Compiling SwiftProtobuf duration.pb.swift
[248/345] Compiling SwiftProtobuf empty.pb.swift
[249/345] Compiling SwiftProtobuf field_mask.pb.swift
[250/345] Compiling SwiftProtobuf source_context.pb.swift
[251/345] Compiling SwiftProtobuf struct.pb.swift
[252/345] Compiling SwiftProtobuf timestamp.pb.swift
[253/345] Compiling SwiftProtobuf type.pb.swift
[254/345] Compiling SwiftProtobuf wrappers.pb.swift
[255/345] Compiling SwiftProtobuf resource_bundle_accessor.swift
[255/345] Compiling tls_cbc.cc
[256/345] Compiling get_cipher.cc
[257/346] Compiling conf.cc
[258/346] Compiling e_tls.cc
[259/346] Compiling e_rc4.cc
[260/346] Compiling e_rc2.cc
[262/346] Compiling e_null.cc
[263/346] Compiling e_aesctrhmac.cc
[264/346] Compiling e_des.cc
[265/346] Compiling derive_key.cc
[266/346] Compiling e_chacha20poly1305.cc
[267/346] Compiling e_aesgcmsiv.cc
[268/346] Compiling chacha.cc
[269/346] Wrapping AST for SwiftProtobuf for debugging
[270/424] Compiling unicode.cc
[271/424] Compiling cbb.cc
[272/424] Compiling ber.cc
[273/424] Compiling cbs.cc
[274/424] Compiling buf.cc
[276/424] 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 |
[277/424] 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 |
[278/424] 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 |
[279/424] 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 |
[280/424] 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 |
[281/424] 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 |
[282/424] 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 |
[283/431] 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 |
[284/431] 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 |
[285/431] 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 |
[286/431] 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 |
[287/431] 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 |
[288/431] 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 |
[289/431] 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 |
[289/431] Compiling asn1_compat.cc
[291/431] 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 |
[292/431] 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 |
[293/431] 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 |
[294/431] 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 |
[295/431] 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 |
[296/431] 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 |
[297/431] 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 |
[298/431] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[299/431] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[300/431] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[301/434] 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 |
[302/434] 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 |
[303/434] 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 |
[304/434] 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 |
[305/434] 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 |
[306/434] 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 |
[307/434] 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 |
[307/434] Compiling printf.cc
[309/434] 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 |
[310/434] 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 |
[311/434] 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 |
[312/434] 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 |
[313/434] 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 |
[314/434] 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 |
[315/434] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[316/434] 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 |
[317/434] Compiling SwiftProtobufPluginLibrary CodeGenerator.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 |
[318/434] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.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 |
[319/434] Compiling SwiftProtobufPluginLibrary CodePrinter.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 |
[320/434] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.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 |
[321/434] Compiling SwiftProtobufPluginLibrary Descriptor.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 |
[322/434] Compiling SwiftProtobufPluginLibrary FeatureResolver.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 |
[323/434] Compiling SwiftProtobufPluginLibrary FieldNumbers.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 |
[324/434] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.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 |
[324/434] Compiling blake2.cc
[326/434] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[327/434] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[328/434] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[329/434] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[330/434] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[331/434] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[332/434] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[333/434] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[334/434] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[334/434] Compiling socket.cc
[335/434] Compiling socket_helper.cc
[336/434] Compiling bn_asn1.cc
[338/434] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[339/434] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[340/434] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[341/434] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[341/434] Compiling convert.cc
[343/434] Emitting module SwiftProtobufPluginLibrary
[343/434] Compiling hexdump.cc
[344/434] Compiling file.cc
[345/434] Compiling pair.cc
[346/434] Compiling errno.cc
[347/434] Compiling fd.cc
[348/434] Compiling bio_mem.cc
[352/434] Compiling connect.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 |
[369/434] Compiling base64.cc
[378/435] Compiling tasn_typ.cc
[379/435] Compiling bio.cc
[380/435] Compiling tasn_utl.cc
[381/435] Compiling tasn_fre.cc
[383/435] Compiling f_int.cc
[383/435] Compiling tasn_dec.cc
[383/435] Compiling posix_time.cc
[383/435] Compiling tasn_enc.cc
[383/435] Compiling f_string.cc
[383/435] Compiling tasn_new.cc
BUILD FAILURE 6.1 linux