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 Yorkie, reference main (748134), with Swift 6.1 for Linux on 29 Apr 2025 20:08:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yorkie-team/yorkie-ios-sdk.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/yorkie-team/yorkie-ios-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 748134e Apply updates from yorkie-js-sdk v0.5.2 (#197)
Cloned https://github.com/yorkie-team/yorkie-ios-sdk.git
Revision (git rev-parse @):
748134e5119fdb50c8c06ae7870267213abcc775
SUCCESS checkout https://github.com/yorkie-team/yorkie-ios-sdk.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yorkie-team/yorkie-ios-sdk.git
https://github.com/yorkie-team/yorkie-ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "connect-swift",
      "requirement" : {
        "exact" : [
          "1.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/connectrpc/connect-swift"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "exact" : [
          "1.6.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "exact" : [
          "0.0.8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.4.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Yorkie",
  "name" : "Yorkie",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Yorkie",
      "targets" : [
        "Yorkie"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YorkieUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieUnitTests",
      "path" : "Tests/Unit",
      "sources" : [
        "API/V1/ConverterTests.swift",
        "Document/CRDT/CRDTArrayTests.swift",
        "Document/CRDT/CRDTCountTests.swift",
        "Document/CRDT/CRDTElementTests.swift",
        "Document/CRDT/CRDTObjectTests.swift",
        "Document/CRDT/CRDTRootTests.swift",
        "Document/CRDT/CRDTTextTests.swift",
        "Document/CRDT/CRDTTreeTests.swift",
        "Document/CRDT/ElementRHTTests.swift",
        "Document/CRDT/PrimitiveTests.swift",
        "Document/CRDT/RGATreeListTests.swift",
        "Document/CRDT/RHTTests.swift",
        "Document/Change/ChangeContextTests.swift",
        "Document/Change/ChangeIDTests.swift",
        "Document/Change/ChangePackTests.swift",
        "Document/Change/ChangeTests.swift",
        "Document/Change/CheckpointTests.swift",
        "Document/DocumentConcurrentAccessTests.swift",
        "Document/DocumentTests.swift",
        "Document/GCTests.swift",
        "Document/Json/JONSTreeTests.swift",
        "Document/Json/JSONArrayTests.swift",
        "Document/Json/JSONObjectTests.swift",
        "Document/Json/JSONTextTest.swift",
        "Document/Operation/AddOperationTests.swift",
        "Document/Operation/MoveOperationTests.swift",
        "Document/Operation/RemoveOperationTests.swift",
        "Document/Operation/SetOperationTests.swift",
        "Document/Time/TimeTicketTests.swift",
        "Document/Util/PayloadTests.swift",
        "Document/Util/StringEscapingTests.swift",
        "Document/Util/StringValueTypeDictionaryTests.swift",
        "Document/Util/YorkieJSONObjectableTests.swift",
        "TestUtils/XCTestCase+Extension.swift",
        "Util/Helper.swift",
        "Util/IndexTreeTests.swift",
        "Util/LLRBTreeTests.swift",
        "Util/SplayTreeTests.swift",
        "Util/StringExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieIntegrationTests",
      "path" : "Tests/Integration",
      "sources" : [
        "ClientIntegrationTests.swift",
        "CounterIntegrationTests.swift",
        "DocumentIntegrationTests.swift",
        "GCIntegrationTests.swift",
        "GRPCTests.swift",
        "IntegrationHelper.swift",
        "PresenceTests.swift",
        "SnapshotTests.swift",
        "TextIntegrationTests.swift",
        "TreeConcurrencyTests.swift",
        "TreeIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieBenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieBenchmarkTests",
      "path" : "Tests/Benchmark",
      "sources" : [
        "DocumentBenchmarkTests.swift",
        "SplayTreeBenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Yorkie",
      "module_type" : "SwiftTarget",
      "name" : "Yorkie",
      "path" : "Sources",
      "product_dependencies" : [
        "Connect",
        "Logging",
        "Semaphore"
      ],
      "product_memberships" : [
        "Yorkie"
      ],
      "sources" : [
        "API/Converter.swift",
        "API/GRPCTypeAlias.swift",
        "API/V1/Generated/googleapis/google/rpc/error_details.pb.swift",
        "API/V1/Generated/yorkie/v1/resources.pb.swift",
        "API/V1/Generated/yorkie/v1/yorkie.connect.swift",
        "API/V1/Generated/yorkie/v1/yorkie.pb.swift",
        "Core/Attachment.swift",
        "Core/Auth.swift",
        "Core/Client.swift",
        "Core/Logger.swift",
        "Core/YorkieService.swift",
        "Document/CRDT/CRDTArray.swift",
        "Document/CRDT/CRDTCounter.swift",
        "Document/CRDT/CRDTElement.swift",
        "Document/CRDT/CRDTObject.swift",
        "Document/CRDT/CRDTRoot.swift",
        "Document/CRDT/CRDTText.swift",
        "Document/CRDT/CRDTTree.swift",
        "Document/CRDT/ElementRHT.swift",
        "Document/CRDT/GC.swift",
        "Document/CRDT/Primitive.swift",
        "Document/CRDT/RGATreeList.swift",
        "Document/CRDT/RGATreeSplit.swift",
        "Document/CRDT/RHT.swift",
        "Document/Change/Change.swift",
        "Document/Change/ChangeContext.swift",
        "Document/Change/ChangeID.swift",
        "Document/Change/ChangePack.swift",
        "Document/Change/Checkpoint.swift",
        "Document/DocEvent.swift",
        "Document/Document.swift",
        "Document/Json/ElementConverter.swift",
        "Document/Json/JSONArray.swift",
        "Document/Json/JSONCounter.swift",
        "Document/Json/JSONDatable.swift",
        "Document/Json/JSONObject.swift",
        "Document/Json/JSONText.swift",
        "Document/Json/JSONTree.swift",
        "Document/Json/ObjectDataHandler.swift",
        "Document/Json/Strings.swift",
        "Document/Operation/AddOperation.swift",
        "Document/Operation/EditOperation.swift",
        "Document/Operation/IncreaseOperation.swift",
        "Document/Operation/MoveOperation.swift",
        "Document/Operation/Operation.swift",
        "Document/Operation/RemoveOperation.swift",
        "Document/Operation/SetOperation.swift",
        "Document/Operation/StyleOperation.swift",
        "Document/Operation/TreeEditOperation.swift",
        "Document/Operation/TreeSytleOperation.swift",
        "Document/Presence/Presence.swift",
        "Document/Time/ActorID.swift",
        "Document/Time/TimeTicket.swift",
        "Document/Util/JSONObjectable.swift",
        "Document/Util/Payload.swift",
        "Document/Util/YorkieCountable.swift",
        "Util/Codable+Extension.swift",
        "Util/Collection+Extensions.swift",
        "Util/Dictionary+Extension.swift",
        "Util/Errors.swift",
        "Util/IndexTree.swift",
        "Util/LLRBTree.swift",
        "Util/Optional+Extensions.swift",
        "Util/SplayTree.swift",
        "Util/String+Extensions.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/connectrpc/connect-swift
[1/2049] Fetching swift-docc-plugin
[247/10502] Fetching swift-docc-plugin, connect-swift
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/groue/Semaphore.git
Fetched https://github.com/apple/swift-docc-plugin from cache (0.61s)
Fetched https://github.com/connectrpc/connect-swift from cache (0.73s)
[1/3836] Fetching swift-log
[2/4129] Fetching swift-log, semaphore
Fetched https://github.com/groue/Semaphore.git from cache (0.44s)
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.81s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.0.8 (1.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.63s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.2 (0.66s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/11504] Fetching swift-nio-http2
[2532/26313] Fetching swift-nio-http2, swift-nio-ssl
[4128/101874] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[16209/140378] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.32s)
[53062/128874] Fetching swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.73s)
Fetched https://github.com/apple/swift-nio.git from cache (6.81s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.91s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (7.54s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.57s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.34s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.90s)
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.79s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.66s)
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.0.8
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.82.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/connectrpc/connect-swift
Working copy of https://github.com/connectrpc/connect-swift resolved at 1.0.2
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
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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.36.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/10] Write sources
[4/10] Copying PrivacyInfo.xcprivacy
[4/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/100] Compiling Logging MetadataProvider.swift
[12/100] Compiling Logging Locks.swift
[13/100] Emitting module Logging
[14/100] Compiling Logging LogHandler.swift
[15/100] Compiling Logging Logging.swift
[17/101] Emitting module Semaphore
[18/101] Compiling Semaphore AsyncSemaphore.swift
[20/102] Compiling SwiftProtobuf Message+JSONAdditions.swift
[21/102] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[22/102] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[23/102] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[24/102] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[25/102] Compiling SwiftProtobuf Message.swift
[26/102] Compiling SwiftProtobuf MessageExtension.swift
[27/102] Compiling SwiftProtobuf NameMap.swift
[28/102] Compiling SwiftProtobuf PathDecoder.swift
[29/102] Compiling SwiftProtobuf PathVisitor.swift
[30/102] Compiling SwiftProtobuf ProtoNameProviding.swift
[31/102] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[32/113] Compiling SwiftProtobuf CustomJSONCodable.swift
[33/113] Compiling SwiftProtobuf Decoder.swift
[34/113] Compiling SwiftProtobuf DoubleParser.swift
[35/113] Compiling SwiftProtobuf Enum.swift
[36/113] Compiling SwiftProtobuf ExtensibleMessage.swift
[37/113] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[38/113] Compiling SwiftProtobuf ExtensionFields.swift
[39/113] Compiling SwiftProtobuf ExtensionMap.swift
[40/113] Compiling SwiftProtobuf FieldTag.swift
[41/113] Compiling SwiftProtobuf FieldTypes.swift
[42/113] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[43/113] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[44/113] Compiling SwiftProtobuf JSONDecodingOptions.swift
[45/113] Compiling SwiftProtobuf JSONEncoder.swift
[46/113] Compiling SwiftProtobuf JSONEncodingError.swift
[47/113] Compiling SwiftProtobuf JSONEncodingOptions.swift
[48/113] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[49/113] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[50/113] Compiling SwiftProtobuf JSONScanner.swift
[51/113] Compiling SwiftProtobuf MathUtils.swift
[52/113] Compiling SwiftProtobuf Message+AnyAdditions.swift
[53/113] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[54/113] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[55/113] Compiling SwiftProtobuf Message+FieldMask.swift
[56/113] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[57/113] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[58/113] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[59/113] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[60/113] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[61/113] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[62/113] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[63/113] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[64/113] Compiling SwiftProtobuf HashVisitor.swift
[65/113] Compiling SwiftProtobuf Internal.swift
[66/113] Compiling SwiftProtobuf JSONDecoder.swift
[67/113] Compiling SwiftProtobuf JSONDecodingError.swift
[68/113] Compiling SwiftProtobuf ProtobufMap.swift
[69/113] Compiling SwiftProtobuf SelectiveVisitor.swift
[70/113] Compiling SwiftProtobuf SimpleExtensionMap.swift
[71/113] Compiling SwiftProtobuf StringUtils.swift
[72/113] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[73/113] Compiling SwiftProtobuf SwiftProtobufError.swift
[74/113] Compiling SwiftProtobuf TextFormatDecoder.swift
[75/113] Compiling SwiftProtobuf TextFormatDecodingError.swift
[76/113] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[77/113] Compiling SwiftProtobuf TextFormatEncoder.swift
[78/113] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[79/113] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[80/113] Compiling SwiftProtobuf TextFormatScanner.swift
[81/113] Compiling SwiftProtobuf TimeUtils.swift
[82/113] Compiling SwiftProtobuf UnknownStorage.swift
[83/113] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[84/113] Compiling SwiftProtobuf Varint.swift
[85/113] Compiling SwiftProtobuf Version.swift
[86/113] Compiling SwiftProtobuf Visitor.swift
[87/113] Compiling SwiftProtobuf WireFormat.swift
[88/113] Compiling SwiftProtobuf ZigZag.swift
[89/113] Compiling SwiftProtobuf any.pb.swift
[90/113] Emitting module SwiftProtobuf
[91/113] Compiling SwiftProtobuf AnyMessageStorage.swift
[92/113] Compiling SwiftProtobuf AnyUnpackError.swift
[93/113] Compiling SwiftProtobuf AsyncMessageSequence.swift
[94/113] Compiling SwiftProtobuf BinaryDecoder.swift
[95/113] Compiling SwiftProtobuf BinaryDecodingError.swift
[96/113] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[97/113] Compiling SwiftProtobuf BinaryDelimited.swift
[98/113] Compiling SwiftProtobuf BinaryEncoder.swift
[99/113] Compiling SwiftProtobuf BinaryEncodingError.swift
[100/113] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[101/113] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[102/113] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[103/113] Compiling SwiftProtobuf api.pb.swift
[104/113] Compiling SwiftProtobuf descriptor.pb.swift
[105/113] Compiling SwiftProtobuf duration.pb.swift
[106/113] Compiling SwiftProtobuf empty.pb.swift
[107/113] Compiling SwiftProtobuf field_mask.pb.swift
[108/113] Compiling SwiftProtobuf source_context.pb.swift
[109/113] Compiling SwiftProtobuf struct.pb.swift
[110/113] Compiling SwiftProtobuf timestamp.pb.swift
[111/113] Compiling SwiftProtobuf type.pb.swift
[112/113] Compiling SwiftProtobuf wrappers.pb.swift
[113/113] Compiling SwiftProtobuf resource_bundle_accessor.swift
[115/167] Compiling Connect HTTPClientInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[116/167] Compiling Connect HTTPMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[117/167] Compiling Connect HTTPMetrics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[118/167] Compiling Connect HTTPRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[119/167] Compiling Connect HTTPResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[120/167] Compiling Connect HeaderConstants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[121/167] Compiling Connect Headers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[122/174] Compiling Connect IdempotencyLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[123/174] Compiling Connect Interceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[124/174] Compiling Connect InterceptorFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[125/174] Compiling Connect StreamInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[126/174] Compiling Connect UnaryInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[127/174] Compiling Connect MethodSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[128/174] Compiling Connect NetworkProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[129/174] Compiling Connect ClientOnlyStreamValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[130/174] Compiling Connect ConnectEndStreamResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[131/174] Compiling Connect ServerOnlyAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[132/174] Compiling Connect ServerOnlyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[133/174] Compiling Connect URLSessionStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[134/174] Compiling Connect UnaryAsyncWrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[135/174] Compiling Connect Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[136/174] Compiling Connect Locked.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[137/174] Compiling Connect BidirectionalStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[138/174] Compiling Connect ClientOnlyStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[139/174] Compiling Connect RequestCallbacks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[140/174] Compiling Connect ResponseCallbacks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[141/174] Compiling Connect ServerOnlyStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[142/174] Compiling Connect StreamResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[143/174] Compiling Connect Trailers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[144/174] Compiling Connect ProtoCodec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[145/174] Compiling Connect GzipCompressionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[146/174] Compiling Connect Cancelable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[147/174] Compiling Connect Code.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[148/174] Compiling Connect Codec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[149/174] Compiling Connect CompressionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[150/174] Compiling Connect ConnectError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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)
[151/174] Emitting module Connect
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[152/174] Compiling Connect status.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[153/174] Compiling Connect ConnectInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[154/174] Compiling Connect GRPCWebInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[155/174] Compiling Connect InterceptorChain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[156/174] Compiling Connect BidirectionalAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[157/174] Compiling Connect BidirectionalStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[158/174] Compiling Connect ClientOnlyAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[159/174] Compiling Connect ClientOnlyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[160/174] Compiling Connect ProtobufMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[161/174] Compiling Connect ProtocolClientConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[162/174] Compiling Connect ProtocolClientInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[163/174] Compiling Connect ResponseMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[164/174] Compiling Connect BidirectionalAsyncStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[165/174] Compiling Connect ClientOnlyAsyncStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[166/174] Compiling Connect ServerOnlyAsyncStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[167/174] Compiling Connect TimeoutTimer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[168/174] Compiling Connect ConnectError+GRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[169/174] Compiling Connect Envelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[170/174] Compiling Connect Headers+GRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[171/174] Compiling Connect Trailers+gRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[172/174] Compiling Connect ProtocolClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[173/174] Compiling Connect URLSessionHTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[174/174] Compiling Connect JSONCodec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/Benchmark/editing-trace.json
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling Logging MetadataProvider.swift
[6/70] Emitting module Semaphore
[7/70] Compiling Semaphore AsyncSemaphore.swift
[8/95] Emitting module Logging
[10/95] Compiling Logging LogHandler.swift
[11/95] Compiling Logging Logging.swift
[12/95] Compiling Logging Locks.swift
[14/96] Compiling SwiftProtobuf CustomJSONCodable.swift
[15/96] Compiling SwiftProtobuf Decoder.swift
[16/96] Compiling SwiftProtobuf DoubleParser.swift
[17/96] Compiling SwiftProtobuf Enum.swift
[18/96] Compiling SwiftProtobuf ExtensibleMessage.swift
[19/96] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[20/96] Compiling SwiftProtobuf ExtensionFields.swift
[21/96] Compiling SwiftProtobuf ExtensionMap.swift
[22/96] Compiling SwiftProtobuf FieldTag.swift
[23/96] Compiling SwiftProtobuf FieldTypes.swift
[24/96] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[25/96] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[26/107] Compiling SwiftProtobuf ProtobufMap.swift
[27/107] Compiling SwiftProtobuf SelectiveVisitor.swift
[28/107] Compiling SwiftProtobuf SimpleExtensionMap.swift
[29/107] Compiling SwiftProtobuf StringUtils.swift
[30/107] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[31/107] Compiling SwiftProtobuf SwiftProtobufError.swift
[32/107] Compiling SwiftProtobuf TextFormatDecoder.swift
[33/107] Compiling SwiftProtobuf TextFormatDecodingError.swift
[34/107] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[35/107] Compiling SwiftProtobuf TextFormatEncoder.swift
[36/107] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[37/107] Compiling SwiftProtobuf Message+JSONAdditions.swift
[38/107] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[39/107] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[40/107] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[41/107] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[42/107] Compiling SwiftProtobuf Message.swift
[43/107] Compiling SwiftProtobuf MessageExtension.swift
[44/107] Compiling SwiftProtobuf NameMap.swift
[45/107] Compiling SwiftProtobuf PathDecoder.swift
[46/107] Compiling SwiftProtobuf PathVisitor.swift
[47/107] Compiling SwiftProtobuf ProtoNameProviding.swift
[48/107] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[49/107] Compiling SwiftProtobuf JSONDecodingOptions.swift
[50/107] Compiling SwiftProtobuf JSONEncoder.swift
[51/107] Compiling SwiftProtobuf JSONEncodingError.swift
[52/107] Compiling SwiftProtobuf JSONEncodingOptions.swift
[53/107] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[54/107] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[55/107] Compiling SwiftProtobuf JSONScanner.swift
[56/107] Compiling SwiftProtobuf MathUtils.swift
[57/107] Compiling SwiftProtobuf Message+AnyAdditions.swift
[58/107] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[59/107] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[60/107] Compiling SwiftProtobuf Message+FieldMask.swift
[61/107] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[62/107] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[63/107] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[64/107] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[65/107] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[66/107] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[67/107] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[68/107] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[69/107] Compiling SwiftProtobuf HashVisitor.swift
[70/107] Compiling SwiftProtobuf Internal.swift
[71/107] Compiling SwiftProtobuf JSONDecoder.swift
[72/107] Compiling SwiftProtobuf JSONDecodingError.swift
[73/107] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[74/107] Compiling SwiftProtobuf TextFormatScanner.swift
[75/107] Compiling SwiftProtobuf TimeUtils.swift
[76/107] Compiling SwiftProtobuf UnknownStorage.swift
[77/107] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[78/107] Compiling SwiftProtobuf Varint.swift
[79/107] Compiling SwiftProtobuf Version.swift
[80/107] Compiling SwiftProtobuf Visitor.swift
[81/107] Compiling SwiftProtobuf WireFormat.swift
[82/107] Compiling SwiftProtobuf ZigZag.swift
[83/107] Compiling SwiftProtobuf any.pb.swift
[84/107] Compiling SwiftProtobuf AnyMessageStorage.swift
[85/107] Compiling SwiftProtobuf AnyUnpackError.swift
[86/107] Compiling SwiftProtobuf AsyncMessageSequence.swift
[87/107] Compiling SwiftProtobuf BinaryDecoder.swift
[88/107] Compiling SwiftProtobuf BinaryDecodingError.swift
[89/107] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[90/107] Compiling SwiftProtobuf BinaryDelimited.swift
[91/107] Compiling SwiftProtobuf BinaryEncoder.swift
[92/107] Compiling SwiftProtobuf BinaryEncodingError.swift
[93/107] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[94/107] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[95/107] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[96/107] Emitting module SwiftProtobuf
[97/107] Compiling SwiftProtobuf api.pb.swift
[98/107] Compiling SwiftProtobuf descriptor.pb.swift
[99/107] Compiling SwiftProtobuf duration.pb.swift
[100/107] Compiling SwiftProtobuf empty.pb.swift
[101/107] Compiling SwiftProtobuf field_mask.pb.swift
[102/107] Compiling SwiftProtobuf source_context.pb.swift
[103/107] Compiling SwiftProtobuf struct.pb.swift
[104/107] Compiling SwiftProtobuf timestamp.pb.swift
[105/107] Compiling SwiftProtobuf type.pb.swift
[106/107] Compiling SwiftProtobuf wrappers.pb.swift
[107/107] Compiling SwiftProtobuf resource_bundle_accessor.swift
[109/161] Compiling Connect HTTPClientInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[110/161] Compiling Connect HTTPMethod.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[111/161] Compiling Connect HTTPMetrics.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[112/161] Compiling Connect HTTPRequest.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[113/161] Compiling Connect HTTPResponse.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[114/161] Compiling Connect HeaderConstants.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[115/161] Compiling Connect Headers.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[116/168] Compiling Connect IdempotencyLevel.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[117/168] Compiling Connect Interceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[118/168] Compiling Connect InterceptorFactory.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[119/168] Compiling Connect StreamInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[120/168] Compiling Connect UnaryInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[121/168] Compiling Connect MethodSpec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[122/168] Compiling Connect NetworkProtocol.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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)
[123/168] Emitting module Connect
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[124/168] Compiling Connect BidirectionalStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[125/168] Compiling Connect ClientOnlyStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[126/168] Compiling Connect RequestCallbacks.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[127/168] Compiling Connect ResponseCallbacks.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[128/168] Compiling Connect ServerOnlyStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[129/168] Compiling Connect StreamResult.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[130/168] Compiling Connect Trailers.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[131/168] Compiling Connect ClientOnlyStreamValidation.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[132/168] Compiling Connect ConnectEndStreamResponse.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[133/168] Compiling Connect ServerOnlyAsyncStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[134/168] Compiling Connect ServerOnlyStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[135/168] Compiling Connect URLSessionStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[136/168] Compiling Connect UnaryAsyncWrapper.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[137/168] Compiling Connect Lock.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[138/168] Compiling Connect Locked.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[139/168] Compiling Connect status.pb.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[140/168] Compiling Connect ConnectInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[141/168] Compiling Connect GRPCWebInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[142/168] Compiling Connect InterceptorChain.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[143/168] Compiling Connect BidirectionalAsyncStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[144/168] Compiling Connect BidirectionalStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[145/168] Compiling Connect ClientOnlyAsyncStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[146/168] Compiling Connect ClientOnlyStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[147/168] Compiling Connect ProtoCodec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[148/168] Compiling Connect GzipCompressionPool.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[149/168] Compiling Connect Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[150/168] Compiling Connect Code.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[151/168] Compiling Connect Codec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[152/168] Compiling Connect CompressionPool.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[153/168] Compiling Connect ConnectError.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[154/168] Compiling Connect ProtobufMessage.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[155/168] Compiling Connect ProtocolClientConfig.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[156/168] Compiling Connect ProtocolClientInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[157/168] Compiling Connect ResponseMessage.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[158/168] Compiling Connect BidirectionalAsyncStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[159/168] Compiling Connect ClientOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[160/168] Compiling Connect ServerOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[161/168] Compiling Connect TimeoutTimer.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[162/168] Compiling Connect ConnectError+GRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[163/168] Compiling Connect Envelope.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[164/168] Compiling Connect Headers+GRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[165/168] Compiling Connect Trailers+gRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[166/168] Compiling Connect ProtocolClient.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[167/168] Compiling Connect URLSessionHTTPClient.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[168/168] Compiling Connect JSONCodec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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.1 linux