The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Connect, reference main (f84661), with Swift 6.0 for Linux on 15 Apr 2025 00:59:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/connectrpc/connect-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f846616 Upgrade NIO dependencies (#344)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
f8466163c0cf3f8727e3aff311f56d78760083a0
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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.28.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Connect",
  "name" : "Connect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Connect",
      "targets" : [
        "Connect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConnectMocks",
      "targets" : [
        "ConnectMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConnectNIO",
      "targets" : [
        "ConnectNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-connect-swift",
      "targets" : [
        "ConnectSwiftPlugin"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "protoc-gen-connect-swift-mocks",
      "targets" : [
        "ConnectMocksPlugin"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConnectConformanceClient",
      "targets" : [
        "ConnectConformanceClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ConnectSwiftPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ConnectSwiftPlugin",
      "path" : "Plugins/ConnectSwiftPlugin",
      "product_dependencies" : [
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift"
      ],
      "sources" : [
        "ConnectClientGenerator.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectPluginUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectPluginUtilitiesTests",
      "path" : "Tests/UnitTests/ConnectPluginUtilitiesTests",
      "sources" : [
        "FilePathComponentsTests.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectPluginUtilities",
      "module_type" : "SwiftTarget",
      "name" : "ConnectPluginUtilities",
      "path" : "Plugins/ConnectPluginUtilities",
      "product_dependencies" : [
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift",
        "protoc-gen-connect-swift-mocks"
      ],
      "sources" : [
        "FilePathComponents.swift",
        "Generator.swift",
        "GeneratorOptions.swift",
        "MethodDescriptor+Extensions.swift",
        "ServiceDescriptor+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectNIO",
      "module_type" : "SwiftTarget",
      "name" : "ConnectNIO",
      "path" : "Libraries/ConnectNIO",
      "product_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOHTTP2",
        "NIOPosix",
        "NIOSSL"
      ],
      "product_memberships" : [
        "ConnectNIO",
        "ConnectConformanceClient"
      ],
      "sources" : [
        "Internal/ConnectStreamChannelHandler.swift",
        "Internal/ConnectUnaryChannelHandler.swift",
        "Internal/Extensions/ConnectError+Extensions.swift",
        "Internal/Extensions/HTTPRequestHead+Extensions.swift",
        "Internal/Extensions/Headers+Extensions.swift",
        "Internal/GRPCInterceptor.swift",
        "Public/NIOHTTPClient.swift",
        "Public/NetworkProtocol+Extensions.swift"
      ],
      "target_dependencies" : [
        "Connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectMocksPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ConnectMocksPlugin",
      "path" : "Plugins/ConnectMocksPlugin",
      "product_dependencies" : [
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift-mocks"
      ],
      "sources" : [
        "ConnectMockGenerator.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectMocks",
      "module_type" : "SwiftTarget",
      "name" : "ConnectMocks",
      "path" : "Libraries/ConnectMocks",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConnectMocks"
      ],
      "sources" : [
        "MockBidirectionalAsyncStream.swift",
        "MockBidirectionalStream.swift",
        "MockClientOnlyAsyncStream.swift",
        "MockClientOnlyStream.swift",
        "MockServerOnlyAsyncStream.swift",
        "MockServerOnlyStream.swift"
      ],
      "target_dependencies" : [
        "Connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectLibraryTests",
      "path" : "Tests/UnitTests/ConnectLibraryTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/UnitTests/ConnectLibraryTests/TestResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ConnectMocksTests/ConnectMocksTests.swift",
        "ConnectTests/ConnectEndStreamResponseTests.swift",
        "ConnectTests/ConnectErrorTests.swift",
        "ConnectTests/EnvelopeTests.swift",
        "ConnectTests/GzipCompressionPoolTests.swift",
        "ConnectTests/InterceptorChainIterationTests.swift",
        "ConnectTests/InterceptorFactoryTests.swift",
        "ConnectTests/InterceptorIntegrationTests.swift",
        "ConnectTests/JSONCodecTests.swift",
        "ConnectTests/ProtoCodecTests.swift",
        "ConnectTests/ProtocolClientConfigTests.swift",
        "ConnectTests/ServiceMetadataTests.swift",
        "GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.mock.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/suite.pb.swift"
      ],
      "target_dependencies" : [
        "Connect",
        "ConnectMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectConformanceClient",
      "module_type" : "SwiftTarget",
      "name" : "ConnectConformanceClient",
      "path" : "Tests/ConformanceClient",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConnectConformanceClient"
      ],
      "sources" : [
        "GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/suite.pb.swift",
        "Sources/CommandLineArgument.swift",
        "Sources/ConformanceInvoker.swift",
        "Sources/main.swift"
      ],
      "target_dependencies" : [
        "Connect",
        "ConnectNIO"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Connect",
      "module_type" : "SwiftTarget",
      "name" : "Connect",
      "path" : "Libraries/Connect",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Connect",
        "ConnectMocks",
        "ConnectNIO",
        "ConnectConformanceClient"
      ],
      "sources" : [
        "Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift",
        "Internal/Interceptors/ConnectInterceptor.swift",
        "Internal/Interceptors/GRPCWebInterceptor.swift",
        "Internal/Interceptors/InterceptorChain.swift",
        "Internal/Streaming/BidirectionalAsyncStream.swift",
        "Internal/Streaming/BidirectionalStream.swift",
        "Internal/Streaming/ClientOnlyAsyncStream.swift",
        "Internal/Streaming/ClientOnlyStream.swift",
        "Internal/Streaming/ClientOnlyStreamValidation.swift",
        "Internal/Streaming/ConnectEndStreamResponse.swift",
        "Internal/Streaming/ServerOnlyAsyncStream.swift",
        "Internal/Streaming/ServerOnlyStream.swift",
        "Internal/Streaming/URLSessionStream.swift",
        "Internal/Unary/UnaryAsyncWrapper.swift",
        "Internal/Utilities/Lock.swift",
        "Internal/Utilities/Locked.swift",
        "Internal/Utilities/TimeoutTimer.swift",
        "PackageInternal/ConnectError+GRPC.swift",
        "PackageInternal/Envelope.swift",
        "PackageInternal/Headers+GRPC.swift",
        "PackageInternal/Trailers+gRPC.swift",
        "Public/Implementation/Clients/ProtocolClient.swift",
        "Public/Implementation/Clients/URLSessionHTTPClient.swift",
        "Public/Implementation/Codecs/JSONCodec.swift",
        "Public/Implementation/Codecs/ProtoCodec.swift",
        "Public/Implementation/Compression/GzipCompressionPool.swift",
        "Public/Interfaces/Cancelable.swift",
        "Public/Interfaces/Code.swift",
        "Public/Interfaces/Codec.swift",
        "Public/Interfaces/CompressionPool.swift",
        "Public/Interfaces/ConnectError.swift",
        "Public/Interfaces/HTTPClientInterface.swift",
        "Public/Interfaces/HTTPMethod.swift",
        "Public/Interfaces/HTTPMetrics.swift",
        "Public/Interfaces/HTTPRequest.swift",
        "Public/Interfaces/HTTPResponse.swift",
        "Public/Interfaces/HeaderConstants.swift",
        "Public/Interfaces/Headers.swift",
        "Public/Interfaces/IdempotencyLevel.swift",
        "Public/Interfaces/Interceptors/Interceptor.swift",
        "Public/Interfaces/Interceptors/InterceptorFactory.swift",
        "Public/Interfaces/Interceptors/StreamInterceptor.swift",
        "Public/Interfaces/Interceptors/UnaryInterceptor.swift",
        "Public/Interfaces/MethodSpec.swift",
        "Public/Interfaces/NetworkProtocol.swift",
        "Public/Interfaces/ProtobufMessage.swift",
        "Public/Interfaces/ProtocolClientConfig.swift",
        "Public/Interfaces/ProtocolClientInterface.swift",
        "Public/Interfaces/ResponseMessage.swift",
        "Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift",
        "Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift",
        "Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift",
        "Public/Interfaces/Streaming/StreamResult.swift",
        "Public/Interfaces/Trailers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11486] Fetching swift-nio-http2
[2528/26263] Fetching swift-nio-http2, swift-nio-ssl
[4417/101459] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[9023/139963] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.12s)
[65395/128477] Fetching swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.91s)
[68570/113700] Fetching swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (11.34s)
Fetched https://github.com/apple/swift-nio.git from cache (11.35s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.72s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.64s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.65s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[43/4224] Fetching swift-system
[1395/20214] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.88s)
Fetched https://github.com/apple/swift-collections.git from cache (1.93s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (1.18s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.54s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.35.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.29.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.81.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.29.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/471] Write sources
[6/471] Copying PrivacyInfo.xcprivacy
[6/471] Write sources
[26/471] Copying PrivacyInfo.xcprivacy
[27/471] Compiling CNIOWindows WSAStartup.c
[28/471] Compiling CNIOWASI CNIOWASI.c
[29/471] Compiling _AtomicsShims.c
[30/471] Compiling CNIOLinux liburing_shims.c
[31/471] Compiling CNIOWindows shim.c
[32/471] Compiling CNIOLLHTTP c_nio_http.c
[33/471] Compiling CNIODarwin shim.c
[34/471] Compiling fiat_p256_adx_mul.S
[35/471] Compiling fiat_curve25519_adx_square.S
[36/471] Compiling fiat_p256_adx_sqr.S
[37/471] Compiling CNIOLinux shim.c
[38/471] Compiling fiat_curve25519_adx_mul.S
[39/471] Compiling CNIOLLHTTP c_nio_api.c
[40/471] Write swift-version-24593BA9C3E375BF.txt
[41/471] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/471] Compiling CNIOBoringSSLShims shims.c
[43/477] Compiling tls_record.cc
[44/477] Compiling tls_method.cc
[45/477] Compiling tls13_server.cc
[46/477] Compiling tls13_client.cc
[47/477] Compiling tls13_enc.cc
[48/477] Compiling tls13_both.cc
[49/577] Compiling t1_enc.cc
[50/577] Compiling ssl_versions.cc
[51/577] Compiling ssl_transcript.cc
[52/577] Compiling ssl_x509.cc
[53/577] Compiling ssl_stat.cc
[54/577] Compiling ssl_session.cc
[55/577] Compiling ssl_privkey.cc
[56/577] Compiling ssl_lib.cc
[57/577] Compiling ssl_key_share.cc
[59/577] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[60/577] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[61/579] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[62/579] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[63/579] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[64/579] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[65/579] Compiling SwiftProtobuf AnyMessageStorage.swift
[66/579] Compiling SwiftProtobuf AnyUnpackError.swift
[67/579] Compiling SwiftProtobuf AsyncMessageSequence.swift
[68/579] Compiling _NIODataStructures PriorityQueue.swift
[69/579] Compiling _NIODataStructures _TinyArray.swift
[70/579] Emitting module _NIOBase64
[71/579] Compiling _NIOBase64 Base64.swift
[72/580] Compiling SwiftProtobuf BinaryDecoder.swift
[73/580] Compiling SwiftProtobuf BinaryDecodingError.swift
[74/580] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[75/580] Compiling SwiftProtobuf BinaryDelimited.swift
[76/580] Compiling SwiftProtobuf BinaryEncoder.swift
[77/580] Emitting module InternalCollectionsUtilities
[78/580] Compiling SwiftProtobuf BinaryEncodingError.swift
[79/580] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[79/580] Compiling ssl_credential.cc
[80/580] Compiling ssl_file.cc
[83/580] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/580] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/581] Wrapping AST for _NIOBase64 for debugging
[87/584] Emitting module _NIODataStructures
[88/584] Compiling _NIODataStructures Heap.swift
[88/593] Compiling ssl_cipher.cc
[90/597] Wrapping AST for InternalCollectionsUtilities for debugging
[91/597] Compiling ssl_cert.cc
[93/597] Compiling DequeModule Deque+CustomReflectable.swift
[94/597] Compiling DequeModule Deque+Descriptions.swift
[94/599] Wrapping AST for _NIODataStructures for debugging
[96/599] Compiling DequeModule _DequeBuffer.swift
[97/599] Compiling DequeModule _DequeBufferHeader.swift
[97/599] Compiling ssl_buffer.cc
[99/599] Compiling DequeModule Deque+Equatable.swift
[100/599] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/599] Compiling DequeModule Deque+Extras.swift
[102/599] Compiling DequeModule Deque+Hashable.swift
[103/599] Compiling DequeModule _DequeSlot.swift
[104/599] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/599] Compiling ssl_aead_ctx.cc
[105/599] Compiling ssl_asn1.cc
[107/599] Compiling DequeModule Deque+Testing.swift
[108/599] Compiling DequeModule Deque._Storage.swift
[109/599] Compiling DequeModule Deque._UnsafeHandle.swift
[110/599] Compiling DequeModule Deque.swift
[111/599] Compiling DequeModule Deque+Codable.swift
[112/599] Compiling DequeModule Deque+Collection.swift
[112/599] Compiling s3_pkt.cc
[114/599] Emitting module DequeModule
[114/599] Compiling s3_lib.cc
[116/600] Compiling s3_both.cc
[117/600] Wrapping AST for DequeModule for debugging
[119/600] Emitting module SwiftProtobuf
[119/611] Compiling handshake_server.cc
[121/611] Compiling SwiftProtobuf ProtobufMap.swift
[122/611] Compiling SwiftProtobuf SelectiveVisitor.swift
[123/611] Compiling SwiftProtobuf SimpleExtensionMap.swift
[124/611] Compiling SwiftProtobuf StringUtils.swift
[125/611] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[126/611] Compiling SwiftProtobuf SwiftProtobufError.swift
[127/611] Compiling SwiftProtobuf TextFormatDecoder.swift
[128/611] Compiling SwiftProtobuf TextFormatDecodingError.swift
[129/611] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[130/611] Compiling SwiftProtobuf TextFormatEncoder.swift
[131/611] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[132/611] Compiling SwiftProtobuf Message+JSONAdditions.swift
[133/611] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[134/611] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[135/611] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[136/611] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[137/611] Compiling SwiftProtobuf Message.swift
[138/611] Compiling SwiftProtobuf MessageExtension.swift
[139/611] Compiling SwiftProtobuf NameMap.swift
[140/611] Compiling SwiftProtobuf PathDecoder.swift
[141/611] Compiling SwiftProtobuf PathVisitor.swift
[142/611] Compiling SwiftProtobuf ProtoNameProviding.swift
[143/611] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[150/611] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[151/611] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[152/611] Compiling SwiftProtobuf HashVisitor.swift
[153/611] Compiling SwiftProtobuf Internal.swift
[154/611] Compiling SwiftProtobuf JSONDecoder.swift
[155/611] Compiling SwiftProtobuf JSONDecodingError.swift
[168/611] Compiling SwiftProtobuf CustomJSONCodable.swift
[169/611] Compiling SwiftProtobuf Decoder.swift
[170/611] Compiling SwiftProtobuf DoubleParser.swift
[171/611] Compiling SwiftProtobuf Enum.swift
[172/611] Compiling SwiftProtobuf ExtensibleMessage.swift
[173/611] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[174/611] Compiling SwiftProtobuf ExtensionFields.swift
[175/611] Compiling SwiftProtobuf ExtensionMap.swift
[176/611] Compiling SwiftProtobuf FieldTag.swift
[177/611] Compiling SwiftProtobuf FieldTypes.swift
[178/611] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[179/611] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[180/611] Compiling SwiftProtobuf JSONDecodingOptions.swift
[181/611] Compiling SwiftProtobuf JSONEncoder.swift
[182/611] Compiling SwiftProtobuf JSONEncodingError.swift
[183/611] Compiling SwiftProtobuf JSONEncodingOptions.swift
[184/611] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[185/611] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[186/611] Compiling SwiftProtobuf JSONScanner.swift
[187/611] Compiling SwiftProtobuf MathUtils.swift
[188/611] Compiling SwiftProtobuf Message+AnyAdditions.swift
[189/611] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[190/611] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[191/611] Compiling SwiftProtobuf Message+FieldMask.swift
[191/611] Compiling handshake.cc
[192/611] Compiling handshake_client.cc
[194/611] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[195/611] Compiling SwiftProtobuf TextFormatScanner.swift
[196/611] Compiling SwiftProtobuf TimeUtils.swift
[197/611] Compiling SwiftProtobuf UnknownStorage.swift
[198/611] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[199/611] Compiling SwiftProtobuf Varint.swift
[200/611] Compiling SwiftProtobuf Version.swift
[201/611] Compiling SwiftProtobuf Visitor.swift
[202/611] Compiling SwiftProtobuf WireFormat.swift
[203/611] Compiling SwiftProtobuf ZigZag.swift
[204/611] Compiling SwiftProtobuf any.pb.swift
[204/611] Compiling handoff.cc
[205/611] Compiling encrypted_client_hello.cc
[206/611] Compiling extensions.cc
[207/611] Compiling dtls_record.cc
[208/611] Compiling md5-x86_64-linux.S
[209/611] Compiling md5-x86_64-apple.S
[210/611] Compiling md5-586-linux.S
[211/611] Compiling md5-586-apple.S
[212/611] Compiling dtls_method.cc
[213/611] Compiling chacha20_poly1305_x86_64-linux.S
[214/611] Compiling d1_srtp.cc
[215/611] Compiling chacha20_poly1305_x86_64-apple.S
[216/611] Compiling err_data.cc
[217/611] Compiling chacha20_poly1305_armv8-win.S
[218/611] Compiling chacha20_poly1305_armv8-linux.S
[219/611] Compiling chacha20_poly1305_armv8-apple.S
[220/611] Compiling chacha-x86_64-linux.S
[221/611] Compiling d1_pkt.cc
[222/611] Compiling chacha-x86_64-apple.S
[223/611] Compiling chacha-x86-linux.S
[224/611] Compiling chacha-x86-apple.S
[225/611] Compiling chacha-armv8-win.S
[226/611] Compiling chacha-armv8-linux.S
[227/611] Compiling chacha-armv8-apple.S
[228/611] Compiling chacha-armv4-linux.S
[229/611] Compiling bio_ssl.cc
[230/611] Compiling aes128gcmsiv-x86_64-linux.S
[231/611] Compiling aes128gcmsiv-x86_64-apple.S
[232/611] Compiling x86_64-mont5-linux.S
[232/611] Compiling x86_64-mont5-apple.S
[233/611] Compiling x86-mont-linux.S
[235/611] Compiling x86_64-mont-apple.S
[235/611] Compiling x86_64-mont-linux.S
[237/611] Compiling vpaes-x86-apple.S
[238/611] Compiling vpaes-x86-linux.S
[239/611] Compiling vpaes-x86_64-apple.S
[240/611] Compiling vpaes-x86_64-linux.S
[241/611] Compiling x86-mont-apple.S
[242/611] Compiling vpaes-armv8-linux.S
[243/611] Compiling vpaes-armv8-win.S
[244/611] Compiling vpaes-armv7-linux.S
[245/611] Compiling vpaes-armv8-apple.S
[246/611] Compiling sha512-x86_64-linux.S
[247/611] Compiling sha512-x86_64-apple.S
[248/611] Compiling sha512-armv8-win.S
[249/611] Compiling sha512-armv8-linux.S
[250/611] Compiling sha512-armv8-apple.S
[251/611] Compiling sha512-armv4-linux.S
[252/611] Compiling sha512-586-linux.S
[253/611] Compiling sha512-586-apple.S
[254/611] Compiling sha256-x86_64-apple.S
[255/611] Compiling d1_lib.cc
[256/611] Compiling sha256-armv8-win.S
[257/611] Compiling sha256-x86_64-linux.S
[258/611] Compiling sha256-armv8-linux.S
[259/611] Compiling sha256-armv8-apple.S
[260/611] Compiling sha256-armv4-linux.S
[261/611] Compiling sha256-586-linux.S
[262/611] Compiling sha256-586-apple.S
[263/611] Compiling sha1-x86_64-apple.S
[264/611] Compiling sha1-armv8-win.S
[265/611] Compiling sha1-x86_64-linux.S
[266/611] Compiling sha1-armv8-linux.S
[267/611] Compiling sha1-armv8-apple.S
[268/611] Compiling sha1-armv4-large-linux.S
[269/611] Compiling d1_both.cc
[270/611] Compiling rdrand-x86_64-linux.S
[270/611] Compiling sha1-586-linux.S
[272/611] Compiling sha1-586-apple.S
[273/611] Compiling rdrand-x86_64-apple.S
[274/611] Compiling rsaz-avx2-apple.S
[275/611] Compiling rsaz-avx2-linux.S
[276/611] Compiling p256_beeu-x86_64-asm-linux.S
[277/611] Compiling p256_beeu-armv8-asm-linux.S
[277/611] Compiling p256_beeu-x86_64-asm-apple.S
[279/611] Compiling p256_beeu-armv8-asm-apple.S
[279/611] Compiling p256_beeu-armv8-asm-win.S
[281/611] Compiling p256-x86_64-asm-apple.S
[282/611] Compiling p256-x86_64-asm-linux.S
[283/611] Compiling p256-armv8-asm-win.S
[284/611] Compiling ghashv8-armv8-linux.S
[285/611] Compiling p256-armv8-asm-apple.S
[286/611] Compiling ghashv8-armv8-win.S
[287/611] Compiling p256-armv8-asm-linux.S
[288/611] Compiling ghashv8-armv8-apple.S
[289/611] Compiling ghashv8-armv7-linux.S
[290/611] Compiling ghash-x86_64-apple.S
[291/611] Compiling ghash-x86-apple.S
[292/611] Compiling ghash-x86-linux.S
[293/611] Compiling ghash-x86_64-linux.S
[294/611] Compiling ghash-ssse3-x86_64-linux.S
[295/611] Compiling ghash-ssse3-x86_64-apple.S
[296/611] Compiling ghash-ssse3-x86-linux.S
[297/611] Compiling ghash-ssse3-x86-apple.S
[298/611] Compiling ghash-neon-armv8-linux.S
[299/611] Compiling ghash-neon-armv8-apple.S
[300/611] Compiling ghash-neon-armv8-win.S
[301/611] Compiling ghash-armv4-linux.S
[302/611] Compiling co-586-linux.S
[303/611] Compiling co-586-apple.S
[304/611] Compiling bsaes-armv7-linux.S
[305/611] Compiling bn-586-linux.S
[306/611] Compiling bn-armv8-linux.S
[306/611] Compiling bn-armv8-win.S
[308/611] Compiling bn-armv8-apple.S
[309/611] Compiling bn-586-apple.S
[310/611] Compiling armv8-mont-apple.S
[311/611] Compiling armv8-mont-linux.S
[312/611] Compiling armv8-mont-win.S
[313/611] Compiling aesv8-gcm-armv8-win.S
[314/611] Compiling armv4-mont-linux.S
[315/611] Compiling aesv8-gcm-armv8-linux.S
[316/611] Compiling aesv8-gcm-armv8-apple.S
[317/611] Compiling aesv8-armv8-win.S
[318/611] Compiling aesv8-armv8-apple.S
[319/611] Compiling aesni-x86_64-apple.S
[319/611] Compiling aesv8-armv8-linux.S
[321/611] Compiling aesv8-armv7-linux.S
[322/611] Compiling aesni-x86-linux.S
[323/611] Compiling aesni-x86_64-linux.S
[324/611] Compiling aesni-x86-apple.S
[325/611] Compiling aesni-gcm-x86_64-linux.S
[326/611] Compiling aesni-gcm-x86_64-apple.S
[327/611] Compiling x_sig.cc
[328/611] Compiling x_x509a.cc
[329/611] Compiling x_spki.cc
[330/611] Compiling x_val.cc
[331/611] Compiling x_x509.cc
[332/611] Compiling x_req.cc
[333/611] Compiling x_pubkey.cc
[334/611] Compiling x_algor.cc
[335/611] Compiling x509spki.cc
[336/611] Compiling x_name.cc
[337/611] Compiling x_exten.cc
[338/611] Compiling x_attrib.cc
[339/611] Compiling x_crl.cc
[340/611] Compiling x_all.cc
[341/611] Compiling x509rset.cc
[342/611] Compiling x509name.cc
[343/611] Compiling x509_txt.cc
[344/611] Compiling x509cset.cc
[345/611] Compiling x509_vpm.cc
[346/611] Compiling x509_v3.cc
[347/611] Compiling x509_vfy.cc
[348/611] Compiling x509_trs.cc
[349/611] Compiling x509_set.cc
[350/611] Compiling x509_req.cc
[351/611] Compiling x509_obj.cc
[352/611] Compiling x509_def.cc
[353/611] Compiling x509_ext.cc
[354/611] Compiling x509_lu.cc
[355/611] Compiling x509_d2.cc
[356/611] Compiling x509.cc
[357/611] Compiling x509_cmp.cc
[358/611] Compiling x509_att.cc
[359/611] Compiling v3_purp.cc
[360/611] Compiling v3_skey.cc
[361/611] Compiling v3_utl.cc
[362/611] Compiling v3_prn.cc
[363/611] Compiling v3_ocsp.cc
[364/611] Compiling v3_pmaps.cc
[365/611] Compiling v3_pcons.cc
[366/611] Compiling v3_int.cc
[366/611] Compiling v3_ncons.cc
[368/611] Compiling v3_lib.cc
[369/611] Compiling v3_info.cc
[370/611] Compiling v3_ia5.cc
[371/611] Compiling v3_genn.cc
[372/611] Compiling v3_extku.cc
[373/611] Compiling v3_enum.cc
[374/611] Compiling v3_crld.cc
[375/611] Compiling v3_cpols.cc
[376/611] Compiling v3_conf.cc
[377/611] Compiling v3_bitst.cc
[378/611] Compiling v3_bcons.cc
[379/611] Compiling v3_akeya.cc
[380/611] Compiling v3_alt.cc
[381/611] Compiling v3_akey.cc
[382/611] Compiling t_x509a.cc
[383/611] Compiling i2d_pr.cc
[384/611] Compiling t_x509.cc
[385/611] Compiling t_crl.cc
[386/611] Compiling t_req.cc
[387/611] Compiling rsa_pss.cc
[388/611] Compiling name_print.cc
[389/611] Compiling policy.cc
[390/611] Compiling by_file.cc
[391/611] Compiling by_dir.cc
[392/611] Compiling algorithm.cc
[393/611] Compiling asn1_gen.cc
[394/611] Compiling a_digest.cc
[394/611] Compiling a_verify.cc
[396/611] Compiling a_sign.cc
[397/611] Compiling thread_win.cc
[398/611] Compiling thread_pthread.cc
[399/611] Compiling thread_none.cc
[400/611] Compiling thread.cc
[401/611] Compiling voprf.cc
[402/611] Compiling trust_token.cc
[403/611] Compiling pmbtoken.cc
[404/611] Compiling stack.cc
[405/611] Compiling wots.cc
[406/611] Compiling thash.cc
[407/611] Compiling merkle.cc
[407/611] Compiling slhdsa.cc
[409/611] Compiling fors.cc
[410/611] Compiling siphash.cc
[411/611] Compiling sha512.cc
[412/611] Compiling sha256.cc
[413/611] Compiling sha1.cc
[414/611] Compiling rsa_extra.cc
[415/611] Compiling rsa_print.cc
[416/611] Compiling rsa_crypt.cc
[417/611] Compiling rc4.cc
[418/611] Compiling refcount.cc
[419/611] Compiling rsa_asn1.cc
[420/611] Compiling windows.cc
[421/611] Compiling trusty.cc
[422/611] Compiling urandom.cc
[423/611] Compiling rand_extra.cc
[424/611] Compiling ios.cc
[425/611] Compiling getentropy.cc
[426/611] Compiling poly1305_arm_asm.S
[426/611] Compiling passive.cc
[428/611] Compiling forkunsafe.cc
[429/611] Compiling deterministic.cc
[429/611] Compiling fork_detect.cc
[431/611] Compiling poly1305.cc
[432/611] Compiling poly1305_arm.cc
[433/611] Compiling pool.cc
[434/611] Compiling poly1305_vec.cc
[435/611] Compiling pkcs7.cc
[436/611] Compiling pkcs8_x509.cc
[437/611] Compiling p5_pbev2.cc
[438/611] Compiling pkcs8.cc
[439/611] Compiling pem_xaux.cc
[440/611] Compiling pkcs7_x509.cc
[441/611] Compiling pem_x509.cc
[442/611] Compiling pem_pkey.cc
[443/611] Compiling obj_xref.cc
[445/611] Compiling SwiftProtobuf api.pb.swift
[446/611] Compiling SwiftProtobuf descriptor.pb.swift
[447/611] Compiling SwiftProtobuf duration.pb.swift
[448/611] Compiling SwiftProtobuf empty.pb.swift
[449/611] Compiling SwiftProtobuf field_mask.pb.swift
[450/611] Compiling SwiftProtobuf source_context.pb.swift
[451/611] Compiling SwiftProtobuf struct.pb.swift
[452/611] Compiling SwiftProtobuf timestamp.pb.swift
[453/611] Compiling SwiftProtobuf type.pb.swift
[454/611] Compiling SwiftProtobuf wrappers.pb.swift
[455/611] Compiling SwiftProtobuf resource_bundle_accessor.swift
[455/611] Compiling pem_pk8.cc
[456/611] Compiling pem_oth.cc
[457/612] Compiling pem_lib.cc
[459/612] Compiling pem_info.cc
[460/612] Compiling pem_all.cc
[461/612] Compiling mem.cc
[462/612] Compiling obj.cc
[463/612] Compiling mlkem.cc
[464/612] Compiling md5.cc
[465/612] Compiling lhash.cc
[466/612] Compiling md4.cc
[467/612] Wrapping AST for SwiftProtobuf for debugging
[468/612] Compiling poly_rq_mul.S
[469/612] Compiling fips_shared_support.cc
[470/613] Compiling mldsa.cc
[471/690] Compiling kyber.cc
[472/690] Compiling hpke.cc
[473/690] Compiling keccak.cc
[474/690] Compiling hrss.cc
[475/690] Compiling ex_data.cc
[476/690] Compiling sign.cc
[477/690] Compiling pbkdf.cc
[479/690] Compiling Connect Cancelable.swift
[480/690] Compiling Connect Code.swift
[481/690] Compiling Connect Codec.swift
[481/693] Compiling scrypt.cc
[482/693] Compiling p_x25519_asn1.cc
[484/693] Compiling Connect Locked.swift
[485/693] Compiling Connect ProtoCodec.swift
[486/693] Compiling Connect GzipCompressionPool.swift
[487/693] Compiling Connect CompressionPool.swift
[488/693] Compiling Connect ConnectError.swift
[489/693] Compiling Connect TimeoutTimer.swift
[490/693] Compiling Connect ClientOnlyStreamValidation.swift
[491/693] Compiling Connect ConnectEndStreamResponse.swift
[492/693] Compiling Connect ServerOnlyAsyncStream.swift
[492/693] Compiling print.cc
[493/693] Compiling p_x25519.cc
[494/693] Compiling p_rsa_asn1.cc
[496/693] Compiling Connect ServerOnlyStream.swift
[497/693] Compiling Connect URLSessionStream.swift
[498/693] Compiling Connect UnaryAsyncWrapper.swift
[499/693] Compiling Connect Lock.swift
[499/693] Compiling p_rsa.cc
[500/693] Compiling p_ed25519_asn1.cc
[501/693] Compiling p_hkdf.cc
[502/693] Compiling p_ed25519.cc
[504/693] Emitting module SwiftProtobufPluginLibrary
[504/693] Compiling p_ec_asn1.cc
[505/693] Compiling p_ec.cc
[506/693] Compiling p_dh.cc
[507/693] Compiling p_dsa_asn1.cc
[508/693] Compiling p_dh_asn1.cc
[509/693] Compiling evp_ctx.cc
[510/693] Compiling evp.cc
[512/693] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[513/693] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[514/693] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[514/693] Compiling err.cc
[515/693] Compiling evp_asn1.cc
[516/693] Compiling engine.cc
[518/693] 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 |
[519/693] 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 |
[520/693] 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 |
[521/693] 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 |
[522/693] 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 |
[523/693] 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 |
[524/693] 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 |
[525/700] 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 |
[526/700] 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 |
[527/700] 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 |
[528/700] 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 |
[529/700] 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 |
[530/700] 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 |
[531/700] 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 |
[532/700] 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 |
[533/700] 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 |
[534/700] 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 |
[535/700] 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 |
[536/700] 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 |
[537/700] 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 |
[538/700] 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 |
[538/700] Compiling ecdsa_asn1.cc
[539/700] Compiling hash_to_curve.cc
[540/700] Compiling ec_derive.cc
[541/700] Compiling ecdh_extra.cc
[543/700] 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 |
[544/700] 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 |
[545/700] 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 |
[546/700] 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 |
[547/700] 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 |
[548/700] 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 |
[549/700] 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 |
[549/700] Compiling ec_asn1.cc
[550/700] Compiling bcm.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[552/700] 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 |
[560/700] Compiling Connect BidirectionalAsyncStream.swift
[561/700] Compiling Connect BidirectionalStream.swift
[562/700] Compiling Connect ClientOnlyAsyncStream.swift
[563/700] Compiling Connect ClientOnlyStream.swift
[564/700] Compiling Connect status.pb.swift
[565/700] Compiling Connect ConnectInterceptor.swift
[566/700] Compiling Connect GRPCWebInterceptor.swift
[567/700] Compiling Connect InterceptorChain.swift
[567/701] Compiling dsa_asn1.cc
[569/701] Compiling digest_extra.cc
[570/701] Compiling params.cc
[571/701] Compiling dsa.cc
[572/701] Compiling dh_asn1.cc
[573/701] Compiling x25519-asm-arm.S
[574/701] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[575/701] Compiling des.cc
[576/701] Compiling spake25519.cc
[577/707] Compiling crypto.cc
[578/707] Compiling cpu_arm_linux.cc
[579/707] Compiling cpu_intel.cc
[580/707] Compiling curve25519.cc
[581/707] Compiling cpu_arm_freebsd.cc
[583/707] Emitting module ConnectPluginUtilities
[583/707] Compiling cpu_aarch64_win.cc
[585/707] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[586/707] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[586/707] Compiling cpu_aarch64_openbsd.cc
[587/707] Compiling curve25519_64_adx.cc
[588/707] Compiling cpu_aarch64_sysreg.cc
[590/707] Compiling ConnectPluginUtilities GeneratorOptions.swift
[590/707] Compiling cpu_aarch64_linux.cc
[591/707] Compiling cpu_aarch64_fuchsia.cc
[593/707] Compiling ConnectPluginUtilities FilePathComponents.swift
[594/707] Compiling ConnectPluginUtilities Generator.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[607/708] 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 |
[608/708] 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 |
[609/708] 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 |
[610/708] 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[618/708] Compiling conf.cc
[618/708] Compiling e_rc2.cc
[618/708] Compiling e_tls.cc
[618/708] Compiling tls_cbc.cc
[618/708] Compiling e_rc4.cc
[618/708] Compiling cpu_aarch64_apple.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/90] Write sources
[2/97] Compiling e_rc4.cc
[3/97] Compiling e_null.cc
[4/97] Compiling e_rc2.cc
[5/97] Compiling cpu_aarch64_apple.cc
[6/97] Compiling e_tls.cc
[7/97] Compiling tls_cbc.cc
[8/97] Compiling conf.cc
[9/97] Compiling e_des.cc
[10/97] Compiling e_chacha20poly1305.cc
[11/97] Compiling e_aesctrhmac.cc
[12/97] Write swift-version-24593BA9C3E375BF.txt
[13/97] Compiling derive_key.cc
[14/97] Compiling e_aesgcmsiv.cc
[15/97] Compiling unicode.cc
[16/97] Compiling cipher_extra.cc
[17/97] Compiling chacha.cc
[18/97] Compiling cbb.cc
[19/97] Compiling ber.cc
[20/99] Compiling cbs.cc
[22/139] Compiling Atomics AtomicOptionalWrappable.swift
[23/139] Compiling Atomics AtomicReference.swift
[23/141] Compiling buf.cc
[25/167] Compiling SwiftProtobuf CustomJSONCodable.swift
[26/167] Compiling SwiftProtobuf Decoder.swift
[27/169] Compiling SwiftProtobuf DoubleParser.swift
[28/169] Compiling SwiftProtobuf Enum.swift
[28/177] Compiling asn1_compat.cc
[30/224] Compiling SwiftProtobuf ExtensibleMessage.swift
[31/224] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[37/226] Compiling convert.cc
[39/226] Compiling _NIOBase64 Base64.swift
[40/226] Emitting module _NIOBase64
[41/227] Compiling _NIODataStructures Heap.swift
[41/227] Compiling blake2.cc
[43/227] Emitting module _NIODataStructures
[45/226] Compiling _NIODataStructures PriorityQueue.swift
[46/226] Compiling _NIODataStructures _TinyArray.swift
[48/227] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[49/227] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[50/227] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[51/227] Compiling SwiftProtobuf BinaryDelimited.swift
[52/227] Compiling SwiftProtobuf BinaryEncoder.swift
[53/227] Compiling SwiftProtobuf BinaryEncodingError.swift
[53/226] Compiling bn_asn1.cc
[54/226] Compiling socket.cc
[56/226] Compiling Atomics IntegerOperations.swift
[57/226] Compiling Atomics Unmanaged extensions.swift
[58/226] Emitting module InternalCollectionsUtilities
[58/226] Compiling printf.cc
[59/226] Compiling hexdump.cc
[60/226] Compiling socket_helper.cc
[61/226] Compiling file.cc
[62/226] Compiling bio_mem.cc
[64/226] Compiling SwiftProtobuf BinaryDecoder.swift
[65/226] Compiling SwiftProtobuf BinaryDecodingError.swift
[66/226] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[71/226] Compiling SwiftProtobuf AnyMessageStorage.swift
[72/226] Compiling SwiftProtobuf AnyUnpackError.swift
[73/226] Compiling SwiftProtobuf AsyncMessageSequence.swift
[73/227] Compiling pair.cc
[75/227] Compiling errno.cc
[76/227] Compiling fd.cc
[77/227] Compiling connect.cc
[78/227] Compiling base64.cc
[79/227] Compiling bio.cc
[80/227] Compiling tasn_utl.cc
[81/226] Compiling tasn_typ.cc
[82/226] Compiling tasn_fre.cc
[83/226] Compiling tasn_new.cc
[84/226] Compiling tasn_enc.cc
[85/226] Compiling tasn_dec.cc
[86/226] Compiling posix_time.cc
[88/226] Compiling SwiftProtobuf ProtobufMap.swift
[89/226] Compiling SwiftProtobuf SelectiveVisitor.swift
[90/226] Compiling SwiftProtobuf SimpleExtensionMap.swift
[91/226] Compiling SwiftProtobuf StringUtils.swift
[92/226] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[93/226] Compiling SwiftProtobuf SwiftProtobufError.swift
[94/226] Compiling SwiftProtobuf TextFormatDecoder.swift
[95/226] Compiling SwiftProtobuf TextFormatDecodingError.swift
[96/226] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[97/226] Compiling SwiftProtobuf TextFormatEncoder.swift
[98/226] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[99/237] Compiling SwiftProtobuf Message+JSONAdditions.swift
[100/237] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[101/237] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[102/237] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[103/237] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[104/237] Compiling SwiftProtobuf Message.swift
[105/237] Compiling SwiftProtobuf MessageExtension.swift
[106/237] Compiling SwiftProtobuf NameMap.swift
[107/237] Compiling SwiftProtobuf PathDecoder.swift
[108/237] Compiling SwiftProtobuf PathVisitor.swift
[109/237] Compiling SwiftProtobuf ProtoNameProviding.swift
[110/237] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[110/237] Compiling f_string.cc
[111/252] Compiling f_int.cc
[112/252] Compiling asn_pack.cc
[114/252] Compiling DequeModule Deque+CustomReflectable.swift
[115/252] Compiling DequeModule Deque+Descriptions.swift
[115/254] Compiling asn1_lib.cc
[117/254] Compiling DequeModule _DequeBuffer.swift
[118/254] Compiling DequeModule _DequeBufferHeader.swift
[118/254] Compiling asn1_par.cc
[120/254] Compiling DequeModule Deque+Equatable.swift
[121/254] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[122/254] Compiling DequeModule Deque+Extras.swift
[123/254] Compiling DequeModule Deque+Hashable.swift
[123/254] Compiling a_type.cc
[125/254] Compiling DequeModule _DequeSlot.swift
[126/254] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/254] Compiling a_utctm.cc
[128/254] Compiling DequeModule Deque+Codable.swift
[129/254] Compiling DequeModule Deque+Collection.swift
[131/254] Emitting module Atomics
[134/254] Compiling a_time.cc
[139/255] Compiling DequeModule Deque+Testing.swift
[140/255] Compiling DequeModule Deque._Storage.swift
[141/255] Compiling DequeModule Deque._UnsafeHandle.swift
[142/255] Compiling DequeModule Deque.swift
[142/255] Compiling a_octet.cc
[144/255] Emitting module DequeModule
[144/255] Compiling a_strex.cc
[145/256] Compiling a_strnid.cc
[146/256] Compiling a_object.cc
[147/256] Compiling a_mbstr.cc
[147/256] Compiling a_i2d_fp.cc
[150/256] Compiling a_dup.cc
[151/256] Compiling a_int.cc
[152/256] Compiling a_gentm.cc
[153/255] Compiling a_d2i_fp.cc
[163/255] Compiling SwiftProtobuf FieldTag.swift
[164/255] Compiling SwiftProtobuf FieldTypes.swift
[165/255] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[166/255] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[167/255] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[168/255] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[169/255] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[170/255] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[171/255] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[172/255] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[173/255] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[174/255] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[175/255] Compiling SwiftProtobuf HashVisitor.swift
[176/255] Compiling SwiftProtobuf Internal.swift
[177/255] Compiling SwiftProtobuf JSONDecoder.swift
[178/255] Compiling SwiftProtobuf JSONDecodingError.swift
[178/255] Wrapping AST for Atomics for debugging
[179/255] Compiling a_bool.cc
[180/255] Compiling a_bitstr.cc
[182/255] Compiling SwiftProtobuf JSONDecodingOptions.swift
[183/255] Compiling SwiftProtobuf JSONEncoder.swift
[184/255] Compiling SwiftProtobuf JSONEncodingError.swift
[185/255] Compiling SwiftProtobuf JSONEncodingOptions.swift
[186/255] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[187/255] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[188/255] Compiling SwiftProtobuf JSONScanner.swift
[189/255] Compiling SwiftProtobuf MathUtils.swift
[190/255] Compiling SwiftProtobuf Message+AnyAdditions.swift
[191/255] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[192/255] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[193/255] Compiling SwiftProtobuf Message+FieldMask.swift
[194/255] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[195/255] Compiling SwiftProtobuf TextFormatScanner.swift
[196/255] Compiling SwiftProtobuf TimeUtils.swift
[197/255] Compiling SwiftProtobuf UnknownStorage.swift
[198/255] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[199/255] Compiling SwiftProtobuf Varint.swift
[200/255] Compiling SwiftProtobuf Version.swift
[201/255] Compiling SwiftProtobuf Visitor.swift
[202/255] Compiling SwiftProtobuf WireFormat.swift
[203/255] Compiling SwiftProtobuf ZigZag.swift
[204/255] Compiling SwiftProtobuf any.pb.swift
[205/255] Emitting module SwiftProtobuf
[217/255] Compiling c-nioatomics.c
[218/255] Compiling c-atomics.c
[220/261] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[221/261] Compiling NIOConcurrencyHelpers NIOLock.swift
[222/261] Emitting module NIOConcurrencyHelpers
[223/261] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[224/261] Compiling NIOConcurrencyHelpers lock.swift
[225/261] Compiling NIOConcurrencyHelpers atomics.swift
[227/262] Compiling SwiftProtobuf api.pb.swift
[228/262] Compiling SwiftProtobuf descriptor.pb.swift
[229/262] Compiling SwiftProtobuf duration.pb.swift
[230/262] Compiling SwiftProtobuf empty.pb.swift
[231/262] Compiling SwiftProtobuf field_mask.pb.swift
[232/262] Compiling SwiftProtobuf source_context.pb.swift
[233/262] Compiling SwiftProtobuf struct.pb.swift
[234/262] Compiling SwiftProtobuf timestamp.pb.swift
[235/262] Compiling SwiftProtobuf type.pb.swift
[236/262] Compiling SwiftProtobuf wrappers.pb.swift
[237/262] Compiling SwiftProtobuf resource_bundle_accessor.swift
[237/262] Wrapping AST for NIOConcurrencyHelpers for debugging
[239/322] Wrapping AST for SwiftProtobuf for debugging
[241/400] Compiling Connect ClientOnlyStream.swift
[242/400] Compiling Connect ProtoCodec.swift
[243/400] Compiling Connect GzipCompressionPool.swift
[244/403] 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 |
[245/403] 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 |
[246/403] 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 |
[247/403] 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 |
[248/403] 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 |
[249/403] 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 |
[250/403] 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 |
[251/410] Compiling Connect BidirectionalAsyncStream.swift
[252/410] Compiling Connect BidirectionalStream.swift
[253/410] Compiling Connect ClientOnlyAsyncStream.swift
[254/410] 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 |
[255/410] 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 |
[256/410] 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 |
[257/410] 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 |
[258/410] 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 |
[259/410] 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 |
[260/410] 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 |
[261/410] 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/410] 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/410] 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/410] 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/410] 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/410] 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/410] 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/410] Compiling Connect CompressionPool.swift
[269/410] Compiling Connect ConnectError.swift
[270/410] Compiling Connect ClientOnlyStreamValidation.swift
[271/410] Compiling Connect Cancelable.swift
[272/410] Compiling Connect Code.swift
[273/410] Compiling Connect Codec.swift
[274/410] Compiling Connect status.pb.swift
[275/410] Compiling Connect ConnectInterceptor.swift
[276/410] Compiling Connect GRPCWebInterceptor.swift
[277/410] 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[285/410] Compiling Connect BidirectionalStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[286/410] Compiling Connect ClientOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[287/410] Compiling Connect RequestCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[288/410] Compiling Connect ResponseCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[289/410] Compiling Connect ServerOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[290/410] Compiling Connect StreamResult.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[291/410] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[292/410] 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/410] Emitting module SwiftProtobufPluginLibrary
[294/410] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[295/410] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[296/410] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[297/410] Compiling Connect Trailers+gRPC.swift
[298/410] Compiling Connect ProtocolClient.swift
[299/410] Compiling Connect URLSessionHTTPClient.swift
[300/410] Compiling Connect JSONCodec.swift
[301/410] Compiling Connect TimeoutTimer.swift
[302/410] Compiling Connect ConnectError+GRPC.swift
[303/410] Compiling Connect Envelope.swift
[304/410] 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[326/410] Compiling Connect URLSessionStream.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[327/410] Compiling Connect UnaryAsyncWrapper.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[328/410] Compiling Connect Lock.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[329/410] Compiling Connect Locked.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
BUILD FAILURE 6.0 linux