The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Connect, reference 1.2.0 (8ff57d), with Swift 6.1 for Linux on 10 Oct 2025 17:56:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: 1.2.0
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.0      -> FETCH_HEAD
HEAD is now at 8ff57da Update podspecs for 1.2.0 release (#371)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
8ff57dad962668357af2959fdd63868682f3053e
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.2.0
========================================
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-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
[1/11700] Fetching swift-nio-http2
[2107/26831] Fetching swift-nio-http2, swift-nio-ssl
[5079/105965] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[21689/146284] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (17.17s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (17.20s)
Fetched https://github.com/apple/swift-protobuf.git from cache (17.23s)
Fetched https://github.com/apple/swift-nio.git from cache (17.28s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (17.81s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.32.0 (1.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (1.04s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5049] Fetching swift-system
[5050/23202] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[2905/18153] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.98s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.32.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.86.2
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
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
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v32.1/protoc-32.1.artifactbundle.zip
[907/15654937] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v32.1/protoc-32.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v32.1/protoc-32.1.artifactbundle.zip (1.70s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/472] Write sources
[2/472] Copying PrivacyInfo.xcprivacy
[2/472] Write sources
[27/472] Compiling chacha20_poly1305_armv8-apple.S
[28/472] Compiling chacha-x86-linux.S
[29/472] Compiling _AtomicsShims.c
[30/472] Compiling CNIOWindows shim.c
[31/472] Compiling chacha-x86_64-linux.S
[31/472] Compiling CNIOWASI CNIOWASI.c
[33/472] Compiling chacha-x86_64-apple.S
[34/472] Compiling chacha-x86-apple.S
[35/472] Compiling CNIOLinux liburing_shims.c
[36/472] Compiling CNIOWindows WSAStartup.c
[37/472] Compiling CNIOPosix event_loop_id.c
[38/472] Compiling CNIODarwin shim.c
[39/472] Compiling CNIOLLHTTP c_nio_http.c
[40/472] Compiling fiat_p256_adx_sqr.S
[41/472] Compiling CNIOLinux shim.c
[42/472] Compiling fiat_p256_adx_mul.S
[43/472] Compiling fiat_curve25519_adx_square.S
[44/472] Compiling CNIOLLHTTP c_nio_api.c
[45/472] Compiling fiat_curve25519_adx_mul.S
[46/472] Write swift-version-24593BA9C3E375BF.txt
[47/472] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/476] Compiling CNIOBoringSSLShims shims.c
[49/478] Compiling tls13_both.cc
[50/478] Compiling tls_record.cc
[51/478] Compiling tls13_client.cc
[52/478] Compiling tls_method.cc
[53/547] Compiling tls13_enc.cc
[54/555] Compiling tls13_server.cc
[55/579] Compiling t1_enc.cc
[56/579] Compiling ssl_versions.cc
[57/579] Compiling ssl_transcript.cc
[58/579] Compiling ssl_x509.cc
[60/579] Compiling SwiftProtobuf AnyUnpackError.swift
[61/579] Compiling SwiftProtobuf AsyncMessageSequence.swift
[62/581] Compiling SwiftProtobuf Internal.swift
[63/581] Compiling SwiftProtobuf AnyMessageStorage.swift
[64/581] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[65/581] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[66/581] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[67/581] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[68/581] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[69/581] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[70/581] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[71/581] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[72/581] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[72/581] Compiling ssl_stat.cc
[74/581] Emitting module InternalCollectionsUtilities
[75/581] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[76/581] Compiling SwiftProtobuf HashVisitor.swift
[77/581] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[78/581] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[79/582] Compiling _NIODataStructures _TinyArray.swift
[80/582] Emitting module _NIOBase64
[81/582] Compiling _NIOBase64 Base64.swift
[82/582] Compiling _NIODataStructures PriorityQueue.swift
[85/583] Compiling _NIODataStructures Heap.swift
[86/583] Emitting module _NIODataStructures
[87/584] Compiling ssl_session.cc
[88/584] Wrapping AST for _NIOBase64 for debugging
[89/599] Wrapping AST for _NIODataStructures for debugging
[90/599] Wrapping AST for InternalCollectionsUtilities for debugging
[91/599] Compiling ssl_privkey.cc
[93/599] Compiling DequeModule _DequeBuffer.swift
[94/599] Compiling DequeModule _DequeBufferHeader.swift
[95/601] Compiling DequeModule Deque+Equatable.swift
[96/601] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/601] Compiling DequeModule Deque+CustomReflectable.swift
[98/601] Compiling DequeModule Deque+Descriptions.swift
[98/601] Compiling ssl_lib.cc
[100/601] Compiling DequeModule _DequeSlot.swift
[101/601] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/601] Emitting module SwiftProtobuf
[103/612] Compiling DequeModule Deque+Extras.swift
[104/612] Compiling DequeModule Deque+Hashable.swift
[105/612] Compiling DequeModule Deque._UnsafeHandle.swift
[106/612] Compiling DequeModule Deque.swift
[107/612] Compiling DequeModule Deque+Testing.swift
[108/612] Compiling DequeModule Deque._Storage.swift
[109/612] Compiling DequeModule Deque+Codable.swift
[110/612] Compiling DequeModule Deque+Collection.swift
[111/612] Emitting module DequeModule
[112/613] Compiling ssl_file.cc
[113/613] Compiling ssl_key_share.cc
[126/613] Wrapping AST for DequeModule for debugging
[128/613] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[129/613] Compiling SwiftProtobuf Message+FieldMask.swift
[130/613] Compiling SwiftProtobuf Message+JSONAdditions.swift
[131/613] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[132/613] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[133/613] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[134/613] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[135/613] Compiling SwiftProtobuf Message.swift
[136/613] Compiling SwiftProtobuf MessageExtension.swift
[137/613] Compiling SwiftProtobuf NameMap.swift
[138/613] Compiling SwiftProtobuf PathDecoder.swift
[139/613] Compiling SwiftProtobuf PathVisitor.swift
[140/613] Compiling SwiftProtobuf ProtoNameProviding.swift
[141/613] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[142/613] Compiling SwiftProtobuf ProtobufMap.swift
[143/613] Compiling SwiftProtobuf SelectiveVisitor.swift
[144/613] Compiling SwiftProtobuf SimpleExtensionMap.swift
[145/613] Compiling SwiftProtobuf StringUtils.swift
[146/613] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[147/613] Compiling SwiftProtobuf SwiftProtobufError.swift
[148/613] Compiling SwiftProtobuf TextFormatDecoder.swift
[149/613] Compiling SwiftProtobuf TextFormatDecodingError.swift
[150/613] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[151/613] Compiling SwiftProtobuf TextFormatEncoder.swift
[151/613] Compiling ssl_cipher.cc
[152/613] Compiling ssl_credential.cc
[153/613] Compiling ssl_cert.cc
[155/613] Compiling SwiftProtobuf JSONDecoder.swift
[156/613] Compiling SwiftProtobuf JSONDecodingError.swift
[157/613] Compiling SwiftProtobuf JSONDecodingOptions.swift
[158/613] Compiling SwiftProtobuf JSONEncoder.swift
[159/613] Compiling SwiftProtobuf JSONEncodingError.swift
[160/613] Compiling SwiftProtobuf JSONEncodingOptions.swift
[161/613] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[162/613] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[163/613] Compiling SwiftProtobuf JSONScanner.swift
[164/613] Compiling SwiftProtobuf MathUtils.swift
[165/613] Compiling SwiftProtobuf Message+AnyAdditions.swift
[166/613] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[167/613] Compiling SwiftProtobuf BytecodeInterpreter.swift
[168/613] Compiling SwiftProtobuf BytecodeReader.swift
[169/613] Compiling SwiftProtobuf CustomJSONCodable.swift
[170/613] Compiling SwiftProtobuf Decoder.swift
[171/613] Compiling SwiftProtobuf DoubleParser.swift
[172/613] Compiling SwiftProtobuf Enum.swift
[173/613] Compiling SwiftProtobuf ExtensibleMessage.swift
[174/613] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[175/613] Compiling SwiftProtobuf ExtensionFields.swift
[176/613] Compiling SwiftProtobuf ExtensionMap.swift
[177/613] Compiling SwiftProtobuf FieldTag.swift
[178/613] Compiling SwiftProtobuf FieldTypes.swift
[179/613] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[180/613] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[181/613] Compiling SwiftProtobuf TextFormatScanner.swift
[182/613] Compiling SwiftProtobuf TimeUtils.swift
[183/613] Compiling SwiftProtobuf UnknownStorage.swift
[184/613] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[185/613] Compiling SwiftProtobuf Varint.swift
[186/613] Compiling SwiftProtobuf Version.swift
[187/613] Compiling SwiftProtobuf Visitor.swift
[188/613] Compiling SwiftProtobuf WireFormat.swift
[189/613] Compiling SwiftProtobuf ZigZag.swift
[190/613] Compiling SwiftProtobuf any.pb.swift
[190/613] Compiling ssl_buffer.cc
[197/613] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[198/613] Compiling SwiftProtobuf BinaryDelimited.swift
[199/613] Compiling SwiftProtobuf BinaryEncoder.swift
[200/613] Compiling SwiftProtobuf BinaryEncodingError.swift
[201/613] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[202/613] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[203/613] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[203/613] Compiling ssl_aead_ctx.cc
[204/613] Compiling ssl_asn1.cc
[205/613] Compiling s3_pkt.cc
[206/613] Compiling s3_lib.cc
[207/613] Compiling s3_both.cc
[208/613] Compiling handshake_client.cc
[209/613] Compiling handshake_server.cc
[210/613] Compiling handshake.cc
[211/613] Compiling handoff.cc
[212/613] Compiling encrypted_client_hello.cc
[213/613] Compiling extensions.cc
[214/613] Compiling dtls_method.cc
[215/613] Compiling dtls_record.cc
[216/613] Compiling md5-x86_64-linux.S
[217/613] Compiling md5-586-linux.S
[218/613] Compiling md5-x86_64-apple.S
[219/613] Compiling md5-586-apple.S
[220/613] Compiling d1_srtp.cc
[221/613] Compiling chacha20_poly1305_x86_64-apple.S
[222/613] Compiling chacha20_poly1305_x86_64-linux.S
[223/613] Compiling chacha20_poly1305_armv8-win.S
[224/613] Compiling chacha20_poly1305_armv8-linux.S
[225/613] Compiling chacha-armv8-win.S
[226/613] Compiling chacha-armv8-linux.S
[227/613] Compiling chacha-armv8-apple.S
[228/613] Compiling err_data.cc
[229/613] Compiling chacha-armv4-linux.S
[230/613] Compiling aes128gcmsiv-x86_64-linux.S
[231/613] Compiling aes128gcmsiv-x86_64-apple.S
[232/613] Compiling x86_64-mont5-apple.S
[233/613] Compiling x86_64-mont5-linux.S
[234/613] Compiling x86_64-mont-linux.S
[235/613] Compiling x86_64-mont-apple.S
[236/613] Compiling x86-mont-linux.S
[237/613] Compiling x86-mont-apple.S
[238/613] Compiling vpaes-x86_64-linux.S
[239/613] Compiling vpaes-x86_64-apple.S
[240/613] Compiling vpaes-x86-apple.S
[241/613] Compiling vpaes-x86-linux.S
[242/613] Compiling vpaes-armv8-win.S
[243/613] Compiling vpaes-armv8-apple.S
[244/613] Compiling vpaes-armv8-linux.S
[245/613] Compiling vpaes-armv7-linux.S
[246/613] Compiling sha512-x86_64-linux.S
[247/613] Compiling sha512-x86_64-apple.S
[248/613] Compiling sha512-armv8-win.S
[249/613] Compiling sha512-armv8-apple.S
[250/613] Compiling sha512-armv8-linux.S
[251/613] Compiling sha512-armv4-linux.S
[252/613] Compiling sha512-586-linux.S
[253/613] Compiling sha512-586-apple.S
[254/613] Compiling sha256-x86_64-apple.S
[255/613] Compiling sha256-armv8-win.S
[255/613] Compiling sha256-x86_64-linux.S
[257/613] Compiling bio_ssl.cc
[258/613] Compiling sha256-armv8-linux.S
[259/613] Compiling sha256-armv8-apple.S
[260/613] Compiling sha256-586-linux.S
[261/613] Compiling sha256-armv4-linux.S
[262/613] Compiling sha256-586-apple.S
[263/613] Compiling sha1-x86_64-apple.S
[264/613] Compiling sha1-armv8-linux.S
[265/613] Compiling sha1-armv8-win.S
[266/613] Compiling d1_pkt.cc
[267/613] Compiling sha1-x86_64-linux.S
[268/613] Compiling sha1-armv8-apple.S
[269/613] Compiling d1_lib.cc
[270/613] Compiling sha1-armv4-large-linux.S
[271/613] Compiling sha1-586-linux.S
[272/613] Compiling rsaz-avx2-linux.S
[273/613] Compiling sha1-586-apple.S
[274/613] Compiling rsaz-avx2-apple.S
[275/613] Compiling rdrand-x86_64-apple.S
[276/613] Compiling rdrand-x86_64-linux.S
[277/613] Compiling p256_beeu-x86_64-asm-linux.S
[278/613] Compiling d1_both.cc
[279/613] Compiling p256_beeu-armv8-asm-linux.S
[280/613] Compiling p256_beeu-x86_64-asm-apple.S
[281/613] Compiling p256_beeu-armv8-asm-win.S
[282/613] Compiling p256_beeu-armv8-asm-apple.S
[283/613] Compiling p256-armv8-asm-win.S
[284/613] Compiling p256-armv8-asm-apple.S
[285/613] Compiling p256-x86_64-asm-linux.S
[286/613] Compiling ghashv8-armv8-win.S
[286/613] Compiling p256-armv8-asm-linux.S
[288/613] Compiling p256-x86_64-asm-apple.S
[289/613] Compiling ghashv8-armv8-linux.S
[290/613] Compiling ghashv8-armv7-linux.S
[291/613] Compiling ghashv8-armv8-apple.S
[292/613] Compiling ghash-x86-apple.S
[293/613] Compiling ghash-x86-linux.S
[294/613] Compiling ghash-x86_64-linux.S
[295/613] Compiling ghash-x86_64-apple.S
[296/613] Compiling ghash-ssse3-x86-linux.S
[297/613] Compiling ghash-ssse3-x86_64-linux.S
[298/613] Compiling ghash-ssse3-x86_64-apple.S
[299/613] Compiling ghash-ssse3-x86-apple.S
[300/613] Compiling ghash-neon-armv8-linux.S
[301/613] Compiling ghash-neon-armv8-apple.S
[302/613] Compiling ghash-neon-armv8-win.S
[303/613] Compiling co-586-linux.S
[304/613] Compiling ghash-armv4-linux.S
[305/613] Compiling bn-armv8-win.S
[306/613] Compiling bsaes-armv7-linux.S
[307/613] Compiling bn-armv8-apple.S
[308/613] Compiling bn-armv8-linux.S
[309/613] Compiling co-586-apple.S
[309/613] Compiling bn-586-linux.S
[311/613] Compiling bn-586-apple.S
[312/613] Compiling armv8-mont-win.S
[313/613] Compiling armv8-mont-linux.S
[314/613] Compiling armv8-mont-apple.S
[315/613] Compiling aesv8-gcm-armv8-win.S
[316/613] Compiling armv4-mont-linux.S
[317/613] Compiling aesv8-gcm-armv8-linux.S
[318/613] Compiling aesv8-armv8-win.S
[319/613] Compiling aesv8-armv8-linux.S
[320/613] Compiling aesv8-gcm-armv8-apple.S
[321/613] Compiling aesv8-armv8-apple.S
[322/613] Compiling aesv8-armv7-linux.S
[323/613] Compiling aesni-x86-apple.S
[324/613] Compiling aesni-x86_64-apple.S
[325/613] Compiling aesni-gcm-x86_64-linux.S
[326/613] Compiling aesni-x86-linux.S
[326/613] Compiling aesni-x86_64-linux.S
[328/613] Compiling aesni-gcm-x86_64-apple.S
[329/613] Compiling aes-gcm-avx2-x86_64-linux.S
[330/613] Compiling aes-gcm-avx10-x86_64-linux.S
[331/613] Compiling aes-gcm-avx10-x86_64-apple.S
[332/613] Compiling aes-gcm-avx2-x86_64-apple.S
[333/613] Compiling x_sig.cc
[334/613] Compiling x_val.cc
[335/613] Compiling x_x509a.cc
[336/613] Compiling x_req.cc
[337/613] Compiling x_pubkey.cc
[338/613] Compiling x_x509.cc
[339/613] Compiling x_spki.cc
[340/613] Compiling x_name.cc
[341/613] Compiling x_exten.cc
[342/613] Compiling x_crl.cc
[343/613] Compiling x_attrib.cc
[344/613] Compiling x509spki.cc
[345/613] Compiling x_algor.cc
[346/613] Compiling x_all.cc
[347/613] Compiling x509rset.cc
[348/613] Compiling x509name.cc
[349/613] Compiling x509cset.cc
[350/613] Compiling x509_vpm.cc
[351/613] Compiling x509_v3.cc
[352/613] Compiling x509_vfy.cc
[353/613] Compiling x509_txt.cc
[354/613] Compiling x509_trs.cc
[355/613] Compiling x509_obj.cc
[356/613] Compiling x509_set.cc
[357/613] Compiling x509_req.cc
[358/613] Compiling x509_ext.cc
[359/613] Compiling x509_lu.cc
[360/613] Compiling x509_def.cc
[361/613] Compiling x509_d2.cc
[363/613] Compiling SwiftProtobuf api.pb.swift
[364/613] Compiling SwiftProtobuf descriptor.pb.swift
[365/613] Compiling SwiftProtobuf duration.pb.swift
[366/613] Compiling SwiftProtobuf empty.pb.swift
[367/613] Compiling SwiftProtobuf field_mask.pb.swift
[368/613] Compiling SwiftProtobuf source_context.pb.swift
[369/613] Compiling SwiftProtobuf struct.pb.swift
[370/613] Compiling SwiftProtobuf timestamp.pb.swift
[371/613] Compiling SwiftProtobuf type.pb.swift
[372/613] Compiling SwiftProtobuf wrappers.pb.swift
[373/613] Compiling SwiftProtobuf resource_bundle_accessor.swift
[373/614] Compiling x509_cmp.cc
[374/614] Compiling x509_att.cc
[375/614] Compiling v3_skey.cc
[377/614] Compiling x509.cc
[378/614] Compiling v3_utl.cc
[379/614] Compiling v3_prn.cc
[380/614] Compiling v3_purp.cc
[381/615] Wrapping AST for SwiftProtobuf for debugging
[382/692] Compiling v3_pmaps.cc
[384/692] Compiling Connect Locked.swift
[385/692] Compiling Connect TimeoutTimer.swift
[386/692] Compiling Connect ConnectError+GRPC.swift
[386/695] Compiling v3_ocsp.cc
[387/695] Compiling v3_pcons.cc
[389/695] Compiling Connect ClientOnlyStreamValidation.swift
[390/695] Compiling Connect ConnectEndStreamResponse.swift
[391/695] Compiling Connect ServerOnlyAsyncStream.swift
[392/695] Compiling Connect Envelope.swift
[393/695] Compiling Connect Headers+GRPC.swift
[394/695] Compiling Connect Trailers+gRPC.swift
[395/695] Compiling Connect ProtocolClient.swift
[396/695] Compiling Connect URLSessionHTTPClient.swift
[397/695] Compiling Connect JSONCodec.swift
[397/695] Compiling v3_lib.cc
[398/695] Compiling v3_ncons.cc
[400/695] Emitting module SwiftProtobufPluginLibrary
[401/695] Compiling Connect ServerOnlyStream.swift
[402/695] Compiling Connect URLSessionStream.swift
[403/695] Compiling Connect UnaryAsyncWrapper.swift
[404/695] Compiling Connect Lock.swift
[404/695] Compiling v3_int.cc
[405/695] Compiling v3_info.cc
[407/695] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[408/695] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[409/695] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[409/695] Compiling v3_ia5.cc
[410/695] Compiling v3_genn.cc
[411/695] Compiling v3_extku.cc
[412/695] Compiling v3_enum.cc
[413/695] Compiling v3_crld.cc
[414/695] Compiling v3_bitst.cc
[416/695] 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 |
[417/695] 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 |
[418/695] 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 |
[419/695] 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 |
[420/695] 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 |
[421/695] 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 |
[422/695] 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 |
[423/702] 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 |
[424/702] 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 |
[425/702] 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 |
[426/702] 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 |
[427/702] 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 |
[428/702] 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 |
[429/702] 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 |
[430/702] 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 |
[431/702] 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 |
[432/702] 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 |
[433/702] 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 |
[434/702] 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 |
[435/702] 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 |
[436/702] 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 |
[437/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 |
[438/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 |
[439/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 |
[440/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 |
[441/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 |
[442/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 |
[443/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 |
[443/702] Compiling v3_cpols.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 |
[453/702] Compiling Connect status.pb.swift
[454/702] Compiling Connect ConnectInterceptor.swift
[455/702] Compiling Connect GRPCWebInterceptor.swift
[456/702] Compiling Connect InterceptorChain.swift
[457/702] Compiling Connect BidirectionalAsyncStream.swift
[458/702] Compiling Connect BidirectionalStream.swift
[459/702] Compiling Connect ClientOnlyAsyncStream.swift
[460/702] Compiling Connect ClientOnlyStream.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[461/703] Emitting module Connect
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[473/703] 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 |
[474/703] 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 |
[475/703] 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 |
[476/703] 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 |
[477/703] Compiling v3_conf.cc
[478/703] Compiling v3_bcons.cc
[479/703] Compiling v3_alt.cc
[480/703] Compiling v3_akey.cc
[481/703] Compiling v3_akeya.cc
[482/703] Compiling t_x509a.cc
[483/703] Wrapping AST for SwiftProtobufPluginLibrary for debugging
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[492/704] Compiling t_x509.cc
[493/709] Compiling name_print.cc
[493/709] Compiling policy.cc
[493/709] Compiling rsa_pss.cc
[493/709] Compiling t_req.cc
[493/709] Compiling i2d_pr.cc
[493/709] Compiling t_crl.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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/218] Compiling i2d_pr.cc
[2/218] Write swift-version-24593BA9C3E375BF.txt
[3/218] Compiling t_crl.cc
[4/218] Compiling name_print.cc
[5/218] Compiling rsa_pss.cc
[6/218] Compiling by_file.cc
[7/218] Compiling t_req.cc
[8/218] Compiling by_dir.cc
[9/218] Compiling policy.cc
[11/325] Compiling SwiftProtobuf BinaryEncoder.swift
[12/325] Compiling SwiftProtobuf BinaryEncodingError.swift
[13/327] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[14/327] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[15/327] Compiling _NIOBase64 Base64.swift
[16/327] Emitting module _NIOBase64
[16/328] Compiling asn1_gen.cc
[18/328] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[19/328] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[20/328] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[21/328] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[22/328] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[23/328] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[24/328] Compiling _NIODataStructures Heap.swift
[25/328] Emitting module _NIODataStructures
[27/328] Compiling _NIODataStructures _TinyArray.swift
[28/328] Compiling _NIODataStructures PriorityQueue.swift
[28/328] Compiling algorithm.cc
[30/327] Compiling a_sign.cc
[32/327] Emitting module InternalCollectionsUtilities
[32/327] Compiling a_verify.cc
[33/327] Compiling thread_win.cc
[35/327] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[36/327] Compiling SwiftProtobuf BinaryDelimited.swift
[37/327] Compiling SwiftProtobuf AnyMessageStorage.swift
[38/327] Compiling SwiftProtobuf AnyUnpackError.swift
[39/327] Compiling SwiftProtobuf AsyncMessageSequence.swift
[40/327] Compiling SwiftProtobuf BinaryDecoder.swift
[41/327] Compiling SwiftProtobuf BinaryDecodingError.swift
[42/328] Compiling thread_pthread.cc
[43/327] Compiling voprf.cc
[44/327] Compiling pmbtoken.cc
[45/327] Compiling thread_none.cc
[46/327] Compiling trust_token.cc
[47/327] Compiling a_digest.cc
[48/327] Compiling thread.cc
[49/342] Compiling stack.cc
[50/342] Compiling sha256.cc
[52/342] Compiling DequeModule _DequeBuffer.swift
[53/342] Compiling DequeModule _DequeBufferHeader.swift
[53/344] Compiling sha512.cc
[54/344] Compiling siphash.cc
[56/344] Compiling DequeModule Deque+Equatable.swift
[57/344] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/344] Compiling DequeModule Deque+CustomReflectable.swift
[59/344] Compiling DequeModule Deque+Descriptions.swift
[60/344] Compiling DequeModule Deque+Extras.swift
[61/344] Compiling DequeModule Deque+Hashable.swift
[61/344] Compiling rsa_print.cc
[62/344] Compiling sha1.cc
[63/344] Compiling rsa_extra.cc
[64/344] Compiling slhdsa.cc
[65/344] Compiling spake2plus.cc
[67/344] Compiling DequeModule _DequeSlot.swift
[68/344] Compiling DequeModule _UnsafeWrappedBuffer.swift
[68/344] Compiling rc4.cc
[70/344] Compiling DequeModule Deque._UnsafeHandle.swift
[71/344] Compiling DequeModule Deque.swift
[72/344] Compiling DequeModule Deque+Testing.swift
[73/344] Compiling DequeModule Deque._Storage.swift
[74/344] Compiling DequeModule Deque+Codable.swift
[75/344] Compiling DequeModule Deque+Collection.swift
[76/344] Emitting module SwiftProtobuf
[76/353] Compiling rsa_crypt.cc
[77/355] Compiling windows.cc
[78/355] Compiling trusty.cc
[79/355] Compiling urandom.cc
[80/355] Compiling refcount.cc
[82/355] Emitting module DequeModule
[82/355] Compiling ios.cc
[83/356] Compiling rand.cc
[84/356] Compiling getentropy.cc
[86/356] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[87/356] Compiling SwiftProtobuf Message+FieldMask.swift
[88/356] Compiling SwiftProtobuf Message+JSONAdditions.swift
[89/356] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[90/356] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[91/356] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[92/356] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[93/356] Compiling SwiftProtobuf Message.swift
[94/356] Compiling SwiftProtobuf MessageExtension.swift
[95/356] Compiling SwiftProtobuf NameMap.swift
[96/356] Compiling SwiftProtobuf PathDecoder.swift
[97/356] Compiling SwiftProtobuf PathVisitor.swift
[98/356] Compiling forkunsafe.cc
[99/356] Compiling passive.cc
[100/356] Compiling rsa_asn1.cc
[101/356] Compiling poly1305_arm_asm.S
[102/356] Compiling deterministic.cc
[103/355] Compiling fork_detect.cc
[104/355] Compiling poly1305_vec.cc
[105/355] Compiling pool.cc
[105/355] Compiling poly1305.cc
[107/355] Compiling poly1305_arm.cc
[114/355] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[115/355] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[116/355] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[117/355] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[118/355] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[119/355] Compiling SwiftProtobuf HashVisitor.swift
[120/355] Compiling SwiftProtobuf Internal.swift
[121/355] Compiling SwiftProtobuf BytecodeInterpreter.swift
[122/355] Compiling SwiftProtobuf BytecodeReader.swift
[123/355] Compiling SwiftProtobuf CustomJSONCodable.swift
[124/355] Compiling SwiftProtobuf Decoder.swift
[125/355] Compiling SwiftProtobuf DoubleParser.swift
[126/355] Compiling SwiftProtobuf Enum.swift
[127/355] Compiling SwiftProtobuf ExtensibleMessage.swift
[128/355] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[129/355] Compiling SwiftProtobuf ExtensionFields.swift
[130/355] Compiling SwiftProtobuf ExtensionMap.swift
[131/355] Compiling SwiftProtobuf FieldTag.swift
[132/355] Compiling SwiftProtobuf FieldTypes.swift
[133/355] Compiling SwiftProtobuf JSONDecoder.swift
[134/355] Compiling SwiftProtobuf JSONDecodingError.swift
[135/355] Compiling SwiftProtobuf JSONDecodingOptions.swift
[136/355] Compiling SwiftProtobuf JSONEncoder.swift
[137/355] Compiling SwiftProtobuf JSONEncodingError.swift
[138/355] Compiling SwiftProtobuf JSONEncodingOptions.swift
[139/355] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[140/355] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[141/355] Compiling SwiftProtobuf JSONScanner.swift
[142/355] Compiling SwiftProtobuf MathUtils.swift
[143/355] Compiling SwiftProtobuf Message+AnyAdditions.swift
[144/355] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[144/355] Compiling pkcs8.cc
[145/355] Compiling pkcs7.cc
[147/355] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[148/355] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[149/355] Compiling SwiftProtobuf TextFormatScanner.swift
[150/355] Compiling SwiftProtobuf TimeUtils.swift
[151/355] Compiling SwiftProtobuf UnknownStorage.swift
[152/355] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[153/355] Compiling SwiftProtobuf Varint.swift
[154/355] Compiling SwiftProtobuf Version.swift
[155/355] Compiling SwiftProtobuf Visitor.swift
[156/355] Compiling SwiftProtobuf WireFormat.swift
[157/355] Compiling SwiftProtobuf ZigZag.swift
[158/355] Compiling SwiftProtobuf any.pb.swift
[159/355] Compiling SwiftProtobuf ProtoNameProviding.swift
[160/355] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[161/355] Compiling SwiftProtobuf ProtobufMap.swift
[162/355] Compiling SwiftProtobuf SelectiveVisitor.swift
[163/355] Compiling SwiftProtobuf SimpleExtensionMap.swift
[164/355] Compiling SwiftProtobuf StringUtils.swift
[165/355] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[166/355] Compiling SwiftProtobuf SwiftProtobufError.swift
[167/355] Compiling SwiftProtobuf TextFormatDecoder.swift
[168/355] Compiling SwiftProtobuf TextFormatDecodingError.swift
[169/355] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[170/355] Compiling SwiftProtobuf TextFormatEncoder.swift
[170/355] Compiling pkcs8_x509.cc
[171/355] Compiling pem_xaux.cc
[172/355] Compiling pem_x509.cc
[173/355] Compiling p5_pbev2.cc
[174/355] Compiling pkcs7_x509.cc
[175/355] Compiling pem_pkey.cc
[176/355] Compiling obj_xref.cc
[177/355] Compiling pem_oth.cc
[178/355] Compiling pem_info.cc
[179/355] Compiling pem_pk8.cc
[192/355] Compiling mlkem.cc
[192/355] Compiling pem_lib.cc
[194/355] Compiling mldsa.cc
[195/355] Compiling pem_all.cc
[196/355] Compiling mem.cc
[197/355] Compiling md5.cc
[198/355] Compiling poly_rq_mul.S
[199/355] Compiling fips_shared_support.cc
[200/355] Compiling md4.cc
[201/355] Compiling lhash.cc
[202/355] Compiling obj.cc
[203/355] Compiling hrss.cc
[204/355] Compiling kyber.cc
[205/355] Compiling ex_data.cc
[206/355] Compiling sign.cc
[207/355] Compiling scrypt.cc
[208/355] Compiling hpke.cc
[209/355] Compiling pbkdf.cc
[210/355] Compiling print.cc
[211/355] Compiling p_x25519.cc
[212/355] Compiling p_x25519_asn1.cc
[213/355] Compiling p_rsa_asn1.cc
[214/355] Compiling p_ed25519.cc
[215/355] Compiling p_rsa.cc
[216/355] Compiling p_hkdf.cc
[217/355] Compiling p_ed25519_asn1.cc
[218/355] Compiling p_ec.cc
[219/355] Compiling p_dh_asn1.cc
[220/355] Compiling p_ec_asn1.cc
[221/355] Compiling p_dh.cc
[222/355] Compiling evp_ctx.cc
[223/355] Compiling p_dsa_asn1.cc
[224/355] Compiling evp.cc
[225/355] Compiling err.cc
[226/355] Compiling engine.cc
[228/355] Compiling SwiftProtobuf api.pb.swift
[229/355] Compiling SwiftProtobuf descriptor.pb.swift
[230/355] Compiling SwiftProtobuf duration.pb.swift
[231/355] Compiling SwiftProtobuf empty.pb.swift
[232/355] Compiling SwiftProtobuf field_mask.pb.swift
[233/355] Compiling SwiftProtobuf source_context.pb.swift
[234/355] Compiling SwiftProtobuf struct.pb.swift
[235/355] Compiling SwiftProtobuf timestamp.pb.swift
[236/355] Compiling SwiftProtobuf type.pb.swift
[237/355] Compiling SwiftProtobuf wrappers.pb.swift
[238/355] Compiling SwiftProtobuf resource_bundle_accessor.swift
[238/356] Compiling ecdh.cc
[240/356] Compiling evp_asn1.cc
[241/356] Compiling ec_derive.cc
[242/356] Compiling ecdsa_asn1.cc
[242/356] Compiling hash_to_curve.cc
[244/356] Compiling ec_asn1.cc
[245/356] Compiling dsa.cc
[246/356] Compiling params.cc
[247/372] Compiling dsa_asn1.cc
[248/381] Wrapping AST for SwiftProtobuf for debugging
[249/422] Compiling bcm.cc
[250/434] Compiling dh_asn1.cc
[251/434] Compiling x25519-asm-arm.S
[252/434] Compiling digest_extra.cc
[254/434] 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 |
[255/434] 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 |
[256/434] 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 |
[257/434] 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 |
[258/434] 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 |
[259/434] 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 |
[260/434] 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 |
[261/441] 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 |
[262/441] 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 |
[263/441] 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 |
[264/441] 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 |
[265/441] 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 |
[266/441] 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 |
[267/441] 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 |
[268/441] 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 |
[269/441] 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 |
[270/441] 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 |
[271/441] 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 |
[272/441] 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 |
[273/441] 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 |
[274/441] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[275/441] 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 |
[276/441] Compiling Connect Envelope.swift
[277/441] Compiling Connect Headers+GRPC.swift
[278/441] Compiling Connect Trailers+gRPC.swift
[279/441] Compiling Connect Locked.swift
[280/441] Compiling Connect TimeoutTimer.swift
[281/441] Compiling Connect ConnectError+GRPC.swift
[282/444] Compiling Connect URLSessionStream.swift
[283/444] Compiling Connect UnaryAsyncWrapper.swift
[284/444] Compiling Connect Lock.swift
[285/444] 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 |
[286/444] 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 |
[287/444] 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 |
[288/444] 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[292/444] Compiling des.cc
[294/444] 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 |
[295/444] 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 |
[296/444] 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 |
[297/444] 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 |
[298/444] 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 |
[299/444] 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 |
[300/444] 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 |
[301/444] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[302/444] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[303/444] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[304/444] Compiling Connect Code.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[305/444] Compiling Connect Codec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[306/444] Compiling Connect CompressionPool.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[307/444] 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 |
[308/444] Compiling Connect ProtocolClient.swift
[309/444] Compiling Connect URLSessionHTTPClient.swift
[310/444] Compiling Connect JSONCodec.swift
[311/444] Compiling Connect BidirectionalAsyncStream.swift
[312/444] Compiling Connect BidirectionalStream.swift
[313/444] Compiling Connect ClientOnlyAsyncStream.swift
[314/444] Compiling Connect ClientOnlyStream.swift
[314/444] Compiling crypto.cc
[316/444] Compiling Connect status.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[317/444] Compiling Connect ConnectInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[318/444] Compiling Connect GRPCWebInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[319/444] Compiling Connect InterceptorChain.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[323/444] Compiling spake25519.cc
[324/444] Compiling cpu_intel.cc
[325/444] Compiling cpu_arm_linux.cc
[326/444] Compiling curve25519.cc
[327/444] Compiling cpu_arm_freebsd.cc
[328/444] Compiling curve25519_64_adx.cc
[332/444] Compiling cpu_aarch64_win.cc
[333/444] Compiling cpu_aarch64_openbsd.cc
[334/444] Compiling cpu_aarch64_sysreg.cc
[335/444] Compiling cpu_aarch64_linux.cc
[336/444] Compiling cpu_aarch64_fuchsia.cc
[337/444] Compiling cpu_aarch64_apple.cc
[343/444] Emitting module SwiftProtobufPluginLibrary
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[355/445] Compiling conf.cc
[355/445] Compiling tls_cbc.cc
[358/445] Compiling get_cipher.cc
[359/445] Compiling e_rc4.cc
[360/445] Compiling e_tls.cc
[361/445] Compiling e_rc2.cc
[362/445] Compiling derive_key.cc
[362/445] Compiling e_chacha20poly1305.cc
[362/445] Compiling e_aesctrhmac.cc
[362/445] Compiling e_aesgcmsiv.cc
[362/445] Compiling e_null.cc
[362/445] Compiling e_des.cc
BUILD FAILURE 6.1 linux