The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IkigaJSON with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/IkigaJSON.git
Reference: 2.2.2
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
 * tag               2.2.2      -> FETCH_HEAD
HEAD is now at 7937769 Merge pull request #40 from orlandos-nl/jo/optimise-double-parsing
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
79377692e30b7d96f65e5286b1ad9b160e297ffc
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at 2.2.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/orlandos-nl/IkigaJSON.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio.git
[1/64680] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (4.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.50s)
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
[783/4564] Fetching swift-atomics, swift-system
[4295/18309] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git (0.48s)
[5962/15308] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git (1.18s)
Fetched https://github.com/apple/swift-collections.git (1.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.47s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.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.1.0
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Building for debugging...
[0/8] Compiling CNIOWindows shim.c
[1/8] Compiling CNIODarwin shim.c
[2/8] Compiling CNIOLinux liburing_shims.c
[3/8] Compiling _AtomicsShims.c
[4/8] Compiling CNIOWindows WSAStartup.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[5/8] Compiling CNIOLinux shim.c
[7/50] Compiling Atomics AtomicStorage.swift
[8/50] Compiling Atomics AtomicValue.swift
[9/50] Compiling Atomics UnsafeAtomic.swift
[10/50] Compiling Atomics UnsafeAtomicLazyReference.swift
[11/50] Compiling Atomics AtomicOptionalWrappable.swift
[12/50] Compiling Atomics AtomicReference.swift
[13/52] Compiling Atomics Primitives.shims.swift
[14/52] Compiling Atomics AtomicInteger.swift
[15/52] Compiling Atomics AtomicMemoryOrderings.swift
[16/52] Compiling Atomics DoubleWord.swift
[17/52] Emitting module _NIODataStructures
[18/52] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/52] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/54] Emitting module _NIOBase64
[23/54] Compiling _NIOBase64 Base64.swift
[24/54] Compiling _NIODataStructures _TinyArray.swift
[26/55] Emitting module _CollectionsUtilities
[27/55] Compiling Atomics IntegerConformances.swift
[28/55] Compiling Atomics PointerConformances.swift
[29/55] Compiling Atomics Primitives.native.swift
[30/55] Compiling Atomics OptionalRawRepresentable.swift
[31/55] Compiling Atomics RawRepresentable.swift
[32/55] Compiling Atomics AtomicBool.swift
[43/58] Compiling _NIODataStructures Heap.swift
[44/58] Compiling _NIODataStructures PriorityQueue.swift
[55/60] Compiling Atomics IntegerOperations.swift
[56/60] Compiling Atomics Unmanaged extensions.swift
[58/76] Compiling DequeModule Deque+Hashable.swift
[59/76] Compiling DequeModule Deque+Sendable.swift
[60/78] Compiling DequeModule Deque+Descriptions.swift
[61/78] Compiling DequeModule Deque+Equatable.swift
[62/78] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/78] Compiling DequeModule Deque+Extras.swift
[63/78] Compiling c-nioatomics.c
[65/78] Compiling DequeModule _DequeBuffer.swift
[66/78] Compiling DequeModule _DequeBufferHeader.swift
[66/78] Compiling c-atomics.c
[68/78] Compiling DequeModule _DequeSlot.swift
[69/78] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/80] Emitting module Atomics
[73/86] Compiling DequeModule Deque._UnsafeHandle.swift
[74/86] Compiling DequeModule Deque.swift
[75/86] Compiling DequeModule Deque+Testing.swift
[76/86] Compiling DequeModule Deque._Storage.swift
[77/86] Compiling DequeModule Deque+Codable.swift
[78/86] Compiling DequeModule Deque+Collection.swift
[79/86] Compiling DequeModule Deque+CustomReflectable.swift
[80/86] Emitting module DequeModule
[81/87] Compiling NIOConcurrencyHelpers lock.swift
[84/88] Emitting module NIOConcurrencyHelpers
[85/88] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/88] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[87/88] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/88] Compiling NIOConcurrencyHelpers atomics.swift
[91/147] Compiling NIOCore MarkedCircularBuffer.swift
[92/147] Compiling NIOCore MulticastChannel.swift
[93/147] Compiling NIOCore NIOAny.swift
[94/147] Compiling NIOCore NIOCloseOnErrorHandler.swift
[95/147] Compiling NIOCore NIOLoopBound.swift
[96/147] Compiling NIOCore NIOSendable.swift
[97/147] Compiling NIOCore PointerHelpers.swift
[98/147] Compiling NIOCore RecvByteBufferAllocator.swift
[99/155] Compiling NIOCore AddressedEnvelope.swift
[100/155] Compiling NIOCore AsyncAwaitSupport.swift
[101/155] Compiling NIOCore AsyncChannel.swift
[102/155] Compiling NIOCore AsyncChannelInboundStream.swift
[103/155] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[104/155] Compiling NIOCore AsyncChannelOutboundWriter.swift
[105/155] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[106/155] Compiling NIOCore NIOAsyncSequenceProducer.swift
[107/155] Compiling NIOCore EventLoop+SerialExecutor.swift
[108/155] Compiling NIOCore EventLoop.swift
[109/155] Compiling NIOCore EventLoopFuture+Deprecated.swift
[110/155] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[111/155] Compiling NIOCore EventLoopFuture.swift
[112/155] Compiling NIOCore FileDescriptor.swift
[113/155] Compiling NIOCore FileHandle.swift
[114/155] Compiling NIOCore FileRegion.swift
[115/155] Compiling NIOCore GlobalSingletons.swift
[116/155] Compiling NIOCore IO.swift
[117/155] Compiling NIOCore IOData.swift
[118/155] Compiling NIOCore IPProtocol.swift
[119/155] Compiling NIOCore IntegerBitPacking.swift
[120/155] Compiling NIOCore IntegerTypes.swift
[121/155] Compiling NIOCore Interfaces.swift
[122/155] Compiling NIOCore Linux.swift
[123/155] Compiling NIOCore ChannelOption.swift
[124/155] Compiling NIOCore ChannelPipeline.swift
[125/155] Compiling NIOCore CircularBuffer.swift
[126/155] Compiling NIOCore Codec.swift
[127/155] Compiling NIOCore ConvenienceOptionSupport.swift
[128/155] Compiling NIOCore DeadChannel.swift
[129/155] Compiling NIOCore DispatchQueue+WithFuture.swift
[130/155] Compiling NIOCore EventLoop+Deprecated.swift
[131/155] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[132/155] Compiling NIOCore SocketAddresses.swift
[133/155] Compiling NIOCore SocketOptionProvider.swift
[134/155] Compiling NIOCore SystemCallHelpers.swift
[135/155] Compiling NIOCore TimeAmount+Duration.swift
[136/155] Compiling NIOCore TypeAssistedChannelHandler.swift
[137/155] Compiling NIOCore UniversalBootstrapSupport.swift
[138/155] Compiling NIOCore Utilities.swift
[139/155] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[140/155] Compiling NIOCore NIOAsyncWriter.swift
[141/155] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[142/155] Compiling NIOCore BSDSocketAPI.swift
[143/155] Compiling NIOCore ByteBuffer-aux.swift
[144/155] Compiling NIOCore ByteBuffer-conversions.swift
[145/155] Compiling NIOCore ByteBuffer-core.swift
[146/155] Compiling NIOCore ByteBuffer-hexdump.swift
[147/155] Compiling NIOCore ByteBuffer-int.swift
[148/155] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[149/155] Compiling NIOCore ByteBuffer-multi-int.swift
[150/155] Compiling NIOCore ByteBuffer-views.swift
[151/155] Compiling NIOCore Channel.swift
[152/155] Compiling NIOCore ChannelHandler.swift
[153/155] Compiling NIOCore ChannelHandlers.swift
[154/155] Compiling NIOCore ChannelInvoker.swift
[155/155] Emitting module NIOCore
[158/208] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[159/208] Emitting module NIOEmbedded
[160/208] Compiling NIOEmbedded AsyncTestingChannel.swift
[161/208] Compiling NIOEmbedded Embedded.swift
[164/210] Emitting module NIOPosix
[165/216] Compiling NIOPosix ThreadPosix.swift
[166/216] Compiling NIOPosix ThreadWindows.swift
[167/216] Compiling NIOPosix UnsafeTransfer.swift
[168/216] Compiling NIOPosix Utilities.swift
[169/216] Compiling NIOPosix VsockAddress.swift
[170/216] Compiling NIOPosix VsockChannelEvents.swift
[171/216] Compiling NIOPosix PooledRecvBufferAllocator.swift
[172/216] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[173/216] Compiling NIOPosix PosixSingletons.swift
[174/216] Compiling NIOPosix RawSocketBootstrap.swift
[175/216] Compiling NIOPosix Resolver.swift
[176/216] Compiling NIOPosix Selectable.swift
[177/216] Compiling NIOPosix IntegerBitPacking.swift
[178/216] Compiling NIOPosix IntegerTypes.swift
[179/216] Compiling NIOPosix Linux.swift
[180/216] Compiling NIOPosix LinuxCPUSet.swift
[181/216] Compiling NIOPosix LinuxUring.swift
[182/216] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[183/216] Compiling NIOPosix NIOThreadPool.swift
[184/216] Compiling NIOPosix SelectableChannel.swift
[185/216] Compiling NIOPosix SelectableEventLoop.swift
[186/216] Compiling NIOPosix SelectorEpoll.swift
[187/216] Compiling NIOPosix SelectorGeneric.swift
[188/216] Compiling NIOPosix SelectorKqueue.swift
[189/216] Compiling NIOPosix SelectorUring.swift
[190/216] Compiling NIOPosix ServerSocket.swift
[191/216] Compiling NIOPosix Socket.swift
[192/216] Compiling NIOPosix SocketChannel.swift
[193/216] Compiling NIOPosix SocketProtocols.swift
[194/216] Compiling NIOPosix System.swift
[195/216] Compiling NIOPosix Thread.swift
[196/216] Compiling NIOPosix NonBlockingFileIO.swift
[197/216] Compiling NIOPosix PendingDatagramWritesManager.swift
[198/216] Compiling NIOPosix PendingWritesManager.swift
[199/216] Compiling NIOPosix PipeChannel.swift
[200/216] Compiling NIOPosix PipePair.swift
[201/216] Compiling NIOPosix PointerHelpers.swift
[202/216] Compiling NIOPosix Pool.swift
[203/216] Compiling NIOPosix BSDSocketAPICommon.swift
[204/216] Compiling NIOPosix BSDSocketAPIPosix.swift
[205/216] Compiling NIOPosix BSDSocketAPIWindows.swift
[206/216] Compiling NIOPosix BaseSocket.swift
[207/216] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[208/216] Compiling NIOPosix BaseSocketChannel.swift
[209/216] Compiling NIOPosix BaseStreamSocketChannel.swift
[210/216] Compiling NIOPosix Bootstrap.swift
[211/216] Compiling NIOPosix ControlMessage.swift
[212/216] Compiling NIOPosix DatagramVectorReadManager.swift
[213/216] Compiling NIOPosix FileDescriptor.swift
[214/216] Compiling NIOPosix GetaddrinfoResolver.swift
[215/216] Compiling NIOPosix HappyEyeballs.swift
[216/216] Compiling NIOPosix IO.swift
[219/220] Compiling NIO Exports.swift
[220/220] Emitting module NIO
[223/236] Compiling IkigaJSON Bounds.swift
[224/236] Compiling IkigaJSON JSONDescription+Constants.swift
[225/236] Compiling IkigaJSON JSONDescription.swift
[226/236] Compiling IkigaJSON Pointer+Helpers.swift
[227/237] Compiling IkigaJSON Errors.swift
[228/237] Compiling IkigaJSON JSONParser+Parsing.swift
[229/237] Compiling IkigaJSON JSONParser.swift
[230/237] Compiling IkigaJSON JSONArray.swift
[231/237] Compiling IkigaJSON JSONObject.swift
[232/237] Compiling IkigaJSON JSONValue.swift
[233/237] Compiling IkigaJSON NilValueCodingStrategy.swift
[234/237] Compiling IkigaJSON StreamingJSONDecoder.swift
[235/237] Emitting module IkigaJSON
/host/spi-builder-workspace/Sources/IkigaJSON/Codable/JSONEncoder.swift:496:9: warning: default will never be executed
        @unknown default:
        ^
[236/237] 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:
        ^
[237/237] 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! (29.39s)
Build complete.
Done.

Build Machine: Linux 2