Build Information
Failed to build Yorkie, reference 0.5.5 (723fe7
), with Swift 6.1 for Android on 2 Jun 2025 13:52:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yorkie-team/yorkie-ios-sdk.git
Reference: 0.5.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/yorkie-team/yorkie-ios-sdk
* tag 0.5.5 -> FETCH_HEAD
HEAD is now at 723fe78 Bump to 0.5.5
Cloned https://github.com/yorkie-team/yorkie-ios-sdk.git
Revision (git rev-parse @):
723fe78f738bdaa8fd508de0874f0cb947a7ecc8
SUCCESS checkout https://github.com/yorkie-team/yorkie-ios-sdk.git at 0.5.5
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/yorkie-team/yorkie-ios-sdk.git
https://github.com/yorkie-team/yorkie-ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "connect-swift",
"requirement" : {
"exact" : [
"1.0.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/connectrpc/connect-swift"
},
{
"identity" : "swift-log",
"requirement" : {
"exact" : [
"1.6.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "semaphore",
"requirement" : {
"exact" : [
"0.0.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/Semaphore.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"exact" : [
"1.4.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Yorkie",
"name" : "Yorkie",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Yorkie",
"targets" : [
"Yorkie"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YorkieUnitTests",
"module_type" : "SwiftTarget",
"name" : "YorkieUnitTests",
"path" : "Tests/Unit",
"sources" : [
"API/V1/ConverterTests.swift",
"Document/CRDT/CRDTArrayTests.swift",
"Document/CRDT/CRDTCountTests.swift",
"Document/CRDT/CRDTElementTests.swift",
"Document/CRDT/CRDTObjectTests.swift",
"Document/CRDT/CRDTRootTests.swift",
"Document/CRDT/CRDTTextTests.swift",
"Document/CRDT/CRDTTreeTests.swift",
"Document/CRDT/ElementRHTTests.swift",
"Document/CRDT/PrimitiveTests.swift",
"Document/CRDT/RGATreeListTests.swift",
"Document/CRDT/RHTTests.swift",
"Document/Change/ChangeContextTests.swift",
"Document/Change/ChangeIDTests.swift",
"Document/Change/ChangePackTests.swift",
"Document/Change/ChangeTests.swift",
"Document/Change/CheckpointTests.swift",
"Document/DocumentConcurrentAccessTests.swift",
"Document/DocumentTests.swift",
"Document/GCTests.swift",
"Document/Json/JONSTreeTests.swift",
"Document/Json/JSONArrayTests.swift",
"Document/Json/JSONObjectTests.swift",
"Document/Json/JSONTextTest.swift",
"Document/Operation/AddOperationTests.swift",
"Document/Operation/MoveOperationTests.swift",
"Document/Operation/RemoveOperationTests.swift",
"Document/Operation/SetOperationTests.swift",
"Document/Time/TimeTicketTests.swift",
"Document/Util/PayloadTests.swift",
"Document/Util/StringEscapingTests.swift",
"Document/Util/StringValueTypeDictionaryTests.swift",
"Document/Util/YorkieJSONObjectableTests.swift",
"TestUtils/XCTestCase+Extension.swift",
"Util/Helper.swift",
"Util/IndexTreeTests.swift",
"Util/LLRBTreeTests.swift",
"Util/SplayTreeTests.swift",
"Util/StringExtensionsTests.swift"
],
"target_dependencies" : [
"Yorkie",
"YorkieTestHelper"
],
"type" : "test"
},
{
"c99name" : "YorkieTestHelper",
"module_type" : "SwiftTarget",
"name" : "YorkieTestHelper",
"path" : "Tests/Helper",
"product_dependencies" : [
"ConnectNIO"
],
"sources" : [
"TestHelper.swift",
"WebhookServer.swift",
"YorkieProjectHelper.swift"
],
"target_dependencies" : [
"Yorkie"
],
"type" : "library"
},
{
"c99name" : "YorkieIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "YorkieIntegrationTests",
"path" : "Tests/Integration",
"sources" : [
"ClientIntegrationTests.swift",
"CounterIntegrationTests.swift",
"DocumentIntegrationTests.swift",
"GCIntegrationTests.swift",
"GRPCTests.swift",
"PresenceTests.swift",
"SnapshotTests.swift",
"TextIntegrationTests.swift",
"TreeConcurrencyTests.swift",
"TreeIntegrationTests.swift",
"WebhookIntegrationTests.swift"
],
"target_dependencies" : [
"Yorkie",
"YorkieTestHelper"
],
"type" : "test"
},
{
"c99name" : "YorkieBenchmarkTests",
"module_type" : "SwiftTarget",
"name" : "YorkieBenchmarkTests",
"path" : "Tests/Benchmark",
"sources" : [
"DocumentBenchmarkTests.swift",
"SplayTreeBenchmarkTests.swift"
],
"target_dependencies" : [
"Yorkie",
"YorkieTestHelper"
],
"type" : "test"
},
{
"c99name" : "Yorkie",
"module_type" : "SwiftTarget",
"name" : "Yorkie",
"path" : "Sources",
"product_dependencies" : [
"Connect",
"Logging",
"Semaphore"
],
"product_memberships" : [
"Yorkie"
],
"sources" : [
"API/Converter.swift",
"API/GRPCTypeAlias.swift",
"API/V1/Generated/googleapis/google/rpc/error_details.pb.swift",
"API/V1/Generated/yorkie/v1/resources.pb.swift",
"API/V1/Generated/yorkie/v1/yorkie.connect.swift",
"API/V1/Generated/yorkie/v1/yorkie.pb.swift",
"Core/Attachment.swift",
"Core/Auth.swift",
"Core/AuthTokenInjector.swift",
"Core/Client.swift",
"Core/Logger.swift",
"Core/YorkieService.swift",
"Document/CRDT/CRDTArray.swift",
"Document/CRDT/CRDTCounter.swift",
"Document/CRDT/CRDTElement.swift",
"Document/CRDT/CRDTObject.swift",
"Document/CRDT/CRDTRoot.swift",
"Document/CRDT/CRDTText.swift",
"Document/CRDT/CRDTTree.swift",
"Document/CRDT/ElementRHT.swift",
"Document/CRDT/GC.swift",
"Document/CRDT/Primitive.swift",
"Document/CRDT/RGATreeList.swift",
"Document/CRDT/RGATreeSplit.swift",
"Document/CRDT/RHT.swift",
"Document/Change/Change.swift",
"Document/Change/ChangeContext.swift",
"Document/Change/ChangeID.swift",
"Document/Change/ChangePack.swift",
"Document/Change/Checkpoint.swift",
"Document/DocEvent.swift",
"Document/Document.swift",
"Document/Json/ElementConverter.swift",
"Document/Json/JSONArray.swift",
"Document/Json/JSONCounter.swift",
"Document/Json/JSONDatable.swift",
"Document/Json/JSONObject.swift",
"Document/Json/JSONText.swift",
"Document/Json/JSONTree.swift",
"Document/Json/ObjectDataHandler.swift",
"Document/Json/Strings.swift",
"Document/Operation/AddOperation.swift",
"Document/Operation/EditOperation.swift",
"Document/Operation/IncreaseOperation.swift",
"Document/Operation/MoveOperation.swift",
"Document/Operation/Operation.swift",
"Document/Operation/RemoveOperation.swift",
"Document/Operation/SetOperation.swift",
"Document/Operation/StyleOperation.swift",
"Document/Operation/TreeEditOperation.swift",
"Document/Operation/TreeSytleOperation.swift",
"Document/Presence/Presence.swift",
"Document/Time/ActorID.swift",
"Document/Time/TimeTicket.swift",
"Document/Time/VersionVector.swift",
"Document/Util/JSONObjectable.swift",
"Document/Util/Payload.swift",
"Document/Util/YorkieCountable.swift",
"Util/Codable+Extension.swift",
"Util/Collection+Extensions.swift",
"Util/Dictionary+Extension.swift",
"Util/Errors.swift",
"Util/IndexTree.swift",
"Util/LLRBTree.swift",
"Util/Optional+Extensions.swift",
"Util/SplayTree.swift",
"Util/String+Extensions.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/connectrpc/connect-swift
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
[1/293] Fetching semaphore
[294/8813] Fetching semaphore, connect-swift
[465/12649] Fetching semaphore, connect-swift, swift-log
[466/14698] Fetching semaphore, connect-swift, swift-log, swift-docc-plugin
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.51s)
Fetched https://github.com/groue/Semaphore.git from cache (0.54s)
Fetched https://github.com/connectrpc/connect-swift from cache (0.54s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.10s)
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.48s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.0.8 (1.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.3 (0.78s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11527] Fetching swift-nio-http2
[2537/26370] Fetching swift-nio-http2, swift-nio-ssl
[16278/65692] Fetching swift-nio-http2, swift-nio-ssl, swift-protobuf
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.07s)
[23346/54165] Fetching swift-nio-ssl, swift-protobuf
[30180/130312] Fetching swift-nio-ssl, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.27s)
[27720/115469] Fetching swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.23s)
Fetched https://github.com/apple/swift-protobuf.git from cache (9.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (10.12s)
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.50s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.91s)
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.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.78s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2021/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.99s)
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.0.8
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/connectrpc/connect-swift
Working copy of https://github.com/connectrpc/connect-swift resolved at 1.0.3
[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
[9/440] Copying PrivacyInfo.xcprivacy
[10/440] Write sources
[26/440] Compiling CNIOWindows WSAStartup.c
[27/440] Compiling CNIOWASI CNIOWASI.c
[28/440] Compiling _AtomicsShims.c
[29/440] Compiling CNIOLinux liburing_shims.c
[30/440] Compiling CNIOWindows shim.c
[31/440] Compiling CNIODarwin shim.c
[32/440] Compiling CNIOLLHTTP c_nio_http.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_square.S
[38/440] Compiling fiat_curve25519_adx_mul.S
[39/440] Write swift-version-24593BA9C3E375BF.txt
[40/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/440] Compiling CNIOBoringSSLShims shims.c
[42/446] Compiling tls_record.cc
[43/446] Compiling tls_method.cc
[44/448] Compiling tls13_enc.cc
[45/448] Compiling tls13_client.cc
[46/448] Compiling tls13_both.cc
[47/508] Compiling tls13_server.cc
[48/550] Compiling t1_enc.cc
[49/550] Compiling ssl_x509.cc
[51/550] Emitting module _NIOBase64
[52/550] Compiling _NIOBase64 Base64.swift
[53/551] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/552] Compiling _NIODataStructures _TinyArray.swift
[56/552] Compiling _NIODataStructures PriorityQueue.swift
[57/552] Compiling InternalCollectionsUtilities Descriptions.swift
[58/552] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/552] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/552] Compiling InternalCollectionsUtilities Debugging.swift
[61/552] Emitting module InternalCollectionsUtilities
[62/552] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/552] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/552] Compiling InternalCollectionsUtilities Integer rank.swift
[65/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/552] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/552] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/552] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/552] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/552] Compiling ssl_versions.cc
[72/553] Emitting module _NIODataStructures
[73/553] Compiling _NIODataStructures Heap.swift
[75/569] Compiling ssl_transcript.cc
[77/569] Compiling DequeModule Deque+Equatable.swift
[78/569] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/571] Compiling DequeModule _DequeBuffer.swift
[80/571] Compiling DequeModule _DequeBufferHeader.swift
[81/571] Compiling DequeModule Deque+Extras.swift
[82/571] Compiling DequeModule Deque+Hashable.swift
[83/571] Compiling DequeModule Deque+CustomReflectable.swift
[84/571] Compiling DequeModule Deque+Descriptions.swift
[85/571] Compiling Logging MetadataProvider.swift
[86/571] Emitting module Logging
[87/571] Compiling Logging Locks.swift
[88/571] Compiling Logging Logging.swift
[89/571] Compiling Logging LogHandler.swift
[91/572] Compiling DequeModule _DequeSlot.swift
[92/572] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/572] Compiling DequeModule Deque+Testing.swift
[94/572] Compiling DequeModule Deque._Storage.swift
[95/572] Compiling DequeModule Deque._UnsafeHandle.swift
[96/572] Compiling DequeModule Deque.swift
[96/572] Compiling ssl_stat.cc
[98/572] Compiling DequeModule Deque+Codable.swift
[99/572] Compiling DequeModule Deque+Collection.swift
[100/572] Emitting module Semaphore
[101/572] Compiling Semaphore AsyncSemaphore.swift
[103/573] Emitting module DequeModule
[103/574] Compiling ssl_session.cc
[104/574] Compiling ssl_privkey.cc
[110/574] Compiling SwiftProtobuf ExtensibleMessage.swift
[111/574] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[112/574] Compiling SwiftProtobuf ExtensionFields.swift
[113/574] Compiling SwiftProtobuf ExtensionMap.swift
[114/574] Compiling SwiftProtobuf FieldTag.swift
[115/574] Compiling SwiftProtobuf FieldTypes.swift
[116/574] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[117/574] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[119/585] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[120/585] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[121/585] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[122/585] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[123/585] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[124/585] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[125/585] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[126/585] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[127/585] Compiling SwiftProtobuf HashVisitor.swift
[128/585] Compiling SwiftProtobuf Internal.swift
[129/585] Compiling SwiftProtobuf JSONDecoder.swift
[130/585] Compiling SwiftProtobuf JSONDecodingError.swift
[130/585] Compiling ssl_lib.cc
[131/585] Compiling ssl_key_share.cc
[132/585] Compiling ssl_file.cc
[134/585] Compiling SwiftProtobuf JSONDecodingOptions.swift
[135/585] Compiling SwiftProtobuf JSONEncoder.swift
[136/585] Compiling SwiftProtobuf JSONEncodingError.swift
[137/585] Compiling SwiftProtobuf JSONEncodingOptions.swift
[138/585] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[139/585] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[140/585] Compiling SwiftProtobuf JSONScanner.swift
[141/585] Compiling SwiftProtobuf MathUtils.swift
[142/585] Compiling SwiftProtobuf Message+AnyAdditions.swift
[143/585] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[144/585] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[145/585] Compiling SwiftProtobuf Message+FieldMask.swift
[146/585] Compiling SwiftProtobuf Message+JSONAdditions.swift
[147/585] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[148/585] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[149/585] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[150/585] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[151/585] Compiling SwiftProtobuf Message.swift
[152/585] Compiling SwiftProtobuf MessageExtension.swift
[153/585] Compiling SwiftProtobuf NameMap.swift
[154/585] Compiling SwiftProtobuf PathDecoder.swift
[155/585] Compiling SwiftProtobuf PathVisitor.swift
[156/585] Compiling SwiftProtobuf ProtoNameProviding.swift
[157/585] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[158/585] Compiling SwiftProtobuf ProtobufMap.swift
[159/585] Compiling SwiftProtobuf SelectiveVisitor.swift
[160/585] Compiling SwiftProtobuf SimpleExtensionMap.swift
[161/585] Compiling SwiftProtobuf StringUtils.swift
[162/585] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[163/585] Compiling SwiftProtobuf SwiftProtobufError.swift
[164/585] Compiling SwiftProtobuf TextFormatDecoder.swift
[165/585] Compiling SwiftProtobuf TextFormatDecodingError.swift
[166/585] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[167/585] Compiling SwiftProtobuf TextFormatEncoder.swift
[168/585] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[169/585] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[170/585] Compiling SwiftProtobuf TextFormatScanner.swift
[171/585] Compiling SwiftProtobuf TimeUtils.swift
[172/585] Compiling SwiftProtobuf UnknownStorage.swift
[173/585] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[174/585] Compiling SwiftProtobuf Varint.swift
[175/585] Compiling SwiftProtobuf Version.swift
[176/585] Compiling SwiftProtobuf Visitor.swift
[177/585] Compiling SwiftProtobuf WireFormat.swift
[178/585] Compiling SwiftProtobuf ZigZag.swift
[179/585] Compiling SwiftProtobuf any.pb.swift
[179/585] Compiling ssl_cert.cc
[180/585] Compiling ssl_cipher.cc
[181/585] Compiling ssl_credential.cc
[182/585] Compiling ssl_buffer.cc
[196/585] Emitting module SwiftProtobuf
[196/585] Compiling ssl_asn1.cc
[197/585] Compiling ssl_aead_ctx.cc
[198/585] Compiling s3_pkt.cc
[199/585] Compiling s3_lib.cc
[200/585] Compiling s3_both.cc
[201/585] Compiling handshake_server.cc
[202/585] Compiling handshake_client.cc
[203/585] Compiling handshake.cc
[204/585] Compiling handoff.cc
[205/585] Compiling encrypted_client_hello.cc
[206/585] Compiling extensions.cc
[207/585] Compiling d1_srtp.cc
[208/585] Compiling dtls_method.cc
[209/585] Compiling md5-x86_64-linux.S
[210/585] Compiling md5-x86_64-apple.S
[211/585] Compiling dtls_record.cc
[212/585] Compiling md5-586-linux.S
[213/585] Compiling md5-586-apple.S
[214/585] Compiling chacha20_poly1305_x86_64-linux.S
[215/585] Compiling chacha20_poly1305_x86_64-apple.S
[216/585] Compiling chacha20_poly1305_armv8-win.S
[217/585] Compiling chacha20_poly1305_armv8-apple.S
[218/585] Compiling chacha20_poly1305_armv8-linux.S
[219/585] Compiling chacha-x86_64-linux.S
[220/585] Compiling chacha-x86_64-apple.S
[221/585] Compiling chacha-x86-linux.S
[222/585] Compiling err_data.cc
[223/585] Compiling chacha-x86-apple.S
[224/585] Compiling chacha-armv8-win.S
[225/585] Compiling chacha-armv8-apple.S
[226/585] Compiling chacha-armv8-linux.S
[227/585] Compiling chacha-armv4-linux.S
[228/585] Compiling aes128gcmsiv-x86_64-linux.S
[229/585] Compiling d1_pkt.cc
[230/585] Compiling aes128gcmsiv-x86_64-apple.S
[231/585] Compiling x86_64-mont5-linux.S
[232/585] Compiling x86_64-mont5-apple.S
[233/585] Compiling x86_64-mont-linux.S
[234/585] Compiling x86_64-mont-apple.S
[235/585] Compiling x86-mont-apple.S
[236/585] Compiling d1_lib.cc
[237/585] Compiling x86-mont-linux.S
[238/585] Compiling vpaes-x86_64-apple.S
[239/585] Compiling vpaes-x86_64-linux.S
[240/585] Compiling vpaes-x86-apple.S
[241/585] Compiling vpaes-x86-linux.S
[242/585] Compiling vpaes-armv8-win.S
[243/585] Compiling vpaes-armv8-apple.S
[244/585] Compiling vpaes-armv8-linux.S
[245/585] Compiling bio_ssl.cc
[246/585] Compiling sha512-x86_64-linux.S
[247/585] Compiling sha512-armv8-win.S
[248/585] Compiling vpaes-armv7-linux.S
[249/585] Compiling sha512-armv8-apple.S
[249/585] Compiling sha512-x86_64-apple.S
[251/585] Compiling sha512-armv8-linux.S
[252/585] Compiling sha512-586-apple.S
[253/585] Compiling sha512-armv4-linux.S
[254/585] Compiling sha512-586-linux.S
[255/585] Compiling sha256-x86_64-apple.S
[256/585] Compiling sha256-armv8-win.S
[257/585] Compiling sha256-x86_64-linux.S
[258/585] Compiling sha256-armv8-apple.S
[259/585] Compiling sha256-armv8-linux.S
[260/585] Compiling sha256-586-linux.S
[261/585] Compiling sha256-armv4-linux.S
[262/585] Compiling sha256-586-apple.S
[263/585] Compiling sha1-x86_64-apple.S
[264/585] Compiling sha1-x86_64-linux.S
[265/585] Compiling sha1-armv8-apple.S
[266/585] Compiling sha1-armv8-win.S
[267/585] Compiling sha1-armv4-large-linux.S
[268/585] Compiling sha1-armv8-linux.S
[269/585] Compiling rsaz-avx2-linux.S
[270/585] Compiling sha1-586-linux.S
[271/585] Compiling rsaz-avx2-apple.S
[272/585] Compiling sha1-586-apple.S
[273/585] Compiling rdrand-x86_64-linux.S
[274/585] Compiling rdrand-x86_64-apple.S
[275/585] Compiling d1_both.cc
[276/585] Compiling p256_beeu-x86_64-asm-linux.S
[277/585] Compiling p256_beeu-armv8-asm-win.S
[278/585] Compiling p256_beeu-x86_64-asm-apple.S
[279/585] Compiling p256_beeu-armv8-asm-apple.S
[280/585] Compiling p256_beeu-armv8-asm-linux.S
[281/585] Compiling p256-x86_64-asm-linux.S
[282/585] Compiling p256-armv8-asm-win.S
[283/585] Compiling p256-x86_64-asm-apple.S
[284/585] Compiling ghashv8-armv8-win.S
[285/585] Compiling p256-armv8-asm-apple.S
[286/585] Compiling p256-armv8-asm-linux.S
[287/585] Compiling ghashv8-armv8-linux.S
[288/585] Compiling ghashv8-armv8-apple.S
[289/585] Compiling ghash-x86_64-linux.S
[290/585] Compiling ghash-x86-linux.S
[291/585] Compiling ghashv8-armv7-linux.S
[292/585] Compiling ghash-x86_64-apple.S
[293/585] Compiling ghash-x86-apple.S
[294/585] Compiling ghash-ssse3-x86_64-linux.S
[295/585] Compiling ghash-ssse3-x86_64-apple.S
[296/585] Compiling ghash-ssse3-x86-linux.S
[297/585] Compiling ghash-ssse3-x86-apple.S
[298/585] Compiling ghash-neon-armv8-linux.S
[299/585] Compiling ghash-neon-armv8-apple.S
[300/585] Compiling ghash-neon-armv8-win.S
[301/585] Compiling co-586-linux.S
[302/585] Compiling co-586-apple.S
[303/585] Compiling ghash-armv4-linux.S
[304/585] Compiling bsaes-armv7-linux.S
[305/585] Compiling bn-armv8-win.S
[306/585] Compiling bn-armv8-linux.S
[307/585] Compiling bn-armv8-apple.S
[307/585] Compiling bn-586-linux.S
[309/585] Compiling bn-586-apple.S
[310/585] Compiling armv8-mont-win.S
[311/585] Compiling armv8-mont-apple.S
[312/585] Compiling aesv8-gcm-armv8-win.S
[313/585] Compiling armv4-mont-linux.S
[314/585] Compiling armv8-mont-linux.S
[315/585] Compiling aesv8-gcm-armv8-apple.S
[316/585] Compiling aesv8-gcm-armv8-linux.S
[317/585] Compiling aesv8-armv8-win.S
[318/585] Compiling aesv8-armv7-linux.S
[319/585] Compiling aesv8-armv8-apple.S
[320/585] Compiling aesv8-armv8-linux.S
[321/585] Compiling aesni-x86_64-linux.S
[322/585] Compiling aesni-x86-linux.S
[323/585] Compiling aesni-x86_64-apple.S
[324/585] Compiling aesni-x86-apple.S
[325/585] Compiling aesni-gcm-x86_64-linux.S
[326/585] Compiling aes-gcm-avx2-x86_64-apple.S
[327/585] Compiling aes-gcm-avx2-x86_64-linux.S
[328/585] Compiling aesni-gcm-x86_64-apple.S
[329/585] Compiling aes-gcm-avx10-x86_64-apple.S
[330/585] Compiling aes-gcm-avx10-x86_64-linux.S
[331/585] Compiling x_val.cc
[332/585] Compiling x_sig.cc
[333/585] Compiling x_spki.cc
[334/585] Compiling x_x509.cc
[335/585] Compiling x_x509a.cc
[336/585] Compiling x_pubkey.cc
[337/585] Compiling x_req.cc
[338/585] Compiling x_exten.cc
[339/585] Compiling x_name.cc
[340/585] Compiling x_crl.cc
[341/585] Compiling x_attrib.cc
[342/585] Compiling x_all.cc
[343/585] Compiling x_algor.cc
[344/585] Compiling x509spki.cc
[345/585] Compiling x509name.cc
[346/585] Compiling x509_vpm.cc
[347/585] Compiling x509cset.cc
[349/585] Compiling SwiftProtobuf api.pb.swift
[350/585] Compiling SwiftProtobuf descriptor.pb.swift
[351/585] Compiling SwiftProtobuf duration.pb.swift
[352/585] Compiling SwiftProtobuf empty.pb.swift
[353/585] Compiling SwiftProtobuf field_mask.pb.swift
[354/585] Compiling SwiftProtobuf source_context.pb.swift
[355/585] Compiling SwiftProtobuf struct.pb.swift
[356/585] Compiling SwiftProtobuf timestamp.pb.swift
[357/585] Compiling SwiftProtobuf type.pb.swift
[358/585] Compiling SwiftProtobuf wrappers.pb.swift
[359/585] Compiling SwiftProtobuf resource_bundle_accessor.swift
[359/585] Compiling x509rset.cc
[360/586] Compiling x509_v3.cc
[362/586] Compiling x509_vfy.cc
[363/586] Compiling x509_txt.cc
[364/586] Compiling x509_trs.cc
[365/586] Compiling x509_req.cc
[366/639] Compiling x509_set.cc
[367/639] Compiling x509_lu.cc
[368/639] Compiling x509_obj.cc
[369/639] Compiling x509_ext.cc
[370/639] Compiling x509_def.cc
[371/639] Compiling x509_d2.cc
[372/639] Compiling x509_cmp.cc
[373/639] Compiling x509.cc
[374/639] Compiling x509_att.cc
[375/639] Compiling v3_skey.cc
[376/639] Compiling v3_utl.cc
[377/639] Compiling v3_purp.cc
[378/639] Compiling v3_prn.cc
[379/639] Compiling v3_pcons.cc
[380/639] Compiling v3_pmaps.cc
[381/639] Compiling v3_ocsp.cc
[382/639] Compiling v3_lib.cc
[383/639] Compiling v3_ncons.cc
[384/639] Compiling v3_int.cc
[385/639] Compiling v3_info.cc
[386/639] Compiling v3_ia5.cc
[387/639] Compiling v3_genn.cc
[388/639] Compiling v3_extku.cc
[390/639] 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 |
[391/639] 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 |
[392/639] 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 |
[393/639] 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 |
[394/639] 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 |
[395/639] 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 |
[396/639] 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 |
[397/639] Compiling Connect IdempotencyLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[398/639] Compiling Connect Interceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[399/639] Compiling Connect InterceptorFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[400/639] Compiling Connect StreamInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[401/639] Compiling Connect UnaryInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[402/639] Compiling Connect MethodSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[403/639] Compiling Connect NetworkProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[403/639] Compiling v3_cpols.cc
[404/639] Compiling v3_enum.cc
[405/639] Compiling v3_crld.cc
[406/639] Compiling v3_conf.cc
[407/639] Compiling v3_bitst.cc
[409/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 |
[410/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[411/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 |
[412/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 |
[413/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 |
[414/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 |
[415/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 |
[416/646] Emitting module Connect
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[417/646] Compiling Connect ProtoCodec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[418/646] Compiling Connect GzipCompressionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[419/646] Compiling Connect Cancelable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[420/646] Compiling Connect Code.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[421/646] Compiling Connect Codec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[422/646] Compiling Connect CompressionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[423/646] Compiling Connect ConnectError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[423/646] Compiling v3_bcons.cc
[425/646] Compiling Connect BidirectionalStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[426/646] Compiling Connect ClientOnlyStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[427/646] Compiling Connect RequestCallbacks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[428/646] Compiling Connect ResponseCallbacks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[429/646] Compiling Connect ServerOnlyStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[430/646] Compiling Connect StreamResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[431/646] Compiling Connect Trailers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[431/646] Compiling v3_alt.cc
[433/646] Compiling Connect status.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[434/646] Compiling Connect ConnectInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[435/646] Compiling Connect GRPCWebInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[436/646] Compiling Connect InterceptorChain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[437/646] Compiling Connect BidirectionalAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[438/646] Compiling Connect BidirectionalStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[439/646] Compiling Connect ClientOnlyAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[440/646] Compiling Connect ClientOnlyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[441/646] Compiling Connect ClientOnlyStreamValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[442/646] Compiling Connect ConnectEndStreamResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[443/646] Compiling Connect ServerOnlyAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[444/646] Compiling Connect ServerOnlyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[445/646] Compiling Connect URLSessionStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[446/646] Compiling Connect UnaryAsyncWrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[447/646] Compiling Connect Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[448/646] Compiling Connect Locked.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[449/646] Compiling Connect TimeoutTimer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[450/646] Compiling Connect ConnectError+GRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[451/646] Compiling Connect Envelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[452/646] Compiling Connect Headers+GRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[453/646] Compiling Connect Trailers+gRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[454/646] Compiling Connect ProtocolClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[455/646] Compiling Connect URLSessionHTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[456/646] Compiling Connect JSONCodec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[456/646] Compiling t_crl.cc
[456/646] Compiling t_x509.cc
[456/646] Compiling t_x509a.cc
[456/646] Compiling t_req.cc
[456/646] Compiling v3_akey.cc
[456/646] Compiling v3_akeya.cc
[456/646] Compiling rsa_pss.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/193] Write sources
[4/194] Compiling t_crl.cc
[5/194] Compiling v3_akeya.cc
[5/194] Compiling t_req.cc
[7/194] Compiling t_x509.cc
[8/194] Compiling v3_akey.cc
[9/194] Compiling rsa_pss.cc
[10/194] Compiling t_x509a.cc
[11/194] Compiling policy.cc
[12/194] Write swift-version-24593BA9C3E375BF.txt
[13/194] Compiling i2d_pr.cc
[14/198] Compiling algorithm.cc
[15/198] Compiling by_file.cc
[16/198] Compiling name_print.cc
[17/198] Compiling by_dir.cc
[17/198] Compiling asn1_gen.cc
[19/198] Compiling a_verify.cc
[21/198] Compiling _NIODataStructures PriorityQueue.swift
[21/198] Compiling a_sign.cc
[23/206] Compiling _NIODataStructures Heap.swift
[24/206] Emitting module _NIODataStructures
[25/212] Compiling _NIODataStructures _TinyArray.swift
[26/324] Compiling Logging MetadataProvider.swift
[27/324] Emitting module Semaphore
[29/324] Compiling SwiftProtobuf ExtensionFields.swift
[30/324] Compiling SwiftProtobuf ExtensionMap.swift
[31/325] Emitting module Logging
[32/325] Compiling Logging Locks.swift
[33/325] Compiling Semaphore AsyncSemaphore.swift
[34/326] Compiling SwiftProtobuf FieldTag.swift
[35/326] Compiling SwiftProtobuf FieldTypes.swift
[36/326] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/328] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[43/328] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[44/328] Compiling SwiftProtobuf JSONDecodingOptions.swift
[45/328] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[46/328] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[47/328] Compiling _NIOBase64 Base64.swift
[48/328] Emitting module _NIOBase64
[49/329] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/329] Compiling SwiftProtobuf CustomJSONCodable.swift
[51/329] Compiling SwiftProtobuf Decoder.swift
[53/329] Compiling SwiftProtobuf JSONEncoder.swift
[54/329] Compiling SwiftProtobuf JSONEncodingError.swift
[55/329] Compiling SwiftProtobuf JSONEncodingOptions.swift
[56/329] Compiling SwiftProtobuf DoubleParser.swift
[57/329] Compiling SwiftProtobuf Enum.swift
[58/329] Compiling Atomics IntegerOperations.swift
[59/329] Compiling Atomics Unmanaged extensions.swift
[60/329] Compiling SwiftProtobuf ExtensibleMessage.swift
[61/329] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[64/329] Emitting module InternalCollectionsUtilities
[65/330] Compiling Logging LogHandler.swift
[66/330] Compiling Logging Logging.swift
[68/331] Compiling a_digest.cc
[69/331] Compiling voprf.cc
[70/346] Compiling pmbtoken.cc
[72/346] Compiling DequeModule Deque+Equatable.swift
[73/346] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/346] Compiling DequeModule Deque+CustomReflectable.swift
[75/346] Compiling DequeModule Deque+Descriptions.swift
[75/348] Compiling trust_token.cc
[77/348] Compiling DequeModule _DequeBuffer.swift
[78/348] Compiling DequeModule _DequeBufferHeader.swift
[78/348] Compiling thread_win.cc
[79/348] Compiling thread_pthread.cc
[81/348] Compiling DequeModule Deque+Extras.swift
[82/348] Compiling DequeModule Deque+Hashable.swift
[83/348] Emitting module Atomics
[83/348] Compiling thread_none.cc
[85/348] Compiling DequeModule _DequeSlot.swift
[86/348] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/348] Compiling DequeModule Deque+Testing.swift
[88/348] Compiling DequeModule Deque._Storage.swift
[89/348] Compiling DequeModule Deque._UnsafeHandle.swift
[90/348] Compiling DequeModule Deque.swift
[90/348] Compiling thread.cc
[92/348] Compiling DequeModule Deque+Codable.swift
[93/348] Compiling DequeModule Deque+Collection.swift
[99/349] Compiling stack.cc
[101/349] Compiling siphash.cc
[103/349] Compiling SwiftProtobuf ProtobufMap.swift
[104/349] Compiling SwiftProtobuf SelectiveVisitor.swift
[105/349] Compiling SwiftProtobuf SimpleExtensionMap.swift
[106/349] Compiling SwiftProtobuf StringUtils.swift
[107/349] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[108/349] Compiling SwiftProtobuf SwiftProtobufError.swift
[109/349] Compiling SwiftProtobuf TextFormatDecoder.swift
[110/349] Compiling SwiftProtobuf TextFormatDecodingError.swift
[111/349] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[112/349] Compiling SwiftProtobuf TextFormatEncoder.swift
[113/349] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[114/349] Compiling SwiftProtobuf Message+JSONAdditions.swift
[115/349] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[116/349] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[117/349] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[118/349] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[119/349] Compiling SwiftProtobuf Message.swift
[120/349] Compiling SwiftProtobuf MessageExtension.swift
[121/349] Compiling SwiftProtobuf NameMap.swift
[122/349] Compiling SwiftProtobuf PathDecoder.swift
[123/349] Compiling SwiftProtobuf PathVisitor.swift
[124/349] Compiling SwiftProtobuf ProtoNameProviding.swift
[125/349] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[126/349] Emitting module DequeModule
[126/361] Compiling sha512.cc
[127/361] Compiling slhdsa.cc
[129/361] Compiling spake2plus.cc
[131/361] Emitting module SwiftProtobuf
[131/361] Compiling sha256.cc
[132/361] Compiling sha1.cc
[133/361] Compiling rsa_crypt.cc
[134/361] Compiling rsa_print.cc
[136/361] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[137/361] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[138/361] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[139/361] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[140/361] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[141/361] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[142/361] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[143/361] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[144/361] Compiling SwiftProtobuf HashVisitor.swift
[145/361] Compiling SwiftProtobuf Internal.swift
[146/361] Compiling SwiftProtobuf JSONDecoder.swift
[147/361] Compiling SwiftProtobuf JSONDecodingError.swift
[156/361] Compiling SwiftProtobuf Message+AnyAdditions.swift
[157/361] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[158/361] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[159/361] Compiling SwiftProtobuf Message+FieldMask.swift
[159/361] Compiling rsa_extra.cc
[160/361] Compiling rc4.cc
[161/361] Compiling windows.cc
[162/361] Compiling refcount.cc
[163/361] Compiling trusty.cc
[164/361] Compiling rsa_asn1.cc
[166/361] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[167/361] Compiling SwiftProtobuf TextFormatScanner.swift
[168/361] Compiling SwiftProtobuf TimeUtils.swift
[169/361] Compiling SwiftProtobuf UnknownStorage.swift
[170/361] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[171/361] Compiling SwiftProtobuf Varint.swift
[172/361] Compiling SwiftProtobuf Version.swift
[173/361] Compiling SwiftProtobuf Visitor.swift
[174/361] Compiling SwiftProtobuf WireFormat.swift
[175/361] Compiling SwiftProtobuf ZigZag.swift
[176/361] Compiling SwiftProtobuf any.pb.swift
[176/361] Compiling rand.cc
[177/361] Compiling urandom.cc
[178/361] Compiling passive.cc
[179/361] Compiling ios.cc
[180/361] Compiling forkunsafe.cc
[181/361] Compiling poly1305_arm_asm.S
[182/361] Compiling getentropy.cc
[183/361] Compiling deterministic.cc
[184/361] Compiling fork_detect.cc
[186/361] Compiling SwiftProtobuf AnyMessageStorage.swift
[187/361] Compiling SwiftProtobuf AnyUnpackError.swift
[188/361] Compiling SwiftProtobuf AsyncMessageSequence.swift
[189/361] Compiling SwiftProtobuf BinaryDecoder.swift
[190/361] Compiling SwiftProtobuf BinaryDecodingError.swift
[191/361] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[192/361] Compiling SwiftProtobuf BinaryDelimited.swift
[193/361] Compiling SwiftProtobuf BinaryEncoder.swift
[194/361] Compiling SwiftProtobuf BinaryEncodingError.swift
[195/361] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[196/361] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[197/361] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[209/361] Compiling poly1305_vec.cc
[210/361] Compiling poly1305_arm.cc
[211/361] Compiling pool.cc
[212/361] Compiling poly1305.cc
[213/361] Compiling pkcs8_x509.cc
[214/361] Compiling pkcs8.cc
[215/361] Compiling p5_pbev2.cc
[216/361] Compiling pkcs7.cc
[217/361] Compiling pkcs7_x509.cc
[218/361] Compiling pem_xaux.cc
[219/361] Compiling pem_x509.cc
[220/361] Compiling pem_pkey.cc
[221/361] Compiling pem_pk8.cc
[222/361] Compiling pem_oth.cc
[223/361] Compiling pem_lib.cc
[224/361] Compiling obj_xref.cc
[225/361] Compiling pem_info.cc
[226/361] Compiling pem_all.cc
[227/361] Compiling mldsa.cc
[227/361] Compiling mlkem.cc
[229/361] Compiling mem.cc
[230/361] Compiling md4.cc
[231/361] Compiling poly_rq_mul.S
[232/361] Compiling md5.cc
[233/361] Compiling fips_shared_support.cc
[234/361] Compiling obj.cc
[235/361] Compiling lhash.cc
[236/361] Compiling ex_data.cc
[237/361] Compiling kyber.cc
[238/361] Compiling sign.cc
[239/361] Compiling scrypt.cc
[240/361] Compiling hrss.cc
[241/361] Compiling hpke.cc
[243/361] Compiling SwiftProtobuf api.pb.swift
[244/361] Compiling SwiftProtobuf descriptor.pb.swift
[245/361] Compiling SwiftProtobuf duration.pb.swift
[246/361] Compiling SwiftProtobuf empty.pb.swift
[247/361] Compiling SwiftProtobuf field_mask.pb.swift
[248/361] Compiling SwiftProtobuf source_context.pb.swift
[249/361] Compiling SwiftProtobuf struct.pb.swift
[250/361] Compiling SwiftProtobuf timestamp.pb.swift
[251/361] Compiling SwiftProtobuf type.pb.swift
[252/361] Compiling SwiftProtobuf wrappers.pb.swift
[253/361] Compiling SwiftProtobuf resource_bundle_accessor.swift
[254/362] Compiling print.cc
[255/362] Compiling pbkdf.cc
[256/362] Compiling p_x25519.cc
[257/362] Compiling p_x25519_asn1.cc
[258/408] Compiling p_rsa_asn1.cc
[259/415] Compiling p_rsa.cc
[260/415] Compiling p_hkdf.cc
[261/415] Compiling p_ed25519.cc
[263/415] 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 |
[264/415] 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 |
[265/415] 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 |
[266/415] 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 |
[267/415] 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 |
[268/415] 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 |
[269/415] 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 |
[270/415] 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 |
[271/415] 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 |
[272/415] 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 |
[273/415] 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 |
[274/415] 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 |
[275/415] 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 |
[276/415] 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 |
[277/422] 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 |
[278/422] 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 |
[279/422] 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 |
[280/422] 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 |
[281/422] 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 |
[282/422] 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 |
[283/422] 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 |
[283/422] Compiling p_ed25519_asn1.cc
[285/422] 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 |
[286/422] 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 |
[287/422] 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 |
[288/422] 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 |
[289/422] 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 |
[290/422] 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 |
[291/422] 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 |
[292/422] 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 |
[293/422] 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 |
[294/422] 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 |
[295/422] 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 |
[296/422] 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 |
[297/422] 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 |
[298/422] 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 |
[298/422] Compiling p_ec.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[300/422] 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 |
[300/422] Compiling p_dh_asn1.cc
[301/422] Compiling p_ec_asn1.cc
[302/422] Compiling p_dh.cc
[303/422] Compiling evp_ctx.cc
[304/422] Compiling p_dsa_asn1.cc
[305/422] Compiling evp.cc
[306/422] Compiling err.cc
[308/422] 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 |
[309/422] 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 |
[310/422] 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 |
[311/422] 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 |
[312/422] 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 |
[313/422] 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 |
[314/422] 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 |
[315/422] 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 |
[316/422] 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 |
[317/422] 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 |
[318/422] 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 |
[319/422] 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 |
[320/422] 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 |
[321/422] 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 |
[322/422] 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 |
[323/422] 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 |
[324/422] 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 |
[325/422] 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 |
[326/422] 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 |
[327/422] 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 |
[328/422] 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 |
[329/422] 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 |
[330/422] 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 |
[331/422] 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 |
[331/422] Compiling engine.cc
[332/422] Compiling evp_asn1.cc
[333/422] Compiling ec_asn1.cc
[333/422] Compiling dsa_asn1.cc
[333/422] Compiling hash_to_curve.cc
[333/422] Compiling ec_derive.cc
[333/422] Compiling ecdsa_asn1.cc
[333/422] Compiling ecdh.cc
[333/422] Compiling bcm.cc
BUILD FAILURE 6.1 android