Build Information
Successful build of IkigaJSON, reference 2.3.2 (17cc2f
), with Swift 6.2 (beta) for Linux on 23 Jul 2025 17:19:39 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/IkigaJSON.git
Reference: 2.3.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.3.2 -> FETCH_HEAD
HEAD is now at 17cc2f9 Merge pull request #49 from koraykoska/master
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
17cc2f9d7fb03b6027ec1f6702c9b66be7cd9c6e
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at 2.3.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/orlandos-nl/IkigaJSON.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-nio.git
[1/76843] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (6.89s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[167/6465] Fetching swift-atomics, swift-system
[4702/23349] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.77s)
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
[2871/16884] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.82s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.85.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.3.0
Building for debugging...
[0/25] Write sources
[13/25] Compiling CNIOWASI CNIOWASI.c
[14/25] Compiling CNIOWindows shim.c
[15/25] Compiling CNIOPosix event_loop_id.c
[16/25] Compiling CNIOWindows WSAStartup.c
[16/25] Write sources
[18/25] Compiling CNIODarwin shim.c
[19/25] Compiling CNIOLinux liburing_shims.c
[20/25] Compiling _AtomicsShims.c
[21/25] Write swift-version-24593BA9C3E375BF.txt
[22/25] Compiling CNIOLinux shim.c
[24/69] Emitting module _JSONCore
[25/69] Emitting module _NIODataStructures
[25/69] Compiling c-atomics.c
[26/69] Compiling c-nioatomics.c
[28/75] Compiling Atomics AtomicReference.swift
[29/75] Compiling Atomics ManagedAtomic.swift
[30/76] Compiling Atomics OptionalRawRepresentable.swift
[31/76] Compiling Atomics RawRepresentable.swift
[32/76] Compiling Atomics AtomicInteger.swift
[33/76] Compiling Atomics AtomicOptionalWrappable.swift
[34/76] Compiling _JSONCore JSONParser+Parsing.swift
[35/76] Compiling _JSONCore JSONTokenizer.swift
[39/78] Compiling Atomics UnsafeAtomic.swift
[40/78] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/78] Compiling Atomics ManagedAtomicLazyReference.swift
[43/78] Compiling Atomics AtomicStorage.swift
[44/78] Compiling Atomics AtomicValue.swift
[45/78] Compiling Atomics AtomicMemoryOrderings.swift
[46/78] Compiling Atomics DoubleWord.swift
[47/78] Compiling _NIODataStructures _TinyArray.swift
[48/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/78] Compiling _NIODataStructures PriorityQueue.swift
[50/78] Compiling _NIOBase64 Base64.swift
[51/78] Emitting module _NIOBase64
[52/79] Emitting module InternalCollectionsUtilities
[55/79] Compiling Atomics PointerConformances.swift
[56/79] Compiling Atomics Primitives.native.swift
[57/79] Compiling Atomics AtomicBool.swift
[58/79] Compiling Atomics IntegerConformances.swift
[60/79] Compiling _JSONCore Bytes.swift
[61/79] Compiling _JSONCore Errors.swift
[62/79] Emitting module Atomics
[69/79] Compiling _JSONCore JSONTokenizerDestination.swift
[70/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/88] Compiling Atomics IntegerOperations.swift
[74/88] Compiling Atomics Unmanaged extensions.swift
[76/97] Compiling DequeModule Deque+CustomReflectable.swift
[77/97] Compiling DequeModule Deque+Descriptions.swift
[78/97] Compiling DequeModule Deque+Equatable.swift
[79/97] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/99] Compiling DequeModule _DequeBuffer.swift
[81/99] Compiling DequeModule _DequeBufferHeader.swift
[82/99] Compiling _NIODataStructures Heap.swift
[84/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[85/100] Emitting module NIOConcurrencyHelpers
[86/100] Compiling NIOConcurrencyHelpers lock.swift
[87/100] Compiling DequeModule Deque+Extras.swift
[88/100] Compiling DequeModule Deque+Hashable.swift
[89/100] Compiling DequeModule _DequeSlot.swift
[90/100] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/100] Compiling NIOConcurrencyHelpers atomics.swift
[95/101] Compiling DequeModule Deque+Testing.swift
[96/101] Compiling DequeModule Deque._Storage.swift
[97/101] Compiling DequeModule Deque._UnsafeHandle.swift
[98/101] Compiling DequeModule Deque.swift
[99/101] Compiling DequeModule Deque+Codable.swift
[100/101] Compiling DequeModule Deque+Collection.swift
[101/101] Emitting module DequeModule
[103/163] Compiling NIOCore NIOAny.swift
[104/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[105/163] Compiling NIOCore NIOCoreSendableMetatype.swift
[106/163] Compiling NIOCore NIOLoopBound.swift
[107/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[108/163] Compiling NIOCore NIOScheduledCallback.swift
[109/163] Compiling NIOCore NIOSendable.swift
[110/163] Compiling NIOCore RecvByteBufferAllocator.swift
[111/171] Compiling NIOCore IOData.swift
[112/171] Compiling NIOCore IPProtocol.swift
[113/171] Compiling NIOCore IntegerBitPacking.swift
[114/171] Compiling NIOCore IntegerTypes.swift
[115/171] Compiling NIOCore Interfaces.swift
[116/171] Compiling NIOCore Linux.swift
[117/171] Compiling NIOCore MarkedCircularBuffer.swift
[118/171] Compiling NIOCore MulticastChannel.swift
[119/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[120/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[121/171] Compiling NIOCore EventLoopFuture.swift
[122/171] Compiling NIOCore FileDescriptor.swift
[123/171] Compiling NIOCore FileHandle.swift
[124/171] Compiling NIOCore FileRegion.swift
[125/171] Compiling NIOCore GlobalSingletons.swift
[126/171] Compiling NIOCore IO.swift
[127/171] Compiling NIOCore CircularBuffer.swift
[128/171] Compiling NIOCore Codec.swift
[129/171] Compiling NIOCore ConvenienceOptionSupport.swift
[130/171] Compiling NIOCore DeadChannel.swift
[131/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[132/171] Compiling NIOCore EventLoop+Deprecated.swift
[133/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[134/171] Compiling NIOCore EventLoop.swift
[135/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[137/171] Compiling NIOCore SocketAddresses.swift
[138/171] Compiling NIOCore SocketOptionProvider.swift
[139/171] Compiling NIOCore SystemCallHelpers.swift
[140/171] Compiling NIOCore TimeAmount+Duration.swift
[141/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[142/171] Compiling NIOCore UniversalBootstrapSupport.swift
[143/171] Compiling NIOCore Utilities.swift
[144/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[145/171] Compiling NIOCore BSDSocketAPI.swift
[146/171] Compiling NIOCore ByteBuffer-aux.swift
[147/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[148/171] Compiling NIOCore ByteBuffer-conversions.swift
[149/171] Compiling NIOCore ByteBuffer-core.swift
[150/171] Compiling NIOCore ByteBuffer-hex.swift
[151/171] Compiling NIOCore ByteBuffer-int.swift
[152/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[153/171] Compiling NIOCore ByteBuffer-multi-int.swift
[154/171] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[155/171] Compiling NIOCore ByteBuffer-views.swift
[156/171] Compiling NIOCore Channel.swift
[157/171] Compiling NIOCore ChannelHandler.swift
[158/171] Compiling NIOCore ChannelHandlers.swift
[159/171] Compiling NIOCore ChannelInvoker.swift
[160/171] Compiling NIOCore ChannelOption.swift
[161/171] Compiling NIOCore ChannelPipeline.swift
[162/171] Compiling NIOCore AddressedEnvelope.swift
[163/171] Compiling NIOCore AsyncAwaitSupport.swift
[164/171] Compiling NIOCore AsyncChannel.swift
[165/171] Compiling NIOCore AsyncChannelHandler.swift
[166/171] Compiling NIOCore AsyncChannelInboundStream.swift
[167/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[168/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[169/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[170/171] Compiling NIOCore NIOAsyncWriter.swift
[171/171] Emitting module NIOCore
[173/224] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/224] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/224] Compiling NIOEmbedded Embedded.swift
[176/224] Emitting module NIOEmbedded
[178/225] Compiling NIOPosix IO.swift
[179/225] Compiling NIOPosix IntegerBitPacking.swift
[180/225] Compiling NIOPosix IntegerTypes.swift
[181/225] Compiling NIOPosix Linux.swift
[182/225] Compiling NIOPosix LinuxCPUSet.swift
[183/225] Compiling NIOPosix LinuxUring.swift
[184/225] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[185/231] Compiling NIOPosix ThreadPosix.swift
[186/231] Compiling NIOPosix ThreadWindows.swift
[187/231] Compiling NIOPosix UnsafeTransfer.swift
[188/231] Compiling NIOPosix Utilities.swift
[189/231] Compiling NIOPosix VsockAddress.swift
[190/231] Compiling NIOPosix VsockChannelEvents.swift
[191/231] Emitting module NIOPosix
[192/231] Compiling NIOPosix SelectableEventLoop.swift
[193/231] Compiling NIOPosix SelectorEpoll.swift
[194/231] Compiling NIOPosix SelectorGeneric.swift
[195/231] Compiling NIOPosix SelectorKqueue.swift
[196/231] Compiling NIOPosix SelectorUring.swift
[197/231] Compiling NIOPosix ServerSocket.swift
[198/231] Compiling NIOPosix Socket.swift
[199/231] Compiling NIOPosix SocketChannel.swift
[200/231] Compiling NIOPosix SocketProtocols.swift
[201/231] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[202/231] Compiling NIOPosix System.swift
[203/231] Compiling NIOPosix Thread.swift
[204/231] Compiling NIOPosix Bootstrap.swift
[205/231] Compiling NIOPosix ControlMessage.swift
[206/231] Compiling NIOPosix DatagramVectorReadManager.swift
[207/231] Compiling NIOPosix Errors+Any.swift
[208/231] Compiling NIOPosix FileDescriptor.swift
[209/231] Compiling NIOPosix GetaddrinfoResolver.swift
[210/231] Compiling NIOPosix HappyEyeballs.swift
[211/231] Compiling NIOPosix BSDSocketAPICommon.swift
[212/231] Compiling NIOPosix BSDSocketAPIPosix.swift
[213/231] Compiling NIOPosix BSDSocketAPIWindows.swift
[214/231] Compiling NIOPosix BaseSocket.swift
[215/231] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[216/231] Compiling NIOPosix BaseSocketChannel.swift
[217/231] Compiling NIOPosix BaseStreamSocketChannel.swift
[218/231] Compiling NIOPosix Pool.swift
[219/231] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[220/231] Compiling NIOPosix PosixSingletons.swift
[221/231] Compiling NIOPosix RawSocketBootstrap.swift
[222/231] Compiling NIOPosix Resolver.swift
[223/231] Compiling NIOPosix Selectable.swift
[224/231] Compiling NIOPosix SelectableChannel.swift
[225/231] Compiling NIOPosix NIOPosixSendableMetatype.swift
[226/231] Compiling NIOPosix NIOThreadPool.swift
[227/231] Compiling NIOPosix NonBlockingFileIO.swift
[228/231] Compiling NIOPosix PendingDatagramWritesManager.swift
[229/231] Compiling NIOPosix PendingWritesManager.swift
[230/231] Compiling NIOPosix PipeChannel.swift
[231/231] Compiling NIOPosix PipePair.swift
[233/234] Compiling NIO Exports.swift
[234/234] Emitting module NIO
[236/240] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[237/240] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[238/240] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[239/240] Emitting module NIOFoundationCompat
[240/240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[242/255] Compiling _NIOJSON JSONObject.swift
[243/256] Compiling _NIOJSON JSONDecoderError.swift
[244/256] Compiling _NIOJSON JSONEncoder.swift
[245/256] Compiling _NIOJSON Pointer+Helpers.swift
[246/256] Compiling _NIOJSON JSONArray.swift
[247/256] Compiling _NIOJSON JSONValue.swift
[248/256] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[249/256] Compiling _NIOJSON Bounds.swift
[250/256] Compiling _NIOJSON NilValueCodingStrategy.swift
[251/256] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[252/256] Compiling _NIOJSON JSONDescription+Constants.swift
[253/256] Compiling _NIOJSON JSONDescription.swift
[254/256] Emitting module _NIOJSON
[255/256] Compiling _NIOJSON ByteBufferSupport.swift
[256/256] Compiling _NIOJSON JSONDecoder.swift
[258/259] Compiling IkigaJSON Exports.swift
[259/259] Emitting module IkigaJSON
Build complete! (83.86s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.