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 main (723fe7), with Swift 6.1 for Linux on 2 Jun 2025 13:50:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/yorkie-team/yorkie-ios-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yorkie-team/yorkie-ios-sdk.git
https://github.com/yorkie-team/yorkie-ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "connect-swift",
      "requirement" : {
        "exact" : [
          "1.0.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-4606859-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/connectrpc/connect-swift
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
[1/293] Fetching semaphore
[195/8813] Fetching semaphore, connect-swift
[707/12649] Fetching semaphore, connect-swift, swift-log
[1039/14698] Fetching semaphore, connect-swift, swift-log, swift-docc-plugin
Fetched https://github.com/groue/Semaphore.git from cache (0.56s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.56s)
Fetched https://github.com/apple/swift-log.git from cache (0.56s)
Fetched https://github.com/connectrpc/connect-swift from cache (0.56s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.26s)
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.50s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.0.8 (1.16s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.78s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.3 (0.81s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11527] Fetching swift-nio-http2
[463/26370] Fetching swift-nio-http2, swift-nio-ssl
[4764/102517] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[30314/141839] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.75s)
[81053/126996] Fetching swift-nio-http2, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (8.45s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (9.22s)
Fetched https://github.com/apple/swift-protobuf.git from cache (9.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (10.00s)
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.56s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (1.10s)
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.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.90s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[836/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.79s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.75s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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/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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.0.8
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
[18/440] Copying PrivacyInfo.xcprivacy
[18/440] Write sources
[26/440] Compiling CNIOWindows shim.c
[27/440] Compiling CNIOWindows WSAStartup.c
[28/440] Compiling CNIOWASI CNIOWASI.c
[29/440] Compiling CNIOLinux liburing_shims.c
[30/440] Compiling _AtomicsShims.c
[31/440] Compiling CNIOLLHTTP c_nio_http.c
[32/440] Compiling CNIODarwin shim.c
[33/440] Compiling CNIOLinux shim.c
[34/440] Compiling CNIOLLHTTP c_nio_api.c
[35/440] Compiling fiat_p256_adx_sqr.S
[36/440] Compiling fiat_p256_adx_mul.S
[37/440] Compiling fiat_curve25519_adx_mul.S
[38/440] Compiling fiat_curve25519_adx_square.S
[39/440] Write swift-version-24593BA9C3E375BF.txt
[40/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/444] Compiling CNIOBoringSSLShims shims.c
[43/446] Emitting module _NIOBase64
[44/446] Emitting module _NIODataStructures
[44/446] Compiling tls_record.cc
[45/446] Compiling tls_method.cc
[46/449] Compiling tls13_server.cc
[47/531] Compiling tls13_enc.cc
[48/550] Compiling c-nioatomics.c
[49/550] Compiling c-atomics.c
[51/550] Compiling InternalCollectionsUtilities Descriptions.swift
[52/550] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/550] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/551] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/551] Compiling InternalCollectionsUtilities Debugging.swift
[56/551] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/551] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/551] Emitting module InternalCollectionsUtilities
[59/551] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/551] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/551] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/551] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/551] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/551] Compiling InternalCollectionsUtilities Integer rank.swift
[65/551] Compiling _NIOBase64 Base64.swift
[66/552] Compiling _NIODataStructures PriorityQueue.swift
[67/552] Compiling _NIODataStructures _TinyArray.swift
[69/558] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/559] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[72/574] Compiling DequeModule Deque+CustomReflectable.swift
[73/574] Compiling DequeModule Deque+Descriptions.swift
[74/576] Compiling DequeModule _DequeBuffer.swift
[75/576] Compiling DequeModule _DequeBufferHeader.swift
[76/576] Emitting module NIOConcurrencyHelpers
[77/576] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[78/576] Compiling NIOConcurrencyHelpers NIOLock.swift
[79/576] Compiling NIOConcurrencyHelpers lock.swift
[80/576] Compiling Logging MetadataProvider.swift
[81/576] Emitting module Logging
[82/576] Compiling DequeModule Deque+Equatable.swift
[83/576] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/576] Compiling NIOConcurrencyHelpers atomics.swift
[85/577] Compiling _NIODataStructures Heap.swift
[86/578] Compiling Logging LogHandler.swift
[87/578] Compiling Logging Logging.swift
[88/578] Compiling Logging Locks.swift
[88/579] Compiling tls13_client.cc
[90/579] Compiling DequeModule Deque+Testing.swift
[91/579] Compiling DequeModule Deque._Storage.swift
[92/579] Compiling DequeModule Deque+Extras.swift
[93/579] Compiling DequeModule Deque+Hashable.swift
[97/579] Compiling DequeModule _DequeSlot.swift
[98/579] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/579] Compiling Semaphore AsyncSemaphore.swift
[100/579] Emitting module Semaphore
[102/580] Compiling DequeModule Deque._UnsafeHandle.swift
[103/580] Compiling DequeModule Deque.swift
[104/580] Compiling DequeModule Deque+Codable.swift
[105/580] Compiling DequeModule Deque+Collection.swift
[106/580] Emitting module DequeModule
[107/581] Compiling tls13_both.cc
[109/581] Compiling SwiftProtobuf Message+JSONAdditions.swift
[110/581] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[111/581] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[112/581] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[113/581] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[114/581] Compiling SwiftProtobuf Message.swift
[115/581] Compiling SwiftProtobuf MessageExtension.swift
[116/581] Compiling SwiftProtobuf NameMap.swift
[117/581] Compiling SwiftProtobuf PathDecoder.swift
[118/581] Compiling SwiftProtobuf PathVisitor.swift
[119/581] Compiling SwiftProtobuf ProtoNameProviding.swift
[120/581] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[120/592] Compiling ssl_versions.cc
[121/592] Compiling t1_enc.cc
[122/592] Compiling ssl_transcript.cc
[123/592] Compiling ssl_stat.cc
[124/592] Compiling ssl_x509.cc
[130/592] Compiling SwiftProtobuf ExtensibleMessage.swift
[131/592] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[132/592] Compiling SwiftProtobuf ExtensionFields.swift
[133/592] Compiling SwiftProtobuf ExtensionMap.swift
[134/592] Compiling SwiftProtobuf FieldTag.swift
[135/592] Compiling SwiftProtobuf FieldTypes.swift
[136/592] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[137/592] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[138/592] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[139/592] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[140/592] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[141/592] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[142/592] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[143/592] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[144/592] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[145/592] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[146/592] Compiling SwiftProtobuf HashVisitor.swift
[147/592] Compiling SwiftProtobuf Internal.swift
[148/592] Compiling SwiftProtobuf JSONDecoder.swift
[149/592] Compiling SwiftProtobuf JSONDecodingError.swift
[150/592] Compiling SwiftProtobuf JSONDecodingOptions.swift
[151/592] Compiling SwiftProtobuf JSONEncoder.swift
[152/592] Compiling SwiftProtobuf JSONEncodingError.swift
[153/592] Compiling SwiftProtobuf JSONEncodingOptions.swift
[154/592] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[155/592] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[156/592] Compiling SwiftProtobuf JSONScanner.swift
[157/592] Compiling SwiftProtobuf MathUtils.swift
[158/592] Compiling SwiftProtobuf Message+AnyAdditions.swift
[159/592] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[160/592] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[161/592] Compiling SwiftProtobuf Message+FieldMask.swift
[161/592] Compiling ssl_privkey.cc
[162/592] Compiling ssl_session.cc
[164/592] Compiling SwiftProtobuf ProtobufMap.swift
[165/592] Compiling SwiftProtobuf SelectiveVisitor.swift
[166/592] Compiling SwiftProtobuf SimpleExtensionMap.swift
[167/592] Compiling SwiftProtobuf StringUtils.swift
[168/592] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[169/592] Compiling SwiftProtobuf SwiftProtobufError.swift
[170/592] Compiling SwiftProtobuf TextFormatDecoder.swift
[171/592] Compiling SwiftProtobuf TextFormatDecodingError.swift
[172/592] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[173/592] Compiling SwiftProtobuf TextFormatEncoder.swift
[174/592] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[175/592] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[176/592] Compiling SwiftProtobuf TextFormatScanner.swift
[177/592] Compiling SwiftProtobuf TimeUtils.swift
[178/592] Compiling SwiftProtobuf UnknownStorage.swift
[179/592] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[180/592] Compiling SwiftProtobuf Varint.swift
[181/592] Compiling SwiftProtobuf Version.swift
[182/592] Compiling SwiftProtobuf Visitor.swift
[183/592] Compiling SwiftProtobuf WireFormat.swift
[184/592] Compiling SwiftProtobuf ZigZag.swift
[185/592] Compiling SwiftProtobuf any.pb.swift
[185/592] Compiling ssl_credential.cc
[186/592] Compiling ssl_file.cc
[187/592] Compiling ssl_lib.cc
[188/592] Compiling ssl_key_share.cc
[190/592] Emitting module SwiftProtobuf
[202/592] Compiling ssl_cipher.cc
[203/592] Compiling ssl_cert.cc
[204/592] Compiling ssl_buffer.cc
[205/592] Compiling ssl_asn1.cc
[206/592] Compiling ssl_aead_ctx.cc
[207/592] Compiling s3_pkt.cc
[208/592] Compiling s3_lib.cc
[209/592] Compiling handshake_client.cc
[210/592] Compiling s3_both.cc
[211/592] Compiling handshake_server.cc
[212/592] Compiling handoff.cc
[213/592] Compiling handshake.cc
[214/592] Compiling extensions.cc
[215/592] Compiling encrypted_client_hello.cc
[216/592] Compiling dtls_method.cc
[217/592] Compiling md5-x86_64-linux.S
[218/592] Compiling d1_srtp.cc
[219/592] Compiling md5-x86_64-apple.S
[220/592] Compiling dtls_record.cc
[221/592] Compiling md5-586-linux.S
[222/592] Compiling md5-586-apple.S
[223/592] Compiling chacha20_poly1305_x86_64-apple.S
[224/592] Compiling chacha20_poly1305_x86_64-linux.S
[225/592] Compiling chacha20_poly1305_armv8-win.S
[226/592] Compiling err_data.cc
[227/592] Compiling chacha20_poly1305_armv8-linux.S
[228/592] Compiling chacha20_poly1305_armv8-apple.S
[229/592] Compiling chacha-x86_64-linux.S
[230/592] Compiling chacha-x86_64-apple.S
[230/592] Compiling d1_pkt.cc
[232/592] Compiling chacha-x86-linux.S
[233/592] Compiling chacha-armv8-win.S
[234/592] Compiling chacha-x86-apple.S
[235/592] Compiling chacha-armv8-linux.S
[236/592] Compiling bio_ssl.cc
[237/592] Compiling chacha-armv8-apple.S
[238/592] Compiling chacha-armv4-linux.S
[239/592] Compiling aes128gcmsiv-x86_64-linux.S
[240/592] Compiling aes128gcmsiv-x86_64-apple.S
[241/592] Compiling x86_64-mont5-linux.S
[242/592] Compiling x86_64-mont-linux.S
[243/592] Compiling x86_64-mont5-apple.S
[244/592] Compiling x86_64-mont-apple.S
[245/592] Compiling x86-mont-linux.S
[246/592] Compiling vpaes-x86_64-apple.S
[247/592] Compiling vpaes-x86_64-linux.S
[248/592] Compiling x86-mont-apple.S
[249/592] Compiling vpaes-x86-linux.S
[250/592] Compiling vpaes-x86-apple.S
[251/592] Compiling vpaes-armv8-win.S
[252/592] Compiling vpaes-armv8-apple.S
[253/592] Compiling vpaes-armv8-linux.S
[254/592] Compiling vpaes-armv7-linux.S
[255/592] Compiling sha512-x86_64-apple.S
[256/592] Compiling sha512-armv8-win.S
[257/592] Compiling sha512-x86_64-linux.S
[258/592] Compiling sha512-armv8-linux.S
[259/592] Compiling sha512-armv8-apple.S
[260/592] Compiling sha512-armv4-linux.S
[261/592] Compiling sha512-586-apple.S
[262/592] Compiling sha512-586-linux.S
[263/592] Compiling d1_lib.cc
[264/592] Compiling sha256-x86_64-linux.S
[265/592] Compiling sha256-x86_64-apple.S
[266/592] Compiling sha256-armv8-win.S
[267/592] Compiling sha256-armv8-linux.S
[268/592] Compiling d1_both.cc
[269/592] Compiling sha256-armv8-apple.S
[270/592] Compiling sha256-armv4-linux.S
[271/592] Compiling sha256-586-linux.S
[272/592] Compiling sha256-586-apple.S
[273/592] Compiling sha1-armv8-win.S
[274/592] Compiling sha1-x86_64-apple.S
[275/592] Compiling sha1-armv8-linux.S
[276/592] Compiling sha1-x86_64-linux.S
[277/592] Compiling sha1-armv8-apple.S
[277/592] Compiling rdrand-x86_64-linux.S
[279/592] Compiling rsaz-avx2-apple.S
[279/592] Compiling sha1-586-linux.S
[279/592] Compiling sha1-armv4-large-linux.S
[279/592] Compiling sha1-586-apple.S
[280/592] Compiling rsaz-avx2-linux.S
[284/592] Compiling p256_beeu-x86_64-asm-apple.S
[285/592] Compiling p256_beeu-x86_64-asm-linux.S
[285/592] Compiling rdrand-x86_64-apple.S
[287/592] Compiling p256_beeu-armv8-asm-linux.S
[287/592] Compiling p256_beeu-armv8-asm-win.S
[289/592] Compiling p256_beeu-armv8-asm-apple.S
[290/592] Compiling p256-x86_64-asm-linux.S
[291/592] Compiling p256-armv8-asm-linux.S
[292/592] Compiling p256-armv8-asm-apple.S
[293/592] Compiling ghashv8-armv8-linux.S
[293/592] Compiling p256-armv8-asm-win.S
[293/592] Compiling ghashv8-armv8-win.S
[296/592] Compiling p256-x86_64-asm-apple.S
[297/592] Compiling ghashv8-armv8-apple.S
[298/592] Compiling ghashv8-armv7-linux.S
[299/592] Compiling ghash-x86-linux.S
[300/592] Compiling ghash-x86-apple.S
[301/592] Compiling ghash-ssse3-x86_64-linux.S
[302/592] Compiling ghash-x86_64-apple.S
[303/592] Compiling ghash-x86_64-linux.S
[304/592] Compiling ghash-ssse3-x86_64-apple.S
[305/592] Compiling ghash-neon-armv8-win.S
[306/592] Compiling ghash-ssse3-x86-apple.S
[307/592] Compiling ghash-ssse3-x86-linux.S
[307/592] Compiling ghash-neon-armv8-linux.S
[309/592] Compiling ghash-armv4-linux.S
[309/592] Compiling co-586-linux.S
[311/592] Compiling ghash-neon-armv8-apple.S
[312/592] Compiling co-586-apple.S
[313/592] Compiling bsaes-armv7-linux.S
[314/592] Compiling bn-armv8-win.S
[315/592] Compiling bn-armv8-apple.S
[316/592] Compiling bn-armv8-linux.S
[317/592] Compiling bn-586-apple.S
[318/592] Compiling bn-586-linux.S
[319/592] Compiling armv8-mont-win.S
[320/592] Compiling armv8-mont-linux.S
[321/592] Compiling armv4-mont-linux.S
[322/592] Compiling aesv8-gcm-armv8-linux.S
[323/592] Compiling aesv8-gcm-armv8-win.S
[324/592] Compiling armv8-mont-apple.S
[325/592] Compiling aesv8-gcm-armv8-apple.S
[326/592] Compiling aesv8-armv8-win.S
[327/592] Compiling aesv8-armv8-linux.S
[328/592] Compiling aesv8-armv8-apple.S
[329/592] Compiling aesv8-armv7-linux.S
[330/592] Compiling aesni-x86_64-apple.S
[331/592] Compiling aesni-x86-linux.S
[332/592] Compiling aesni-x86_64-linux.S
[333/592] Compiling aesni-x86-apple.S
[334/592] Compiling aesni-gcm-x86_64-linux.S
[335/592] Compiling aesni-gcm-x86_64-apple.S
[336/592] Compiling aes-gcm-avx2-x86_64-apple.S
[337/592] Compiling aes-gcm-avx10-x86_64-apple.S
[338/592] Compiling aes-gcm-avx2-x86_64-linux.S
[339/592] Compiling aes-gcm-avx10-x86_64-linux.S
[340/592] Compiling x_req.cc
[341/592] Compiling x_val.cc
[342/592] Compiling x_x509.cc
[343/592] Compiling x_sig.cc
[344/592] Compiling x_pubkey.cc
[345/592] Compiling x_spki.cc
[346/592] Compiling x_x509a.cc
[348/592] Compiling SwiftProtobuf api.pb.swift
[349/592] Compiling SwiftProtobuf descriptor.pb.swift
[350/592] Compiling SwiftProtobuf duration.pb.swift
[351/592] Compiling SwiftProtobuf empty.pb.swift
[352/592] Compiling SwiftProtobuf field_mask.pb.swift
[353/592] Compiling SwiftProtobuf source_context.pb.swift
[354/592] Compiling SwiftProtobuf struct.pb.swift
[355/592] Compiling SwiftProtobuf timestamp.pb.swift
[356/592] Compiling SwiftProtobuf type.pb.swift
[357/592] Compiling SwiftProtobuf wrappers.pb.swift
[358/592] Compiling SwiftProtobuf resource_bundle_accessor.swift
[359/593] Compiling x_name.cc
[360/593] Compiling x_crl.cc
[361/593] Compiling x_exten.cc
[362/593] Compiling x_algor.cc
[363/593] Compiling x_all.cc
[364/593] Compiling x_attrib.cc
[365/593] Compiling x509spki.cc
[366/646] Compiling x509_vpm.cc
[367/646] Compiling x509rset.cc
[368/646] Compiling x509name.cc
[369/646] Compiling x509cset.cc
[370/646] Compiling x509_v3.cc
[371/646] Compiling x509_txt.cc
[372/646] Compiling x509_vfy.cc
[373/646] Compiling x509_trs.cc
[374/646] Compiling x509_req.cc
[375/646] Compiling x509_set.cc
[376/646] Compiling x509_obj.cc
[377/646] Compiling x509_lu.cc
[378/646] Compiling x509_def.cc
[379/646] Compiling x509_ext.cc
[380/646] Compiling x509_d2.cc
[382/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 |
[383/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 |
[384/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 |
[385/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 |
[386/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 |
[387/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 |
[388/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 |
[389/653] 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 |
[390/653] 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 |
[391/653] 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 |
[392/653] 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 |
[393/653] 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 |
[394/653] 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 |
[395/653] 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 |
[396/653] 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 |
[397/653] 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 |
[398/653] 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 |
[399/653] 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 |
[400/653] 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 |
[401/653] 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 |
[402/653] 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 |
[403/653] 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 |
[404/653] 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 |
[405/653] 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 |
[406/653] 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 |
[407/653] 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 |
[408/653] 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 |
[409/653] 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 |
[410/653] 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 |
[411/653] 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 |
[412/653] 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 |
[413/653] 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 |
[414/653] 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 |
[415/653] 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 |
[416/653] 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 |
[416/653] Compiling x509.cc
[417/653] Compiling x509_att.cc
[418/653] Compiling x509_cmp.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[420/653] 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 |
[420/653] Compiling v3_skey.cc
[421/653] Compiling v3_utl.cc
[422/653] Compiling v3_purp.cc
[423/653] Compiling v3_prn.cc
[425/653] 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 |
[426/653] 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 |
[427/653] 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 |
[428/653] 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 |
[429/653] 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 |
[430/653] 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 |
[431/653] 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 |
[432/653] 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 |
[433/653] 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 |
[434/653] 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 |
[435/653] 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 |
[436/653] 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 |
[437/653] 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 |
[438/653] 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 |
[439/653] 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 |
[440/653] 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 |
[441/653] 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 |
[442/653] 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 |
[443/653] 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 |
[444/653] 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 |
[445/653] 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 |
[446/653] 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 |
[447/653] 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 |
[448/653] 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 |
[448/653] Compiling v3_ocsp.cc
[449/653] Compiling v3_pcons.cc
[450/653] Compiling v3_pmaps.cc
[451/653] Compiling v3_info.cc
[452/653] Compiling v3_int.cc
[453/653] Compiling v3_ncons.cc
[454/653] Compiling v3_lib.cc
[455/653] Compiling v3_ia5.cc
[456/653] Compiling v3_genn.cc
[457/653] Compiling v3_extku.cc
[458/653] Compiling v3_enum.cc
[459/653] Compiling v3_conf.cc
[460/653] Compiling v3_crld.cc
[461/653] Compiling v3_cpols.cc
[462/653] Compiling v3_bitst.cc
[463/653] Compiling v3_bcons.cc
[464/653] Compiling v3_alt.cc
[465/653] Compiling rsa_pss.cc
[465/653] Compiling t_crl.cc
[465/653] Compiling t_req.cc
[465/653] Compiling v3_akey.cc
[465/653] Compiling t_x509a.cc
[465/653] Compiling v3_akeya.cc
[465/653] Compiling t_x509.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/192] Compiling v3_akeya.cc
[4/192] Write swift-version-24593BA9C3E375BF.txt
[5/192] Compiling v3_akey.cc
[6/196] Compiling t_x509.cc
[7/196] Compiling policy.cc
[8/196] Compiling t_crl.cc
[9/196] Compiling rsa_pss.cc
[10/196] Compiling t_x509a.cc
[11/196] Compiling t_req.cc
[13/200] Compiling _NIODataStructures PriorityQueue.swift
[14/225] Emitting module _NIODataStructures
[15/225] Compiling _NIODataStructures Heap.swift
[16/225] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/226] Compiling _NIODataStructures _TinyArray.swift
[18/227] Compiling Logging MetadataProvider.swift
[19/293] Compiling SwiftProtobuf FieldTag.swift
[20/293] Compiling SwiftProtobuf FieldTypes.swift
[21/293] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[22/293] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[23/310] Emitting module Semaphore
[24/310] Compiling Semaphore AsyncSemaphore.swift
[26/311] Emitting module Logging
[27/311] Compiling Logging Locks.swift
[29/311] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/311] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/311] Emitting module _NIOBase64
[32/311] Compiling _NIOBase64 Base64.swift
[32/312] Compiling name_print.cc
[34/312] Compiling NIOConcurrencyHelpers lock.swift
[36/312] Emitting module NIOConcurrencyHelpers
[37/312] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/312] Emitting module InternalCollectionsUtilities
[38/312] Compiling i2d_pr.cc
[40/312] Compiling SwiftProtobuf ExtensionFields.swift
[41/312] Compiling SwiftProtobuf ExtensionMap.swift
[42/312] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[43/312] Compiling NIOConcurrencyHelpers atomics.swift
[45/313] Compiling SwiftProtobuf CustomJSONCodable.swift
[46/313] Compiling SwiftProtobuf Decoder.swift
[47/313] Compiling SwiftProtobuf DoubleParser.swift
[48/313] Compiling SwiftProtobuf Enum.swift
[49/313] Compiling SwiftProtobuf ExtensibleMessage.swift
[50/313] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[52/314] Compiling Logging LogHandler.swift
[53/314] Compiling Logging Logging.swift
[54/330] Compiling by_file.cc
[55/330] Compiling by_dir.cc
[56/330] Compiling a_sign.cc
[58/330] Compiling DequeModule _DequeBuffer.swift
[59/330] Compiling DequeModule _DequeBufferHeader.swift
[59/332] Compiling algorithm.cc
[60/332] Compiling asn1_gen.cc
[62/332] Compiling DequeModule Deque._UnsafeHandle.swift
[63/332] Compiling DequeModule Deque.swift
[63/332] Compiling a_verify.cc
[65/332] Compiling DequeModule Deque+Equatable.swift
[66/332] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/332] Compiling DequeModule Deque+Extras.swift
[68/332] Compiling DequeModule Deque+Hashable.swift
[69/332] Compiling DequeModule Deque+CustomReflectable.swift
[70/332] Compiling DequeModule Deque+Descriptions.swift
[71/332] Compiling DequeModule Deque+Testing.swift
[72/332] Compiling DequeModule Deque._Storage.swift
[73/332] Compiling DequeModule _DequeSlot.swift
[74/332] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/332] Compiling thread_win.cc
[75/332] Compiling thread_pthread.cc
[76/332] Compiling voprf.cc
[77/332] Compiling thread_none.cc
[79/332] Compiling DequeModule Deque+Codable.swift
[80/332] Compiling DequeModule Deque+Collection.swift
[80/332] Compiling a_digest.cc
[81/332] Compiling trust_token.cc
[82/332] Compiling thread.cc
[83/332] Compiling pmbtoken.cc
[85/332] Emitting module DequeModule
[86/333] Compiling siphash.cc
[87/333] Compiling stack.cc
[88/333] Compiling sha512.cc
[89/333] Compiling slhdsa.cc
[90/333] Compiling sha256.cc
[92/333] Compiling SwiftProtobuf JSONDecodingOptions.swift
[93/333] Compiling SwiftProtobuf JSONEncoder.swift
[94/333] Compiling SwiftProtobuf JSONEncodingError.swift
[95/333] Compiling SwiftProtobuf JSONEncodingOptions.swift
[96/333] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[97/333] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[98/333] Compiling SwiftProtobuf JSONScanner.swift
[99/333] Compiling SwiftProtobuf MathUtils.swift
[100/333] Compiling SwiftProtobuf Message+AnyAdditions.swift
[101/333] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[102/333] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[103/333] Compiling SwiftProtobuf Message+FieldMask.swift
[103/344] Compiling sha1.cc
[105/344] Emitting module SwiftProtobuf
[105/344] Compiling spake2plus.cc
[106/344] Compiling rsa_extra.cc
[107/344] Compiling rsa_print.cc
[109/344] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[110/344] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[111/344] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[112/344] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[113/344] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[114/344] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[115/344] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[116/344] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[117/344] Compiling SwiftProtobuf HashVisitor.swift
[118/344] Compiling SwiftProtobuf Internal.swift
[119/344] Compiling SwiftProtobuf JSONDecoder.swift
[120/344] Compiling SwiftProtobuf JSONDecodingError.swift
[132/344] Compiling rc4.cc
[133/344] Compiling refcount.cc
[134/344] Compiling urandom.cc
[135/344] Compiling rsa_crypt.cc
[136/344] Compiling rsa_asn1.cc
[137/344] Compiling windows.cc
[138/344] Compiling ios.cc
[139/344] Compiling passive.cc
[140/344] Compiling trusty.cc
[141/344] Compiling rand.cc
[142/344] Compiling forkunsafe.cc
[143/344] Compiling poly1305_arm_asm.S
[144/344] Compiling getentropy.cc
[145/344] Compiling fork_detect.cc
[146/344] Compiling deterministic.cc
[147/344] Compiling poly1305_arm.cc
[148/344] Compiling poly1305.cc
[149/344] Compiling poly1305_vec.cc
[150/344] Compiling pool.cc
[152/344] Compiling SwiftProtobuf Message+JSONAdditions.swift
[153/344] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[154/344] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[155/344] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[156/344] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[157/344] Compiling SwiftProtobuf Message.swift
[158/344] Compiling SwiftProtobuf MessageExtension.swift
[159/344] Compiling SwiftProtobuf NameMap.swift
[160/344] Compiling SwiftProtobuf PathDecoder.swift
[161/344] Compiling SwiftProtobuf PathVisitor.swift
[162/344] Compiling SwiftProtobuf ProtoNameProviding.swift
[163/344] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[164/344] Compiling SwiftProtobuf ProtobufMap.swift
[165/344] Compiling SwiftProtobuf SelectiveVisitor.swift
[166/344] Compiling SwiftProtobuf SimpleExtensionMap.swift
[167/344] Compiling SwiftProtobuf StringUtils.swift
[168/344] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[169/344] Compiling SwiftProtobuf SwiftProtobufError.swift
[170/344] Compiling SwiftProtobuf TextFormatDecoder.swift
[171/344] Compiling SwiftProtobuf TextFormatDecodingError.swift
[172/344] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[173/344] Compiling SwiftProtobuf TextFormatEncoder.swift
[174/344] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[175/344] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[176/344] Compiling SwiftProtobuf TextFormatScanner.swift
[177/344] Compiling SwiftProtobuf TimeUtils.swift
[178/344] Compiling SwiftProtobuf UnknownStorage.swift
[179/344] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[180/344] Compiling SwiftProtobuf Varint.swift
[181/344] Compiling SwiftProtobuf Version.swift
[182/344] Compiling SwiftProtobuf Visitor.swift
[183/344] Compiling SwiftProtobuf WireFormat.swift
[184/344] Compiling SwiftProtobuf ZigZag.swift
[185/344] Compiling SwiftProtobuf any.pb.swift
[185/344] Compiling pkcs7.cc
[186/344] Compiling pkcs8.cc
[187/344] Compiling p5_pbev2.cc
[188/344] Compiling pem_xaux.cc
[189/344] Compiling pkcs8_x509.cc
[190/344] Compiling pem_x509.cc
[191/344] Compiling pkcs7_x509.cc
[192/344] Compiling pem_pkey.cc
[198/344] Compiling SwiftProtobuf BinaryDecodingError.swift
[199/344] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[200/344] Compiling SwiftProtobuf BinaryDelimited.swift
[201/344] Compiling SwiftProtobuf BinaryEncoder.swift
[202/344] Compiling SwiftProtobuf BinaryEncodingError.swift
[203/344] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[204/344] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[205/344] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[205/344] Compiling pem_pk8.cc
[206/344] Compiling pem_all.cc
[207/344] Compiling obj_xref.cc
[208/344] Compiling pem_info.cc
[209/344] Compiling pem_oth.cc
[210/344] Compiling pem_lib.cc
[211/344] Compiling mldsa.cc
[212/344] Compiling mlkem.cc
[213/344] Compiling obj.cc
[214/344] Compiling md4.cc
[215/344] Compiling mem.cc
[216/344] Compiling poly_rq_mul.S
[217/344] Compiling md5.cc
[218/344] Compiling fips_shared_support.cc
[219/344] Compiling lhash.cc
[220/344] Compiling sign.cc
[221/344] Compiling hrss.cc
[222/344] Compiling ex_data.cc
[223/344] Compiling kyber.cc
[224/344] Compiling scrypt.cc
[225/344] Compiling hpke.cc
[226/344] Compiling pbkdf.cc
[227/344] Compiling p_x25519.cc
[228/344] Compiling print.cc
[229/344] Compiling p_x25519_asn1.cc
[230/344] Compiling p_rsa_asn1.cc
[231/344] Compiling p_ed25519.cc
[232/344] Compiling p_rsa.cc
[233/344] Compiling p_hkdf.cc
[234/344] Compiling p_ed25519_asn1.cc
[235/344] Compiling p_ec.cc
[236/344] Compiling p_ec_asn1.cc
[237/344] Compiling p_dh_asn1.cc
[238/344] Compiling p_dh.cc
[239/344] Compiling evp_ctx.cc
[240/344] Compiling p_dsa_asn1.cc
[241/344] Compiling evp.cc
[242/344] Compiling err.cc
[243/344] Compiling engine.cc
[244/344] Compiling evp_asn1.cc
[245/344] Compiling ecdh.cc
[246/344] Compiling ec_derive.cc
[247/344] Compiling ecdsa_asn1.cc
[248/344] Compiling hash_to_curve.cc
[249/344] Compiling ec_asn1.cc
[250/344] Compiling params.cc
[250/344] Compiling dsa.cc
[252/344] Compiling dsa_asn1.cc
[253/344] Compiling dh_asn1.cc
[254/344] Compiling x25519-asm-arm.S
[255/344] Compiling digest_extra.cc
[256/344] Compiling bcm.cc
[258/344] Compiling SwiftProtobuf api.pb.swift
[259/344] Compiling SwiftProtobuf descriptor.pb.swift
[260/344] Compiling SwiftProtobuf duration.pb.swift
[261/344] Compiling SwiftProtobuf empty.pb.swift
[262/344] Compiling SwiftProtobuf field_mask.pb.swift
[263/344] Compiling SwiftProtobuf source_context.pb.swift
[264/344] Compiling SwiftProtobuf struct.pb.swift
[265/344] Compiling SwiftProtobuf timestamp.pb.swift
[266/344] Compiling SwiftProtobuf type.pb.swift
[267/344] Compiling SwiftProtobuf wrappers.pb.swift
[268/344] Compiling SwiftProtobuf resource_bundle_accessor.swift
[268/345] Compiling cpu_arm_linux.cc
[269/345] Compiling spake25519.cc
[270/345] Compiling des.cc
[272/345] Compiling crypto.cc
[273/345] Compiling curve25519.cc
[274/345] Compiling cpu_intel.cc
[275/398] Compiling cpu_aarch64_fuchsia.cc
[276/398] Compiling cpu_arm_freebsd.cc
[277/398] Compiling cpu_aarch64_sysreg.cc
[278/398] Compiling cpu_aarch64_win.cc
[279/398] Compiling cpu_aarch64_openbsd.cc
[280/398] Compiling cpu_aarch64_linux.cc
[282/398] 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 |
[283/398] 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 |
[284/398] 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 |
[285/398] 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 |
[286/398] 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 |
[287/398] 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 |
[288/398] 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 |
[289/398] 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 |
[290/398] 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 |
[291/398] 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 |
[292/398] 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 |
[293/398] 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 |
[294/398] 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 |
[295/398] 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 |
[296/398] 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 |
[297/398] 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 |
[298/398] 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 |
[299/398] 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 |
[300/398] 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 |
[301/398] 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 |
[302/398] 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 |
[302/398] Compiling curve25519_64_adx.cc
[304/405] 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 |
[305/405] 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 |
[306/405] 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 |
[307/405] 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 |
[308/405] 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 |
[309/405] 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 |
[310/405] 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 |
[310/405] Compiling cpu_aarch64_apple.cc
[311/405] Compiling get_cipher.cc
[312/405] Compiling conf.cc
[314/405] 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 |
[315/405] 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 |
[316/405] 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 |
[317/405] 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 |
[318/405] 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 |
[319/405] 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 |
[320/405] 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 |
[320/405] Compiling e_tls.cc
[321/405] Compiling tls_cbc.cc
[322/405] Compiling e_rc2.cc
[323/405] Compiling e_rc4.cc
[324/405] Compiling e_null.cc
[325/405] Compiling e_chacha20poly1305.cc
[326/405] Compiling e_des.cc
[327/405] Compiling chacha.cc
[328/405] Compiling derive_key.cc
[329/405] Compiling e_aesgcmsiv.cc
[330/405] Compiling e_aesctrhmac.cc
[331/405] Compiling unicode.cc
[332/405] Compiling buf.cc
[333/405] Compiling cbb.cc
[334/405] Compiling ber.cc
[335/405] Compiling cbs.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[337/405] 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 |
[338/405] 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 |
[339/405] 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 |
[340/405] 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 |
[341/405] 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 |
[342/405] 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 |
[343/405] 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 |
[344/405] 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 |
[345/405] 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 |
[346/405] 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 |
[347/405] 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 |
[348/405] 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 |
[349/405] 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 |
[350/405] 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 |
[351/405] 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 |
[352/405] 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 |
[353/405] 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 |
[354/405] 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 |
[355/405] 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 |
[356/405] 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 |
[357/405] 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 |
[358/405] 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 |
[359/405] 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 |
[360/405] 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 |
[361/405] 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 |
[361/405] Compiling blake2.cc
[361/405] Compiling socket_helper.cc
[361/405] Compiling socket.cc
[361/405] Compiling asn1_compat.cc
[361/405] Compiling bn_asn1.cc
[361/405] Compiling printf.cc
[361/405] Compiling convert.cc
BUILD FAILURE 6.1 linux