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