Build Information
Successful build of IkigaJSON, reference master (95f299
), with Swift 6.1 for Linux on 1 May 2025 12:44:18 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.61.3
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 95f2993 Update README.md
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
95f299309298f72e15df58c1090a5a1cac72c087
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at master
========================================
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-4606859-2":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/75595] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (7.96s)
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/1705] Fetching swift-atomics
[530/6072] Fetching swift-atomics, swift-system
[4285/22378] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
[8118/20673] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.46s)
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.97s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.4.2
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.4
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
Building for debugging...
[0/24] Write sources
[13/24] Compiling CNIOWASI CNIOWASI.c
[14/24] Compiling CNIOWindows shim.c
[15/24] Compiling CNIODarwin shim.c
[16/24] Write sources
[17/24] Compiling CNIOWindows WSAStartup.c
[18/24] Compiling CNIOLinux liburing_shims.c
[19/24] Compiling _AtomicsShims.c
[20/24] Compiling CNIOLinux shim.c
[21/24] Write swift-version-24593BA9C3E375BF.txt
[23/72] Emitting module InternalCollectionsUtilities
[24/74] Emitting module _NIODataStructures
[24/74] Compiling c-atomics.c
[25/74] Compiling c-nioatomics.c
[27/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/80] Compiling InternalCollectionsUtilities Specialize.swift
[31/82] Emitting module Atomics
[34/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/82] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/82] Compiling _JSONCore JSONTokenizerDestination.swift
[37/82] Compiling _JSONCore JSONTokenizer.swift
[38/82] Emitting module _NIOBase64
[39/82] Compiling _NIOBase64 Base64.swift
[40/82] Compiling _NIODataStructures PriorityQueue.swift
[41/82] Compiling _NIODataStructures _TinyArray.swift
[44/83] Compiling _JSONCore JSONParser+Parsing.swift
[45/83] Compiling _JSONCore Bytes.swift
[46/83] Compiling _JSONCore Errors.swift
[47/83] Emitting module _JSONCore
[48/84] Compiling Atomics OptionalRawRepresentable.swift
[49/84] Compiling Atomics RawRepresentable.swift
[50/84] Compiling Atomics AtomicInteger.swift
[51/84] Compiling Atomics AtomicOptionalWrappable.swift
[52/84] Compiling Atomics AtomicBool.swift
[53/84] Compiling Atomics IntegerConformances.swift
[54/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[55/84] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[56/84] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[57/84] Compiling Atomics PointerConformances.swift
[58/84] Compiling Atomics Primitives.native.swift
[59/84] Compiling Atomics Primitives.shims.swift
[77/85] Compiling Atomics IntegerOperations.swift
[78/85] Compiling Atomics Unmanaged extensions.swift
[80/101] Compiling DequeModule _DequeBuffer.swift
[81/101] Compiling DequeModule _DequeBufferHeader.swift
[82/103] Compiling DequeModule Deque+Extras.swift
[83/103] Compiling DequeModule Deque+Hashable.swift
[84/103] Compiling DequeModule Deque+Equatable.swift
[85/103] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/103] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[87/103] Compiling _NIODataStructures Heap.swift
[89/104] Emitting module NIOConcurrencyHelpers
[90/104] Compiling NIOConcurrencyHelpers atomics.swift
[91/104] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[92/104] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/104] Compiling NIOConcurrencyHelpers lock.swift
[95/105] Compiling DequeModule _DequeSlot.swift
[96/105] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/105] Compiling DequeModule Deque+Testing.swift
[98/105] Compiling DequeModule Deque._Storage.swift
[99/105] Compiling DequeModule Deque._UnsafeHandle.swift
[100/105] Compiling DequeModule Deque.swift
[101/105] Emitting module DequeModule
[102/105] Compiling DequeModule Deque+CustomReflectable.swift
[103/105] Compiling DequeModule Deque+Descriptions.swift
[104/105] Compiling DequeModule Deque+Codable.swift
[105/105] Compiling DequeModule Deque+Collection.swift
[107/165] Compiling NIOCore MarkedCircularBuffer.swift
[108/165] Compiling NIOCore MulticastChannel.swift
[109/165] Compiling NIOCore NIOAny.swift
[110/165] Compiling NIOCore NIOCloseOnErrorHandler.swift
[111/165] Compiling NIOCore NIOLoopBound.swift
[112/165] Compiling NIOCore NIOScheduledCallback.swift
[113/165] Compiling NIOCore NIOSendable.swift
[114/165] Compiling NIOCore RecvByteBufferAllocator.swift
[115/173] Compiling NIOCore AddressedEnvelope.swift
[116/173] Compiling NIOCore AsyncAwaitSupport.swift
[117/173] Compiling NIOCore AsyncChannel.swift
[118/173] Compiling NIOCore AsyncChannelHandler.swift
[119/173] Compiling NIOCore AsyncChannelInboundStream.swift
[120/173] Compiling NIOCore AsyncChannelOutboundWriter.swift
[121/173] Compiling NIOCore NIOAsyncSequenceProducer.swift
[122/173] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[123/173] Compiling NIOCore NIOAsyncWriter.swift
[124/173] Compiling NIOCore EventLoop.swift
[125/173] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[126/173] Compiling NIOCore EventLoopFuture+Deprecated.swift
[127/173] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[128/173] Compiling NIOCore EventLoopFuture.swift
[129/173] Compiling NIOCore FileDescriptor.swift
[130/173] Compiling NIOCore FileHandle.swift
[131/173] Compiling NIOCore FileRegion.swift
[132/173] Compiling NIOCore GlobalSingletons.swift
[133/173] Compiling NIOCore IO.swift
[134/173] Compiling NIOCore IOData.swift
[135/173] Compiling NIOCore IPProtocol.swift
[136/173] Compiling NIOCore IntegerBitPacking.swift
[137/173] Compiling NIOCore IntegerTypes.swift
[138/173] Compiling NIOCore Interfaces.swift
[139/173] Compiling NIOCore Linux.swift
[140/173] Compiling NIOCore ChannelPipeline.swift
[141/173] Compiling NIOCore CircularBuffer.swift
[142/173] Compiling NIOCore Codec.swift
[143/173] Compiling NIOCore ConvenienceOptionSupport.swift
[144/173] Compiling NIOCore DeadChannel.swift
[145/173] Compiling NIOCore DispatchQueue+WithFuture.swift
[146/173] Compiling NIOCore EventLoop+Deprecated.swift
[147/173] Compiling NIOCore EventLoop+SerialExecutor.swift
[148/173] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[149/173] Compiling NIOCore SocketAddresses.swift
[150/173] Compiling NIOCore SocketOptionProvider.swift
[151/173] Compiling NIOCore SystemCallHelpers.swift
[152/173] Compiling NIOCore TimeAmount+Duration.swift
[153/173] Compiling NIOCore TypeAssistedChannelHandler.swift
[154/173] Compiling NIOCore UniversalBootstrapSupport.swift
[155/173] Compiling NIOCore Utilities.swift
[156/173] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[157/173] Compiling NIOCore BSDSocketAPI.swift
[158/173] Compiling NIOCore ByteBuffer-aux.swift
[159/173] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[160/173] Compiling NIOCore ByteBuffer-conversions.swift
[161/173] Compiling NIOCore ByteBuffer-core.swift
[162/173] Compiling NIOCore ByteBuffer-hex.swift
[163/173] Compiling NIOCore ByteBuffer-int.swift
[164/173] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[165/173] Compiling NIOCore ByteBuffer-multi-int.swift
[166/173] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[167/173] Compiling NIOCore ByteBuffer-views.swift
[168/173] Compiling NIOCore Channel.swift
[169/173] Compiling NIOCore ChannelHandler.swift
[170/173] Compiling NIOCore ChannelHandlers.swift
[171/173] Compiling NIOCore ChannelInvoker.swift
[172/173] Compiling NIOCore ChannelOption.swift
[173/173] Emitting module NIOCore
[175/225] Compiling NIOPosix PooledRecvBufferAllocator.swift
[176/225] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[177/225] Compiling NIOPosix PosixSingletons.swift
[178/225] Compiling NIOPosix RawSocketBootstrap.swift
[179/225] Compiling NIOPosix Resolver.swift
[180/225] Compiling NIOPosix Selectable.swift
[181/231] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[182/231] Compiling NIOEmbedded Embedded.swift
[183/231] Emitting module NIOEmbedded
[184/231] Compiling NIOEmbedded AsyncTestingChannel.swift
[186/232] Compiling NIOPosix ThreadPosix.swift
[187/232] Compiling NIOPosix ThreadWindows.swift
[188/232] Compiling NIOPosix UnsafeTransfer.swift
[189/232] Compiling NIOPosix Utilities.swift
[190/232] Compiling NIOPosix VsockAddress.swift
[191/232] Compiling NIOPosix VsockChannelEvents.swift
[192/232] Emitting module NIOPosix
[193/232] Compiling NIOPosix ServerSocket.swift
[194/232] Compiling NIOPosix Socket.swift
[195/232] Compiling NIOPosix SocketChannel.swift
[196/232] Compiling NIOPosix SocketProtocols.swift
[197/232] Compiling NIOPosix System.swift
[198/232] Compiling NIOPosix Thread.swift
[199/232] Compiling NIOPosix SelectableChannel.swift
[200/232] Compiling NIOPosix SelectableEventLoop.swift
[201/232] Compiling NIOPosix SelectorEpoll.swift
[202/232] Compiling NIOPosix SelectorGeneric.swift
[203/232] Compiling NIOPosix SelectorKqueue.swift
[204/232] Compiling NIOPosix SelectorUring.swift
[205/232] Compiling NIOPosix BSDSocketAPICommon.swift
[206/232] Compiling NIOPosix BSDSocketAPIPosix.swift
[207/232] Compiling NIOPosix BSDSocketAPIWindows.swift
[208/232] Compiling NIOPosix BaseSocket.swift
[209/232] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[210/232] Compiling NIOPosix BaseSocketChannel.swift
[211/232] Compiling NIOPosix BaseStreamSocketChannel.swift
[212/232] Compiling NIOPosix Bootstrap.swift
[213/232] Compiling NIOPosix ControlMessage.swift
[214/232] Compiling NIOPosix DatagramVectorReadManager.swift
[215/232] Compiling NIOPosix Errors+Any.swift
[216/232] Compiling NIOPosix FileDescriptor.swift
[217/232] Compiling NIOPosix GetaddrinfoResolver.swift
[218/232] Compiling NIOPosix HappyEyeballs.swift
[219/232] Compiling NIOPosix NIOThreadPool.swift
[220/232] Compiling NIOPosix NonBlockingFileIO.swift
[221/232] Compiling NIOPosix PendingDatagramWritesManager.swift
[222/232] Compiling NIOPosix PendingWritesManager.swift
[223/232] Compiling NIOPosix PipeChannel.swift
[224/232] Compiling NIOPosix PipePair.swift
[225/232] Compiling NIOPosix Pool.swift
[226/232] Compiling NIOPosix IO.swift
[227/232] Compiling NIOPosix IntegerBitPacking.swift
[228/232] Compiling NIOPosix IntegerTypes.swift
[229/232] Compiling NIOPosix Linux.swift
[230/232] Compiling NIOPosix LinuxCPUSet.swift
[231/232] Compiling NIOPosix LinuxUring.swift
[232/232] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[234/235] Emitting module NIO
[235/235] Compiling NIO Exports.swift
[237/241] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[238/241] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[239/241] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[240/241] Emitting module NIOFoundationCompat
[241/241] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[243/256] Compiling _NIOJSON NilValueCodingStrategy.swift
[244/256] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[245/257] Compiling _NIOJSON JSONValue.swift
[246/257] Compiling _NIOJSON JSONObject.swift
[247/257] Compiling _NIOJSON Pointer+Helpers.swift
[248/257] Compiling _NIOJSON JSONArray.swift
[249/257] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[250/257] Compiling _NIOJSON Bounds.swift
[251/257] Compiling _NIOJSON JSONDescription+Constants.swift
[252/257] Compiling _NIOJSON JSONDescription.swift
[253/257] Emitting module _NIOJSON
[254/257] Compiling _NIOJSON JSONDecoderError.swift
[255/257] Compiling _NIOJSON JSONEncoder.swift
[256/257] Compiling _NIOJSON ByteBufferSupport.swift
[257/257] Compiling _NIOJSON JSONDecoder.swift
[259/260] Emitting module IkigaJSON
[260/260] Compiling IkigaJSON Exports.swift
Build complete! (50.04s)
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.