The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IkigaJSON with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/IkigaJSON.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/orlandos-nl/IkigaJSON
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9f10155 New README intro
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
9f1015512320c91adf710b74614aa4980a79afbe
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/orlandos-nl/IkigaJSON.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-nio.git
[1/65196] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.64.0 (0.56s)
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/1563] Fetching swift-atomics
[1252/15308] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
[3987/13745] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.04s)
[1/3131] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.62s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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.2.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.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.64.0
Building for debugging...
[0/20] Write sources
[10/20] Compiling CNIOWindows WSAStartup.c
[10/20] Compiling CNIOWindows shim.c
[10/20] Write sources
[13/20] Compiling _AtomicsShims.c
[14/20] Compiling CNIODarwin shim.c
[15/20] Compiling CNIOLinux liburing_shims.c
[16/20] Compiling CNIOLinux shim.c
[17/20] Write swift-version-24593BA9C3E375BF.txt
[18/62] Compiling c-atomics.c
[20/62] Emitting module _NIODataStructures
[20/62] Compiling c-nioatomics.c
[22/68] Compiling Atomics UnsafeAtomic.swift
[23/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[24/70] Emitting module _CollectionsUtilities
[25/70] Compiling _CollectionsUtilities UInt+reversed.swift
[26/70] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[27/70] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[28/70] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[29/70] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[30/70] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/70] Compiling _CollectionsUtilities Integer rank.swift
[32/70] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[33/72] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[34/72] Compiling _CollectionsUtilities Specialize.swift
[35/72] Compiling _CollectionsUtilities Debugging.swift
[36/72] Compiling _CollectionsUtilities Descriptions.swift
[39/72] Compiling _NIOBase64 Base64.swift
[40/72] Emitting module _NIOBase64
[44/73] Compiling _NIODataStructures _TinyArray.swift
[47/73] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[48/73] Compiling _CollectionsUtilities _SortedCollection.swift
[49/73] Compiling _CollectionsUtilities _UniqueCollection.swift
[50/73] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[55/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[56/73] Emitting module NIOConcurrencyHelpers
[57/73] Compiling _NIODataStructures PriorityQueue.swift
[58/73] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/73] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/74] Compiling Atomics IntegerOperations.swift
[62/74] Compiling Atomics Unmanaged extensions.swift
[63/90] Emitting module Atomics
[64/90] Compiling DequeModule Deque+Extras.swift
[65/90] Compiling DequeModule Deque+Descriptions.swift
[66/90] Compiling DequeModule Deque+Equatable.swift
[67/90] Compiling DequeModule Deque+Codable.swift
[68/90] Compiling DequeModule Deque+Collection.swift
[69/90] Compiling DequeModule Deque+CustomReflectable.swift
[71/91] Compiling DequeModule _DequeBuffer.swift
[72/91] Compiling DequeModule _DequeBufferHeader.swift
[73/93] Compiling _NIODataStructures Heap.swift
[74/94] Compiling NIOConcurrencyHelpers lock.swift
[76/94] Compiling DequeModule _DequeSlot.swift
[77/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/94] Compiling NIOConcurrencyHelpers NIOLock.swift
[79/94] Compiling NIOConcurrencyHelpers atomics.swift
[80/94] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/95] Compiling DequeModule Deque+Testing.swift
[85/95] Compiling DequeModule Deque._Storage.swift
[86/95] Compiling DequeModule Deque._UnsafeHandle.swift
[87/95] Compiling DequeModule Deque.swift
[88/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/95] Compiling DequeModule Deque+Hashable.swift
[91/95] Compiling DequeModule Deque+Sendable.swift
[95/95] Emitting module DequeModule
[97/154] Compiling NIOCore GlobalSingletons.swift
[98/154] Compiling NIOCore IO.swift
[99/154] Compiling NIOCore IOData.swift
[100/154] Compiling NIOCore IPProtocol.swift
[101/154] Compiling NIOCore IntegerBitPacking.swift
[102/154] Compiling NIOCore IntegerTypes.swift
[103/154] Compiling NIOCore Interfaces.swift
[104/154] Compiling NIOCore Linux.swift
[105/162] Compiling NIOCore AddressedEnvelope.swift
[106/162] Compiling NIOCore AsyncAwaitSupport.swift
[107/162] Compiling NIOCore AsyncChannel.swift
[108/162] Compiling NIOCore AsyncChannelInboundStream.swift
[109/162] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[110/162] Compiling NIOCore AsyncChannelOutboundWriter.swift
[111/162] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[112/162] Compiling NIOCore NIOAsyncSequenceProducer.swift
[113/162] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[114/162] Compiling NIOCore MarkedCircularBuffer.swift
[115/162] Compiling NIOCore MulticastChannel.swift
[116/162] Compiling NIOCore NIOAny.swift
[117/162] Compiling NIOCore NIOCloseOnErrorHandler.swift
[118/162] Compiling NIOCore NIOLoopBound.swift
[119/162] Compiling NIOCore NIOSendable.swift
[120/162] Compiling NIOCore PointerHelpers.swift
[121/162] Compiling NIOCore RecvByteBufferAllocator.swift
[122/162] Compiling NIOCore ChannelPipeline.swift
[123/162] Compiling NIOCore CircularBuffer.swift
[124/162] Compiling NIOCore Codec.swift
[125/162] Compiling NIOCore ConvenienceOptionSupport.swift
[126/162] Compiling NIOCore DeadChannel.swift
[127/162] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/162] Compiling NIOCore EventLoop+Deprecated.swift
[129/162] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/162] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/162] Compiling NIOCore SocketAddresses.swift
[132/162] Compiling NIOCore SocketOptionProvider.swift
[133/162] Compiling NIOCore SystemCallHelpers.swift
[134/162] Compiling NIOCore TimeAmount+Duration.swift
[135/162] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/162] Compiling NIOCore UniversalBootstrapSupport.swift
[137/162] Compiling NIOCore Utilities.swift
[138/162] Compiling NIOCore EventLoop.swift
[139/162] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[140/162] Compiling NIOCore EventLoopFuture+Deprecated.swift
[141/162] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[142/162] Compiling NIOCore EventLoopFuture.swift
[143/162] Compiling NIOCore FileDescriptor.swift
[144/162] Compiling NIOCore FileHandle.swift
[145/162] Compiling NIOCore FileRegion.swift
[146/162] Compiling NIOCore NIOAsyncWriter.swift
[147/162] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/162] Compiling NIOCore BSDSocketAPI.swift
[149/162] Compiling NIOCore ByteBuffer-aux.swift
[150/162] Compiling NIOCore ByteBuffer-conversions.swift
[151/162] Compiling NIOCore ByteBuffer-core.swift
[152/162] Compiling NIOCore ByteBuffer-hexdump.swift
[153/162] Compiling NIOCore ByteBuffer-int.swift
[154/162] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[155/162] Compiling NIOCore ByteBuffer-multi-int.swift
[156/162] Compiling NIOCore ByteBuffer-views.swift
[157/162] Compiling NIOCore Channel.swift
[158/162] Compiling NIOCore ChannelHandler.swift
[159/162] Compiling NIOCore ChannelHandlers.swift
[160/162] Compiling NIOCore ChannelInvoker.swift
[161/162] Compiling NIOCore ChannelOption.swift
[162/162] Emitting module NIOCore
[164/214] Emitting module NIOEmbedded
[165/214] Compiling NIOEmbedded AsyncTestingChannel.swift
[166/214] Compiling NIOEmbedded Embedded.swift
[167/214] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[169/215] Emitting module NIOPosix
[170/221] Compiling NIOPosix ThreadPosix.swift
[171/221] Compiling NIOPosix ThreadWindows.swift
[172/221] Compiling NIOPosix UnsafeTransfer.swift
[173/221] Compiling NIOPosix Utilities.swift
[174/221] Compiling NIOPosix VsockAddress.swift
[175/221] Compiling NIOPosix VsockChannelEvents.swift
[176/221] Compiling NIOPosix PooledRecvBufferAllocator.swift
[177/221] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[178/221] Compiling NIOPosix PosixSingletons.swift
[179/221] Compiling NIOPosix RawSocketBootstrap.swift
[180/221] Compiling NIOPosix Resolver.swift
[181/221] Compiling NIOPosix Selectable.swift
[182/221] Compiling NIOPosix ServerSocket.swift
[183/221] Compiling NIOPosix Socket.swift
[184/221] Compiling NIOPosix SocketChannel.swift
[185/221] Compiling NIOPosix SocketProtocols.swift
[186/221] Compiling NIOPosix System.swift
[187/221] Compiling NIOPosix Thread.swift
[188/221] Compiling NIOPosix SelectableChannel.swift
[189/221] Compiling NIOPosix SelectableEventLoop.swift
[190/221] Compiling NIOPosix SelectorEpoll.swift
[191/221] Compiling NIOPosix SelectorGeneric.swift
[192/221] Compiling NIOPosix SelectorKqueue.swift
[193/221] Compiling NIOPosix SelectorUring.swift
[194/221] Compiling NIOPosix IntegerBitPacking.swift
[195/221] Compiling NIOPosix IntegerTypes.swift
[196/221] Compiling NIOPosix Linux.swift
[197/221] Compiling NIOPosix LinuxCPUSet.swift
[198/221] Compiling NIOPosix LinuxUring.swift
[199/221] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[200/221] Compiling NIOPosix NIOThreadPool.swift
[201/221] Compiling NIOPosix NonBlockingFileIO.swift
[202/221] Compiling NIOPosix PendingDatagramWritesManager.swift
[203/221] Compiling NIOPosix PendingWritesManager.swift
[204/221] Compiling NIOPosix PipeChannel.swift
[205/221] Compiling NIOPosix PipePair.swift
[206/221] Compiling NIOPosix PointerHelpers.swift
[207/221] Compiling NIOPosix Pool.swift
[208/221] Compiling NIOPosix BSDSocketAPICommon.swift
[209/221] Compiling NIOPosix BSDSocketAPIPosix.swift
[210/221] Compiling NIOPosix BSDSocketAPIWindows.swift
[211/221] Compiling NIOPosix BaseSocket.swift
[212/221] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[213/221] Compiling NIOPosix BaseSocketChannel.swift
[214/221] Compiling NIOPosix BaseStreamSocketChannel.swift
[215/221] Compiling NIOPosix Bootstrap.swift
[216/221] Compiling NIOPosix ControlMessage.swift
[217/221] Compiling NIOPosix DatagramVectorReadManager.swift
[218/221] Compiling NIOPosix FileDescriptor.swift
[219/221] Compiling NIOPosix GetaddrinfoResolver.swift
[220/221] Compiling NIOPosix HappyEyeballs.swift
[221/221] Compiling NIOPosix IO.swift
[223/224] Compiling NIO Exports.swift
[224/224] Emitting module NIO
[226/239] Compiling IkigaJSON Errors.swift
[227/239] Compiling IkigaJSON JSONParser+Parsing.swift
[228/240] Compiling IkigaJSON JSONDescription.swift
[229/240] Compiling IkigaJSON Pointer+Helpers.swift
[230/240] Compiling IkigaJSON JSONParser.swift
[231/240] Compiling IkigaJSON JSONArray.swift
[232/240] Compiling IkigaJSON JSONObject.swift
[233/240] Compiling IkigaJSON JSONValue.swift
[234/240] Compiling IkigaJSON NilValueCodingStrategy.swift
[235/240] Compiling IkigaJSON StreamingJSONDecoder.swift
[236/240] Compiling IkigaJSON Bounds.swift
[237/240] Compiling IkigaJSON JSONDescription+Constants.swift
[238/240] Emitting module IkigaJSON
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONEncoder.swift:496:9: warning: default will never be executed
        @unknown default:
        ^
[239/240] Compiling IkigaJSON JSONDecoder.swift
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONDecoder.swift:275:13: warning: default will never be executed
            @unknown default:
            ^
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONDecoder.swift:292:13: warning: default will never be executed
            @unknown default:
            ^
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONEncoder.swift:409:13: warning: default will never be executed
            @unknown default:
            ^
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONEncoder.swift:438:13: warning: default will never be executed
            @unknown default:
            ^
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONEncoder.swift:496:9: warning: default will never be executed
        @unknown default:
        ^
[240/240] Compiling IkigaJSON JSONEncoder.swift
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONDecoder.swift:275:13: warning: default will never be executed
            @unknown default:
            ^
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONDecoder.swift:292:13: warning: default will never be executed
            @unknown default:
            ^
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONEncoder.swift:409:13: warning: default will never be executed
            @unknown default:
            ^
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONEncoder.swift:438:13: warning: default will never be executed
            @unknown default:
            ^
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONEncoder.swift:496:9: warning: default will never be executed
        @unknown default:
        ^
Build complete! (35.89s)
Build complete.
Done.

Build Machine: Linux 2