Build Information
Successful build of IkigaJSON, reference master (7c8ce5
), with Swift 6.0 for Linux on 31 Aug 2025 20:54:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
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 7c8ce5b Remove logo
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
7c8ce5b114afa2d0392759fe63a832861dada470
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/orlandos-nl/IkigaJSON.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
[1/77933] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.78s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[598/6749] Fetching swift-atomics, swift-system
[5153/24143] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.99s)
[2957/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.61s)
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
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.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.2
Building for debugging...
[0/25] Write sources
[13/25] Compiling CNIOWindows shim.c
[14/25] Compiling CNIOWASI CNIOWASI.c
[14/25] Compiling _AtomicsShims.c
[16/25] Compiling CNIOWindows WSAStartup.c
[16/25] Write sources
[18/25] Compiling CNIOPosix event_loop_id.c
[19/25] Compiling CNIODarwin shim.c
[20/25] Compiling CNIOLinux liburing_shims.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/69] Emitting module Atomics
[25/71] Emitting module _NIOBase64
[26/71] Compiling _NIOBase64 Base64.swift
[27/72] Emitting module _JSONCore
[28/72] Compiling _JSONCore Bytes.swift
[30/72] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/72] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/73] Compiling _NIODataStructures _TinyArray.swift
[33/73] Emitting module InternalCollectionsUtilities
[34/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[35/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[36/73] Compiling Atomics IntegerOperations.swift
[37/73] Compiling Atomics Unmanaged extensions.swift
[39/73] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/73] Compiling Atomics AtomicInteger.swift
[41/73] Compiling Atomics AtomicOptionalWrappable.swift
[42/73] Compiling Atomics AtomicReference.swift
[43/73] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/73] Compiling InternalCollectionsUtilities Integer rank.swift
[45/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/73] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/73] Compiling InternalCollectionsUtilities Descriptions.swift
[49/73] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[51/73] Compiling InternalCollectionsUtilities Debugging.swift
[52/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/73] Compiling _NIODataStructures PriorityQueue.swift
[58/74] Compiling Atomics AtomicStorage.swift
[59/74] Compiling Atomics AtomicValue.swift
[67/75] Compiling _JSONCore JSONParser+Parsing.swift
[68/75] Compiling _JSONCore JSONTokenizerDestination.swift
[69/75] Compiling _JSONCore Errors.swift
[70/75] Compiling _JSONCore JSONTokenizer.swift
[72/76] Compiling c-nioatomics.c
[74/91] Compiling DequeModule _DequeBuffer.swift
[75/91] Compiling DequeModule _DequeBufferHeader.swift
[76/93] Compiling DequeModule Deque+Testing.swift
[77/93] Compiling DequeModule Deque._Storage.swift
[78/93] Compiling DequeModule Deque+Equatable.swift
[79/93] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/93] Compiling DequeModule Deque+Extras.swift
[81/93] Compiling DequeModule Deque+Hashable.swift
[82/93] Compiling DequeModule Deque+CustomReflectable.swift
[83/93] Compiling DequeModule Deque+Descriptions.swift
[83/93] Compiling c-atomics.c
[85/93] Compiling _NIODataStructures Heap.swift
[86/93] Emitting module _NIODataStructures
[88/100] Compiling DequeModule _DequeSlot.swift
[89/100] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/100] Compiling DequeModule Deque._UnsafeHandle.swift
[91/100] Compiling DequeModule Deque.swift
[92/100] Compiling DequeModule Deque+Codable.swift
[93/100] Compiling DequeModule Deque+Collection.swift
[94/100] Emitting module DequeModule
[95/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[97/101] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/101] Compiling NIOConcurrencyHelpers lock.swift
[99/101] Emitting module NIOConcurrencyHelpers
[100/101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[101/101] Compiling NIOConcurrencyHelpers atomics.swift
[103/163] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[104/163] Compiling NIOCore BSDSocketAPI.swift
[105/163] Compiling NIOCore ByteBuffer-aux.swift
[106/163] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[107/163] Compiling NIOCore ByteBuffer-conversions.swift
[108/163] Compiling NIOCore ByteBuffer-core.swift
[109/163] Compiling NIOCore ByteBuffer-hex.swift
[110/163] Compiling NIOCore ByteBuffer-int.swift
[111/163] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[112/163] Compiling NIOCore IOData.swift
[113/163] Compiling NIOCore IPProtocol.swift
[114/163] Compiling NIOCore IntegerBitPacking.swift
[115/163] Compiling NIOCore IntegerTypes.swift
[116/163] Compiling NIOCore Interfaces.swift
[117/163] Compiling NIOCore Linux.swift
[118/163] Compiling NIOCore MarkedCircularBuffer.swift
[119/163] Compiling NIOCore MulticastChannel.swift
[120/163] Emitting module NIOCore
[121/163] Compiling NIOCore NIOAny.swift
[122/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[123/163] Compiling NIOCore NIOCoreSendableMetatype.swift
[124/163] Compiling NIOCore NIOLoopBound.swift
[125/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[126/163] Compiling NIOCore NIOScheduledCallback.swift
[127/163] Compiling NIOCore NIOSendable.swift
[128/163] Compiling NIOCore RecvByteBufferAllocator.swift
[129/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[130/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[131/171] Compiling NIOCore EventLoopFuture.swift
[132/171] Compiling NIOCore FileDescriptor.swift
[133/171] Compiling NIOCore FileHandle.swift
[134/171] Compiling NIOCore FileRegion.swift
[135/171] Compiling NIOCore GlobalSingletons.swift
[136/171] Compiling NIOCore IO.swift
[137/171] Compiling NIOCore CircularBuffer.swift
[138/171] Compiling NIOCore Codec.swift
[139/171] Compiling NIOCore ConvenienceOptionSupport.swift
[140/171] Compiling NIOCore DeadChannel.swift
[141/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[142/171] Compiling NIOCore EventLoop+Deprecated.swift
[143/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[144/171] Compiling NIOCore EventLoop.swift
[145/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[146/171] Compiling NIOCore AddressedEnvelope.swift
[147/171] Compiling NIOCore AsyncAwaitSupport.swift
[148/171] Compiling NIOCore AsyncChannel.swift
[149/171] Compiling NIOCore AsyncChannelHandler.swift
[150/171] Compiling NIOCore AsyncChannelInboundStream.swift
[151/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[152/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[153/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[154/171] Compiling NIOCore NIOAsyncWriter.swift
[155/171] Compiling NIOCore ByteBuffer-multi-int.swift
[156/171] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[157/171] Compiling NIOCore ByteBuffer-views.swift
[158/171] Compiling NIOCore Channel.swift
[159/171] Compiling NIOCore ChannelHandler.swift
[160/171] Compiling NIOCore ChannelHandlers.swift
[161/171] Compiling NIOCore ChannelInvoker.swift
[162/171] Compiling NIOCore ChannelOption.swift
[163/171] Compiling NIOCore ChannelPipeline.swift
[164/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[165/171] Compiling NIOCore SocketAddresses.swift
[166/171] Compiling NIOCore SocketOptionProvider.swift
[167/171] Compiling NIOCore SystemCallHelpers.swift
[168/171] Compiling NIOCore TimeAmount+Duration.swift
[169/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[170/171] Compiling NIOCore UniversalBootstrapSupport.swift
[171/171] Compiling NIOCore Utilities.swift
[173/224] Emitting module NIOEmbedded
[174/224] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/224] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[176/224] Compiling NIOEmbedded Embedded.swift
[178/225] Compiling NIOPosix SelectableEventLoop.swift
[179/225] Compiling NIOPosix SelectorEpoll.swift
[180/225] Compiling NIOPosix SelectorGeneric.swift
[181/225] Compiling NIOPosix SelectorKqueue.swift
[182/225] Compiling NIOPosix SelectorUring.swift
[183/225] Compiling NIOPosix ServerSocket.swift
[184/231] Emitting module NIOPosix
[185/231] Compiling NIOPosix Pool.swift
[186/231] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[187/231] Compiling NIOPosix PosixSingletons.swift
[188/231] Compiling NIOPosix RawSocketBootstrap.swift
[189/231] Compiling NIOPosix Resolver.swift
[190/231] Compiling NIOPosix Selectable.swift
[191/231] Compiling NIOPosix SelectableChannel.swift
[192/231] Compiling NIOPosix Socket.swift
[193/231] Compiling NIOPosix SocketChannel.swift
[194/231] Compiling NIOPosix SocketProtocols.swift
[195/231] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[196/231] Compiling NIOPosix System.swift
[197/231] Compiling NIOPosix Thread.swift
[198/231] Compiling NIOPosix ThreadPosix.swift
[199/231] Compiling NIOPosix ThreadWindows.swift
[200/231] Compiling NIOPosix UnsafeTransfer.swift
[201/231] Compiling NIOPosix Utilities.swift
[202/231] Compiling NIOPosix VsockAddress.swift
[203/231] Compiling NIOPosix VsockChannelEvents.swift
[204/231] Compiling NIOPosix NIOPosixSendableMetatype.swift
[205/231] Compiling NIOPosix NIOThreadPool.swift
[206/231] Compiling NIOPosix NonBlockingFileIO.swift
[207/231] Compiling NIOPosix PendingDatagramWritesManager.swift
[208/231] Compiling NIOPosix PendingWritesManager.swift
[209/231] Compiling NIOPosix PipeChannel.swift
[210/231] Compiling NIOPosix PipePair.swift
[211/231] Compiling NIOPosix IO.swift
[212/231] Compiling NIOPosix IntegerBitPacking.swift
[213/231] Compiling NIOPosix IntegerTypes.swift
[214/231] Compiling NIOPosix Linux.swift
[215/231] Compiling NIOPosix LinuxCPUSet.swift
[216/231] Compiling NIOPosix LinuxUring.swift
[217/231] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[218/231] Compiling NIOPosix BSDSocketAPICommon.swift
[219/231] Compiling NIOPosix BSDSocketAPIPosix.swift
[220/231] Compiling NIOPosix BSDSocketAPIWindows.swift
[221/231] Compiling NIOPosix BaseSocket.swift
[222/231] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[223/231] Compiling NIOPosix BaseSocketChannel.swift
[224/231] Compiling NIOPosix BaseStreamSocketChannel.swift
[225/231] Compiling NIOPosix Bootstrap.swift
[226/231] Compiling NIOPosix ControlMessage.swift
[227/231] Compiling NIOPosix DatagramVectorReadManager.swift
[228/231] Compiling NIOPosix Errors+Any.swift
[229/231] Compiling NIOPosix FileDescriptor.swift
[230/231] Compiling NIOPosix GetaddrinfoResolver.swift
[231/231] Compiling NIOPosix HappyEyeballs.swift
[233/234] Compiling NIO Exports.swift
[234/234] Emitting module NIO
[236/240] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[237/240] Emitting module NIOFoundationCompat
[238/240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[239/240] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[240/240] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[242/255] Compiling _NIOJSON NilValueCodingStrategy.swift
[243/255] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[244/256] Emitting module _NIOJSON
[245/256] Compiling _NIOJSON Pointer+Helpers.swift
[246/256] Compiling _NIOJSON JSONArray.swift
[247/256] Compiling _NIOJSON JSONObject.swift
[248/256] Compiling _NIOJSON JSONValue.swift
[249/256] Compiling _NIOJSON JSONDescription+Constants.swift
[250/256] Compiling _NIOJSON JSONDescription.swift
[251/256] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[252/256] Compiling _NIOJSON Bounds.swift
[253/256] Compiling _NIOJSON JSONDecoderError.swift
[254/256] Compiling _NIOJSON JSONEncoder.swift
[255/256] Compiling _NIOJSON ByteBufferSupport.swift
[256/256] Compiling _NIOJSON JSONDecoder.swift
[258/259] Emitting module IkigaJSON
[259/259] Compiling IkigaJSON Exports.swift
Build complete! (122.69s)
Build complete.
{
"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" : "IkigaJSON",
"name" : "IkigaJSON",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "IkigaJSON",
"targets" : [
"IkigaJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_NIOJSON",
"module_type" : "SwiftTarget",
"name" : "_NIOJSON",
"path" : "Sources/_NIOJSON",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat"
],
"product_memberships" : [
"IkigaJSON"
],
"sources" : [
"ByteBufferSupport.swift",
"Codable/JSONDecoder.swift",
"Codable/JSONDecoderError.swift",
"Codable/JSONEncoder.swift",
"Codable/NilValueCodingStrategy.swift",
"Codable/StreamingJSONArrayDecoder.swift",
"Codable/StreamingJSONLinesDecoder.swift",
"Core/Bounds.swift",
"Core/JSONDescription+Constants.swift",
"Core/JSONDescription.swift",
"Pointer+Helpers.swift",
"Types/JSONArray.swift",
"Types/JSONObject.swift",
"Types/JSONValue.swift"
],
"target_dependencies" : [
"_JSONCore"
],
"type" : "library"
},
{
"c99name" : "_JSONCore",
"module_type" : "SwiftTarget",
"name" : "_JSONCore",
"path" : "Sources/_JSONCore",
"product_memberships" : [
"IkigaJSON"
],
"sources" : [
"Bytes.swift",
"Errors.swift",
"Parser/JSONParser+Parsing.swift",
"Parser/JSONTokenizer.swift",
"Parser/JSONTokenizerDestination.swift"
],
"type" : "library"
},
{
"c99name" : "IkigaJSONTests",
"module_type" : "SwiftTarget",
"name" : "IkigaJSONTests",
"path" : "Tests/IkigaJSONTests",
"sources" : [
"JSONTests.swift"
],
"target_dependencies" : [
"IkigaJSON"
],
"type" : "test"
},
{
"c99name" : "IkigaJSON",
"module_type" : "SwiftTarget",
"name" : "IkigaJSON",
"path" : "Sources/IkigaJSON",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"IkigaJSON"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"_JSONCore",
"_NIOJSON"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.