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