Build Information
Failed to build Connect, reference main (736e45), with Swift 6.1 for Android on 6 Dec 2025 01:35:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.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 736e455 Upgrade conformance suite to v1.0.5 (#379)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
736e455ace16da163f13846893ebf1faa33fa7fa
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at main
========================================
Build
========================================
Selected platform: android
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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
[1/11718] Fetching swift-nio-http2
[1876/27006] Fetching swift-nio-http2, swift-nio-ssl
[4649/107669] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[62499/149189] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (13.80s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (15.66s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (15.68s)
Fetched https://github.com/apple/swift-protobuf.git from cache (15.81s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (17.01s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.63s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (1.06s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.08s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.81s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5181] Fetching swift-system
[4716/23509] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
[6232/18328] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (6.18s)
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.36.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.91.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.33.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.39.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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/473] Write sources
[12/473] Copying PrivacyInfo.xcprivacy
[12/473] Write sources
[28/473] Compiling CNIOWindows shim.c
[29/473] Compiling CNIOWindows WSAStartup.c
[30/473] Compiling _AtomicsShims.c
[31/473] Compiling CNIOWASI CNIOWASI.c
[32/473] Compiling CNIOPosix event_loop_id.c
[33/473] Compiling CNIOOpenBSD shim.c
[34/473] Compiling CNIOLinux liburing_shims.c
[35/473] Compiling CNIODarwin shim.c
[36/473] Compiling CNIOLLHTTP c_nio_http.c
[37/473] Write swift-version-24593BA9C3E375BF.txt
[38/473] Compiling CNIOLLHTTP c_nio_api.c
[39/473] Compiling CNIOLinux shim.c
[40/473] Compiling fiat_p256_adx_sqr.S
[41/473] Compiling fiat_p256_adx_mul.S
[42/473] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/479] Compiling CNIOBoringSSLShims shims.c
[44/575] Compiling fiat_curve25519_adx_square.S
[45/598] Compiling fiat_curve25519_adx_mul.S
[47/598] Emitting module _NIOBase64
[48/598] Emitting module InternalCollectionsUtilities
[48/600] Compiling tls_record.cc
[50/600] Emitting module Atomics
[50/602] Compiling tls_method.cc
[52/602] Compiling SwiftProtobuf BinaryDelimited.swift
[53/602] Compiling SwiftProtobuf BinaryEncoder.swift
[54/602] Compiling SwiftProtobuf BinaryEncodingError.swift
[54/602] Compiling c-nioatomics.c
[56/602] Compiling Atomics IntegerOperations.swift
[57/602] Compiling Atomics Unmanaged extensions.swift
[58/602] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[59/602] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[63/602] Compiling SwiftProtobuf BinaryDecodingError.swift
[64/602] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[65/602] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[66/602] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[69/602] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[70/602] Compiling SwiftProtobuf BytecodeInterpreter.swift
[73/602] Compiling SwiftProtobuf AsyncMessageSequence.swift
[74/602] Compiling SwiftProtobuf BinaryDecoder.swift
[75/602] Compiling SwiftProtobuf BytecodeReader.swift
[76/602] Compiling SwiftProtobuf CustomJSONCodable.swift
[81/602] Compiling SwiftProtobuf AnyMessageStorage.swift
[82/602] Compiling SwiftProtobuf AnyUnpackError.swift
[83/602] Compiling _NIODataStructures _TinyArray.swift
[84/602] Compiling _NIODataStructures PriorityQueue.swift
[85/603] Compiling _NIOBase64 Base64.swift
[86/604] Emitting module _NIODataStructures
[87/604] Compiling _NIODataStructures Heap.swift
[97/606] Wrapping AST for _NIOBase64 for debugging
[98/606] Wrapping AST for _NIODataStructures for debugging
[99/621] Wrapping AST for InternalCollectionsUtilities for debugging
[100/621] Compiling c-atomics.c
[102/621] Compiling DequeModule _DequeBuffer.swift
[103/621] Compiling DequeModule _DequeBufferHeader.swift
[104/623] Compiling DequeModule Deque+Equatable.swift
[105/623] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/623] Compiling DequeModule _DequeSlot.swift
[107/623] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/623] Compiling DequeModule Deque+Extras.swift
[109/623] Compiling DequeModule Deque+Hashable.swift
[110/623] Compiling DequeModule Deque+Testing.swift
[111/623] Compiling DequeModule Deque._Storage.swift
[112/623] Compiling DequeModule Deque+CustomReflectable.swift
[113/623] Compiling DequeModule Deque+Descriptions.swift
[114/623] Compiling DequeModule Deque._UnsafeHandle.swift
[115/623] Compiling DequeModule Deque.swift
[116/623] Compiling DequeModule Deque+Codable.swift
[117/623] Compiling DequeModule Deque+Collection.swift
[117/623] Compiling tls13_enc.cc
[118/623] Compiling tls13_client.cc
[119/627] Compiling tls13_server.cc
[121/629] Emitting module SwiftProtobuf
[122/636] Emitting module DequeModule
[124/641] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[125/641] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/641] Compiling tls13_both.cc
[126/641] Compiling t1_enc.cc
[128/641] Compiling NIOConcurrencyHelpers atomics.swift
[129/641] Compiling NIOConcurrencyHelpers lock.swift
[129/641] Wrapping AST for DequeModule for debugging
[131/641] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[132/641] Emitting module NIOConcurrencyHelpers
[132/642] Compiling ssl_stat.cc
[133/642] Compiling ssl_x509.cc
[135/642] Compiling ssl_transcript.cc
[136/642] Compiling ssl_versions.cc
[137/673] Wrapping AST for NIOConcurrencyHelpers for debugging
[138/705] Compiling ssl_privkey.cc
[139/705] Compiling ssl_key_share.cc
[140/705] Compiling ssl_session.cc
[142/705] Compiling NIOCore EventLoopFuture+Deprecated.swift
[143/705] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[144/705] Compiling NIOCore EventLoopFuture.swift
[145/705] Compiling NIOCore FileDescriptor.swift
[146/705] Compiling NIOCore FileHandle.swift
[147/705] Compiling NIOCore FileRegion.swift
[148/705] Compiling NIOCore GlobalSingletons.swift
[149/705] Compiling NIOCore IO.swift
[150/705] Compiling NIOCore IOData.swift
[151/705] Compiling NIOCore IPProtocol.swift
[152/705] Compiling NIOCore IntegerBitPacking.swift
[153/705] Compiling NIOCore IntegerTypes.swift
[154/705] Compiling NIOCore NIOAsyncSequenceProducer.swift
[155/705] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[156/705] Compiling NIOCore NIOAsyncWriter.swift
[157/705] Compiling NIOCore CircularBuffer.swift
[158/705] Compiling NIOCore Codec.swift
[159/705] Compiling NIOCore ConvenienceOptionSupport.swift
[160/705] Compiling NIOCore DeadChannel.swift
[161/705] Compiling NIOCore DispatchQueue+WithFuture.swift
[162/705] Compiling NIOCore EventLoop+Deprecated.swift
[163/705] Compiling NIOCore EventLoop+SerialExecutor.swift
[164/705] Compiling NIOCore EventLoop.swift
[165/705] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[166/705] Compiling NIOCore Channel.swift
[167/705] Compiling NIOCore ChannelHandler.swift
[168/705] Compiling NIOCore ChannelHandlers.swift
[169/705] Compiling NIOCore ChannelInvoker.swift
[170/705] Compiling NIOCore ChannelOption.swift
[171/705] Compiling NIOCore ChannelPipeline.swift
[172/705] Compiling NIOCore AddressedEnvelope.swift
[173/705] Compiling NIOCore AsyncAwaitSupport.swift
[174/705] Compiling NIOCore AsyncChannel.swift
[175/705] Compiling NIOCore AsyncChannelHandler.swift
[176/705] Compiling NIOCore AsyncChannelInboundStream.swift
[177/705] Compiling NIOCore AsyncChannelOutboundWriter.swift
[178/705] Compiling NIOCore Interfaces.swift
[179/705] Compiling NIOCore Linux.swift
[180/705] Compiling NIOCore MarkedCircularBuffer.swift
[181/705] Compiling NIOCore MulticastChannel.swift
[182/705] Compiling NIOCore NIOAny.swift
[183/705] Compiling NIOCore NIOCloseOnErrorHandler.swift
[184/705] Compiling NIOCore NIOCoreSendableMetatype.swift
[185/705] Compiling NIOCore NIODecodedAsyncSequence.swift
[186/705] Compiling NIOCore NIOLoopBound.swift
[187/705] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[188/705] Compiling NIOCore NIOScheduledCallback.swift
[189/705] Compiling NIOCore NIOSendable.swift
[189/705] Compiling ssl_lib.cc
[190/705] Compiling ssl_file.cc
[192/705] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[193/705] Compiling NIOCore BSDSocketAPI.swift
[194/705] Compiling NIOCore ByteBuffer-aux.swift
[195/705] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[196/705] Compiling NIOCore ByteBuffer-conversions.swift
[197/705] Compiling NIOCore ByteBuffer-core.swift
[198/705] Compiling NIOCore ByteBuffer-hex.swift
[199/705] Compiling NIOCore ByteBuffer-int.swift
[200/705] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[201/705] Compiling NIOCore ByteBuffer-multi-int.swift
[202/705] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[203/705] Compiling NIOCore ByteBuffer-views.swift
[204/705] Compiling SwiftProtobuf JSONDecoder.swift
[205/705] Compiling SwiftProtobuf JSONDecodingError.swift
[206/705] Compiling SwiftProtobuf JSONDecodingOptions.swift
[207/705] Compiling SwiftProtobuf JSONEncoder.swift
[208/705] Compiling SwiftProtobuf JSONEncodingError.swift
[209/705] Compiling SwiftProtobuf JSONEncodingOptions.swift
[210/705] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[211/705] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[212/705] Compiling SwiftProtobuf JSONScanner.swift
[213/705] Compiling SwiftProtobuf MathUtils.swift
[214/705] Compiling SwiftProtobuf Message+AnyAdditions.swift
[215/705] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[216/705] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[217/705] Compiling NIOCore RecvByteBufferAllocator.swift
[218/705] Compiling SwiftProtobuf TextFormatScanner.swift
[219/705] Compiling SwiftProtobuf TimeUtils.swift
[220/705] Compiling SwiftProtobuf UnknownStorage.swift
[221/705] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[222/705] Compiling SwiftProtobuf Varint.swift
[223/705] Compiling SwiftProtobuf Version.swift
[224/705] Compiling SwiftProtobuf Visitor.swift
[225/705] Compiling SwiftProtobuf WireFormat.swift
[226/705] Compiling SwiftProtobuf ZigZag.swift
[227/705] Compiling SwiftProtobuf any.pb.swift
[227/705] Compiling ssl_cipher.cc
[228/705] Compiling ssl_credential.cc
[229/705] Compiling ssl_buffer.cc
[230/705] Compiling ssl_cert.cc
[239/713] Compiling ssl_asn1.cc
[240/713] Compiling s3_pkt.cc
[241/713] Compiling ssl_aead_ctx.cc
[251/713] Compiling s3_lib.cc
[261/713] Compiling s3_both.cc
[262/713] Compiling handshake_server.cc
[273/713] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[274/713] Compiling NIOCore SocketAddresses.swift
[275/713] Compiling NIOCore SocketOptionProvider.swift
[276/713] Compiling NIOCore SystemCallHelpers.swift
[277/713] Compiling NIOCore TimeAmount+Duration.swift
[278/713] Compiling NIOCore TypeAssistedChannelHandler.swift
[279/713] Compiling NIOCore UniversalBootstrapSupport.swift
[280/713] Compiling NIOCore Utilities.swift
[280/713] Compiling handshake.cc
[281/713] Compiling handshake_client.cc
[282/713] Compiling handoff.cc
[292/713] Compiling dtls_record.cc
[293/713] Compiling extensions.cc
[294/713] Compiling encrypted_client_hello.cc
[295/713] Compiling dtls_method.cc
[296/713] Compiling md5-x86_64-linux.S
[297/713] Compiling md5-x86_64-apple.S
[298/713] Compiling d1_srtp.cc
[299/713] Compiling d1_pkt.cc
[300/713] Compiling md5-586-apple.S
[301/713] Compiling md5-586-linux.S
[302/713] Compiling chacha20_poly1305_x86_64-linux.S
[303/713] Compiling chacha20_poly1305_x86_64-apple.S
[304/713] Compiling chacha20_poly1305_armv8-win.S
[305/713] Compiling chacha20_poly1305_armv8-linux.S
[306/713] Compiling chacha20_poly1305_armv8-apple.S
[307/713] Compiling err_data.cc
[308/713] Compiling d1_lib.cc
[309/713] Compiling chacha-x86-linux.S
[310/713] Compiling chacha-x86_64-apple.S
[311/713] Compiling chacha-x86_64-linux.S
[312/713] Compiling bio_ssl.cc
[313/713] Compiling d1_both.cc
[314/713] Compiling chacha-x86-apple.S
[315/713] Compiling chacha-armv8-apple.S
[316/713] Compiling chacha-armv8-win.S
[316/713] Compiling chacha-armv4-linux.S
[318/713] Compiling chacha-armv8-linux.S
[319/713] Compiling aes128gcmsiv-x86_64-linux.S
[320/713] Compiling aes128gcmsiv-x86_64-apple.S
[321/713] Compiling x86_64-mont-linux.S
[322/713] Compiling x86_64-mont5-apple.S
[323/713] Compiling x86-mont-linux.S
[324/713] Compiling x86_64-mont5-linux.S
[325/713] Compiling x86-mont-apple.S
[325/713] Compiling x86_64-mont-apple.S
[327/713] Compiling vpaes-x86_64-apple.S
[327/713] Compiling vpaes-x86-apple.S
[329/713] Compiling vpaes-x86_64-linux.S
[330/713] Compiling vpaes-x86-linux.S
[331/713] Compiling vpaes-armv8-linux.S
[332/713] Compiling vpaes-armv8-win.S
[333/713] Compiling vpaes-armv7-linux.S
[334/713] Compiling sha512-x86_64-linux.S
[335/713] Compiling sha512-armv8-apple.S
[336/713] Compiling sha512-armv8-win.S
[337/713] Compiling vpaes-armv8-apple.S
[338/713] Compiling sha512-x86_64-apple.S
[339/713] Compiling sha512-armv8-linux.S
[341/713] Emitting module NIOCore
[341/713] Compiling sha512-586-linux.S
[342/713] Compiling sha512-armv4-linux.S
[343/713] Compiling sha512-586-apple.S
[344/713] Compiling sha256-x86_64-apple.S
[345/713] Compiling sha256-armv8-win.S
[346/713] Compiling sha256-x86_64-linux.S
[366/714] Compiling sha256-armv8-apple.S
[367/714] Compiling sha256-armv8-linux.S
[368/714] Compiling sha256-armv4-linux.S
[369/714] Compiling sha1-x86_64-linux.S
[370/714] Compiling sha256-586-linux.S
[371/714] Compiling sha256-586-apple.S
[373/714] Compiling SwiftProtobuf api.pb.swift
[374/714] Compiling SwiftProtobuf descriptor.pb.swift
[375/714] Compiling SwiftProtobuf duration.pb.swift
[376/714] Compiling SwiftProtobuf empty.pb.swift
[377/714] Compiling SwiftProtobuf field_mask.pb.swift
[378/714] Compiling SwiftProtobuf source_context.pb.swift
[379/714] Compiling SwiftProtobuf struct.pb.swift
[380/714] Compiling SwiftProtobuf timestamp.pb.swift
[381/714] Compiling SwiftProtobuf type.pb.swift
[382/714] Compiling SwiftProtobuf wrappers.pb.swift
[383/714] Compiling SwiftProtobuf resource_bundle_accessor.swift
[383/714] Compiling sha1-armv8-win.S
[383/714] Compiling sha1-x86_64-apple.S
[385/714] Compiling sha1-armv8-linux.S
[386/715] Compiling sha1-586-linux.S
[387/715] Compiling sha1-armv8-apple.S
[387/715] Compiling sha1-armv4-large-linux.S
[390/715] Compiling sha1-586-apple.S
[391/715] Compiling rsaz-avx2-apple.S
[392/715] Compiling rsaz-avx2-linux.S
[393/715] Compiling rdrand-x86_64-apple.S
[394/715] Compiling p256_beeu-x86_64-asm-linux.S
[395/715] Compiling rdrand-x86_64-linux.S
[396/715] Compiling p256_beeu-x86_64-asm-apple.S
[397/715] Compiling p256_beeu-armv8-asm-win.S
[398/715] Compiling p256_beeu-armv8-asm-linux.S
[399/715] Compiling p256_beeu-armv8-asm-apple.S
[400/715] Compiling p256-x86_64-asm-linux.S
[401/715] Compiling p256-x86_64-asm-apple.S
[402/715] Compiling p256-armv8-asm-win.S
[403/715] Compiling p256-armv8-asm-apple.S
[404/715] Compiling ghashv8-armv8-linux.S
[405/715] Compiling ghashv8-armv8-win.S
[406/715] Compiling p256-armv8-asm-linux.S
[407/715] Wrapping AST for NIOCore for debugging
[408/755] Wrapping AST for SwiftProtobuf for debugging
[409/788] Compiling ghashv8-armv7-linux.S
[410/794] Compiling ghash-x86_64-linux.S
[411/794] Compiling ghashv8-armv8-apple.S
[412/794] Compiling ghash-x86-apple.S
[413/803] Compiling ghash-x86_64-apple.S
[414/826] Compiling ghash-x86-linux.S
[415/847] Compiling ghash-ssse3-x86_64-linux.S
[417/847] Compiling Connect ProtocolClient.swift
[418/847] Compiling Connect URLSessionHTTPClient.swift
[419/847] Compiling Connect JSONCodec.swift
[420/850] Compiling Connect Envelope.swift
[421/850] Compiling Connect Headers+GRPC.swift
[422/850] Compiling Connect Trailers+gRPC.swift
[422/850] Compiling ghash-ssse3-x86-apple.S
[423/850] Compiling ghash-neon-armv8-win.S
[424/850] Compiling ghash-ssse3-x86_64-apple.S
[425/850] Compiling ghash-ssse3-x86-linux.S
[427/850] Compiling Connect URLSessionStream.swift
[428/850] Compiling Connect UnaryAsyncWrapper.swift
[429/850] Compiling Connect Lock.swift
[429/850] Compiling ghash-armv4-linux.S
[429/850] Compiling ghash-neon-armv8-linux.S
[431/850] Compiling ghash-neon-armv8-apple.S
[432/850] Compiling co-586-linux.S
[433/850] Compiling co-586-apple.S
[434/850] Compiling bsaes-armv7-linux.S
[435/850] Compiling bn-armv8-win.S
[436/850] Compiling bn-armv8-linux.S
[437/850] Compiling bn-armv8-apple.S
[438/850] Compiling bn-586-apple.S
[440/850] Compiling Connect Locked.swift
[441/850] Compiling Connect TimeoutTimer.swift
[442/850] Compiling Connect ConnectError+GRPC.swift
[442/850] Compiling bn-586-linux.S
[443/850] Compiling armv8-mont-win.S
[443/850] Compiling armv8-mont-apple.S
[445/850] Compiling armv4-mont-linux.S
[446/850] Compiling armv8-mont-linux.S
[447/850] Compiling aesv8-gcm-armv8-win.S
[448/850] Compiling aesv8-gcm-armv8-linux.S
[449/850] Compiling aesv8-gcm-armv8-apple.S
[450/850] Compiling aesv8-armv8-linux.S
[451/850] Compiling aesv8-armv8-win.S
[453/850] Compiling Connect ClientOnlyStream.swift
[454/850] Compiling Connect ClientOnlyStreamValidation.swift
[455/850] Compiling Connect ConnectEndStreamResponse.swift
[456/850] Compiling Connect ServerOnlyAsyncStream.swift
[457/850] Compiling Connect ServerOnlyStream.swift
[459/856] Compiling aesv8-armv8-apple.S
[460/856] Compiling aesv8-armv7-linux.S
[461/856] Compiling aesni-x86_64-linux.S
[462/856] Compiling aesni-x86-linux.S
[463/856] Compiling aesni-x86_64-apple.S
[464/856] Compiling aesni-x86-apple.S
[465/856] Compiling aesni-gcm-x86_64-linux.S
[466/856] Compiling aes-gcm-avx2-x86_64-linux.S
[467/856] Compiling aesni-gcm-x86_64-apple.S
[468/856] Compiling aes-gcm-avx2-x86_64-apple.S
[469/856] Compiling aes-gcm-avx10-x86_64-linux.S
[470/856] Compiling aes-gcm-avx10-x86_64-apple.S
[476/856] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[477/856] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[478/856] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[479/856] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[480/856] Compiling NIOEmbedded Embedded.swift
[481/856] Compiling NIOEmbedded AsyncTestingChannel.swift
[482/856] Emitting module NIOEmbedded
[483/857] 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 |
[484/857] 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 |
[485/857] 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 |
[486/857] 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 |
[487/857] Compiling NIOPosix ThreadWindows.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 |
[488/857] Compiling NIOPosix UnsafeTransfer.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 |
[489/857] Compiling NIOPosix Utilities.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[490/857] 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 |
[491/857] 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 |
[492/857] 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 |
[493/857] 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 |
[494/857] 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 |
[495/857] 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 |
[496/857] 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 |
[497/857] 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 |
[498/857] 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 |
[499/857] 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 |
[500/857] 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 |
[501/857] 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 |
[502/857] 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 |
[503/857] 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 |
[507/864] Compiling Connect BidirectionalStreamInterface.swift
[508/864] Compiling Connect ClientOnlyStreamInterface.swift
[509/864] Compiling Connect RequestCallbacks.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[511/864] 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 |
[512/864] Compiling Connect status.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 |
[513/864] Compiling Connect ConnectInterceptor.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 |
[514/864] Compiling Connect GRPCWebInterceptor.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 |
[515/864] Compiling Connect InterceptorChain.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 |
[516/864] Compiling Connect BidirectionalAsyncStream.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 |
[517/864] Compiling Connect BidirectionalStream.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 |
[518/864] Compiling Connect ClientOnlyAsyncStream.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 |
[531/864] 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 |
[532/864] 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 |
[533/864] 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 |
[534/864] 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 |
[534/864] Compiling x_x509.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 |
[539/864] 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 |
[540/864] 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 |
[541/864] 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 |
[542/864] 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 |
[542/864] Wrapping AST for NIOEmbedded for debugging
[548/864] Emitting module SwiftProtobufPluginLibrary
[553/865] Compiling x_spki.cc
[554/865] Compiling x_val.cc
[555/865] Compiling x_x509a.cc
[556/871] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[558/871] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[559/871] Compiling ConnectPluginUtilities FilePathComponents.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 |
[568/871] Emitting module ConnectPluginUtilities
[569/871] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[570/871] Compiling ConnectPluginUtilities Generator.swift
[571/871] Compiling ConnectPluginUtilities GeneratorOptions.swift
[571/872] Compiling x_pubkey.cc
[571/872] Compiling x_sig.cc
[572/872] Emitting module NIOPosix
[572/872] Compiling x_name.cc
[572/872] Compiling x_req.cc
[572/872] Compiling x_exten.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/268] Compiling x_attrib.cc
[2/268] Compiling x_sig.cc
[3/268] Compiling x_name.cc
[4/268] Compiling x_all.cc
[5/268] Compiling x_pubkey.cc
[6/268] Compiling x_exten.cc
[7/268] Compiling x_crl.cc
[8/268] Write swift-version-24593BA9C3E375BF.txt
[9/268] Compiling x_req.cc
[11/272] Emitting module _NIODataStructures
[12/272] Compiling _NIODataStructures Heap.swift
[12/272] Compiling x509name.cc
[13/272] Compiling x509spki.cc
[14/272] Compiling x_algor.cc
[15/272] Compiling x509rset.cc
[16/272] Compiling x509_vpm.cc
[17/272] Compiling x509cset.cc
[18/272] Compiling x509_vfy.cc
[20/272] Compiling _NIODataStructures PriorityQueue.swift
[21/272] Compiling _NIODataStructures _TinyArray.swift
[23/362] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[24/362] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[24/401] Compiling x509_txt.cc
[26/401] Compiling SwiftProtobuf BinaryEncoder.swift
[27/401] Compiling SwiftProtobuf BinaryEncodingError.swift
[28/401] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[29/401] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[30/401] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[31/401] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[32/403] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[33/403] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[34/403] Compiling NIOConcurrencyHelpers lock.swift
[35/403] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[36/403] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[37/403] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[44/403] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[45/403] Compiling NIOConcurrencyHelpers NIOLock.swift
[46/403] Compiling NIOConcurrencyHelpers atomics.swift
[47/403] Emitting module _NIOBase64
[48/403] Compiling _NIOBase64 Base64.swift
[49/404] Compiling SwiftProtobuf BinaryDelimited.swift
[52/404] Compiling Atomics IntegerOperations.swift
[53/404] Compiling Atomics Unmanaged extensions.swift
[55/404] Emitting module NIOConcurrencyHelpers
[56/403] Compiling x509_trs.cc
[57/403] Compiling x509_v3.cc
[59/403] Emitting module InternalCollectionsUtilities
[60/403] Compiling SwiftProtobuf AnyMessageStorage.swift
[61/403] Compiling SwiftProtobuf AnyUnpackError.swift
[62/403] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[64/403] Compiling SwiftProtobuf AsyncMessageSequence.swift
[65/403] Compiling SwiftProtobuf BinaryDecoder.swift
[66/403] Compiling SwiftProtobuf BinaryDecodingError.swift
[67/404] Compiling x509_req.cc
[68/403] Compiling x509_set.cc
[69/403] Compiling x509_obj.cc
[71/418] Compiling DequeModule Deque+CustomReflectable.swift
[72/418] Compiling DequeModule Deque+Descriptions.swift
[73/418] Compiling DequeModule Deque+Equatable.swift
[74/418] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/420] Compiling DequeModule _DequeBuffer.swift
[76/420] Compiling DequeModule _DequeBufferHeader.swift
[80/420] Compiling DequeModule Deque+Codable.swift
[81/420] Compiling DequeModule Deque+Collection.swift
[82/420] Compiling x509_ext.cc
[83/420] Compiling x509_lu.cc
[85/420] Compiling DequeModule Deque+Extras.swift
[86/420] Compiling DequeModule Deque+Hashable.swift
[87/420] Emitting module Atomics
[89/421] Compiling DequeModule _DequeSlot.swift
[90/421] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/421] Compiling x509_def.cc
[91/421] Compiling x509_cmp.cc
[92/421] Compiling DequeModule Deque+Testing.swift
[93/421] Compiling DequeModule Deque._Storage.swift
[95/421] Compiling DequeModule Deque._UnsafeHandle.swift
[96/421] Compiling DequeModule Deque.swift
[96/421] Compiling x509_d2.cc
[98/421] Emitting module DequeModule
[100/422] Compiling x509.cc
[102/422] Compiling x509_att.cc
[104/422] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[105/422] Compiling SwiftProtobuf Message+FieldMask.swift
[106/422] Compiling SwiftProtobuf Message+JSONAdditions.swift
[107/422] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[108/422] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[109/422] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[110/422] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[111/422] Compiling SwiftProtobuf Message.swift
[112/422] Compiling SwiftProtobuf MessageExtension.swift
[113/422] Compiling SwiftProtobuf NameMap.swift
[114/422] Compiling SwiftProtobuf PathDecoder.swift
[115/422] Compiling SwiftProtobuf PathVisitor.swift
[123/432] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[124/432] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[125/432] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[126/432] Compiling SwiftProtobuf HashVisitor.swift
[127/432] Compiling SwiftProtobuf Internal.swift
[128/432] Compiling SwiftProtobuf BytecodeInterpreter.swift
[129/432] Compiling SwiftProtobuf BytecodeReader.swift
[130/432] Compiling SwiftProtobuf CustomJSONCodable.swift
[131/432] Compiling SwiftProtobuf Decoder.swift
[132/432] Compiling SwiftProtobuf DoubleParser.swift
[133/432] Compiling SwiftProtobuf Enum.swift
[134/432] Compiling SwiftProtobuf ExtensibleMessage.swift
[135/432] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[136/432] Compiling SwiftProtobuf ExtensionFields.swift
[137/432] Compiling SwiftProtobuf ExtensionMap.swift
[138/432] Compiling SwiftProtobuf FieldTag.swift
[139/432] Compiling SwiftProtobuf FieldTypes.swift
[140/432] Compiling SwiftProtobuf JSONDecoder.swift
[141/432] Compiling SwiftProtobuf JSONDecodingError.swift
[142/432] Compiling SwiftProtobuf JSONDecodingOptions.swift
[143/432] Compiling SwiftProtobuf JSONEncoder.swift
[144/432] Compiling SwiftProtobuf JSONEncodingError.swift
[145/432] Compiling SwiftProtobuf JSONEncodingOptions.swift
[146/432] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[147/432] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[148/432] Compiling SwiftProtobuf JSONScanner.swift
[149/432] Compiling SwiftProtobuf MathUtils.swift
[150/432] Compiling SwiftProtobuf Message+AnyAdditions.swift
[151/432] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[151/432] Compiling v3_pmaps.cc
[152/432] Compiling v3_skey.cc
[153/432] Compiling v3_purp.cc
[154/432] Compiling v3_ocsp.cc
[155/432] Compiling v3_prn.cc
[156/432] Compiling v3_pcons.cc
[157/432] Compiling v3_utl.cc
[158/495] Compiling v3_int.cc
[159/495] Compiling v3_ncons.cc
[160/495] Compiling v3_lib.cc
[161/495] Compiling v3_info.cc
[162/495] Compiling v3_genn.cc
[163/495] Compiling v3_ia5.cc
[164/495] Compiling v3_extku.cc
[165/495] Compiling v3_conf.cc
[166/495] Compiling v3_bitst.cc
[167/495] Compiling v3_enum.cc
[168/495] Compiling v3_bcons.cc
[169/495] Compiling v3_crld.cc
[170/495] Compiling v3_cpols.cc
[172/495] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[173/495] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[174/495] Compiling SwiftProtobuf TextFormatScanner.swift
[175/495] Compiling SwiftProtobuf TimeUtils.swift
[176/495] Compiling SwiftProtobuf UnknownStorage.swift
[177/495] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[178/495] Compiling SwiftProtobuf Varint.swift
[179/495] Compiling SwiftProtobuf Version.swift
[180/495] Compiling SwiftProtobuf Visitor.swift
[181/495] Compiling SwiftProtobuf WireFormat.swift
[182/495] Compiling SwiftProtobuf ZigZag.swift
[183/495] Compiling SwiftProtobuf any.pb.swift
[184/495] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[185/495] Compiling NIOCore RecvByteBufferAllocator.swift
[186/495] Compiling SwiftProtobuf ProtobufMap.swift
[187/495] Compiling SwiftProtobuf SelectiveVisitor.swift
[188/495] Compiling SwiftProtobuf SimpleExtensionMap.swift
[189/495] Compiling SwiftProtobuf StringUtils.swift
[190/495] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[191/495] Compiling SwiftProtobuf SwiftProtobufError.swift
[192/495] Compiling SwiftProtobuf TextFormatDecoder.swift
[193/495] Compiling SwiftProtobuf TextFormatDecodingError.swift
[194/495] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[195/495] Compiling SwiftProtobuf TextFormatEncoder.swift
[196/495] Emitting module SwiftProtobuf
[197/495] Compiling NIOCore AddressedEnvelope.swift
[198/495] Compiling NIOCore AsyncAwaitSupport.swift
[199/495] Compiling NIOCore AsyncChannel.swift
[200/495] Compiling NIOCore AsyncChannelHandler.swift
[201/495] Compiling NIOCore AsyncChannelInboundStream.swift
[202/495] Compiling NIOCore AsyncChannelOutboundWriter.swift
[203/495] Compiling NIOCore NIOAsyncSequenceProducer.swift
[204/495] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[205/495] Compiling NIOCore NIOAsyncWriter.swift
[206/495] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[207/495] Compiling NIOCore BSDSocketAPI.swift
[208/495] Compiling NIOCore ByteBuffer-aux.swift
[209/495] Compiling NIOCore NIOCoreSendableMetatype.swift
[210/495] Compiling NIOCore NIODecodedAsyncSequence.swift
[211/495] Compiling NIOCore NIOLoopBound.swift
[212/495] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[213/495] Compiling NIOCore NIOScheduledCallback.swift
[214/495] Compiling NIOCore NIOSendable.swift
[216/503] Compiling v3_alt.cc
[217/503] Compiling v3_akeya.cc
[218/503] Compiling v3_akey.cc
[220/503] Compiling NIOCore EventLoopFuture+Deprecated.swift
[221/503] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[222/503] Compiling NIOCore EventLoopFuture.swift
[223/503] Compiling NIOCore FileDescriptor.swift
[224/503] Compiling NIOCore FileHandle.swift
[225/503] Compiling NIOCore FileRegion.swift
[226/503] Compiling NIOCore GlobalSingletons.swift
[227/503] Compiling NIOCore IO.swift
[228/503] Compiling NIOCore IOData.swift
[229/503] Compiling NIOCore IPProtocol.swift
[230/503] Compiling NIOCore IntegerBitPacking.swift
[231/503] Compiling NIOCore IntegerTypes.swift
[232/503] Compiling NIOCore Interfaces.swift
[233/503] Compiling NIOCore Linux.swift
[234/503] Compiling NIOCore MarkedCircularBuffer.swift
[235/503] Compiling NIOCore MulticastChannel.swift
[236/503] Compiling NIOCore NIOAny.swift
[237/503] Compiling NIOCore NIOCloseOnErrorHandler.swift
[238/503] Compiling SwiftProtobuf api.pb.swift
[239/503] Compiling SwiftProtobuf descriptor.pb.swift
[240/503] Compiling SwiftProtobuf duration.pb.swift
[241/503] Compiling SwiftProtobuf empty.pb.swift
[242/503] Compiling SwiftProtobuf field_mask.pb.swift
[243/503] Compiling SwiftProtobuf source_context.pb.swift
[244/503] Compiling SwiftProtobuf struct.pb.swift
[245/503] Compiling SwiftProtobuf timestamp.pb.swift
[246/503] Compiling SwiftProtobuf type.pb.swift
[247/503] Compiling SwiftProtobuf wrappers.pb.swift
[248/503] Compiling SwiftProtobuf resource_bundle_accessor.swift
[249/504] Compiling t_x509.cc
[250/504] Compiling t_req.cc
[252/504] Compiling NIOCore CircularBuffer.swift
[253/504] Compiling NIOCore Codec.swift
[254/504] Compiling NIOCore ConvenienceOptionSupport.swift
[255/504] Compiling NIOCore DeadChannel.swift
[256/504] Compiling NIOCore DispatchQueue+WithFuture.swift
[257/504] Compiling NIOCore EventLoop+Deprecated.swift
[258/504] Compiling NIOCore EventLoop+SerialExecutor.swift
[259/504] Compiling NIOCore EventLoop.swift
[260/504] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[260/504] Compiling t_x509a.cc
[261/504] Compiling t_crl.cc
[262/504] Wrapping AST for SwiftProtobuf for debugging
[264/582] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[265/582] Compiling NIOCore SocketAddresses.swift
[266/582] Compiling NIOCore SocketOptionProvider.swift
[267/582] Compiling NIOCore SystemCallHelpers.swift
[268/582] Compiling NIOCore TimeAmount+Duration.swift
[269/582] Compiling NIOCore TypeAssistedChannelHandler.swift
[270/582] Compiling NIOCore UniversalBootstrapSupport.swift
[271/582] Compiling NIOCore Utilities.swift
[272/582] 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 |
[273/582] 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 |
[274/582] 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 |
[275/582] 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 |
[276/582] 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 |
[277/582] 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 |
[278/582] 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 |
[278/589] Compiling name_print.cc
[280/589] Compiling SwiftProtobufPluginLibrary UnicodeScalar+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 |
[281/589] 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 |
[282/589] 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 |
[283/589] 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 |
[284/589] 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 |
[285/589] 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 |
[286/589] 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 |
[287/589] 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 |
[288/589] 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 |
[289/589] 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 |
[290/589] 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 |
[291/589] 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 |
[292/589] 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 |
[293/589] 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 |
[294/589] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[295/589] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[297/592] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[298/592] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[299/592] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[300/592] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[301/592] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[302/592] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[303/592] 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 |
[304/592] 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 |
[305/592] 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 |
[306/592] 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 |
[307/592] 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 |
[308/592] 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 |
[309/592] Compiling Connect Trailers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[312/592] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.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/592] Compiling SwiftProtobufPluginLibrary StringUtils.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/592] Compiling SwiftProtobufPluginLibrary SwiftLanguage.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 |
[316/592] Compiling policy.cc
[320/592] Compiling rsa_pss.cc
[322/592] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[323/592] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[324/592] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[325/592] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[325/592] Compiling i2d_pr.cc
[327/592] Emitting module SwiftProtobufPluginLibrary
[328/592] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[329/592] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[330/592] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[331/592] 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 |
[331/592] Compiling by_file.cc
[333/592] 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 |
[334/592] 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 |
[335/592] 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 |
[336/592] 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 |
[337/592] 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 |
[338/592] 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 |
[339/592] 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 |
[340/592] 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[349/592] Compiling Connect TimeoutTimer.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 |
[350/592] Compiling Connect ConnectError+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 |
[351/592] Compiling Connect Envelope.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 |
[352/592] Compiling Connect Headers+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 |
[353/592] 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 |
[354/592] 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 |
[355/592] 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 |
[356/592] 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 |
[366/592] Emitting module NIOCore
[366/592] Compiling by_dir.cc
[367/592] Compiling algorithm.cc
[368/592] Compiling a_verify.cc
[369/592] Compiling asn1_gen.cc
[370/592] Compiling pmbtoken.cc
[370/592] Compiling trust_token.cc
[370/592] Compiling voprf.cc
[370/592] Compiling a_digest.cc
[370/592] Compiling a_sign.cc
BUILD FAILURE 6.1 android