The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IkigaJSON, reference master (3146a1), with Swift 6.2 (beta) for Linux on 24 Jun 2025 05:34:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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 3146a14 Merge pull request #48 from orlandos-nl/jo/newline-delimited-jsonlines
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
3146a14673f042696bde0c089ac3a520131e80ff
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at master
========================================
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-2":/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/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.09s)
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/1797] Fetching swift-atomics
[505/6233] Fetching swift-atomics, swift-system
[6037/22873] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
[4429/18437] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.98s)
Fetched https://github.com/apple/swift-collections.git from cache (3.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
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-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.83.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
Building for debugging...
[0/24] Write sources
[13/24] Compiling CNIOWindows shim.c
[14/24] Compiling CNIOWindows WSAStartup.c
[14/24] Compiling CNIOWASI CNIOWASI.c
[16/24] Write sources
[17/24] Compiling CNIOLinux liburing_shims.c
[18/24] Compiling CNIODarwin shim.c
[19/24] Write swift-version-24593BA9C3E375BF.txt
[19/24] Compiling _AtomicsShims.c
[21/24] Compiling CNIOLinux shim.c
[23/68] Emitting module _JSONCore
[24/68] Emitting module _NIODataStructures
[24/68] Compiling c-nioatomics.c
[25/68] Compiling c-atomics.c
[27/74] Emitting module _NIOBase64
[28/74] Compiling _NIOBase64 Base64.swift
[29/75] Emitting module InternalCollectionsUtilities
[31/76] Compiling Atomics UnsafeAtomic.swift
[32/76] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/78] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/78] Compiling Atomics ManagedAtomic.swift
[36/78] Compiling Atomics ManagedAtomicLazyReference.swift
[37/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/78] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/78] Compiling InternalCollectionsUtilities Debugging.swift
[40/78] Compiling _JSONCore Bytes.swift
[41/78] Compiling _NIODataStructures _TinyArray.swift
[42/78] Compiling _NIODataStructures PriorityQueue.swift
[43/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[46/78] Emitting module Atomics
[47/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[48/78] Compiling InternalCollectionsUtilities Integer rank.swift
[49/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/78] Compiling InternalCollectionsUtilities UInt+reversed.swift
[56/78] Compiling _JSONCore Errors.swift
[57/78] Compiling InternalCollectionsUtilities Descriptions.swift
[58/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/78] Compiling Atomics DoubleWord.swift
[66/78] Compiling _JSONCore JSONTokenizer.swift
[67/78] Compiling _JSONCore JSONTokenizerDestination.swift
[68/78] Compiling _JSONCore JSONParser+Parsing.swift
[70/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/80] Compiling Atomics IntegerOperations.swift
[73/80] Compiling Atomics Unmanaged extensions.swift
[75/96] Compiling DequeModule _DequeBuffer.swift
[76/96] Compiling DequeModule _DequeBufferHeader.swift
[77/98] Compiling DequeModule Deque+CustomReflectable.swift
[78/98] Compiling DequeModule Deque+Descriptions.swift
[79/98] Compiling DequeModule Deque+Equatable.swift
[80/98] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/98] Compiling DequeModule Deque+Extras.swift
[82/98] Compiling DequeModule Deque+Hashable.swift
[83/98] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/98] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/98] Emitting module NIOConcurrencyHelpers
[86/98] Compiling NIOConcurrencyHelpers lock.swift
[87/98] Compiling _NIODataStructures Heap.swift
[89/99] Compiling DequeModule _DequeSlot.swift
[90/99] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/99] Compiling DequeModule Deque+Codable.swift
[92/99] Compiling DequeModule Deque+Collection.swift
[93/99] Compiling DequeModule Deque+Testing.swift
[94/99] Compiling DequeModule Deque._Storage.swift
[95/99] Compiling DequeModule Deque._UnsafeHandle.swift
[96/99] Compiling DequeModule Deque.swift
[97/99] Compiling NIOConcurrencyHelpers atomics.swift
[98/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[100/100] Emitting module DequeModule
[102/161] Compiling NIOCore MulticastChannel.swift
[103/161] Compiling NIOCore NIOAny.swift
[104/161] Compiling NIOCore NIOCloseOnErrorHandler.swift
[105/161] Compiling NIOCore NIOLoopBound.swift
[106/161] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[107/161] Compiling NIOCore NIOScheduledCallback.swift
[108/161] Compiling NIOCore NIOSendable.swift
[109/161] Compiling NIOCore RecvByteBufferAllocator.swift
[110/169] Compiling NIOCore IO.swift
[111/169] Compiling NIOCore IOData.swift
[112/169] Compiling NIOCore IPProtocol.swift
[113/169] Compiling NIOCore IntegerBitPacking.swift
[114/169] Compiling NIOCore IntegerTypes.swift
[115/169] Compiling NIOCore Interfaces.swift
[116/169] Compiling NIOCore Linux.swift
[117/169] Compiling NIOCore MarkedCircularBuffer.swift
[118/169] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[119/169] Compiling NIOCore EventLoopFuture+Deprecated.swift
[120/169] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[121/169] Compiling NIOCore EventLoopFuture.swift
[122/169] Compiling NIOCore FileDescriptor.swift
[123/169] Compiling NIOCore FileHandle.swift
[124/169] Compiling NIOCore FileRegion.swift
[125/169] Compiling NIOCore GlobalSingletons.swift
[126/169] Compiling NIOCore CircularBuffer.swift
[127/169] Compiling NIOCore Codec.swift
[128/169] Compiling NIOCore ConvenienceOptionSupport.swift
[129/169] Compiling NIOCore DeadChannel.swift
[130/169] Compiling NIOCore DispatchQueue+WithFuture.swift
[131/169] Compiling NIOCore EventLoop+Deprecated.swift
[132/169] Compiling NIOCore EventLoop+SerialExecutor.swift
[133/169] Compiling NIOCore EventLoop.swift
[134/169] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[135/169] Compiling NIOCore SocketAddresses.swift
[136/169] Compiling NIOCore SocketOptionProvider.swift
[137/169] Compiling NIOCore SystemCallHelpers.swift
[138/169] Compiling NIOCore TimeAmount+Duration.swift
[139/169] Compiling NIOCore TypeAssistedChannelHandler.swift
[140/169] Compiling NIOCore UniversalBootstrapSupport.swift
[141/169] Compiling NIOCore Utilities.swift
[142/169] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/169] Compiling NIOCore BSDSocketAPI.swift
[144/169] Compiling NIOCore ByteBuffer-aux.swift
[145/169] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/169] Compiling NIOCore ByteBuffer-conversions.swift
[147/169] Compiling NIOCore ByteBuffer-core.swift
[148/169] Compiling NIOCore ByteBuffer-hex.swift
[149/169] Compiling NIOCore ByteBuffer-int.swift
[150/169] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[151/169] Compiling NIOCore ByteBuffer-multi-int.swift
[152/169] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[153/169] Compiling NIOCore ByteBuffer-views.swift
[154/169] Compiling NIOCore Channel.swift
[155/169] Compiling NIOCore ChannelHandler.swift
[156/169] Compiling NIOCore ChannelHandlers.swift
[157/169] Compiling NIOCore ChannelInvoker.swift
[158/169] Compiling NIOCore ChannelOption.swift
[159/169] Compiling NIOCore ChannelPipeline.swift
[160/169] Compiling NIOCore AddressedEnvelope.swift
[161/169] Compiling NIOCore AsyncAwaitSupport.swift
[162/169] Compiling NIOCore AsyncChannel.swift
[163/169] Compiling NIOCore AsyncChannelHandler.swift
[164/169] Compiling NIOCore AsyncChannelInboundStream.swift
[165/169] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/169] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/169] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/169] Compiling NIOCore NIOAsyncWriter.swift
[169/169] Emitting module NIOCore
[171/220] Emitting module NIOEmbedded
[172/220] Compiling NIOEmbedded Embedded.swift
[173/220] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/220] Compiling NIOEmbedded AsyncTestingChannel.swift
[176/221] Compiling NIOPosix Pool.swift
[177/221] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[178/221] Compiling NIOPosix PosixSingletons.swift
[179/221] Compiling NIOPosix RawSocketBootstrap.swift
[180/221] Compiling NIOPosix Resolver.swift
[181/221] Compiling NIOPosix Selectable.swift
[182/221] Compiling NIOPosix ServerSocket.swift
[183/221] Compiling NIOPosix Socket.swift
[184/221] Compiling NIOPosix SocketChannel.swift
[185/221] Compiling NIOPosix SocketProtocols.swift
[186/221] Compiling NIOPosix System.swift
[187/221] Compiling NIOPosix Thread.swift
[188/221] Compiling NIOPosix SelectableChannel.swift
[189/221] Compiling NIOPosix SelectableEventLoop.swift
[190/221] Compiling NIOPosix SelectorEpoll.swift
[191/221] Compiling NIOPosix SelectorGeneric.swift
[192/221] Compiling NIOPosix SelectorKqueue.swift
[193/221] Compiling NIOPosix SelectorUring.swift
[194/227] Emitting module NIOPosix
[195/227] Compiling NIOPosix BSDSocketAPICommon.swift
[196/227] Compiling NIOPosix BSDSocketAPIPosix.swift
[197/227] Compiling NIOPosix BSDSocketAPIWindows.swift
[198/227] Compiling NIOPosix BaseSocket.swift
[199/227] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[200/227] Compiling NIOPosix BaseSocketChannel.swift
[201/227] Compiling NIOPosix BaseStreamSocketChannel.swift
[202/227] Compiling NIOPosix ThreadPosix.swift
[203/227] Compiling NIOPosix ThreadWindows.swift
[204/227] Compiling NIOPosix UnsafeTransfer.swift
[205/227] Compiling NIOPosix Utilities.swift
[206/227] Compiling NIOPosix VsockAddress.swift
[207/227] Compiling NIOPosix VsockChannelEvents.swift
[208/227] Compiling NIOPosix Bootstrap.swift
[209/227] Compiling NIOPosix ControlMessage.swift
[210/227] Compiling NIOPosix DatagramVectorReadManager.swift
[211/227] Compiling NIOPosix Errors+Any.swift
[212/227] Compiling NIOPosix FileDescriptor.swift
[213/227] Compiling NIOPosix GetaddrinfoResolver.swift
[214/227] Compiling NIOPosix HappyEyeballs.swift
[215/227] Compiling NIOPosix IO.swift
[216/227] Compiling NIOPosix IntegerBitPacking.swift
[217/227] Compiling NIOPosix IntegerTypes.swift
[218/227] Compiling NIOPosix Linux.swift
[219/227] Compiling NIOPosix LinuxCPUSet.swift
[220/227] Compiling NIOPosix LinuxUring.swift
[221/227] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[222/227] Compiling NIOPosix NIOThreadPool.swift
[223/227] Compiling NIOPosix NonBlockingFileIO.swift
[224/227] Compiling NIOPosix PendingDatagramWritesManager.swift
[225/227] Compiling NIOPosix PendingWritesManager.swift
[226/227] Compiling NIOPosix PipeChannel.swift
[227/227] Compiling NIOPosix PipePair.swift
[229/230] Compiling NIO Exports.swift
[230/230] Emitting module NIO
[232/236] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[233/236] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[234/236] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[235/236] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[236/236] Emitting module NIOFoundationCompat
[238/251] Compiling _NIOJSON NilValueCodingStrategy.swift
[239/251] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[240/251] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[241/251] Compiling _NIOJSON Bounds.swift
[242/252] Compiling _NIOJSON JSONObject.swift
[243/252] Compiling _NIOJSON Pointer+Helpers.swift
[244/252] Compiling _NIOJSON JSONArray.swift
[245/252] Compiling _NIOJSON JSONValue.swift
[246/252] Compiling _NIOJSON JSONDecoderError.swift
[247/252] Compiling _NIOJSON JSONEncoder.swift
[248/252] Compiling _NIOJSON JSONDescription+Constants.swift
[249/252] Compiling _NIOJSON JSONDescription.swift
[250/252] Emitting module _NIOJSON
[251/252] Compiling _NIOJSON ByteBufferSupport.swift
[252/252] Compiling _NIOJSON JSONDecoder.swift
[254/255] Emitting module IkigaJSON
[255/255] Compiling IkigaJSON Exports.swift
Build complete! (126.70s)
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.