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