The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BlockchainSwift, reference master (229e61), with Swift 6.1 for Android on 27 May 2025 09:20:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/nevstad/blockchain-swift.git
Reference: master
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/nevstad/blockchain-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 229e614 Merge pull request #4 from nevstad/feature/nio
Cloned https://github.com/nevstad/blockchain-swift.git
Revision (git rev-parse @):
229e61429a7d9adfeb5d835bee9f75fc1c8f8d2f
SUCCESS checkout https://github.com/nevstad/blockchain-swift.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nevstad/blockchain-swift.git
https://github.com/nevstad/blockchain-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "BlockchainSwift",
  "name" : "BlockchainSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BlockchainSwift",
      "targets" : [
        "BlockchainSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BlockchainSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "BlockchainSwiftTests",
      "path" : "Tests/BlockchainSwiftTests",
      "sources" : [
        "BlockchainSwiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "BlockchainSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BlockchainSwift",
      "module_type" : "SwiftTarget",
      "name" : "BlockchainSwift",
      "path" : "Sources/BlockchainSwift",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "BlockchainSwift"
      ],
      "sources" : [
        "Core/Block.swift",
        "Core/Blockchain.swift",
        "Core/Serialization.swift",
        "Core/Transaction.swift",
        "Core/TransactionInput.swift",
        "Core/TransactionOutputReference.swift",
        "Core/TransationOutput.swift",
        "Core/UnspentTransaction.swift",
        "Crypto/Keygen.swift",
        "Crypto/Keysign.swift",
        "Crypto/QRCodeConvertible.swift",
        "Crypto/SHA.swift",
        "Network/Messages.swift",
        "Network/Network.swift",
        "Network/Node.swift",
        "Network/NodeAddress.swift",
        "ProofOfWork/ProofOfWork.swift",
        "Wallet/Wallet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (10.65s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[748/6101] Fetching swift-system, swift-atomics
[2991/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.02s)
Fetched https://github.com/apple/swift-system.git from cache (1.10s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.58s)
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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/21] Write sources
[9/21] Compiling CNIOWASI CNIOWASI.c
[10/21] Compiling CNIOWindows shim.c
[11/21] Compiling CNIOWindows WSAStartup.c
[11/21] Compiling _AtomicsShims.c
[13/21] Write sources
[15/21] Compiling CNIODarwin shim.c
[16/21] Compiling CNIOLinux liburing_shims.c
[17/21] Compiling CNIOLinux shim.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[20/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/61] Compiling _NIOBase64 Base64.swift
[22/61] Emitting module _NIOBase64
[23/62] Compiling _NIODataStructures _TinyArray.swift
[24/62] Compiling _NIODataStructures PriorityQueue.swift
[25/62] Compiling Atomics AtomicMemoryOrderings.swift
[26/62] Compiling Atomics DoubleWord.swift
[27/64] Compiling Atomics Primitives.shims.swift
[28/64] Compiling Atomics AtomicInteger.swift
[29/64] Compiling Atomics AtomicOptionalWrappable.swift
[30/64] Compiling Atomics PointerConformances.swift
[31/64] Compiling Atomics Primitives.native.swift
[32/64] Compiling Atomics ManagedAtomic.swift
[33/64] Compiling Atomics ManagedAtomicLazyReference.swift
[34/64] Compiling Atomics UnsafeAtomic.swift
[35/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[36/64] Emitting module InternalCollectionsUtilities
[37/64] Compiling Atomics AtomicBool.swift
[38/64] Compiling Atomics IntegerConformances.swift
[39/64] Compiling Atomics OptionalRawRepresentable.swift
[40/64] Compiling Atomics RawRepresentable.swift
[41/64] Compiling Atomics AtomicStorage.swift
[42/64] Compiling Atomics AtomicValue.swift
[44/64] Compiling Atomics AtomicReference.swift
[47/64] Emitting module Atomics
[55/64] Emitting module _NIODataStructures
[56/64] Compiling _NIODataStructures Heap.swift
[60/65] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/66] Compiling Atomics IntegerOperations.swift
[64/66] Compiling Atomics Unmanaged extensions.swift
[65/67] Compiling c-nioatomics.c
[66/82] Compiling c-atomics.c
[68/88] Compiling DequeModule _DequeBuffer.swift
[69/88] Compiling DequeModule _DequeBufferHeader.swift
[70/88] Compiling DequeModule Deque+Testing.swift
[71/88] Compiling DequeModule Deque._Storage.swift
[72/90] Compiling DequeModule Deque+Extras.swift
[73/90] Compiling DequeModule Deque+Hashable.swift
[74/90] Compiling DequeModule Deque._UnsafeHandle.swift
[75/90] Compiling DequeModule Deque.swift
[76/90] Compiling NIOConcurrencyHelpers lock.swift
[77/90] Compiling DequeModule _DequeSlot.swift
[78/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/90] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/90] Compiling NIOConcurrencyHelpers atomics.swift
[81/90] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/90] Compiling DequeModule Deque+Codable.swift
[83/90] Compiling DequeModule Deque+Collection.swift
[84/90] Compiling DequeModule Deque+CustomReflectable.swift
[85/90] Compiling DequeModule Deque+Descriptions.swift
[86/90] Compiling DequeModule Deque+Equatable.swift
[87/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/90] Emitting module DequeModule
[89/91] Emitting module NIOConcurrencyHelpers
[90/91] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/152] Compiling NIOCore MulticastChannel.swift
[94/152] Compiling NIOCore NIOAny.swift
[95/152] Compiling NIOCore NIOCloseOnErrorHandler.swift
[96/152] Compiling NIOCore NIOLoopBound.swift
[97/152] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[98/152] Compiling NIOCore NIOScheduledCallback.swift
[99/152] Compiling NIOCore NIOSendable.swift
[100/152] Compiling NIOCore RecvByteBufferAllocator.swift
[101/160] Compiling NIOCore IO.swift
[102/160] Compiling NIOCore IOData.swift
[103/160] Compiling NIOCore IPProtocol.swift
[104/160] Compiling NIOCore IntegerBitPacking.swift
[105/160] Compiling NIOCore IntegerTypes.swift
[106/160] Compiling NIOCore Interfaces.swift
[107/160] Compiling NIOCore Linux.swift
[108/160] Compiling NIOCore MarkedCircularBuffer.swift
[109/160] Compiling NIOCore CircularBuffer.swift
[110/160] Compiling NIOCore Codec.swift
[111/160] Compiling NIOCore ConvenienceOptionSupport.swift
[112/160] Compiling NIOCore DeadChannel.swift
[113/160] Compiling NIOCore DispatchQueue+WithFuture.swift
[114/160] Compiling NIOCore EventLoop+Deprecated.swift
[115/160] Compiling NIOCore EventLoop+SerialExecutor.swift
[116/160] Compiling NIOCore EventLoop.swift
[117/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[118/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[119/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[120/160] Compiling NIOCore EventLoopFuture.swift
[121/160] Compiling NIOCore FileDescriptor.swift
[122/160] Compiling NIOCore FileHandle.swift
[123/160] Compiling NIOCore FileRegion.swift
[124/160] Compiling NIOCore GlobalSingletons.swift
[125/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[126/160] Compiling NIOCore SocketAddresses.swift
[127/160] Compiling NIOCore SocketOptionProvider.swift
[128/160] Compiling NIOCore SystemCallHelpers.swift
[129/160] Compiling NIOCore TimeAmount+Duration.swift
[130/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[131/160] Compiling NIOCore UniversalBootstrapSupport.swift
[132/160] Compiling NIOCore Utilities.swift
[133/160] Compiling NIOCore AddressedEnvelope.swift
[134/160] Compiling NIOCore AsyncAwaitSupport.swift
[135/160] Compiling NIOCore AsyncChannel.swift
[136/160] Compiling NIOCore AsyncChannelHandler.swift
[137/160] Compiling NIOCore AsyncChannelInboundStream.swift
[138/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[139/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[140/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[141/160] Compiling NIOCore NIOAsyncWriter.swift
[142/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/160] Compiling NIOCore BSDSocketAPI.swift
[144/160] Compiling NIOCore ByteBuffer-aux.swift
[145/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/160] Compiling NIOCore ByteBuffer-conversions.swift
[147/160] Compiling NIOCore ByteBuffer-core.swift
[148/160] Compiling NIOCore ByteBuffer-hex.swift
[149/160] Compiling NIOCore ByteBuffer-int.swift
[150/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[151/160] Compiling NIOCore ByteBuffer-multi-int.swift
[152/160] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[153/160] Compiling NIOCore ByteBuffer-views.swift
[154/160] Compiling NIOCore Channel.swift
[155/160] Compiling NIOCore ChannelHandler.swift
[156/160] Compiling NIOCore ChannelHandlers.swift
[157/160] Compiling NIOCore ChannelInvoker.swift
[158/160] Compiling NIOCore ChannelOption.swift
[159/160] Compiling NIOCore ChannelPipeline.swift
[160/160] Emitting module NIOCore
[162/211] Emitting module NIOEmbedded
[163/211] Compiling NIOEmbedded AsyncTestingChannel.swift
[164/211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[165/211] Compiling NIOEmbedded Embedded.swift
[167/212] Compiling NIOPosix Pool.swift
[168/212] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[169/212] Compiling NIOPosix PosixSingletons.swift
[170/212] Compiling NIOPosix RawSocketBootstrap.swift
[171/212] Compiling NIOPosix Resolver.swift
[172/212] Compiling NIOPosix Selectable.swift
[173/218] Emitting module NIOPosix
[174/218] Compiling NIOPosix SelectableChannel.swift
[175/218] Compiling NIOPosix SelectableEventLoop.swift
[176/218] Compiling NIOPosix SelectorEpoll.swift
[177/218] Compiling NIOPosix SelectorGeneric.swift
[178/218] Compiling NIOPosix SelectorKqueue.swift
[179/218] Compiling NIOPosix SelectorUring.swift
[180/218] Compiling NIOPosix ServerSocket.swift
[181/218] Compiling NIOPosix Socket.swift
[182/218] Compiling NIOPosix SocketChannel.swift
[183/218] Compiling NIOPosix SocketProtocols.swift
[184/218] Compiling NIOPosix System.swift
[185/218] Compiling NIOPosix Thread.swift
[186/218] Compiling NIOPosix IO.swift
[187/218] Compiling NIOPosix IntegerBitPacking.swift
[188/218] Compiling NIOPosix IntegerTypes.swift
[189/218] Compiling NIOPosix Linux.swift
[190/218] Compiling NIOPosix LinuxCPUSet.swift
[191/218] Compiling NIOPosix LinuxUring.swift
[192/218] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[193/218] Compiling NIOPosix NIOThreadPool.swift
[194/218] Compiling NIOPosix NonBlockingFileIO.swift
[195/218] Compiling NIOPosix PendingDatagramWritesManager.swift
[196/218] Compiling NIOPosix PendingWritesManager.swift
[197/218] Compiling NIOPosix PipeChannel.swift
[198/218] Compiling NIOPosix PipePair.swift
[199/218] Compiling NIOPosix ThreadPosix.swift
[200/218] Compiling NIOPosix ThreadWindows.swift
[201/218] Compiling NIOPosix UnsafeTransfer.swift
[202/218] Compiling NIOPosix Utilities.swift
[203/218] Compiling NIOPosix VsockAddress.swift
[204/218] Compiling NIOPosix VsockChannelEvents.swift
[205/218] Compiling NIOPosix Bootstrap.swift
[206/218] Compiling NIOPosix ControlMessage.swift
[207/218] Compiling NIOPosix DatagramVectorReadManager.swift
[208/218] Compiling NIOPosix Errors+Any.swift
[209/218] Compiling NIOPosix FileDescriptor.swift
[210/218] Compiling NIOPosix GetaddrinfoResolver.swift
[211/218] Compiling NIOPosix HappyEyeballs.swift
[212/218] Compiling NIOPosix BSDSocketAPICommon.swift
[213/218] Compiling NIOPosix BSDSocketAPIPosix.swift
[214/218] Compiling NIOPosix BSDSocketAPIWindows.swift
[215/218] Compiling NIOPosix BaseSocket.swift
[216/218] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[217/218] Compiling NIOPosix BaseSocketChannel.swift
[218/218] Compiling NIOPosix BaseStreamSocketChannel.swift
[220/221] Compiling NIO Exports.swift
[221/221] Emitting module NIO
error: emit-module command failed with exit code 1 (use -v to see invocation)
[223/239] Emitting module BlockchainSwift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[224/241] Compiling BlockchainSwift ProofOfWork.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[225/241] Compiling BlockchainSwift Wallet.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[226/241] Compiling BlockchainSwift QRCodeConvertible.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[227/241] Compiling BlockchainSwift SHA.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[228/241] Compiling BlockchainSwift Node.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[229/241] Compiling BlockchainSwift NodeAddress.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[230/241] Compiling BlockchainSwift Messages.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[231/241] Compiling BlockchainSwift Network.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[232/241] Compiling BlockchainSwift TransationOutput.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[233/241] Compiling BlockchainSwift UnspentTransaction.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[234/241] Compiling BlockchainSwift Keygen.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[235/241] Compiling BlockchainSwift Keysign.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[236/241] Compiling BlockchainSwift Block.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[237/241] Compiling BlockchainSwift Blockchain.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[238/241] Compiling BlockchainSwift Serialization.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[239/241] Compiling BlockchainSwift Transaction.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[240/241] Compiling BlockchainSwift TransactionInput.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[241/241] Compiling BlockchainSwift TransactionOutputReference.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling Atomics AtomicReference.swift
[3/46] Compiling Atomics AtomicStorage.swift
[4/46] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[5/46] Compiling Atomics DoubleWord.swift
[6/46] Compiling Atomics ManagedAtomic.swift
[7/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/47] Compiling Atomics AtomicMemoryOrderings.swift
[11/47] Compiling Atomics ManagedAtomicLazyReference.swift
[12/47] Compiling Atomics UnsafeAtomic.swift
[13/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/49] Emitting module _NIOBase64
[15/49] Compiling _NIOBase64 Base64.swift
[17/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[18/50] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/50] Compiling Atomics IntegerOperations.swift
[20/50] Compiling Atomics Unmanaged extensions.swift
[21/50] Compiling Atomics Primitives.shims.swift
[22/50] Compiling Atomics AtomicInteger.swift
[23/50] Compiling Atomics AtomicOptionalWrappable.swift
[26/50] Compiling Atomics AtomicValue.swift
[27/50] Emitting module NIOConcurrencyHelpers
[28/50] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/50] Compiling NIOConcurrencyHelpers atomics.swift
[30/50] Compiling NIOConcurrencyHelpers lock.swift
[34/51] Compiling _NIODataStructures PriorityQueue.swift
[35/51] Emitting module _NIODataStructures
[36/51] Compiling _NIODataStructures Heap.swift
[37/51] Compiling _NIODataStructures _TinyArray.swift
[38/52] Emitting module InternalCollectionsUtilities
[39/52] Compiling Atomics Primitives.native.swift
[43/52] Compiling Atomics IntegerConformances.swift
[44/52] Compiling Atomics PointerConformances.swift
[47/68] Compiling DequeModule _DequeBuffer.swift
[48/68] Compiling DequeModule _DequeBufferHeader.swift
[49/70] Compiling DequeModule Deque+CustomReflectable.swift
[50/70] Compiling DequeModule Deque+Descriptions.swift
[51/70] Compiling DequeModule Deque+Testing.swift
[52/70] Compiling DequeModule Deque._Storage.swift
[53/70] Compiling DequeModule Deque+Equatable.swift
[54/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[55/70] Compiling DequeModule Deque._UnsafeHandle.swift
[56/70] Compiling DequeModule Deque.swift
[57/70] Compiling DequeModule Deque+Extras.swift
[58/70] Compiling DequeModule Deque+Hashable.swift
[59/70] Compiling DequeModule _DequeSlot.swift
[60/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/70] Compiling DequeModule Deque+Codable.swift
[62/70] Compiling DequeModule Deque+Collection.swift
[63/70] Emitting module DequeModule
[65/71] Compiling Atomics RawRepresentable.swift
[66/71] Compiling Atomics AtomicBool.swift
[67/71] Emitting module Atomics
[73/132] Compiling NIOCore MulticastChannel.swift
[74/132] Compiling NIOCore NIOAny.swift
[75/132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[76/132] Compiling NIOCore NIOLoopBound.swift
[77/132] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[78/132] Compiling NIOCore NIOScheduledCallback.swift
[79/132] Compiling NIOCore NIOSendable.swift
[80/132] Compiling NIOCore RecvByteBufferAllocator.swift
[81/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[82/140] Compiling NIOCore SocketAddresses.swift
[83/140] Compiling NIOCore SocketOptionProvider.swift
[84/140] Compiling NIOCore SystemCallHelpers.swift
[85/140] Compiling NIOCore TimeAmount+Duration.swift
[86/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[87/140] Compiling NIOCore UniversalBootstrapSupport.swift
[88/140] Compiling NIOCore Utilities.swift
[89/140] Compiling NIOCore IO.swift
[90/140] Compiling NIOCore IOData.swift
[91/140] Compiling NIOCore IPProtocol.swift
[92/140] Compiling NIOCore IntegerBitPacking.swift
[93/140] Compiling NIOCore IntegerTypes.swift
[94/140] Compiling NIOCore Interfaces.swift
[95/140] Compiling NIOCore Linux.swift
[96/140] Compiling NIOCore MarkedCircularBuffer.swift
[97/140] Compiling NIOCore CircularBuffer.swift
[98/140] Compiling NIOCore Codec.swift
[99/140] Compiling NIOCore ConvenienceOptionSupport.swift
[100/140] Compiling NIOCore DeadChannel.swift
[101/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[102/140] Compiling NIOCore EventLoop+Deprecated.swift
[103/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[104/140] Compiling NIOCore EventLoop.swift
[105/140] Compiling NIOCore AddressedEnvelope.swift
[106/140] Compiling NIOCore AsyncAwaitSupport.swift
[107/140] Compiling NIOCore AsyncChannel.swift
[108/140] Compiling NIOCore AsyncChannelHandler.swift
[109/140] Compiling NIOCore AsyncChannelInboundStream.swift
[110/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[111/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[112/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[113/140] Compiling NIOCore NIOAsyncWriter.swift
[114/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[115/140] Compiling NIOCore BSDSocketAPI.swift
[116/140] Compiling NIOCore ByteBuffer-aux.swift
[117/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[118/140] Compiling NIOCore ByteBuffer-conversions.swift
[119/140] Compiling NIOCore ByteBuffer-core.swift
[120/140] Compiling NIOCore ByteBuffer-hex.swift
[121/140] Compiling NIOCore ByteBuffer-int.swift
[122/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[123/140] Compiling NIOCore ByteBuffer-multi-int.swift
[124/140] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[125/140] Compiling NIOCore ByteBuffer-views.swift
[126/140] Compiling NIOCore Channel.swift
[127/140] Compiling NIOCore ChannelHandler.swift
[128/140] Compiling NIOCore ChannelHandlers.swift
[129/140] Compiling NIOCore ChannelInvoker.swift
[130/140] Compiling NIOCore ChannelOption.swift
[131/140] Compiling NIOCore ChannelPipeline.swift
[132/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[133/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[134/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[135/140] Compiling NIOCore EventLoopFuture.swift
[136/140] Compiling NIOCore FileDescriptor.swift
[137/140] Compiling NIOCore FileHandle.swift
[138/140] Compiling NIOCore FileRegion.swift
[139/140] Compiling NIOCore GlobalSingletons.swift
[140/140] Emitting module NIOCore
[142/191] Compiling NIOEmbedded AsyncTestingChannel.swift
[143/191] Emitting module NIOEmbedded
[144/191] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[145/191] Compiling NIOEmbedded Embedded.swift
[146/192] Compiling NIOPosix Pool.swift
[147/192] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[148/192] Compiling NIOPosix PosixSingletons.swift
[149/192] Compiling NIOPosix RawSocketBootstrap.swift
[150/192] Compiling NIOPosix Resolver.swift
[151/192] Compiling NIOPosix Selectable.swift
[153/198] Compiling NIOPosix ThreadPosix.swift
[154/198] Compiling NIOPosix ThreadWindows.swift
[155/198] Compiling NIOPosix UnsafeTransfer.swift
[156/198] Compiling NIOPosix Utilities.swift
[157/198] Compiling NIOPosix VsockAddress.swift
[158/198] Compiling NIOPosix VsockChannelEvents.swift
[159/198] Emitting module NIOPosix
[160/198] Compiling NIOPosix IO.swift
[161/198] Compiling NIOPosix IntegerBitPacking.swift
[162/198] Compiling NIOPosix IntegerTypes.swift
[163/198] Compiling NIOPosix Linux.swift
[164/198] Compiling NIOPosix LinuxCPUSet.swift
[165/198] Compiling NIOPosix LinuxUring.swift
[166/198] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[167/198] Compiling NIOPosix BSDSocketAPICommon.swift
[168/198] Compiling NIOPosix BSDSocketAPIPosix.swift
[169/198] Compiling NIOPosix BSDSocketAPIWindows.swift
[170/198] Compiling NIOPosix BaseSocket.swift
[171/198] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[172/198] Compiling NIOPosix BaseSocketChannel.swift
[173/198] Compiling NIOPosix BaseStreamSocketChannel.swift
[174/198] Compiling NIOPosix ServerSocket.swift
[175/198] Compiling NIOPosix Socket.swift
[176/198] Compiling NIOPosix SocketChannel.swift
[177/198] Compiling NIOPosix SocketProtocols.swift
[178/198] Compiling NIOPosix System.swift
[179/198] Compiling NIOPosix Thread.swift
[180/198] Compiling NIOPosix SelectableChannel.swift
[181/198] Compiling NIOPosix SelectableEventLoop.swift
[182/198] Compiling NIOPosix SelectorEpoll.swift
[183/198] Compiling NIOPosix SelectorGeneric.swift
[184/198] Compiling NIOPosix SelectorKqueue.swift
[185/198] Compiling NIOPosix SelectorUring.swift
[186/198] Compiling NIOPosix Bootstrap.swift
[187/198] Compiling NIOPosix ControlMessage.swift
[188/198] Compiling NIOPosix DatagramVectorReadManager.swift
[189/198] Compiling NIOPosix Errors+Any.swift
[190/198] Compiling NIOPosix FileDescriptor.swift
[191/198] Compiling NIOPosix GetaddrinfoResolver.swift
[192/198] Compiling NIOPosix HappyEyeballs.swift
[193/198] Compiling NIOPosix NIOThreadPool.swift
[194/198] Compiling NIOPosix NonBlockingFileIO.swift
[195/198] Compiling NIOPosix PendingDatagramWritesManager.swift
[196/198] Compiling NIOPosix PendingWritesManager.swift
[197/198] Compiling NIOPosix PipeChannel.swift
[198/198] Compiling NIOPosix PipePair.swift
[200/201] Emitting module NIO
[201/201] Compiling NIO Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[203/219] Emitting module BlockchainSwift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[204/219] Compiling BlockchainSwift Block.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[205/219] Compiling BlockchainSwift Blockchain.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[206/219] Compiling BlockchainSwift Serialization.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[207/221] Compiling BlockchainSwift Messages.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[208/221] Compiling BlockchainSwift Network.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[209/221] Compiling BlockchainSwift TransationOutput.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[210/221] Compiling BlockchainSwift UnspentTransaction.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[211/221] Compiling BlockchainSwift QRCodeConvertible.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[212/221] Compiling BlockchainSwift SHA.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[213/221] Compiling BlockchainSwift Transaction.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[214/221] Compiling BlockchainSwift TransactionInput.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[215/221] Compiling BlockchainSwift TransactionOutputReference.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[216/221] Compiling BlockchainSwift Keygen.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[217/221] Compiling BlockchainSwift Keysign.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[218/221] Compiling BlockchainSwift Node.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[219/221] Compiling BlockchainSwift NodeAddress.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[220/221] Compiling BlockchainSwift ProofOfWork.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
[221/221] Compiling BlockchainSwift Wallet.swift
/host/spi-builder-workspace/Sources/BlockchainSwift/Crypto/Keygen.swift:9:8: error: no such module 'os.log'
  7 |
  8 | import Foundation
  9 | import os.log
    |        `- error: no such module 'os.log'
 10 |
 11 | public typealias KeyPair = (privateKey: SecKey, publicKey: SecKey)
BUILD FAILURE 6.1 android