The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Yorkie, reference 0.5.5 (723fe7), with Swift 6.1 for Linux on 2 Jun 2025 13:50:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yorkie-team/yorkie-ios-sdk.git
Reference: 0.5.5
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
 * tag               0.5.5      -> FETCH_HEAD
HEAD is now at 723fe78 Bump to 0.5.5
Cloned https://github.com/yorkie-team/yorkie-ios-sdk.git
Revision (git rev-parse @):
723fe78f738bdaa8fd508de0874f0cb947a7ecc8
SUCCESS checkout https://github.com/yorkie-team/yorkie-ios-sdk.git at 0.5.5
========================================
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.3"
        ]
      },
      "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",
        "YorkieTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieTestHelper",
      "module_type" : "SwiftTarget",
      "name" : "YorkieTestHelper",
      "path" : "Tests/Helper",
      "product_dependencies" : [
        "ConnectNIO"
      ],
      "sources" : [
        "TestHelper.swift",
        "WebhookServer.swift",
        "YorkieProjectHelper.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "library"
    },
    {
      "c99name" : "YorkieIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieIntegrationTests",
      "path" : "Tests/Integration",
      "sources" : [
        "ClientIntegrationTests.swift",
        "CounterIntegrationTests.swift",
        "DocumentIntegrationTests.swift",
        "GCIntegrationTests.swift",
        "GRPCTests.swift",
        "PresenceTests.swift",
        "SnapshotTests.swift",
        "TextIntegrationTests.swift",
        "TreeConcurrencyTests.swift",
        "TreeIntegrationTests.swift",
        "WebhookIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie",
        "YorkieTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieBenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieBenchmarkTests",
      "path" : "Tests/Benchmark",
      "sources" : [
        "DocumentBenchmarkTests.swift",
        "SplayTreeBenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie",
        "YorkieTestHelper"
      ],
      "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/AuthTokenInjector.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/Time/VersionVector.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-4609320-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/connectrpc/connect-swift
[1/2049] Fetching swift-docc-plugin
[227/2342] Fetching swift-docc-plugin, semaphore
[456/6178] Fetching swift-docc-plugin, semaphore, swift-log
[3328/14698] Fetching swift-docc-plugin, semaphore, swift-log, connect-swift
Fetched https://github.com/apple/swift-docc-plugin from cache (0.48s)
Fetched https://github.com/groue/Semaphore.git from cache (0.53s)
Fetched https://github.com/connectrpc/connect-swift from cache (0.53s)
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3395] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.0.8 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.3 (0.59s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/11527] Fetching swift-nio-http2
[3114/87674] Fetching swift-nio-http2, swift-nio
[7980/102517] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
[28965/141839] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (10.92s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (10.94s)
Fetched https://github.com/apple/swift-protobuf.git from cache (10.98s)
Fetched https://github.com/apple/swift-nio.git from cache (11.02s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (11.60s)
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.53s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.92s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.78s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2197/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.54s)
Fetched https://github.com/apple/swift-collections.git from cache (1.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.10s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.30.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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.36.0
Creating working copy for https://github.com/connectrpc/connect-swift
Working copy of https://github.com/connectrpc/connect-swift resolved at 1.0.3
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/440] Write sources
[15/440] Copying PrivacyInfo.xcprivacy
[15/440] Write sources
[26/440] Compiling CNIOWindows shim.c
[27/440] Compiling _AtomicsShims.c
[28/440] Compiling CNIOWASI CNIOWASI.c
[28/440] Compiling CNIOWindows WSAStartup.c
[30/440] Compiling CNIOLinux liburing_shims.c
[31/440] Compiling CNIODarwin shim.c
[32/440] Compiling CNIOLLHTTP c_nio_http.c
[33/440] Compiling fiat_p256_adx_sqr.S
[34/440] Compiling fiat_p256_adx_mul.S
[35/440] Compiling CNIOLLHTTP c_nio_api.c
[36/440] Compiling fiat_curve25519_adx_square.S
[37/440] Compiling CNIOLinux shim.c
[38/440] Compiling fiat_curve25519_adx_mul.S
[39/440] Write swift-version-24593BA9C3E375BF.txt
[40/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/444] Compiling CNIOBoringSSLShims shims.c
[42/446] Compiling tls_method.cc
[43/446] Compiling tls_record.cc
[44/446] Compiling tls13_client.cc
[45/448] Compiling tls13_server.cc
[46/448] Compiling tls13_both.cc
[47/488] Compiling tls13_enc.cc
[48/550] Compiling t1_enc.cc
[50/550] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/550] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/551] Emitting module InternalCollectionsUtilities
[53/551] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/551] Compiling InternalCollectionsUtilities Integer rank.swift
[55/551] Compiling InternalCollectionsUtilities Descriptions.swift
[56/551] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/551] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/551] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/551] Compiling InternalCollectionsUtilities Debugging.swift
[60/551] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/551] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/551] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/551] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/551] Compiling _NIODataStructures _TinyArray.swift
[65/551] Emitting module _NIOBase64
[66/551] Compiling _NIOBase64 Base64.swift
[67/552] Compiling _NIODataStructures PriorityQueue.swift
[69/552] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/553] Compiling ssl_x509.cc
[72/553] Compiling Logging MetadataProvider.swift
[73/553] Compiling Logging LogHandler.swift
[74/553] Emitting module Logging
[75/553] Compiling Logging Locks.swift
[76/553] Compiling Logging Logging.swift
[77/554] Emitting module _NIODataStructures
[78/554] Compiling _NIODataStructures Heap.swift
[81/570] Compiling Semaphore AsyncSemaphore.swift
[82/570] Emitting module Semaphore
[84/571] Compiling DequeModule _DequeBuffer.swift
[85/571] Compiling DequeModule _DequeBufferHeader.swift
[85/573] Compiling ssl_versions.cc
[87/573] Compiling DequeModule Deque+Equatable.swift
[88/573] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/573] Compiling DequeModule Deque+CustomReflectable.swift
[90/573] Compiling DequeModule Deque+Descriptions.swift
[91/573] Compiling DequeModule Deque+Extras.swift
[92/573] Compiling DequeModule Deque+Hashable.swift
[92/573] Compiling ssl_transcript.cc
[94/573] Compiling DequeModule _DequeSlot.swift
[95/573] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/573] Compiling ssl_stat.cc
[97/573] Compiling DequeModule Deque._UnsafeHandle.swift
[98/573] Compiling DequeModule Deque.swift
[99/573] Compiling DequeModule Deque+Testing.swift
[100/573] Compiling DequeModule Deque._Storage.swift
[100/573] Compiling ssl_session.cc
[102/573] Compiling DequeModule Deque+Codable.swift
[103/573] Compiling DequeModule Deque+Collection.swift
[104/573] Compiling SwiftProtobuf Message+JSONAdditions.swift
[105/573] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[106/573] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[107/573] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[108/573] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[109/573] Compiling SwiftProtobuf Message.swift
[110/573] Compiling SwiftProtobuf MessageExtension.swift
[111/573] Compiling SwiftProtobuf NameMap.swift
[112/573] Compiling SwiftProtobuf PathDecoder.swift
[113/573] Compiling SwiftProtobuf PathVisitor.swift
[114/573] Compiling SwiftProtobuf ProtoNameProviding.swift
[115/573] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[116/584] Compiling SwiftProtobuf ProtobufMap.swift
[117/584] Compiling SwiftProtobuf SelectiveVisitor.swift
[118/584] Compiling SwiftProtobuf SimpleExtensionMap.swift
[119/584] Compiling SwiftProtobuf StringUtils.swift
[120/584] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[121/584] Compiling SwiftProtobuf SwiftProtobufError.swift
[122/584] Compiling SwiftProtobuf TextFormatDecoder.swift
[123/584] Compiling SwiftProtobuf TextFormatDecodingError.swift
[124/584] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[125/584] Compiling SwiftProtobuf TextFormatEncoder.swift
[126/584] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[127/584] Emitting module DequeModule
[129/585] Emitting module SwiftProtobuf
[129/585] Compiling ssl_privkey.cc
[143/585] Compiling SwiftProtobuf JSONDecodingOptions.swift
[144/585] Compiling SwiftProtobuf JSONEncoder.swift
[145/585] Compiling SwiftProtobuf JSONEncodingError.swift
[146/585] Compiling SwiftProtobuf JSONEncodingOptions.swift
[147/585] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[148/585] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[149/585] Compiling SwiftProtobuf JSONScanner.swift
[150/585] Compiling SwiftProtobuf MathUtils.swift
[151/585] Compiling SwiftProtobuf Message+AnyAdditions.swift
[152/585] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[153/585] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[154/585] Compiling SwiftProtobuf Message+FieldMask.swift
[154/585] Compiling ssl_file.cc
[155/585] Compiling ssl_key_share.cc
[156/585] Compiling ssl_lib.cc
[157/585] Compiling ssl_credential.cc
[158/585] Compiling ssl_cipher.cc
[160/585] Compiling SwiftProtobuf CustomJSONCodable.swift
[161/585] Compiling SwiftProtobuf Decoder.swift
[162/585] Compiling SwiftProtobuf DoubleParser.swift
[163/585] Compiling SwiftProtobuf Enum.swift
[164/585] Compiling SwiftProtobuf ExtensibleMessage.swift
[165/585] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[166/585] Compiling SwiftProtobuf ExtensionFields.swift
[167/585] Compiling SwiftProtobuf ExtensionMap.swift
[168/585] Compiling SwiftProtobuf FieldTag.swift
[169/585] Compiling SwiftProtobuf FieldTypes.swift
[170/585] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[171/585] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[172/585] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[173/585] Compiling SwiftProtobuf TextFormatScanner.swift
[174/585] Compiling SwiftProtobuf TimeUtils.swift
[175/585] Compiling SwiftProtobuf UnknownStorage.swift
[176/585] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[177/585] Compiling SwiftProtobuf Varint.swift
[178/585] Compiling SwiftProtobuf Version.swift
[179/585] Compiling SwiftProtobuf Visitor.swift
[180/585] Compiling SwiftProtobuf WireFormat.swift
[181/585] Compiling SwiftProtobuf ZigZag.swift
[182/585] Compiling SwiftProtobuf any.pb.swift
[182/585] Compiling ssl_cert.cc
[183/585] Compiling ssl_buffer.cc
[189/585] Compiling SwiftProtobuf BinaryDecodingError.swift
[190/585] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[191/585] Compiling SwiftProtobuf BinaryDelimited.swift
[192/585] Compiling SwiftProtobuf BinaryEncoder.swift
[193/585] Compiling SwiftProtobuf BinaryEncodingError.swift
[194/585] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[195/585] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[196/585] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[196/585] Compiling s3_both.cc
[197/585] Compiling ssl_asn1.cc
[198/585] Compiling ssl_aead_ctx.cc
[199/585] Compiling s3_pkt.cc
[200/585] Compiling handshake_client.cc
[201/585] Compiling s3_lib.cc
[202/585] Compiling handshake_server.cc
[203/585] Compiling handshake.cc
[204/585] Compiling handoff.cc
[205/585] Compiling encrypted_client_hello.cc
[206/585] Compiling dtls_record.cc
[207/585] Compiling extensions.cc
[208/585] Compiling md5-x86_64-linux.S
[209/585] Compiling md5-x86_64-apple.S
[210/585] Compiling md5-586-linux.S
[211/585] Compiling md5-586-apple.S
[212/585] Compiling dtls_method.cc
[213/585] Compiling chacha20_poly1305_x86_64-linux.S
[214/585] Compiling chacha20_poly1305_x86_64-apple.S
[215/585] Compiling chacha20_poly1305_armv8-win.S
[216/585] Compiling err_data.cc
[217/585] Compiling chacha20_poly1305_armv8-linux.S
[218/585] Compiling chacha20_poly1305_armv8-apple.S
[219/585] Compiling chacha-x86_64-linux.S
[220/585] Compiling chacha-x86_64-apple.S
[221/585] Compiling chacha-x86-apple.S
[222/585] Compiling chacha-x86-linux.S
[223/585] Compiling d1_pkt.cc
[224/585] Compiling chacha-armv8-win.S
[225/585] Compiling chacha-armv8-linux.S
[226/585] Compiling chacha-armv8-apple.S
[227/585] Compiling chacha-armv4-linux.S
[228/585] Compiling aes128gcmsiv-x86_64-linux.S
[229/585] Compiling aes128gcmsiv-x86_64-apple.S
[230/585] Compiling x86_64-mont5-linux.S
[231/585] Compiling x86_64-mont5-apple.S
[232/585] Compiling x86_64-mont-linux.S
[233/585] Compiling x86_64-mont-apple.S
[234/585] Compiling x86-mont-linux.S
[235/585] Compiling bio_ssl.cc
[236/585] Compiling x86-mont-apple.S
[237/585] Compiling d1_srtp.cc
[238/585] Compiling d1_lib.cc
[239/585] Compiling vpaes-x86_64-apple.S
[240/585] Compiling vpaes-x86_64-linux.S
[241/585] Compiling vpaes-x86-linux.S
[242/585] Compiling vpaes-armv8-win.S
[243/585] Compiling vpaes-x86-apple.S
[244/585] Compiling vpaes-armv8-linux.S
[245/585] Compiling vpaes-armv7-linux.S
[246/585] Compiling vpaes-armv8-apple.S
[247/585] Compiling sha512-x86_64-apple.S
[248/585] Compiling sha512-armv8-win.S
[249/585] Compiling sha512-x86_64-linux.S
[250/585] Compiling sha512-586-linux.S
[251/585] Compiling sha512-armv8-apple.S
[252/585] Compiling sha512-armv4-linux.S
[253/585] Compiling sha512-armv8-linux.S
[254/585] Compiling sha256-x86_64-apple.S
[255/585] Compiling sha256-x86_64-linux.S
[256/585] Compiling sha256-armv8-apple.S
[257/585] Compiling sha256-armv8-win.S
[258/585] Compiling sha512-586-apple.S
[259/585] Compiling sha256-armv8-linux.S
[260/585] Compiling sha256-586-linux.S
[261/585] Compiling sha256-armv4-linux.S
[262/585] Compiling sha1-x86_64-apple.S
[263/585] Compiling sha256-586-apple.S
[264/585] Compiling sha1-armv8-win.S
[265/585] Compiling sha1-x86_64-linux.S
[266/585] Compiling sha1-armv8-linux.S
[267/585] Compiling sha1-armv8-apple.S
[268/585] Compiling sha1-586-linux.S
[269/585] Compiling sha1-armv4-large-linux.S
[270/585] Compiling sha1-586-apple.S
[271/585] Compiling rsaz-avx2-apple.S
[272/585] Compiling rsaz-avx2-linux.S
[273/585] Compiling rdrand-x86_64-linux.S
[274/585] Compiling rdrand-x86_64-apple.S
[275/585] Compiling p256_beeu-x86_64-asm-apple.S
[276/585] Compiling p256_beeu-armv8-asm-win.S
[277/585] Compiling p256_beeu-x86_64-asm-linux.S
[278/585] Compiling p256_beeu-armv8-asm-linux.S
[279/585] Compiling p256_beeu-armv8-asm-apple.S
[280/585] Compiling p256-x86_64-asm-apple.S
[281/585] Compiling p256-armv8-asm-win.S
[282/585] Compiling p256-armv8-asm-linux.S
[283/585] Compiling p256-x86_64-asm-linux.S
[284/585] Compiling p256-armv8-asm-apple.S
[285/585] Compiling ghashv8-armv8-apple.S
[286/585] Compiling ghashv8-armv8-win.S
[287/585] Compiling ghashv8-armv8-linux.S
[288/585] Compiling ghashv8-armv7-linux.S
[289/585] Compiling ghash-x86_64-linux.S
[290/585] Compiling ghash-ssse3-x86_64-linux.S
[291/585] Compiling ghash-x86_64-apple.S
[292/585] Compiling ghash-ssse3-x86-linux.S
[293/585] Compiling ghash-x86-linux.S
[293/585] Compiling ghash-ssse3-x86_64-apple.S
[295/585] Compiling ghash-x86-apple.S
[296/585] Compiling ghash-ssse3-x86-apple.S
[297/585] Compiling ghash-neon-armv8-win.S
[298/585] Compiling ghash-neon-armv8-linux.S
[299/585] Compiling co-586-linux.S
[300/585] Compiling ghash-neon-armv8-apple.S
[301/585] Compiling co-586-apple.S
[302/585] Compiling ghash-armv4-linux.S
[303/585] Compiling bn-armv8-linux.S
[304/585] Compiling bn-armv8-win.S
[305/585] Compiling bsaes-armv7-linux.S
[306/585] Compiling bn-armv8-apple.S
[307/585] Compiling bn-586-linux.S
[308/585] Compiling d1_both.cc
[309/585] Compiling bn-586-apple.S
[310/585] Compiling armv8-mont-win.S
[311/585] Compiling armv8-mont-linux.S
[312/585] Compiling armv8-mont-apple.S
[313/585] Compiling armv4-mont-linux.S
[314/585] Compiling aesv8-gcm-armv8-apple.S
[315/585] Compiling aesv8-gcm-armv8-win.S
[316/585] Compiling aesv8-armv8-win.S
[317/585] Compiling aesv8-gcm-armv8-linux.S
[318/585] Compiling aesv8-armv8-apple.S
[319/585] Compiling aesv8-armv8-linux.S
[320/585] Compiling aesv8-armv7-linux.S
[321/585] Compiling aesni-x86_64-apple.S
[322/585] Compiling aesni-x86-apple.S
[323/585] Compiling aesni-x86_64-linux.S
[323/585] Compiling aesni-x86-linux.S
[325/585] Compiling aesni-gcm-x86_64-linux.S
[326/585] Compiling aes-gcm-avx2-x86_64-apple.S
[327/585] Compiling aesni-gcm-x86_64-apple.S
[328/585] Compiling aes-gcm-avx2-x86_64-linux.S
[329/585] Compiling aes-gcm-avx10-x86_64-apple.S
[330/585] Compiling aes-gcm-avx10-x86_64-linux.S
[331/585] Compiling x_sig.cc
[332/585] Compiling x_spki.cc
[333/585] Compiling x_val.cc
[334/585] Compiling x_pubkey.cc
[335/585] Compiling x_x509.cc
[336/585] Compiling x_req.cc
[337/585] Compiling x_x509a.cc
[338/585] Compiling x_name.cc
[339/585] Compiling x_exten.cc
[340/585] Compiling x509spki.cc
[341/585] Compiling x_all.cc
[342/585] Compiling x_attrib.cc
[343/585] Compiling x_algor.cc
[344/585] Compiling x_crl.cc
[345/585] Compiling x509rset.cc
[347/585] Compiling SwiftProtobuf api.pb.swift
[348/585] Compiling SwiftProtobuf descriptor.pb.swift
[349/585] Compiling SwiftProtobuf duration.pb.swift
[350/585] Compiling SwiftProtobuf empty.pb.swift
[351/585] Compiling SwiftProtobuf field_mask.pb.swift
[352/585] Compiling SwiftProtobuf source_context.pb.swift
[353/585] Compiling SwiftProtobuf struct.pb.swift
[354/585] Compiling SwiftProtobuf timestamp.pb.swift
[355/585] Compiling SwiftProtobuf type.pb.swift
[356/585] Compiling SwiftProtobuf wrappers.pb.swift
[357/585] Compiling SwiftProtobuf resource_bundle_accessor.swift
[357/586] Compiling x509_vfy.cc
[359/586] Compiling x509_vpm.cc
[360/586] Compiling x509name.cc
[361/586] Compiling x509cset.cc
[362/586] Compiling x509_v3.cc
[363/586] Compiling x509_txt.cc
[364/586] Compiling x509_trs.cc
[365/639] Compiling x509_obj.cc
[366/639] Compiling x509_def.cc
[367/639] Compiling x509_set.cc
[368/639] Compiling x509_lu.cc
[369/639] Compiling x509_req.cc
[370/639] Compiling x509_d2.cc
[371/639] Compiling x509_ext.cc
[372/639] Compiling x509_cmp.cc
[373/639] Compiling v3_utl.cc
[374/639] Compiling x509.cc
[375/639] Compiling v3_skey.cc
[376/639] Compiling x509_att.cc
[377/639] Compiling v3_purp.cc
[378/639] Compiling v3_prn.cc
[379/639] Compiling v3_ocsp.cc
[380/639] Compiling v3_pcons.cc
[381/639] Compiling v3_pmaps.cc
[382/639] Compiling v3_lib.cc
[383/639] Compiling v3_ncons.cc
[385/639] 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 |
[386/639] 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 |
[387/639] 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 |
[388/639] 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 |
[389/639] 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 |
[390/639] 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 |
[391/639] 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 |
[392/646] 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 |
[393/646] 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 |
[394/646] 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 |
[395/646] 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 |
[396/646] 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 |
[397/646] 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 |
[398/646] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[399/646] 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 |
[400/646] 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 |
[401/646] 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 |
[402/646] 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 |
[403/646] 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 |
[404/646] 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 |
[405/646] 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 |
[406/646] 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 |
[407/646] 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 |
[408/646] 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 |
[409/646] 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 |
[410/646] 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 |
[411/646] 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 |
[412/646] 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 |
[413/646] 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 |
[413/646] Compiling v3_int.cc
[415/646] 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 |
[416/646] 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 |
[417/646] 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 |
[418/646] 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 |
[419/646] 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 |
[420/646] 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 |
[421/646] 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 |
[422/646] 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 |
[423/646] 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 |
[424/646] 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 |
[425/646] 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 |
[426/646] 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 |
[427/646] 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 |
[428/646] 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 |
[429/646] 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 |
[429/646] Compiling v3_info.cc
[430/646] Compiling v3_genn.cc
[431/646] Compiling v3_enum.cc
[432/646] Compiling v3_crld.cc
[432/646] Compiling v3_extku.cc
[434/646] Compiling v3_ia5.cc
[435/646] Compiling v3_cpols.cc
[436/646] Compiling v3_conf.cc
[437/646] Compiling v3_bitst.cc
[439/646] 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 |
[440/646] 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 |
[441/646] 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 |
[442/646] 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 |
[443/646] 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 |
[444/646] 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 |
[445/646] 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 |
[446/646] 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 |
[447/646] 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 |
[448/646] 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 |
[449/646] 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 |
[450/646] 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 |
[451/646] 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 |
[452/646] 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 |
[453/646] 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 |
[454/646] 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 |
[454/646] Compiling v3_bcons.cc
[455/646] Compiling v3_akeya.cc
[455/646] Compiling t_req.cc
[455/646] Compiling t_crl.cc
[455/646] Compiling t_x509.cc
[455/646] Compiling t_x509a.cc
[455/646] Compiling v3_akey.cc
[455/646] Compiling v3_alt.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
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/194] Write sources
[4/195] Compiling t_x509a.cc
[5/195] Compiling v3_akey.cc
[6/195] Compiling rsa_pss.cc
[7/195] Compiling v3_alt.cc
[8/195] Compiling t_req.cc
[9/195] Compiling t_x509.cc
[10/195] Compiling v3_akeya.cc
[11/195] Compiling t_crl.cc
[12/195] Write swift-version-24593BA9C3E375BF.txt
[13/195] Compiling i2d_pr.cc
[14/195] Compiling policy.cc
[15/199] Compiling by_file.cc
[16/199] Compiling by_dir.cc
[17/199] Compiling algorithm.cc
[18/199] Compiling a_verify.cc
[19/201] Compiling asn1_gen.cc
[21/201] Compiling _NIODataStructures PriorityQueue.swift
[21/267] Compiling name_print.cc
[23/300] Emitting module _NIODataStructures
[24/302] Compiling _NIODataStructures _TinyArray.swift
[25/305] Compiling _NIODataStructures Heap.swift
[27/325] Compiling _NIOBase64 Base64.swift
[28/325] Emitting module _NIOBase64
[29/326] Compiling Logging MetadataProvider.swift
[31/326] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/326] Compiling Atomics AtomicStorage.swift
[33/326] Compiling Atomics AtomicValue.swift
[34/326] Compiling Atomics AtomicOptionalWrappable.swift
[35/326] Compiling Atomics AtomicReference.swift
[36/327] Compiling Atomics UnsafeAtomic.swift
[37/327] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/329] Compiling Atomics AtomicMemoryOrderings.swift
[39/329] Compiling Atomics DoubleWord.swift
[40/329] Compiling Atomics OptionalRawRepresentable.swift
[41/329] Compiling Atomics RawRepresentable.swift
[41/329] Compiling a_digest.cc
[43/329] Emitting module Semaphore
[44/329] Compiling Semaphore AsyncSemaphore.swift
[45/329] Compiling Atomics AtomicBool.swift
[46/329] Compiling Atomics IntegerConformances.swift
[47/330] Compiling Atomics Primitives.shims.swift
[48/330] Compiling Atomics AtomicInteger.swift
[49/330] Compiling Atomics ManagedAtomic.swift
[50/330] Compiling Atomics ManagedAtomicLazyReference.swift
[51/330] Compiling Atomics PointerConformances.swift
[52/330] Compiling Atomics Primitives.native.swift
[53/330] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/330] Compiling Atomics IntegerOperations.swift
[56/330] Compiling Atomics Unmanaged extensions.swift
[57/330] Emitting module InternalCollectionsUtilities
[64/331] Compiling a_sign.cc
[65/331] Compiling thread_win.cc
[67/331] Compiling Logging LogHandler.swift
[68/331] Compiling Logging Locks.swift
[69/331] Emitting module Logging
[70/331] Compiling Logging Logging.swift
[71/347] Compiling thread_pthread.cc
[73/347] Compiling DequeModule Deque+CustomReflectable.swift
[74/347] Compiling DequeModule Deque+Descriptions.swift
[75/347] Compiling DequeModule Deque+Equatable.swift
[76/347] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/349] Compiling voprf.cc
[77/349] Compiling thread_none.cc
[78/349] Compiling trust_token.cc
[80/349] Compiling DequeModule _DequeBuffer.swift
[81/349] Compiling DequeModule _DequeBufferHeader.swift
[81/349] Compiling pmbtoken.cc
[82/349] Compiling thread.cc
[84/349] Compiling DequeModule _DequeSlot.swift
[85/349] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/349] Compiling stack.cc
[86/349] Compiling sha512.cc
[88/349] Compiling DequeModule Deque+Codable.swift
[89/349] Compiling DequeModule Deque+Collection.swift
[89/349] Compiling siphash.cc
[91/349] Compiling DequeModule Deque+Testing.swift
[92/349] Compiling DequeModule Deque._Storage.swift
[93/349] Compiling DequeModule Deque+Extras.swift
[94/349] Compiling DequeModule Deque+Hashable.swift
[95/349] Compiling DequeModule Deque._UnsafeHandle.swift
[96/349] Compiling DequeModule Deque.swift
[96/349] Compiling slhdsa.cc
[97/349] Compiling sha1.cc
[98/349] Compiling sha256.cc
[100/349] Emitting module SwiftProtobuf
[100/360] Compiling spake2plus.cc
[102/360] Emitting module DequeModule
[111/361] Compiling SwiftProtobuf FieldTag.swift
[112/361] Compiling SwiftProtobuf FieldTypes.swift
[113/361] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[114/361] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[114/361] Compiling rsa_print.cc
[117/361] Emitting module Atomics
[117/361] Compiling rsa_extra.cc
[118/361] Compiling rsa_crypt.cc
[119/361] Compiling rc4.cc
[120/361] Compiling refcount.cc
[121/361] Compiling rsa_asn1.cc
[122/361] Compiling rand.cc
[123/361] Compiling windows.cc
[124/361] Compiling trusty.cc
[125/361] Compiling urandom.cc
[133/362] Compiling passive.cc
[134/362] Compiling getentropy.cc
[135/362] Compiling ios.cc
[136/362] Compiling poly1305_arm_asm.S
[137/362] Compiling fork_detect.cc
[138/362] Compiling forkunsafe.cc
[139/362] Compiling deterministic.cc
[140/362] Compiling poly1305.cc
[141/362] Compiling poly1305_arm.cc
[143/362] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[144/362] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[145/362] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[146/362] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[147/362] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[148/362] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[149/362] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[150/362] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[151/362] Compiling SwiftProtobuf HashVisitor.swift
[152/362] Compiling SwiftProtobuf Internal.swift
[153/362] Compiling SwiftProtobuf JSONDecoder.swift
[154/362] Compiling SwiftProtobuf JSONDecodingError.swift
[155/362] Compiling SwiftProtobuf ProtobufMap.swift
[156/362] Compiling SwiftProtobuf SelectiveVisitor.swift
[157/362] Compiling SwiftProtobuf SimpleExtensionMap.swift
[158/362] Compiling SwiftProtobuf StringUtils.swift
[159/362] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[160/362] Compiling SwiftProtobuf SwiftProtobufError.swift
[161/362] Compiling SwiftProtobuf TextFormatDecoder.swift
[162/362] Compiling SwiftProtobuf TextFormatDecodingError.swift
[163/362] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[164/362] Compiling SwiftProtobuf TextFormatEncoder.swift
[165/362] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[166/362] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[167/362] Compiling SwiftProtobuf TextFormatScanner.swift
[168/362] Compiling SwiftProtobuf TimeUtils.swift
[169/362] Compiling SwiftProtobuf UnknownStorage.swift
[170/362] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[171/362] Compiling SwiftProtobuf Varint.swift
[172/362] Compiling SwiftProtobuf Version.swift
[173/362] Compiling SwiftProtobuf Visitor.swift
[174/362] Compiling SwiftProtobuf WireFormat.swift
[175/362] Compiling SwiftProtobuf ZigZag.swift
[176/362] Compiling SwiftProtobuf any.pb.swift
[177/362] Compiling SwiftProtobuf Message+JSONAdditions.swift
[178/362] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[179/362] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[180/362] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[181/362] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[182/362] Compiling SwiftProtobuf Message.swift
[183/362] Compiling SwiftProtobuf MessageExtension.swift
[184/362] Compiling SwiftProtobuf NameMap.swift
[185/362] Compiling SwiftProtobuf PathDecoder.swift
[186/362] Compiling SwiftProtobuf PathVisitor.swift
[187/362] Compiling SwiftProtobuf ProtoNameProviding.swift
[188/362] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[189/362] Compiling SwiftProtobuf JSONDecodingOptions.swift
[190/362] Compiling SwiftProtobuf JSONEncoder.swift
[191/362] Compiling SwiftProtobuf JSONEncodingError.swift
[192/362] Compiling SwiftProtobuf JSONEncodingOptions.swift
[193/362] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[194/362] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[195/362] Compiling SwiftProtobuf JSONScanner.swift
[196/362] Compiling SwiftProtobuf MathUtils.swift
[197/362] Compiling SwiftProtobuf Message+AnyAdditions.swift
[198/362] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[199/362] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[200/362] Compiling SwiftProtobuf Message+FieldMask.swift
[200/362] Compiling pool.cc
[201/362] Compiling poly1305_vec.cc
[202/362] Compiling pkcs7.cc
[203/362] Compiling pkcs8.cc
[204/362] Compiling p5_pbev2.cc
[205/362] Compiling pkcs8_x509.cc
[206/362] Compiling pkcs7_x509.cc
[207/362] Compiling pem_x509.cc
[208/362] Compiling pem_xaux.cc
[209/362] Compiling pem_lib.cc
[210/362] Compiling obj_xref.cc
[211/362] Compiling pem_oth.cc
[212/362] Compiling pem_pkey.cc
[213/362] Compiling pem_pk8.cc
[214/362] Compiling pem_info.cc
[215/362] Compiling mlkem.cc
[216/362] Compiling mldsa.cc
[217/362] Compiling pem_all.cc
[218/362] Compiling md5.cc
[219/362] Compiling mem.cc
[220/362] Compiling obj.cc
[221/362] Compiling fips_shared_support.cc
[222/362] Compiling lhash.cc
[223/362] Compiling poly_rq_mul.S
[224/362] Compiling md4.cc
[225/362] Compiling hrss.cc
[238/362] Compiling kyber.cc
[239/362] Compiling ex_data.cc
[240/362] Compiling sign.cc
[241/362] Compiling scrypt.cc
[242/362] Compiling hpke.cc
[243/362] Compiling pbkdf.cc
[244/362] Compiling print.cc
[245/362] Compiling p_x25519.cc
[246/362] Compiling p_x25519_asn1.cc
[247/362] Compiling p_ed25519.cc
[248/362] Compiling p_rsa_asn1.cc
[249/362] Compiling p_rsa.cc
[250/362] Compiling p_hkdf.cc
[251/362] Compiling p_ed25519_asn1.cc
[252/362] Compiling p_ec_asn1.cc
[253/362] Compiling p_dh.cc
[254/362] Compiling evp_ctx.cc
[255/362] Compiling p_dh_asn1.cc
[256/362] Compiling p_ec.cc
[257/362] Compiling engine.cc
[258/362] Compiling p_dsa_asn1.cc
[259/362] Compiling evp.cc
[260/362] Compiling err.cc
[262/362] Compiling SwiftProtobuf api.pb.swift
[263/362] Compiling SwiftProtobuf descriptor.pb.swift
[264/362] Compiling SwiftProtobuf duration.pb.swift
[265/362] Compiling SwiftProtobuf empty.pb.swift
[266/362] Compiling SwiftProtobuf field_mask.pb.swift
[267/362] Compiling SwiftProtobuf source_context.pb.swift
[268/362] Compiling SwiftProtobuf struct.pb.swift
[269/362] Compiling SwiftProtobuf timestamp.pb.swift
[270/362] Compiling SwiftProtobuf type.pb.swift
[271/362] Compiling SwiftProtobuf wrappers.pb.swift
[272/362] Compiling SwiftProtobuf resource_bundle_accessor.swift
[272/362] Compiling evp_asn1.cc
[274/363] Compiling ecdsa_asn1.cc
[275/363] Compiling ec_derive.cc
[276/363] Compiling ecdh.cc
[277/363] Compiling hash_to_curve.cc
[278/363] Compiling ec_asn1.cc
[279/377] Compiling dsa_asn1.cc
[280/416] Compiling dsa.cc
[282/416] 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 |
[283/416] 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 |
[284/416] 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 |
[285/416] 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 |
[286/416] 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 |
[287/416] 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 |
[288/416] 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 |
[289/423] 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 |
[290/423] 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 |
[291/423] 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 |
[292/423] 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 |
[293/423] 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 |
[294/423] 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 |
[295/423] 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 |
[295/423] Compiling params.cc
[296/423] Compiling bcm.cc
[297/423] Compiling x25519-asm-arm.S
[299/423] 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 |
[300/423] 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 |
[301/423] 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 |
[302/423] 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 |
[303/423] 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 |
[304/423] 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 |
[305/423] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[306/423] 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 |
[306/423] Compiling digest_extra.cc
[308/423] 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 |
[309/423] 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 |
[310/423] 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 |
[311/423] 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 |
[312/423] 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 |
[313/423] 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 |
[314/423] 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 |
[314/423] Compiling dh_asn1.cc
[316/423] 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 |
[317/423] 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 |
[318/423] 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 |
[319/423] 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 |
[320/423] 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 |
[321/423] 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 |
[322/423] 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 |
[323/423] 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 |
[323/423] Compiling des.cc
[324/423] Compiling crypto.cc
[325/423] Compiling spake25519.cc
[326/423] Compiling cpu_intel.cc
[327/423] Compiling cpu_arm_linux.cc
[328/423] Compiling cpu_arm_freebsd.cc
[329/423] Compiling curve25519.cc
[330/423] Compiling cpu_aarch64_win.cc
[331/423] Compiling cpu_aarch64_openbsd.cc
[332/423] Compiling cpu_aarch64_sysreg.cc
[333/423] Compiling cpu_aarch64_linux.cc
[334/423] Compiling curve25519_64_adx.cc
[335/423] Compiling cpu_aarch64_fuchsia.cc
[336/423] Compiling cpu_aarch64_apple.cc
[337/423] Compiling get_cipher.cc
[338/423] Compiling tls_cbc.cc
[339/423] Compiling conf.cc
[340/423] Compiling e_tls.cc
[341/423] Compiling e_null.cc
[342/423] Compiling e_rc4.cc
[343/423] 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 |
[344/423] 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 |
[345/423] 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 |
[346/423] 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 |
[347/423] 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 |
[348/423] 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 |
[349/423] 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 |
[350/423] 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 |
[351/423] 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 |
[352/423] 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 |
[353/423] 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 |
[354/423] 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 |
[355/423] 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 |
[356/423] 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 |
[357/423] 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 |
[358/423] 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 |
[359/423] 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 |
[360/423] 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 |
[361/423] 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 |
[362/423] 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 |
[363/423] 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 |
[364/423] 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 |
[365/423] 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 |
[366/423] Compiling e_rc2.cc
[367/423] Compiling chacha.cc
[367/423] Compiling unicode.cc
[367/423] Compiling derive_key.cc
[367/423] Compiling e_aesctrhmac.cc
[367/423] Compiling e_chacha20poly1305.cc
[367/423] Compiling e_des.cc
[367/423] Compiling e_aesgcmsiv.cc
BUILD FAILURE 6.1 linux