Build Information
Failed to build Connect, reference 1.2.2 (8e7abc), with Swift 6.1 for Linux on 31 Mar 2026 00:54:49 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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: 1.2.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/connectrpc/connect-swift
* tag 1.2.2 -> FETCH_HEAD
HEAD is now at 8e7abcd Update podspecs for 1.2.2 (#390)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
8e7abcdeae70cfeb27e13ecd2e6bddfe24fecd78
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.2.2
========================================
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.92.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.39.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.36.0",
"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/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-protobuf.git
[1/43147] Fetching swift-protobuf
[1727/55217] Fetching swift-protobuf, swift-nio-http2
[2711/70577] Fetching swift-protobuf, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.47s)
[31756/58507] Fetching swift-protobuf, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.28s)
[31066/43147] Fetching swift-protobuf
[40560/126115] Fetching swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-protobuf.git from cache (16.20s)
Fetched https://github.com/apple/swift-nio.git from cache (13.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (20.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (1.00s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.14s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.65s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/23277] Fetching swift-collections
[23278/28878] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.94s)
Fetched https://github.com/apple/swift-collections.git from cache (2.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.77s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (0.81s)
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.1
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.4
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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.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.97.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/473] Write sources
[9/473] Compiling aes-gcm-avx10-x86_64-apple.S
[10/473] Write sources
[12/473] Compiling aes-gcm-avx10-x86_64-linux.S
[13/473] Write sources
[28/473] Compiling _AtomicsShims.c
[29/473] Compiling CNIOWindows shim.c
[29/473] Compiling CNIOWindows WSAStartup.c
[31/473] Compiling CNIOPosix event_loop_id.c
[32/473] Compiling CNIOWASI CNIOWASI.c
[33/473] Compiling CNIOOpenBSD shim.c
[34/473] Compiling CNIOLinux liburing_shims.c
[35/473] Write swift-version-24593BA9C3E375BF.txt
[36/473] Compiling CNIOLLHTTP c_nio_http.c
[37/473] Compiling CNIOLinux shim.c
[38/479] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/479] Compiling x_x509a.cc
[40/480] Compiling x_spki.cc
[41/544] Compiling x_sig.cc
[42/563] Compiling CNIODarwin shim.c
[43/563] Compiling x_val.cc
[44/563] Compiling CNIOLLHTTP c_nio_api.c
[45/563] Compiling x_x509.cc
[46/563] Compiling fiat_curve25519_adx_square.S
[47/563] Compiling fiat_p256_adx_mul.S
[48/563] Compiling fiat_curve25519_adx_mul.S
[49/563] Compiling fiat_p256_adx_sqr.S
[50/581] Compiling CNIOBoringSSLShims shims.c
[51/581] Compiling tls_record.cc
[52/581] Compiling tls13_enc.cc
[53/581] Compiling tls_method.cc
[54/581] Compiling tls13_server.cc
[56/581] Compiling InternalCollectionsUtilities String+Padding.swift
[57/581] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/583] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[59/583] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[60/583] Compiling InternalCollectionsUtilities Integer rank.swift
[61/583] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/583] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/583] Emitting module _NIOBase64
[64/583] Compiling _NIOBase64 Base64.swift
[65/584] Compiling _NIODataStructures PriorityQueue.swift
[66/584] Compiling _NIODataStructures _TinyArray.swift
[67/584] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/584] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/584] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[70/584] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[71/584] Compiling InternalCollectionsUtilities Span+Extras.swift
[72/584] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/584] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/584] Emitting module InternalCollectionsUtilities
[75/584] Compiling InternalCollectionsUtilities Debugging.swift
[76/584] Compiling InternalCollectionsUtilities Descriptions.swift
[77/584] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/584] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/584] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/585] Compiling tls13_client.cc
[82/585] Compiling tls13_both.cc
[84/585] Emitting module _NIODataStructures
[85/585] Compiling _NIODataStructures Heap.swift
[86/586] Compiling t1_enc.cc
[87/586] Wrapping AST for _NIOBase64 for debugging
[89/597] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[90/597] Compiling SwiftProtobuf Message+FieldMask.swift
[91/597] Compiling SwiftProtobuf Message+JSONAdditions.swift
[92/597] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[93/597] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[94/597] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[95/597] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[96/597] Compiling SwiftProtobuf Message.swift
[97/597] Compiling SwiftProtobuf MessageExtension.swift
[98/597] Compiling SwiftProtobuf NameMap.swift
[99/597] Compiling SwiftProtobuf PathDecoder.swift
[100/597] Compiling SwiftProtobuf PathVisitor.swift
[100/630] Compiling ssl_x509.cc
[102/630] Compiling ContainersPreview RandomAccessContainer.swift
[103/630] Compiling ContainersPreview RangeExpression2.swift
[104/630] Compiling ContainersPreview RangeReplaceableContainer.swift
[105/630] Compiling ContainersPreview Drain+Map.swift
[105/634] Wrapping AST for _NIODataStructures for debugging
[107/634] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[108/634] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[109/634] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[110/634] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[111/634] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[112/634] Compiling ContainersPreview OutputSpan+Extras.swift
[113/634] Compiling ContainersPreview TemporaryAllocation.swift
[114/634] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[115/634] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[116/634] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[116/634] Compiling ssl_versions.cc
[118/634] Compiling ContainersPreview Drain+Reduce.swift
[119/634] Compiling ContainersPreview Drain.swift
[120/634] Compiling ContainersPreview Producer+Collect.swift
[121/634] Compiling ContainersPreview Producer+Filter.swift
[122/634] Compiling ContainersPreview Producer+Map.swift
[123/634] Compiling ContainersPreview Producer+Reduce.swift
[124/634] Compiling ContainersPreview Producer.swift
[125/634] Compiling ContainersPreview Borrow.swift
[125/634] Wrapping AST for InternalCollectionsUtilities for debugging
[127/634] Emitting module ContainersPreview
[128/634] Emitting module SwiftProtobuf
[129/634] Compiling ContainersPreview Container.swift
[130/634] Compiling ContainersPreview ContainerIterator.swift
[131/634] Compiling ContainersPreview DynamicContainer.swift
[132/634] Compiling ContainersPreview MutableContainer.swift
[133/634] Compiling ContainersPreview PermutableContainer.swift
[134/634] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[135/634] Compiling ContainersPreview BorrowingSequence.swift
[136/634] Compiling ContainersPreview BidirectionalContainer.swift
[137/634] Compiling ContainersPreview Container+Filter.swift
[138/634] Compiling ContainersPreview Container+SpanwiseZip.swift
[139/634] Compiling ContainersPreview Box.swift
[140/634] Compiling ContainersPreview Inout.swift
[141/634] Compiling ContainersPreview InputSpan.swift
[142/634] Compiling ContainersPreview Shared.swift
[143/635] Compiling ssl_stat.cc
[144/635] Compiling ssl_transcript.cc
[170/635] Compiling SwiftProtobuf JSONDecoder.swift
[171/635] Compiling SwiftProtobuf JSONDecodingError.swift
[172/635] Compiling SwiftProtobuf JSONDecodingOptions.swift
[173/635] Compiling SwiftProtobuf JSONEncoder.swift
[174/635] Compiling SwiftProtobuf JSONEncodingError.swift
[175/635] Compiling SwiftProtobuf JSONEncodingOptions.swift
[176/635] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[177/635] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[178/635] Compiling SwiftProtobuf JSONScanner.swift
[179/635] Compiling SwiftProtobuf MathUtils.swift
[180/635] Compiling SwiftProtobuf Message+AnyAdditions.swift
[181/635] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[181/635] Compiling ssl_session.cc
[182/635] Compiling ssl_file.cc
[183/635] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[184/635] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[185/635] Compiling SwiftProtobuf TextFormatScanner.swift
[186/635] Compiling SwiftProtobuf TimeUtils.swift
[187/635] Compiling SwiftProtobuf UnknownStorage.swift
[188/635] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[189/635] Compiling SwiftProtobuf Varint.swift
[190/635] Compiling SwiftProtobuf Version.swift
[191/635] Compiling SwiftProtobuf Visitor.swift
[192/635] Compiling SwiftProtobuf WireFormat.swift
[193/635] Compiling SwiftProtobuf ZigZag.swift
[194/635] Compiling SwiftProtobuf ProtoNameProviding.swift
[195/635] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[196/635] Compiling SwiftProtobuf ProtobufMap.swift
[197/635] Compiling SwiftProtobuf SelectiveVisitor.swift
[198/635] Compiling SwiftProtobuf SimpleExtensionMap.swift
[199/635] Compiling SwiftProtobuf StringUtils.swift
[200/635] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[201/635] Compiling SwiftProtobuf SwiftProtobufError.swift
[202/635] Compiling SwiftProtobuf TextFormatDecoder.swift
[203/635] Compiling SwiftProtobuf TextFormatDecodingError.swift
[204/635] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[205/635] Compiling SwiftProtobuf TextFormatEncoder.swift
[206/642] Wrapping AST for ContainersPreview for debugging
[207/675] Compiling ssl_key_share.cc
[209/675] Compiling DequeModule RigidDeque+Equatable.swift
[210/675] Compiling DequeModule RigidDeque+Experimental.swift
[211/675] Compiling DequeModule RigidDeque+Hashable.swift
[212/675] Compiling DequeModule RigidDeque+Initializers.swift
[213/675] Compiling DequeModule RigidDeque+Insertions.swift
[214/675] Compiling DequeModule RigidDeque+Prepend.swift
[214/680] Compiling ssl_cipher.cc
[215/680] Compiling ssl_privkey.cc
[216/680] Compiling ssl_credential.cc
[217/680] Compiling ssl_lib.cc
[219/680] Compiling DequeModule _DequeBuffer.swift
[220/680] Compiling DequeModule _DequeBufferHeader.swift
[221/680] Compiling DequeModule RigidDeque+Append.swift
[222/680] Compiling DequeModule RigidDeque+Consumption.swift
[223/680] Compiling DequeModule RigidDeque+Container.swift
[224/680] Compiling DequeModule RigidDeque+Descriptions.swift
[225/680] Compiling DequeModule UniqueDeque+Consumption.swift
[226/680] Compiling DequeModule UniqueDeque+Container.swift
[227/680] Compiling DequeModule UniqueDeque+Descriptions.swift
[228/680] Compiling DequeModule UniqueDeque+Equatable.swift
[229/680] Compiling DequeModule UniqueDeque+Experimental.swift
[230/680] Compiling DequeModule RigidDeque+Removals.swift
[231/680] Compiling DequeModule RigidDeque+Replacements.swift
[232/680] Compiling DequeModule RigidDeque+Testing.swift
[233/680] Compiling DequeModule RigidDeque.swift
[234/680] Compiling DequeModule UniqueDeque+Append.swift
[235/680] Compiling DequeModule UniqueDeque+Hashable.swift
[236/680] Compiling DequeModule UniqueDeque+Initializers.swift
[237/680] Compiling DequeModule UniqueDeque+Insertions.swift
[238/680] Compiling DequeModule UniqueDeque+Prepend.swift
[239/680] Compiling DequeModule UniqueDeque+Removals.swift
[240/680] Compiling DequeModule Deque+Codable.swift
[241/680] Compiling DequeModule Deque+Collection.swift
[242/680] Compiling DequeModule Deque+CustomReflectable.swift
[243/680] Compiling DequeModule Deque+Descriptions.swift
[244/680] Compiling DequeModule Deque+Equatable.swift
[245/680] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[258/680] Compiling DequeModule Deque+Extras.swift
[259/680] Compiling DequeModule Deque+Hashable.swift
[260/680] Compiling DequeModule Deque+Testing.swift
[261/680] Compiling DequeModule Deque._Storage.swift
[262/680] Compiling DequeModule Deque._UnsafeHandle.swift
[263/680] Compiling DequeModule Deque.swift
[263/680] Compiling ssl_aead_ctx.cc
[264/680] Compiling ssl_buffer.cc
[265/680] Compiling s3_pkt.cc
[266/680] Compiling ssl_cert.cc
[268/680] Compiling DequeModule UniqueDeque+Replacements.swift
[269/680] Compiling DequeModule UniqueDeque.swift
[270/680] Compiling DequeModule _DequeSlot.swift
[271/680] Compiling DequeModule _UnsafeDequeHandle.swift
[272/680] Compiling DequeModule _UnsafeDequeSegments.swift
[272/680] Compiling ssl_asn1.cc
[274/680] Emitting module DequeModule
[274/681] Compiling s3_lib.cc
[276/681] Compiling s3_both.cc
[277/681] Wrapping AST for DequeModule for debugging
[278/681] Compiling handshake_client.cc
[279/681] Compiling handshake_server.cc
[280/681] Compiling handshake.cc
[281/681] Compiling handoff.cc
[282/681] Compiling extensions.cc
[283/681] Compiling d1_srtp.cc
[284/681] Compiling dtls_record.cc
[285/681] Compiling encrypted_client_hello.cc
[286/681] Compiling md5-x86_64-linux.S
[287/681] Compiling d1_lib.cc
[288/681] Compiling md5-x86_64-apple.S
[289/681] Compiling dtls_method.cc
[290/681] Compiling md5-586-apple.S
[291/681] Compiling md5-586-linux.S
[292/681] Compiling d1_pkt.cc
[293/681] Compiling chacha20_poly1305_x86_64-linux.S
[294/681] Compiling chacha20_poly1305_armv8-win.S
[295/681] Compiling chacha20_poly1305_x86_64-apple.S
[296/681] Compiling chacha20_poly1305_armv8-linux.S
[297/681] Compiling err_data.cc
[298/681] Compiling d1_both.cc
[299/681] Compiling bio_ssl.cc
[300/681] Compiling chacha-x86_64-apple.S
[301/681] Compiling chacha20_poly1305_armv8-apple.S
[301/681] Compiling chacha-x86_64-linux.S
[303/681] Compiling chacha-x86-apple.S
[303/681] Compiling chacha-armv8-win.S
[303/681] Compiling chacha-armv8-apple.S
[303/681] Compiling chacha-armv8-linux.S
[303/681] Compiling aes128gcmsiv-x86_64-linux.S
[308/681] Compiling chacha-x86-linux.S
[309/681] Compiling chacha-armv4-linux.S
[310/681] Compiling x86_64-mont-apple.S
[311/681] Compiling x86-mont-apple.S
[312/681] Compiling x86-mont-linux.S
[313/681] Compiling aes128gcmsiv-x86_64-apple.S
[314/681] Compiling x86_64-mont5-apple.S
[315/681] Compiling x86_64-mont5-linux.S
[316/681] Compiling x86_64-mont-linux.S
[317/681] Compiling vpaes-x86_64-linux.S
[318/681] Compiling vpaes-x86-linux.S
[319/681] Compiling vpaes-armv8-linux.S
[320/681] Compiling vpaes-x86-apple.S
[321/681] Compiling vpaes-x86_64-apple.S
[321/681] Compiling vpaes-armv8-apple.S
[321/681] Compiling vpaes-armv8-win.S
[324/681] Compiling vpaes-armv7-linux.S
[325/681] Compiling sha512-armv8-linux.S
[326/681] Compiling sha512-x86_64-linux.S
[327/681] Compiling sha512-x86_64-apple.S
[328/681] Compiling sha512-armv8-win.S
[329/681] Compiling sha512-armv8-apple.S
[330/681] Compiling sha512-armv4-linux.S
[331/681] Compiling sha512-586-linux.S
[332/681] Compiling sha512-586-apple.S
[333/681] Compiling sha256-x86_64-linux.S
[334/681] Compiling sha256-x86_64-apple.S
[335/681] Compiling sha256-armv4-linux.S
[336/681] Compiling sha256-armv8-linux.S
[336/681] Compiling sha256-armv8-apple.S
[338/681] Compiling sha256-586-linux.S
[339/681] Compiling sha256-armv8-win.S
[340/681] Compiling sha1-x86_64-apple.S
[341/681] Compiling sha256-586-apple.S
[342/681] Compiling sha1-armv8-linux.S
[342/681] Compiling sha1-armv8-win.S
[342/681] Compiling sha1-x86_64-linux.S
[345/681] Compiling sha1-armv8-apple.S
[346/681] Compiling sha1-armv4-large-linux.S
[347/681] Compiling sha1-586-apple.S
[348/681] Compiling p256_beeu-x86_64-asm-linux.S
[349/681] Compiling rsaz-avx2-apple.S
[350/681] Compiling sha1-586-linux.S
[351/681] Compiling rdrand-x86_64-apple.S
[352/681] Compiling rsaz-avx2-linux.S
[353/681] Compiling rdrand-x86_64-linux.S
[354/681] Compiling p256_beeu-armv8-asm-apple.S
[355/681] Compiling p256_beeu-armv8-asm-win.S
[355/681] Compiling p256_beeu-armv8-asm-linux.S
[355/681] Compiling p256_beeu-x86_64-asm-apple.S
[358/681] Compiling p256-x86_64-asm-linux.S
[359/681] Compiling p256-x86_64-asm-apple.S
[360/681] Compiling p256-armv8-asm-win.S
[361/681] Compiling ghashv8-armv8-win.S
[362/681] Compiling p256-armv8-asm-linux.S
[363/681] Compiling p256-armv8-asm-apple.S
[364/681] Compiling ghashv8-armv8-apple.S
[365/681] Compiling ghashv8-armv8-linux.S
[366/681] Compiling ghash-x86_64-apple.S
[367/681] Compiling ghashv8-armv7-linux.S
[368/681] Compiling ghash-x86_64-linux.S
[369/681] Compiling ghash-x86-linux.S
[370/681] Compiling ghash-x86-apple.S
[371/681] Compiling ghash-ssse3-x86_64-linux.S
[372/681] Compiling ghash-ssse3-x86-linux.S
[373/681] Compiling ghash-ssse3-x86-apple.S
[374/681] Compiling ghash-ssse3-x86_64-apple.S
[374/681] Compiling ghash-neon-armv8-linux.S
[376/681] Compiling ghash-neon-armv8-apple.S
[377/681] Compiling ghash-neon-armv8-win.S
[378/681] Compiling ghash-armv4-linux.S
[379/681] Compiling bn-armv8-linux.S
[380/681] Compiling bn-armv8-win.S
[381/681] Compiling bn-armv8-apple.S
[382/681] Compiling co-586-apple.S
[383/681] Compiling co-586-linux.S
[384/681] Compiling bsaes-armv7-linux.S
[385/681] Compiling bn-586-apple.S
[386/681] Compiling bn-586-linux.S
[387/681] Compiling armv8-mont-win.S
[388/681] Compiling armv8-mont-linux.S
[389/681] Compiling armv8-mont-apple.S
[390/681] Compiling armv4-mont-linux.S
[391/681] Compiling aesv8-gcm-armv8-win.S
[392/681] Compiling aesv8-gcm-armv8-apple.S
[393/681] Compiling aesv8-armv8-apple.S
[394/681] Compiling aesv8-gcm-armv8-linux.S
[395/681] Compiling aesv8-armv8-win.S
[396/681] Compiling aesv8-armv8-linux.S
[397/681] Compiling aesv8-armv7-linux.S
[398/681] Compiling aesni-x86_64-linux.S
[399/681] Compiling aesni-gcm-x86_64-linux.S
[399/681] Compiling aesni-gcm-x86_64-apple.S
[399/681] Compiling aesni-x86-apple.S
[402/681] Compiling aes-gcm-avx2-x86_64-linux.S
[403/681] Compiling aesni-x86_64-apple.S
[404/681] Compiling aesni-x86-linux.S
[405/681] Compiling aes-gcm-avx2-x86_64-apple.S
[407/681] Compiling SwiftProtobuf any.pb.swift
[408/681] Compiling SwiftProtobuf api.pb.swift
[409/681] Compiling SwiftProtobuf descriptor.pb.swift
[410/681] Compiling SwiftProtobuf duration.pb.swift
[411/681] Compiling SwiftProtobuf empty.pb.swift
[412/681] Compiling SwiftProtobuf field_mask.pb.swift
[413/681] Compiling SwiftProtobuf source_context.pb.swift
[414/681] Compiling SwiftProtobuf struct.pb.swift
[415/681] Compiling SwiftProtobuf timestamp.pb.swift
[416/681] Compiling SwiftProtobuf type.pb.swift
[417/681] Compiling SwiftProtobuf wrappers.pb.swift
[418/682] Compiling x_exten.cc
[419/682] Compiling x_pubkey.cc
[420/682] Compiling x_crl.cc
[421/682] Compiling x_all.cc
[422/682] Wrapping AST for SwiftProtobuf for debugging
[423/682] Compiling x_req.cc
[424/682] Compiling x_name.cc
[425/682] Compiling x_attrib.cc
[427/759] 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 |
[428/759] 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 |
[429/759] 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 |
[430/759] 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 |
[431/759] 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 |
[432/759] 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 |
[433/759] 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 |
[434/766] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/766] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[436/766] 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 |
[437/766] 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 |
[438/766] 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 |
[439/766] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/766] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/766] 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 |
[442/766] 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 |
[443/766] 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 |
[444/766] 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 |
[445/766] 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 |
[446/766] 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 |
[447/766] 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 |
[448/766] 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 |
[449/766] 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 |
[450/766] 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 |
[451/766] 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 |
[452/766] 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 |
[453/766] 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 |
[454/766] 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 |
[455/766] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[456/766] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[458/769] 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 |
[459/769] 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 |
[460/769] 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 |
[461/769] 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 |
[462/769] 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 |
[463/769] 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 |
[464/769] 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 |
[465/769] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[466/769] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[467/769] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[468/769] 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 |
[468/769] Compiling x509rset.cc
[469/769] Compiling x509name.cc
[470/769] Compiling x509spki.cc
[471/769] Compiling x_algor.cc
[478/769] Compiling x509cset.cc
[480/769] Emitting module SwiftProtobufPluginLibrary
[480/769] Compiling x509_v3.cc
[481/769] Compiling x509_vpm.cc
[483/769] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[484/769] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[485/769] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[485/769] Compiling x509_trs.cc
[487/769] 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 |
[488/769] 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 |
[489/769] 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 |
[498/769] 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 |
[499/769] 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 |
[500/769] 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 |
[501/769] 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 |
[502/769] 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 |
[503/769] 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 |
[504/769] 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 |
[505/769] 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 |
[505/769] Compiling x509_txt.cc
[506/769] 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 |
[507/769] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+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 |
[508/769] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+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 |
[510/769] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+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 |
[511/769] 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 |
[511/769] Compiling x509_obj.cc
[515/769] Compiling x509_ext.cc
[515/769] Compiling x509_set.cc
[515/769] Compiling x509_req.cc
[519/769] Compiling x509_lu.cc
[519/769] Compiling x509_def.cc
[519/769] Compiling x509_vfy.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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/254] Compiling x509_lu.cc
[2/254] Compiling x509_d2.cc
[3/254] Write swift-version-24593BA9C3E375BF.txt
[4/254] Compiling x509_ext.cc
[5/254] Compiling x509_req.cc
[6/254] Compiling x509_def.cc
[7/254] Compiling x509_vfy.cc
[8/254] Compiling x509_cmp.cc
[9/254] Compiling x509_set.cc
[11/260] Compiling _NIODataStructures PriorityQueue.swift
[12/278] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[13/278] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[14/361] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[15/361] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[16/364] Emitting module _NIOBase64
[17/364] Compiling _NIODataStructures _TinyArray.swift
[18/364] Compiling _NIODataStructures Heap.swift
[19/364] Emitting module _NIODataStructures
[19/365] Compiling x509_att.cc
[22/364] Compiling SwiftProtobuf BytecodeInterpreter.swift
[23/364] Compiling SwiftProtobuf BytecodeReader.swift
[24/364] Compiling SwiftProtobuf CustomJSONCodable.swift
[24/364] Compiling x509.cc
[26/364] Compiling SwiftProtobuf Decoder.swift
[27/364] Compiling SwiftProtobuf DoubleParser.swift
[28/364] Compiling SwiftProtobuf Enum.swift
[29/364] Compiling _NIOBase64 Base64.swift
[30/365] Compiling SwiftProtobuf ExtensionMap.swift
[31/365] Compiling SwiftProtobuf FieldTag.swift
[33/365] Emitting module InternalCollectionsUtilities
[33/364] Compiling v3_skey.cc
[34/364] Compiling v3_utl.cc
[36/364] Compiling SwiftProtobuf FieldTypes.swift
[37/364] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[38/364] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[39/364] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[40/364] Compiling SwiftProtobuf ExtensibleMessage.swift
[41/364] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[42/364] Compiling SwiftProtobuf ExtensionFields.swift
[43/364] Compiling v3_purp.cc
[44/364] Compiling v3_prn.cc
[45/364] Compiling v3_pmaps.cc
[46/364] Compiling v3_ocsp.cc
[47/364] Compiling v3_pcons.cc
[49/397] Compiling ContainersPreview RandomAccessContainer.swift
[50/397] Compiling ContainersPreview RangeExpression2.swift
[51/397] Compiling ContainersPreview RangeReplaceableContainer.swift
[52/397] Compiling ContainersPreview Drain+Map.swift
[53/401] Compiling ContainersPreview Producer+Map.swift
[54/401] Compiling ContainersPreview Producer+Reduce.swift
[55/401] Compiling ContainersPreview Producer.swift
[56/401] Compiling ContainersPreview Borrow.swift
[57/401] Compiling ContainersPreview Drain+Reduce.swift
[58/401] Compiling ContainersPreview Drain.swift
[59/401] Compiling ContainersPreview Producer+Collect.swift
[60/401] Compiling ContainersPreview Producer+Filter.swift
[61/401] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[62/401] Compiling ContainersPreview BorrowingSequence.swift
[63/401] Compiling ContainersPreview BidirectionalContainer.swift
[64/401] Compiling ContainersPreview Container+Filter.swift
[65/401] Compiling ContainersPreview Container+SpanwiseZip.swift
[66/401] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[67/401] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[68/401] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[69/401] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[70/401] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[71/401] Compiling ContainersPreview Container.swift
[72/401] Compiling ContainersPreview ContainerIterator.swift
[73/401] Compiling ContainersPreview DynamicContainer.swift
[74/401] Compiling ContainersPreview MutableContainer.swift
[75/401] Compiling ContainersPreview PermutableContainer.swift
[76/401] Compiling ContainersPreview OutputSpan+Extras.swift
[77/401] Compiling ContainersPreview TemporaryAllocation.swift
[78/401] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[79/401] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[80/401] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[81/401] Emitting module ContainersPreview
[82/401] Compiling ContainersPreview Box.swift
[83/401] Compiling ContainersPreview Inout.swift
[84/401] Compiling ContainersPreview InputSpan.swift
[85/401] Compiling ContainersPreview Shared.swift
[85/402] Compiling v3_ncons.cc
[87/401] Compiling v3_lib.cc
[88/401] Compiling v3_int.cc
[90/401] Emitting module SwiftProtobuf
[91/452] Compiling DequeModule UniqueDeque+Hashable.swift
[92/452] Compiling DequeModule UniqueDeque+Initializers.swift
[93/452] Compiling DequeModule UniqueDeque+Insertions.swift
[94/452] Compiling DequeModule UniqueDeque+Prepend.swift
[95/452] Compiling DequeModule UniqueDeque+Removals.swift
[95/457] Compiling v3_ia5.cc
[97/457] Compiling DequeModule UniqueDeque+Consumption.swift
[98/457] Compiling DequeModule UniqueDeque+Container.swift
[99/457] Compiling DequeModule UniqueDeque+Descriptions.swift
[100/457] Compiling DequeModule UniqueDeque+Equatable.swift
[101/457] Compiling DequeModule UniqueDeque+Experimental.swift
[102/457] Compiling DequeModule RigidDeque+Equatable.swift
[103/457] Compiling DequeModule RigidDeque+Experimental.swift
[104/457] Compiling DequeModule RigidDeque+Hashable.swift
[105/457] Compiling DequeModule RigidDeque+Initializers.swift
[106/457] Compiling DequeModule RigidDeque+Insertions.swift
[107/457] Compiling DequeModule RigidDeque+Prepend.swift
[108/457] Compiling DequeModule RigidDeque+Removals.swift
[109/457] Compiling DequeModule RigidDeque+Replacements.swift
[110/457] Compiling DequeModule RigidDeque+Testing.swift
[111/457] Compiling DequeModule RigidDeque.swift
[112/457] Compiling DequeModule UniqueDeque+Append.swift
[113/457] Compiling DequeModule _DequeBuffer.swift
[114/457] Compiling DequeModule _DequeBufferHeader.swift
[115/457] Compiling DequeModule RigidDeque+Append.swift
[116/457] Compiling DequeModule RigidDeque+Consumption.swift
[117/457] Compiling DequeModule RigidDeque+Container.swift
[118/457] Compiling DequeModule RigidDeque+Descriptions.swift
[118/457] Compiling v3_info.cc
[119/457] Compiling v3_genn.cc
[120/457] Compiling v3_extku.cc
[121/457] Compiling v3_crld.cc
[123/457] Compiling SwiftProtobuf ProtoNameProviding.swift
[124/457] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[125/457] Compiling SwiftProtobuf ProtobufMap.swift
[126/457] Compiling SwiftProtobuf SelectiveVisitor.swift
[127/457] Compiling SwiftProtobuf SimpleExtensionMap.swift
[128/457] Compiling SwiftProtobuf StringUtils.swift
[129/457] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[130/457] Compiling SwiftProtobuf SwiftProtobufError.swift
[131/457] Compiling SwiftProtobuf TextFormatDecoder.swift
[132/457] Compiling SwiftProtobuf TextFormatDecodingError.swift
[133/457] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[134/457] Compiling SwiftProtobuf TextFormatEncoder.swift
[135/457] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[136/457] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[137/457] Compiling SwiftProtobuf TextFormatScanner.swift
[138/457] Compiling SwiftProtobuf TimeUtils.swift
[139/457] Compiling SwiftProtobuf UnknownStorage.swift
[140/457] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[141/457] Compiling SwiftProtobuf Varint.swift
[142/457] Compiling SwiftProtobuf Version.swift
[143/457] Compiling SwiftProtobuf Visitor.swift
[144/457] Compiling SwiftProtobuf WireFormat.swift
[145/457] Compiling SwiftProtobuf ZigZag.swift
[145/457] Compiling v3_enum.cc
[147/457] Compiling DequeModule Deque+Codable.swift
[148/457] Compiling DequeModule Deque+Collection.swift
[149/457] Compiling DequeModule Deque+CustomReflectable.swift
[150/457] Compiling DequeModule Deque+Descriptions.swift
[151/457] Compiling DequeModule Deque+Equatable.swift
[152/457] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[152/457] Compiling v3_conf.cc
[154/457] Compiling DequeModule Deque+Extras.swift
[155/457] Compiling DequeModule Deque+Hashable.swift
[156/457] Compiling DequeModule Deque+Testing.swift
[157/457] Compiling DequeModule Deque._Storage.swift
[158/457] Compiling DequeModule Deque._UnsafeHandle.swift
[159/457] Compiling DequeModule Deque.swift
[159/457] Compiling v3_cpols.cc
[196/457] Compiling v3_bitst.cc
[197/457] Compiling v3_bcons.cc
[198/457] Compiling v3_akey.cc
[200/457] Compiling DequeModule UniqueDeque+Replacements.swift
[201/457] Compiling DequeModule UniqueDeque.swift
[202/457] Compiling DequeModule _DequeSlot.swift
[203/457] Compiling DequeModule _UnsafeDequeHandle.swift
[204/457] Compiling DequeModule _UnsafeDequeSegments.swift
[205/457] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[206/457] Compiling SwiftProtobuf Message+FieldMask.swift
[207/457] Compiling SwiftProtobuf Message+JSONAdditions.swift
[208/457] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[209/457] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[210/457] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[211/457] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[212/457] Compiling SwiftProtobuf Message.swift
[213/457] Compiling SwiftProtobuf MessageExtension.swift
[214/457] Compiling SwiftProtobuf NameMap.swift
[215/457] Compiling SwiftProtobuf PathDecoder.swift
[216/457] Compiling SwiftProtobuf PathVisitor.swift
[225/457] Compiling SwiftProtobuf BinaryEncodingError.swift
[226/457] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[227/457] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[228/457] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[229/457] Emitting module DequeModule
[229/458] Compiling v3_akeya.cc
[231/458] Compiling v3_alt.cc
[232/458] Compiling t_x509.cc
[233/458] Compiling t_crl.cc
[234/457] Compiling t_x509a.cc
[235/457] Compiling policy.cc
[236/457] Compiling t_req.cc
[237/457] Compiling i2d_pr.cc
[238/457] Compiling rsa_pss.cc
[239/457] Compiling by_file.cc
[240/457] Compiling name_print.cc
[241/457] Compiling by_dir.cc
[242/457] Compiling a_verify.cc
[243/457] Compiling asn1_gen.cc
[244/457] Compiling algorithm.cc
[245/457] Compiling a_digest.cc
[246/457] Compiling voprf.cc
[247/457] Compiling trust_token.cc
[248/457] Compiling a_sign.cc
[249/457] Compiling thread_win.cc
[250/457] Compiling thread_pthread.cc
[251/457] Compiling thread.cc
[252/457] Compiling thread_none.cc
[253/457] Compiling siphash.cc
[254/457] Compiling sha512.cc
[255/457] Compiling stack.cc
[256/457] Compiling pmbtoken.cc
[257/457] Compiling sha256.cc
[258/457] Compiling slhdsa.cc
[259/457] Compiling sha1.cc
[260/457] Compiling spake2plus.cc
[261/457] Compiling rsa_extra.cc
[262/457] Compiling rsa_crypt.cc
[263/457] Compiling refcount.cc
[264/457] Compiling rsa_print.cc
[265/457] Compiling rc4.cc
[266/457] Compiling trusty.cc
[267/457] Compiling rand.cc
[268/457] Compiling passive.cc
[269/457] Compiling windows.cc
[270/457] Compiling rsa_asn1.cc
[271/457] Compiling urandom.cc
[272/457] Compiling ios.cc
[273/457] Compiling poly1305_arm_asm.S
[274/457] Compiling getentropy.cc
[275/457] Compiling deterministic.cc
[276/457] Compiling forkunsafe.cc
[277/457] Compiling fork_detect.cc
[278/457] Compiling poly1305_arm.cc
[279/457] Compiling poly1305_vec.cc
[280/457] Compiling pool.cc
[281/457] Compiling poly1305.cc
[282/457] Compiling pkcs7.cc
[284/457] Compiling SwiftProtobuf any.pb.swift
[285/457] Compiling SwiftProtobuf api.pb.swift
[286/457] Compiling SwiftProtobuf descriptor.pb.swift
[287/457] Compiling SwiftProtobuf duration.pb.swift
[288/457] Compiling SwiftProtobuf empty.pb.swift
[289/457] Compiling SwiftProtobuf field_mask.pb.swift
[290/457] Compiling SwiftProtobuf source_context.pb.swift
[291/457] Compiling SwiftProtobuf struct.pb.swift
[292/457] Compiling SwiftProtobuf timestamp.pb.swift
[293/457] Compiling SwiftProtobuf type.pb.swift
[294/457] Compiling SwiftProtobuf wrappers.pb.swift
[295/458] Compiling p5_pbev2.cc
[296/458] Compiling pem_xaux.cc
[297/482] Compiling pkcs8_x509.cc
[298/482] Compiling pkcs8.cc
[299/482] Compiling pem_pkey.cc
[300/482] Compiling pkcs7_x509.cc
[301/482] Wrapping AST for SwiftProtobuf for debugging
[302/535] Compiling pem_x509.cc
[304/535] Compiling Connect ConnectError+GRPC.swift
[305/535] Compiling Connect Envelope.swift
[306/535] Compiling Connect Headers+GRPC.swift
[307/535] Compiling Connect ClientOnlyAsyncStream.swift
[308/535] Compiling Connect ClientOnlyStream.swift
[309/535] Compiling Connect TimeoutTimer.swift
[310/535] Compiling Connect Trailers+gRPC.swift
[311/535] Compiling Connect ProtocolClient.swift
[312/535] Compiling Connect URLSessionHTTPClient.swift
[313/538] Compiling Connect status.pb.swift
[314/538] Compiling Connect ConnectInterceptor.swift
[315/538] Compiling Connect GRPCWebInterceptor.swift
[316/538] Compiling Connect InterceptorChain.swift
[317/538] Compiling Connect BidirectionalAsyncStream.swift
[318/538] Compiling Connect BidirectionalStream.swift
[319/538] 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 |
[320/538] 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 |
[321/538] 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 |
[322/538] 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 |
[323/538] 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 |
[324/538] 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 |
[325/538] 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 |
[326/538] 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 |
[327/538] 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 |
[328/538] 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 |
[329/538] 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 |
[330/538] 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 |
[331/538] 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 |
[332/538] 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 |
[333/545] 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 |
[334/545] 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 |
[335/545] 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 |
[336/545] 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 |
[337/545] 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 |
[338/545] 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 |
[339/545] 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 |
[340/545] 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 |
[341/545] 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 |
[342/545] Compiling Connect Cancelable.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/545] 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 |
[344/545] 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 |
[345/545] 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 |
[346/545] 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 |
[347/545] 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 |
[348/545] 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 |
[349/545] 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 |
[350/545] 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 |
[351/545] 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 |
[352/545] 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 |
[353/545] 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 |
[353/545] Compiling pem_pk8.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[355/545] 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 |
[355/545] Compiling obj_xref.cc
[357/545] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[359/545] Compiling pem_oth.cc
[360/545] Compiling pem_info.cc
[361/545] Compiling pem_all.cc
[362/545] Compiling pem_lib.cc
[363/545] Compiling mlkem.cc
[364/545] Compiling mldsa.cc
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[374/545] Compiling Connect ClientOnlyStreamValidation.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[375/545] Compiling Connect ConnectEndStreamResponse.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[376/545] Compiling Connect ServerOnlyAsyncStream.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[377/545] Compiling Connect ServerOnlyStream.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[378/545] 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 |
[379/545] 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 |
[380/545] 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 |
[381/545] 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 |
[389/545] Compiling mem.cc
[390/545] Compiling md5.cc
[391/545] Compiling obj.cc
[392/545] Compiling md4.cc
[393/545] Compiling fips_shared_support.cc
[394/545] Compiling lhash.cc
[395/545] Compiling poly_rq_mul.S
[396/545] Compiling sign.cc
[396/545] Compiling hrss.cc
[397/545] Emitting module SwiftProtobufPluginLibrary
[397/545] Compiling ex_data.cc
[397/545] Compiling bcm.cc
[397/545] Compiling hpke.cc
[397/545] Compiling kyber.cc
BUILD FAILURE 6.1 linux