The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BlockchainSwift, reference master (229e61), with Swift 6.3 for Linux on 10 Apr 2026 13:58:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nevstad/blockchain-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-nio.git
[1/83101] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (9.01s)
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/1820] Fetching swift-atomics
[1093/7421] Fetching swift-atomics, swift-system
[1337/30946] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
[7483/29126] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.89s)
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.09s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/24] Write sources
[10/24] Compiling _AtomicsShims.c
[11/24] Compiling CNIOWindows shim.c
[12/24] Compiling CNIOPosix event_loop_id.c
[13/24] Compiling CNIOWASI CNIOWASI.c
[14/24] Compiling CNIOWindows WSAStartup.c
[15/24] Compiling CNIOOpenBSD shim.c
[16/24] Write sources
[17/24] Compiling CNIOLinux liburing_shims.c
[18/24] Write sources
[19/24] Compiling CNIODarwin shim.c
[20/24] Write swift-version-24593BA9C3E375BF.txt
[21/28] Compiling CNIOLinux shim.c
[23/66] Emitting module InternalCollectionsUtilities
[23/68] Compiling c-nioatomics.c
[25/68] Emitting module Atomics
[25/70] Compiling c-atomics.c
[27/77] Compiling Atomics UnsafeAtomic.swift
[28/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[29/77] Compiling Atomics AtomicMemoryOrderings.swift
[30/77] Compiling Atomics DoubleWord.swift
[31/77] Compiling Atomics IntegerOperations.swift
[32/77] Compiling Atomics Unmanaged extensions.swift
[33/77] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[34/77] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[35/77] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[38/77] Compiling Atomics ManagedAtomic.swift
[39/77] Compiling Atomics ManagedAtomicLazyReference.swift
[44/77] Compiling InternalCollectionsUtilities Integer rank.swift
[47/77] Compiling Atomics AtomicStorage.swift
[48/77] Compiling Atomics AtomicValue.swift
[49/77] Compiling Atomics IntegerConformances.swift
[50/77] Compiling _NIODataStructures _TinyArray.swift
[51/77] Compiling Atomics PointerConformances.swift
[52/77] Compiling Atomics Primitives.native.swift
[53/77] Compiling Atomics OptionalRawRepresentable.swift
[57/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/78] Compiling _NIODataStructures PriorityQueue.swift
[60/78] Emitting module _NIOBase64
[61/78] Compiling _NIOBase64 Base64.swift
[73/113] Emitting module NIOConcurrencyHelpers
[74/113] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[75/113] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[76/113] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[77/113] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[78/113] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[79/113] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[80/113] Compiling ContainersPreview Container.swift
[81/113] Compiling ContainersPreview ContainerIterator.swift
[82/113] Compiling ContainersPreview DynamicContainer.swift
[83/113] Compiling ContainersPreview MutableContainer.swift
[84/113] Compiling ContainersPreview PermutableContainer.swift
[85/113] Compiling ContainersPreview Drain+Reduce.swift
[86/113] Compiling ContainersPreview Drain.swift
[87/113] Compiling ContainersPreview Producer+Collect.swift
[88/113] Compiling ContainersPreview Producer+Filter.swift
[89/113] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[90/113] Compiling ContainersPreview BorrowingSequence.swift
[91/113] Compiling ContainersPreview BidirectionalContainer.swift
[92/113] Compiling ContainersPreview Container+Filter.swift
[93/113] Compiling ContainersPreview Container+SpanwiseZip.swift
[94/117] Compiling ContainersPreview Producer+Map.swift
[95/117] Compiling ContainersPreview Producer+Reduce.swift
[96/117] Compiling ContainersPreview Producer.swift
[97/117] Compiling ContainersPreview Borrow.swift
[98/117] Compiling ContainersPreview RandomAccessContainer.swift
[99/117] Compiling ContainersPreview RangeExpression2.swift
[100/117] Compiling ContainersPreview RangeReplaceableContainer.swift
[101/117] Compiling ContainersPreview Drain+Map.swift
[102/117] Emitting module ContainersPreview
[103/117] Compiling ContainersPreview Box.swift
[104/117] Compiling ContainersPreview Inout.swift
[105/117] Compiling ContainersPreview InputSpan.swift
[106/117] Compiling ContainersPreview Shared.swift
[107/117] Compiling ContainersPreview OutputSpan+Extras.swift
[108/117] Compiling ContainersPreview TemporaryAllocation.swift
[109/117] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[110/117] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[111/117] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[113/158] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[114/158] Compiling NIOConcurrencyHelpers lock.swift
[115/158] Emitting module _NIODataStructures
[116/158] Compiling _NIODataStructures Heap.swift
[118/159] Compiling NIOConcurrencyHelpers NIOLock.swift
[119/159] Compiling DequeModule UniqueDeque+Consumption.swift
[120/159] Compiling DequeModule UniqueDeque+Container.swift
[121/159] Compiling DequeModule UniqueDeque+Descriptions.swift
[122/159] Compiling DequeModule UniqueDeque+Equatable.swift
[123/159] Compiling DequeModule UniqueDeque+Experimental.swift
[124/164] Compiling NIOConcurrencyHelpers atomics.swift
[126/165] Compiling DequeModule _DequeBuffer.swift
[127/165] Compiling DequeModule _DequeBufferHeader.swift
[128/165] Compiling DequeModule RigidDeque+Append.swift
[129/165] Compiling DequeModule RigidDeque+Consumption.swift
[130/165] Compiling DequeModule RigidDeque+Container.swift
[131/165] Compiling DequeModule RigidDeque+Descriptions.swift
[132/165] Compiling DequeModule RigidDeque+Equatable.swift
[133/165] Compiling DequeModule RigidDeque+Experimental.swift
[134/165] Compiling DequeModule RigidDeque+Hashable.swift
[135/165] Compiling DequeModule RigidDeque+Initializers.swift
[136/165] Compiling DequeModule RigidDeque+Insertions.swift
[137/165] Compiling DequeModule RigidDeque+Prepend.swift
[138/165] Compiling DequeModule UniqueDeque+Hashable.swift
[139/165] Compiling DequeModule UniqueDeque+Initializers.swift
[140/165] Compiling DequeModule UniqueDeque+Insertions.swift
[141/165] Compiling DequeModule UniqueDeque+Prepend.swift
[142/165] Compiling DequeModule UniqueDeque+Removals.swift
[143/165] Compiling DequeModule RigidDeque+Removals.swift
[144/165] Compiling DequeModule RigidDeque+Replacements.swift
[145/165] Compiling DequeModule RigidDeque+Testing.swift
[146/165] Compiling DequeModule RigidDeque.swift
[147/165] Compiling DequeModule UniqueDeque+Append.swift
[148/165] Compiling DequeModule Deque+Codable.swift
[149/165] Compiling DequeModule Deque+Collection.swift
[150/165] Compiling DequeModule Deque+CustomReflectable.swift
[151/165] Compiling DequeModule Deque+Descriptions.swift
[152/165] Compiling DequeModule Deque+Equatable.swift
[153/165] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[154/165] Compiling DequeModule Deque+Extras.swift
[155/165] Compiling DequeModule Deque+Hashable.swift
[156/165] Compiling DequeModule Deque+Testing.swift
[157/165] Compiling DequeModule Deque._Storage.swift
[158/165] Compiling DequeModule Deque._UnsafeHandle.swift
[159/165] Compiling DequeModule Deque.swift
[160/165] Compiling DequeModule UniqueDeque+Replacements.swift
[161/165] Compiling DequeModule UniqueDeque.swift
[162/165] Compiling DequeModule _DequeSlot.swift
[163/165] Compiling DequeModule _UnsafeDequeHandle.swift
[164/165] Compiling DequeModule _UnsafeDequeSegments.swift
[165/165] Emitting module DequeModule
[167/230] Compiling NIOCore NIOCoreSendableMetatype.swift
[168/230] Compiling NIOCore NIODecodedAsyncSequence.swift
[169/230] Compiling NIOCore NIOLoopBound.swift
[170/230] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[171/230] Compiling NIOCore NIOScheduledCallback.swift
[172/230] Compiling NIOCore NIOSendable.swift
[173/230] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[174/230] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[175/230] Compiling NIOCore RecvByteBufferAllocator.swift
[176/238] Compiling NIOCore AddressedEnvelope.swift
[177/238] Compiling NIOCore AsyncAwaitSupport.swift
[178/238] Compiling NIOCore AsyncChannel.swift
[179/238] Compiling NIOCore AsyncChannelHandler.swift
[180/238] Compiling NIOCore AsyncChannelInboundStream.swift
[181/238] Compiling NIOCore AsyncChannelOutboundWriter.swift
[182/238] Compiling NIOCore NIOAsyncSequenceProducer.swift
[183/238] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[184/238] Compiling NIOCore NIOAsyncWriter.swift
[185/238] Compiling NIOCore CircularBuffer.swift
[186/238] Compiling NIOCore Codec.swift
[187/238] Compiling NIOCore ConvenienceOptionSupport.swift
[188/238] Compiling NIOCore DeadChannel.swift
[189/238] Compiling NIOCore DispatchQueue+WithFuture.swift
[190/238] Compiling NIOCore EventLoop+Deprecated.swift
[191/238] Compiling NIOCore EventLoop+SerialExecutor.swift
[192/238] Compiling NIOCore EventLoop.swift
[193/238] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[194/238] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[195/238] Compiling NIOCore SocketAddresses.swift
[196/238] Compiling NIOCore SocketOptionProvider.swift
[197/238] Compiling NIOCore SystemCallHelpers.swift
[198/238] Compiling NIOCore TimeAmount+Duration.swift
[199/238] Compiling NIOCore TypeAssistedChannelHandler.swift
[200/238] Compiling NIOCore UniversalBootstrapSupport.swift
[201/238] Compiling NIOCore Utilities.swift
[202/238] Compiling NIOCore IPProtocol.swift
[203/238] Compiling NIOCore IntegerBitPacking.swift
[204/238] Compiling NIOCore IntegerTypes.swift
[205/238] Compiling NIOCore Interfaces.swift
[206/238] Compiling NIOCore Linux.swift
[207/238] Compiling NIOCore MarkedCircularBuffer.swift
[208/238] Compiling NIOCore MulticastChannel.swift
[209/238] Compiling NIOCore NIOAny.swift
[210/238] Compiling NIOCore NIOCloseOnErrorHandler.swift
[211/238] Compiling NIOCore EventLoopFuture+Deprecated.swift
[212/238] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[213/238] Compiling NIOCore EventLoopFuture.swift
[214/238] Compiling NIOCore FileDescriptor.swift
[215/238] Compiling NIOCore FileHandle.swift
[216/238] Compiling NIOCore FileRegion.swift
[217/238] Compiling NIOCore GlobalSingletons.swift
[218/238] Compiling NIOCore IO.swift
[219/238] Compiling NIOCore IOData.swift
[220/238] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[221/238] Compiling NIOCore BSDSocketAPI.swift
[222/238] Compiling NIOCore ByteBuffer-aux.swift
[223/238] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[224/238] Compiling NIOCore ByteBuffer-conversions.swift
[225/238] Compiling NIOCore ByteBuffer-core.swift
[226/238] Compiling NIOCore ByteBuffer-hex.swift
[227/238] Compiling NIOCore ByteBuffer-int.swift
[228/238] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[229/238] Compiling NIOCore ByteBuffer-multi-int.swift
[230/238] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[231/238] Compiling NIOCore ByteBuffer-views.swift
[232/238] Compiling NIOCore Channel.swift
[233/238] Compiling NIOCore ChannelHandler.swift
[234/238] Compiling NIOCore ChannelHandlers.swift
[235/238] Compiling NIOCore ChannelInvoker.swift
[236/238] Compiling NIOCore ChannelOption.swift
[237/238] Compiling NIOCore ChannelPipeline.swift
[238/238] Emitting module NIOCore
[240/293] Compiling NIOEmbedded Embedded.swift
[241/293] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[242/293] Compiling NIOEmbedded AsyncTestingChannel.swift
[243/293] Emitting module NIOEmbedded
[245/294] Compiling NIOPosix PipePair.swift
[246/294] Compiling NIOPosix Pool.swift
[247/294] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[248/294] Compiling NIOPosix PosixSingletons.swift
[249/294] Compiling NIOPosix RawSocketBootstrap.swift
[250/294] Compiling NIOPosix Resolver.swift
[251/294] Compiling NIOPosix Selectable.swift
[252/300] Compiling NIOPosix HappyEyeballs.swift
[253/300] Compiling NIOPosix IO.swift
[254/300] Compiling NIOPosix IntegerBitPacking.swift
[255/300] Compiling NIOPosix IntegerTypes.swift
[256/300] Compiling NIOPosix Linux.swift
[257/300] Compiling NIOPosix LinuxCPUSet.swift
[258/300] Compiling NIOPosix LinuxUring.swift
[259/300] Compiling NIOPosix ThreadPosix.swift
[260/300] Compiling NIOPosix ThreadWindows.swift
[261/300] Compiling NIOPosix Utilities.swift
[262/300] Compiling NIOPosix VsockAddress.swift
[263/300] Compiling NIOPosix VsockChannelEvents.swift
[264/300] Compiling NIOPosix Windows.swift
[265/300] Emitting module NIOPosix
[266/300] Compiling NIOPosix SelectableChannel.swift
[267/300] Compiling NIOPosix SelectableEventLoop.swift
[268/300] Compiling NIOPosix SelectorEpoll.swift
[269/300] Compiling NIOPosix SelectorGeneric.swift
[270/300] Compiling NIOPosix SelectorKqueue.swift
[271/300] Compiling NIOPosix SelectorUring.swift
[272/300] Compiling NIOPosix SelectorWSAPoll.swift
[273/300] Compiling NIOPosix BaseStreamSocketChannel.swift
[274/300] Compiling NIOPosix Bootstrap.swift
[275/300] Compiling NIOPosix ControlMessage.swift
[276/300] Compiling NIOPosix DatagramVectorReadManager.swift
[277/300] Compiling NIOPosix Errors+Any.swift
[278/300] Compiling NIOPosix FileDescriptor.swift
[279/300] Compiling NIOPosix GetaddrinfoResolver.swift
[280/300] Compiling NIOPosix BSDSocketAPICommon.swift
[281/300] Compiling NIOPosix BSDSocketAPIPosix.swift
[282/300] Compiling NIOPosix BSDSocketAPIWindows.swift
[283/300] Compiling NIOPosix BaseSocket.swift
[284/300] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[285/300] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[286/300] Compiling NIOPosix BaseSocketChannel.swift
[287/300] Compiling NIOPosix ServerSocket.swift
[288/300] Compiling NIOPosix Socket.swift
[289/300] Compiling NIOPosix SocketChannel.swift
[290/300] Compiling NIOPosix SocketProtocols.swift
[291/300] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[292/300] Compiling NIOPosix System.swift
[293/300] Compiling NIOPosix Thread.swift
[294/300] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[295/300] Compiling NIOPosix NIOPosixSendableMetatype.swift
[296/300] Compiling NIOPosix NIOThreadPool.swift
[297/300] Compiling NIOPosix NonBlockingFileIO.swift
[298/300] Compiling NIOPosix PendingDatagramWritesManager.swift
[299/300] Compiling NIOPosix PendingWritesManager.swift
[300/300] Compiling NIOPosix PipeChannel.swift
[302/303] Emitting module NIO
[303/303] Compiling NIO Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[305/321] 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)
[306/323] 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)
[307/323] 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)
[308/323] 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)
[309/323] 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)
[310/323] 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)
[311/323] 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)
[312/323] 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)
[313/323] 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)
[314/323] 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)
[315/323] 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)
[316/323] 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)
[317/323] 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)
[318/323] 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)
[319/323] 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)
[320/323] 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)
[321/323] 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)
[322/323] 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)
[323/323] 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)
BUILD FAILURE 6.3 linux