The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of IkigaJSON, reference 2.3.0 (0d920c), with Swift 6.1 for Linux on 25 Apr 2025 20:34:30 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/IkigaJSON.git
Reference: 2.3.0
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.0      -> FETCH_HEAD
HEAD is now at 0d920c8 Update streaming docs
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
0d920c8a2d7f29ea204cf7db185543a2b4718271
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at 2.3.0
========================================
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: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/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (5.45s)
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/4353] Fetching swift-system
[829/6058] Fetching swift-system, swift-atomics
[6008/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.34s)
[7277/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Building for debugging...
[0/24] Write sources
[13/24] Compiling CNIOWindows WSAStartup.c
[14/24] Compiling CNIOWindows shim.c
[15/24] Compiling CNIOWASI CNIOWASI.c
[15/24] Write sources
[17/24] Compiling CNIOLinux liburing_shims.c
[18/24] Compiling CNIODarwin shim.c
[19/24] Compiling _AtomicsShims.c
[20/24] Compiling CNIOLinux shim.c
[21/24] Write swift-version-24593BA9C3E375BF.txt
[23/72] Emitting module InternalCollectionsUtilities
[23/74] Compiling c-nioatomics.c
[25/74] Compiling Atomics AtomicMemoryOrderings.swift
[26/74] Compiling Atomics DoubleWord.swift
[27/74] Compiling _NIOBase64 Base64.swift
[28/74] Emitting module _NIOBase64
[29/74] Compiling _NIODataStructures _TinyArray.swift
[30/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/75] Compiling c-atomics.c
[35/75] Compiling Atomics AtomicOptionalWrappable.swift
[36/75] Compiling Atomics AtomicReference.swift
[37/75] Compiling Atomics AtomicStorage.swift
[38/75] Compiling Atomics AtomicValue.swift
[40/77] Compiling Atomics ManagedAtomic.swift
[41/77] Compiling Atomics ManagedAtomicLazyReference.swift
[42/77] Compiling Atomics Primitives.shims.swift
[43/77] Compiling Atomics AtomicInteger.swift
[45/77] Compiling Atomics IntegerConformances.swift
[46/77] Compiling Atomics PointerConformances.swift
[47/77] Compiling Atomics Primitives.native.swift
[50/77] Compiling _JSONCore JSONTokenizer.swift
[51/77] Compiling _JSONCore JSONTokenizerDestination.swift
[52/77] Compiling _JSONCore Errors.swift
[53/77] Compiling _JSONCore JSONParser+Parsing.swift
[54/77] Emitting module _JSONCore
[55/77] Compiling _JSONCore Bytes.swift
[56/77] Compiling _NIODataStructures PriorityQueue.swift
[57/80] Compiling Atomics OptionalRawRepresentable.swift
[58/80] Compiling Atomics RawRepresentable.swift
[59/80] Compiling Atomics AtomicBool.swift
[70/85] Emitting module Atomics
[76/85] Compiling Atomics IntegerOperations.swift
[77/85] Compiling Atomics Unmanaged extensions.swift
[79/101] Compiling DequeModule Deque+CustomReflectable.swift
[80/101] Compiling DequeModule Deque+Descriptions.swift
[81/103] Compiling DequeModule _DequeBuffer.swift
[82/103] Compiling DequeModule _DequeBufferHeader.swift
[83/103] Compiling DequeModule Deque+Equatable.swift
[84/103] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/103] Emitting module NIOConcurrencyHelpers
[86/103] Compiling NIOConcurrencyHelpers lock.swift
[87/103] Compiling DequeModule _DequeSlot.swift
[88/103] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/103] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[90/103] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/103] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/103] Compiling NIOConcurrencyHelpers atomics.swift
[93/103] Emitting module _NIODataStructures
[94/103] Compiling _NIODataStructures Heap.swift
[97/105] Compiling DequeModule Deque+Testing.swift
[98/105] Compiling DequeModule Deque._Storage.swift
[99/105] Compiling DequeModule Deque+Extras.swift
[100/105] Compiling DequeModule Deque+Hashable.swift
[101/105] Compiling DequeModule Deque._UnsafeHandle.swift
[102/105] Compiling DequeModule Deque.swift
[103/105] Compiling DequeModule Deque+Codable.swift
[104/105] Compiling DequeModule Deque+Collection.swift
[105/105] Emitting module DequeModule
[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 EventLoop.swift
[116/173] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[117/173] Compiling NIOCore EventLoopFuture+Deprecated.swift
[118/173] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[119/173] Compiling NIOCore EventLoopFuture.swift
[120/173] Compiling NIOCore FileDescriptor.swift
[121/173] Compiling NIOCore FileHandle.swift
[122/173] Compiling NIOCore FileRegion.swift
[123/173] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[124/173] Compiling NIOCore SocketAddresses.swift
[125/173] Compiling NIOCore SocketOptionProvider.swift
[126/173] Compiling NIOCore SystemCallHelpers.swift
[127/173] Compiling NIOCore TimeAmount+Duration.swift
[128/173] Compiling NIOCore TypeAssistedChannelHandler.swift
[129/173] Compiling NIOCore UniversalBootstrapSupport.swift
[130/173] Compiling NIOCore Utilities.swift
[131/173] Compiling NIOCore GlobalSingletons.swift
[132/173] Compiling NIOCore IO.swift
[133/173] Compiling NIOCore IOData.swift
[134/173] Compiling NIOCore IPProtocol.swift
[135/173] Compiling NIOCore IntegerBitPacking.swift
[136/173] Compiling NIOCore IntegerTypes.swift
[137/173] Compiling NIOCore Interfaces.swift
[138/173] Compiling NIOCore Linux.swift
[139/173] Compiling NIOCore AddressedEnvelope.swift
[140/173] Compiling NIOCore AsyncAwaitSupport.swift
[141/173] Compiling NIOCore AsyncChannel.swift
[142/173] Compiling NIOCore AsyncChannelHandler.swift
[143/173] Compiling NIOCore AsyncChannelInboundStream.swift
[144/173] Compiling NIOCore AsyncChannelOutboundWriter.swift
[145/173] Compiling NIOCore NIOAsyncSequenceProducer.swift
[146/173] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[147/173] Compiling NIOCore NIOAsyncWriter.swift
[148/173] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[149/173] Compiling NIOCore BSDSocketAPI.swift
[150/173] Compiling NIOCore ByteBuffer-aux.swift
[151/173] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[152/173] Compiling NIOCore ByteBuffer-conversions.swift
[153/173] Compiling NIOCore ByteBuffer-core.swift
[154/173] Compiling NIOCore ByteBuffer-hex.swift
[155/173] Compiling NIOCore ByteBuffer-int.swift
[156/173] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[157/173] Compiling NIOCore ByteBuffer-multi-int.swift
[158/173] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[159/173] Compiling NIOCore ByteBuffer-views.swift
[160/173] Compiling NIOCore Channel.swift
[161/173] Compiling NIOCore ChannelHandler.swift
[162/173] Compiling NIOCore ChannelHandlers.swift
[163/173] Compiling NIOCore ChannelInvoker.swift
[164/173] Compiling NIOCore ChannelOption.swift
[165/173] Compiling NIOCore ChannelPipeline.swift
[166/173] Compiling NIOCore CircularBuffer.swift
[167/173] Compiling NIOCore Codec.swift
[168/173] Compiling NIOCore ConvenienceOptionSupport.swift
[169/173] Compiling NIOCore DeadChannel.swift
[170/173] Compiling NIOCore DispatchQueue+WithFuture.swift
[171/173] Compiling NIOCore EventLoop+Deprecated.swift
[172/173] Compiling NIOCore EventLoop+SerialExecutor.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 AsyncTestingChannel.swift
[183/231] Emitting module NIOEmbedded
[184/231] Compiling NIOEmbedded Embedded.swift
[186/232] Emitting module NIOPosix
[187/232] Compiling NIOPosix ThreadPosix.swift
[188/232] Compiling NIOPosix ThreadWindows.swift
[189/232] Compiling NIOPosix UnsafeTransfer.swift
[190/232] Compiling NIOPosix Utilities.swift
[191/232] Compiling NIOPosix VsockAddress.swift
[192/232] Compiling NIOPosix VsockChannelEvents.swift
[193/232] Compiling NIOPosix SelectableChannel.swift
[194/232] Compiling NIOPosix SelectableEventLoop.swift
[195/232] Compiling NIOPosix SelectorEpoll.swift
[196/232] Compiling NIOPosix SelectorGeneric.swift
[197/232] Compiling NIOPosix SelectorKqueue.swift
[198/232] Compiling NIOPosix SelectorUring.swift
[199/232] Compiling NIOPosix BSDSocketAPICommon.swift
[200/232] Compiling NIOPosix BSDSocketAPIPosix.swift
[201/232] Compiling NIOPosix BSDSocketAPIWindows.swift
[202/232] Compiling NIOPosix BaseSocket.swift
[203/232] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[204/232] Compiling NIOPosix BaseSocketChannel.swift
[205/232] Compiling NIOPosix BaseStreamSocketChannel.swift
[206/232] Compiling NIOPosix Bootstrap.swift
[207/232] Compiling NIOPosix ControlMessage.swift
[208/232] Compiling NIOPosix DatagramVectorReadManager.swift
[209/232] Compiling NIOPosix Errors+Any.swift
[210/232] Compiling NIOPosix FileDescriptor.swift
[211/232] Compiling NIOPosix GetaddrinfoResolver.swift
[212/232] Compiling NIOPosix HappyEyeballs.swift
[213/232] Compiling NIOPosix IO.swift
[214/232] Compiling NIOPosix IntegerBitPacking.swift
[215/232] Compiling NIOPosix IntegerTypes.swift
[216/232] Compiling NIOPosix Linux.swift
[217/232] Compiling NIOPosix LinuxCPUSet.swift
[218/232] Compiling NIOPosix LinuxUring.swift
[219/232] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[220/232] Compiling NIOPosix ServerSocket.swift
[221/232] Compiling NIOPosix Socket.swift
[222/232] Compiling NIOPosix SocketChannel.swift
[223/232] Compiling NIOPosix SocketProtocols.swift
[224/232] Compiling NIOPosix System.swift
[225/232] Compiling NIOPosix Thread.swift
[226/232] Compiling NIOPosix NIOThreadPool.swift
[227/232] Compiling NIOPosix NonBlockingFileIO.swift
[228/232] Compiling NIOPosix PendingDatagramWritesManager.swift
[229/232] Compiling NIOPosix PendingWritesManager.swift
[230/232] Compiling NIOPosix PipeChannel.swift
[231/232] Compiling NIOPosix PipePair.swift
[232/232] Compiling NIOPosix Pool.swift
[234/235] Emitting module NIO
[235/235] Compiling NIO Exports.swift
[237/241] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[238/241] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[239/241] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[240/241] Emitting module NIOFoundationCompat
[241/241] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[243/256] Compiling _NIOJSON NilValueCodingStrategy.swift
[244/256] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[245/257] Compiling _NIOJSON Pointer+Helpers.swift
[246/257] Compiling _NIOJSON JSONArray.swift
[247/257] Compiling _NIOJSON JSONValue.swift
[248/257] Compiling _NIOJSON JSONObject.swift
[249/257] Compiling _NIOJSON JSONDecoderError.swift
[250/257] Compiling _NIOJSON JSONEncoder.swift
[251/257] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[252/257] Compiling _NIOJSON Bounds.swift
[253/257] Compiling _NIOJSON JSONDescription+Constants.swift
[254/257] Compiling _NIOJSON JSONDescription.swift
[255/257] Emitting module _NIOJSON
[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! (38.49s)
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.