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 Android on 10 Oct 2025 17:57:20 UTC.

Build Command

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